41 fixedValueFvPatchVectorField(
p, iF,
dict),
42 phiName_(
dict.lookupOrDefault<
word>(
"phi",
"phi")),
43 rhoName_(
dict.lookupOrDefault<
word>(
"rho",
"rho"))
56 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
57 phiName_(ptf.phiName_),
58 rhoName_(ptf.rhoName_)
69 fixedValueFvPatchVectorField(pivpvf, iF),
70 phiName_(pivpvf.phiName_),
71 rhoName_(pivpvf.rhoName_)
107 <<
"dimensions of phi are not correct"
108 <<
"\n on patch " << this->patch().name()
109 <<
" of field " << this->internalField().name()
110 <<
" in file " << this->internalField().objectPath()
114 fixedValueFvPatchVectorField::updateCoeffs();
121 writeEntryIfDifferent<word>(os,
"phi",
"phi", phiName_);
122 writeEntryIfDifferent<word>(os,
"rho",
"rho", rhoName_);
129 void Foam::pressureInletVelocityFvPatchVectorField::operator=
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const dimensionSet & dimensions() const
Return dimensions.
Generic GeometricField class.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
virtual void operator=(const UList< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
This velocity inlet boundary condition is applied to patches where the pressure is specified....
virtual void write(Ostream &) const
Write.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
pressureInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
A class for managing temporary objects.
A class for handling words, derived from string.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
const dimensionSet dimMassFlux
const dimensionSet dimVolumetricFlux
SurfaceField< scalar > surfaceScalarField
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
VolField< scalar > volScalarField
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)