43 fixedValueFvPatchScalarField(
p, iF,
dict),
44 UName_(
dict.lookupOrDefault<
word>(
"U",
"U")),
45 phiName_(
dict.lookupOrDefault<
word>(
"phi",
"phi")),
46 rhoName_(
dict.lookupOrDefault<
word>(
"rho",
"rho")),
47 ph_rghName_(
dict.lookupOrDefault<
word>(
"ph_rgh",
"ph_rgh"))
60 fixedValueFvPatchScalarField(ptf,
p, iF, mapper),
62 phiName_(ptf.phiName_),
63 rhoName_(ptf.rhoName_),
64 ph_rghName_(ptf.ph_rghName_)
75 fixedValueFvPatchScalarField(ptf, iF),
77 phiName_(ptf.phiName_),
78 rhoName_(ptf.rhoName_),
79 ph_rghName_(ptf.ph_rghName_)
106 fixedValueFvPatchScalarField::updateCoeffs();
116 writeEntryIfDifferent<word>(os,
"U",
"U", UName_);
117 writeEntryIfDifferent<word>(os,
"phi",
"phi", phiName_);
118 writeEntryIfDifferent<word>(os,
"rho",
"rho", rhoName_);
119 writeEntryIfDifferent<word>(os,
"ph_rgh",
"ph_rgh", ph_rghName_);
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...
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....
Foam::fvPatchFieldMapper.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition provides static pressure condition for p_rgh, calculated as:
virtual void write(Ostream &) const
Write.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
prghTotalHydrostaticPressureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
A class for handling words, derived from string.
VolField< vector > volVectorField
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
SurfaceField< scalar > surfaceScalarField
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
VolField< scalar > volScalarField
dimensionedScalar neg(const dimensionedScalar &ds)
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
dimensioned< scalar > magSqr(const dimensioned< Type > &)