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