44 fixedValueFvPatchVectorField(p, iF),
58 fixedValueFvPatchVectorField(ptf, p, iF, mapper),
59 phiName_(ptf.phiName_),
60 rhoName_(ptf.rhoName_)
71 fixedValueFvPatchVectorField(p, iF),
84 fixedValueFvPatchVectorField(pivpvf),
85 phiName_(pivpvf.phiName_),
86 rhoName_(pivpvf.rhoName_)
96 fixedValueFvPatchVectorField(pivpvf, iF),
97 phiName_(pivpvf.phiName_),
98 rhoName_(pivpvf.rhoName_)
133 FatalErrorIn(
"pressureInletVelocityFvPatchVectorField::updateCoeffs()")
134 <<
"dimensions of phi are not correct"
135 <<
"\n on patch " << this->patch().name()
136 <<
" of field " << this->dimensionedInternalField().name()
137 <<
" in file " << this->dimensionedInternalField().objectPath()
148 if (phiName_ !=
"phi")
152 if (rhoName_ !=
"rho")
156 writeEntry(
"value", os);
162 void pressureInletVelocityFvPatchVectorField::operator=