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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
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.
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.
prghTotalHydrostaticPressureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, fvMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A class for handling words, derived from string.
VolField< vector > volVectorField
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
makePatchTypeField(fvPatchScalarField, atmosphericBoundaryLayerTurbulentEpsilonFvPatchScalarField)
SurfaceField< scalar > surfaceScalarField
VolField< scalar > volScalarField
dimensionedScalar neg(const dimensionedScalar &ds)
tmp< DimensionedField< scalar, GeoMesh, Field > > magSqr(const DimensionedField< Type, GeoMesh, PrimitiveField > &df)
void writeEntry(Ostream &os, const word &key, const DimensionedFieldFunction< DimensionedFieldType > &f)