45 psiName_(
dict.lookupOrDefault<
word>(
"psi",
"psi")),
60 psiName_(ptf.psiName_),
73 psiName_(ptpsf.psiName_),
86 this->patch().template
87 lookupPatchField<volScalarField, scalar>(psiName_);
90 this->db().template lookupObject<surfaceScalarField>(this->phiName_);
94 this->patch().
template
95 lookupPatchField<surfaceScalarField, scalar>(this->phiName_)
101 this->patch().template
102 lookupPatchField<volScalarField, scalar>(this->rhoName_);
110 return phip/this->patch().magSf() +
sqrt(gamma_/psip);
119 writeEntryIfDifferent<word>(os,
"phi",
"phi", this->phiName_);
120 writeEntryIfDifferent<word>(os,
"rho",
"rho", this->rhoName_);
121 writeEntryIfDifferent<word>(os,
"psi",
"psi", psiName_);
125 if (this->lInf_ > small)
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,...
This boundary condition provides an advective outflow condition, based on solving DDt(W,...
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.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.
This boundary condition provides a wave transmissive outflow condition, based on solving DDt(W,...
waveTransmissiveFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
virtual void write(Ostream &) const
Write.
virtual tmp< scalarField > advectionSpeed() const
Calculate and return the advection speed at the boundary.
A class for handling words, derived from string.
const dimensionSet dimMassFlux
const dimensionSet dimless
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
dimensionedScalar sqrt(const dimensionedScalar &ds)