Go to the documentation of this file.
81 meanValue_(ptf.meanValue_.clone())
92 meanValue_(ptf.meanValue_.clone())
104 meanValue_(ptf.meanValue_.clone())
118 const scalar t = this->db().time().timeOutputValue();
119 Type meanValue = meanValue_->value(t);
121 Field<Type> newValues(this->patchInternalField());
127 if (
mag(meanValue) > SMALL &&
mag(meanValuePsi) > 0.5*
mag(meanValue))
129 newValues *=
mag(meanValue)/
mag(meanValuePsi);
133 newValues += (meanValue - meanValuePsi);
136 this->refValue() = newValues;
146 meanValue_->writeData(
os);
147 this->writeEntry(
"value",
os);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
virtual scalarField & valueFraction()
This boundary condition provides a generic inflow condition, with specified outflow for the case of r...
A class for handling words, derived from Foam::string.
virtual void write(Ostream &) const
virtual Field< Type > & refValue()
static constexpr const zero Zero
virtual Field< Type > & refGrad()
Type gSum(const FieldField< Field, Type > &f)
virtual void updateCoeffs()
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
virtual void updateCoeffs()
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
fixedMeanOutletInletFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
This boundary condition extrapolates field to the patch using the near-cell values and adjusts the di...
void write(vtk::formatter &fmt, const Type &val, const label n=1)
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
T getOrDefault(const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...