Go to the documentation of this file.
42 this->valueFraction() = 0.0;
69 phiName_(
dict.lookupOrDefault<
word>(
"phi",
"phi"))
73 if (
dict.found(
"value"))
86 this->valueFraction() = 0.0;
124 this->patch().template lookupPatchField<surfaceScalarField, scalar>
129 this->valueFraction() = 1.0 -
pos(phip);
139 if (phiName_ !=
"phi")
143 this->refValue().writeEntry(
"inletValue", os);
144 this->writeEntry(
"value", os);
158 this->valueFraction()*this->refValue()
159 + (1 - this->valueFraction())*ptf
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
A class for handling words, derived from string.
virtual void write(Ostream &) const
Write.
word phiName_
Name of flux field.
This boundary condition provides a generic outflow condition, with specified inflow for the case of r...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e....
This boundary condition provides a base class for 'mixed' type boundary conditions,...
inletOutletFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Traits class for primitives.
Ostream & writeKeyword(const keyType &)
Write the keyword followed by an appropriate indentation.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
dimensionedScalar pos(const dimensionedScalar &ds)