42 fixedValueFvPatchScalarField(p, iF),
58 fixedValueFvPatchScalarField(p, iF, dict),
75 fixedValueFvPatchScalarField(ptf, p, iF, mapper),
90 fixedValueFvPatchScalarField(ptf, iF),
121 fixedValueFvPatchScalarField::updateCoeffs();
131 writeEntryIfDifferent<word>(os,
"U",
"U",
UName_);
132 writeEntryIfDifferent<word>(os,
"phi",
"phi",
phiName_);
133 writeEntryIfDifferent<word>(os,
"rho",
"rho",
rhoName_);
134 writeEntryIfDifferent<word>(os,
"ph_rgh",
"ph_rgh",
ph_rghName_);
This boundary condition provides static pressure condition for p_rgh, calculated as: ...
A list of keyword definitions, which are a keyword followed by any number of values (e...
word phiName_
Name of the flux transporting the field.
word ph_rghName_
Name of hydrostatic pressure 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.
GeometricField< vector, fvPatchField, volMesh > volVectorField
dimensionedScalar neg(const dimensionedScalar &ds)
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
word rhoName_
Name of density field.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
A class for handling words, derived from string.
Foam::fvPatchFieldMapper.
dimensioned< scalar > magSqr(const dimensioned< Type > &)
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)
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
prghTotalHydrostaticPressureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void write(Ostream &) const
Write.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
word UName_
Name of the velocity field.