Go to the documentation of this file.
45 fixedValueFvPatchVectorField(
p, iF),
61 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
62 phiName_(ptf.phiName_),
63 rhoName_(ptf.rhoName_),
64 inletDir_(ptf.inletDir_, mapper)
76 fixedValueFvPatchVectorField(
p, iF,
dict),
77 phiName_(
dict.getOrDefault<
word>(
"phi",
"phi")),
78 rhoName_(
dict.getOrDefault<
word>(
"rho",
"rho")),
79 inletDir_(
"inletDirection",
dict,
p.size())
89 fixedValueFvPatchVectorField(pivpvf),
90 phiName_(pivpvf.phiName_),
91 rhoName_(pivpvf.rhoName_),
92 inletDir_(pivpvf.inletDir_)
103 fixedValueFvPatchVectorField(pivpvf, iF),
104 phiName_(pivpvf.phiName_),
105 rhoName_(pivpvf.rhoName_),
106 inletDir_(pivpvf.inletDir_)
117 fixedValueFvPatchVectorField::autoMap(m);
128 fixedValueFvPatchVectorField::rmap(ptf, addr);
131 refCast<const pressureDirectedInletVelocityFvPatchVectorField>(ptf);
133 inletDir_.rmap(tiptf.inletDir_, addr);
147 const fvsPatchField<scalar>& phip =
150 tmp<vectorField>
n =
patch().nf();
151 tmp<scalarField> ndmagS = (
n & inletDir_)*
patch().magSf();
159 const fvPatchField<scalar>& rhop =
167 <<
"dimensions of phi are not correct"
168 <<
"\n on patch " << this->
patch().name()
169 <<
" of field " << this->internalField().name()
170 <<
" in file " << this->internalField().objectPath()
174 fixedValueFvPatchVectorField::updateCoeffs();
187 writeEntry(
"value",
os);
193 void Foam::pressureDirectedInletVelocityFvPatchVectorField::operator=
209 pressureDirectedInletVelocityFvPatchVectorField
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
virtual void operator=(const UList< Type > &)
Ostream & writeEntryIfDifferent(const word &key, const T &value1, const T &value2)
This velocity inlet boundary condition is applied to patches where the pressure is specified....
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
void autoMap(const FieldMapper &map, const bool applyFlip=true)
virtual void updateCoeffs()
const dimensionSet dimVelocity
const dimensionSet dimDensity
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
virtual void rmap(const fvPatchVectorField &, const labelList &)
const dimensionSet dimArea(sqr(dimLength))
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
errorManipArg< error, int > exit(error &err, const int errNo=1)
fvPatchField< vector > fvPatchVectorField
#define FatalErrorInFunction
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Ostream & writeEntry(const keyType &key, const T &value)
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
virtual void write(Ostream &) const
Generic GeometricField class.
pressureDirectedInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
virtual void autoMap(const fvPatchFieldMapper &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...