43 zeroGradientFvPatchVectorField(p, iF),
58 zeroGradientFvPatchVectorField(ptf, p, iF, mapper),
59 phiName_(ptf.phiName_),
60 rhoName_(ptf.rhoName_)
72 zeroGradientFvPatchVectorField(p, iF),
76 fvPatchVectorField::operator=(patchInternalField());
87 zeroGradientFvPatchVectorField(fcvpvf, iF),
88 phiName_(fcvpvf.phiName_),
89 rhoName_(fcvpvf.rhoName_)
105 zeroGradientFvPatchVectorField::evaluate();
118 operator==(*
this - n*(n & *
this) + n*phip/magS);
125 operator==(*
this - n*(n & *
this) + n*phip/(rhop*magS));
131 "fluxCorrectedVelocityFvPatchVectorField::evaluate()"
133 <<
"dimensions of phi are incorrect\n"
134 <<
" on patch " << this->patch().name()
135 <<
" of field " << this->dimensionedInternalField().name()
136 <<
" in file " << this->dimensionedInternalField().objectPath()
145 if (phiName_ !=
"phi")
149 if (rhoName_ !=
"rho")
153 writeEntry(
"value", os);