41 timeVaryingMappedFixedValueFvPatchVectorField(p, iF),
55 timeVaryingMappedFixedValueFvPatchVectorField(p, iF),
72 timeVaryingMappedFixedValueFvPatchVectorField(ptf, p, iF, mapper),
73 phiName_(ptf.phiName_),
74 rhoName_(ptf.rhoName_)
85 timeVaryingMappedFixedValueFvPatchVectorField(pivpvf),
86 phiName_(pivpvf.phiName_),
87 rhoName_(pivpvf.rhoName_)
99 timeVaryingMappedFixedValueFvPatchVectorField(pivpvf, iF),
100 phiName_(pivpvf.phiName_),
101 rhoName_(pivpvf.rhoName_)
113 timeVaryingMappedFixedValueFvPatchVectorField::autoMap(m);
124 timeVaryingMappedFixedValueFvPatchVectorField::rmap(ptf, addr);
141 inletDir /= (
mag(inletDir) + SMALL);
150 scalarField ndmagS = (n & inletDir)*patch().magSf();
167 "timeVaryingMappedPressureDirectedInletVelocityFvPatchVectorField"
169 ) <<
"dimensions of phi are not correct"
170 <<
"\n on patch " << this->patch().name()
171 <<
" of field " << this->dimensionedInternalField().name()
172 <<
" in file " << this->dimensionedInternalField().objectPath()
184 if (phiName_ !=
"phi")
188 if (rhoName_ !=
"rho")
192 timeVaryingMappedFixedValueFvPatchVectorField::write(os);