Go to the documentation of this file.
48 zeroWallVelocity_(
true)
74 zeroWallVelocity_(true)
89 zeroWallVelocity_(
dict.getOrDefault<
bool>(
"zeroWallVelocity", true))
127 zeroWallVelocity_(true)
142 if (curTimeIndex_ != this->
db().time().
timeIndex())
150 ).boundaryFieldRef();
152 baffle_->vsm().mapToVolume(baffle_->Us(), vfb);
157 if (zeroWallVelocity_)
180 dict_.
remove(
"refGradient");
181 dict_.
remove(
"valueFraction");
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void operator=(const UList< Type > &)
const DimensionedField< Type, volMesh > & internalField() const
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
virtual scalarField & valueFraction()
virtual Field< vector > & refValue()
static constexpr const zero Zero
bool found(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
virtual Field< vector > & refGrad()
Field< vector > vectorField
Specialisation of Field<T> for vector.
static const dictionary null
label timeIndex() const noexcept
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual void updateCoeffs()
virtual void write(Ostream &) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
velocityFilmShellFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
virtual void updateCoeffs()
Type & lookupObjectRef(const word &name, const bool recursive=false) const
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
const objectRegistry & db() const
bool remove(const word &keyword)
void write(Ostream &os, const bool subDict=true) const
Foam::fvPatchFieldMapper.
const fvPatch & patch() const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
virtual void write(Ostream &) const
T getOrDefault(const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const
Generic GeometricField class.
const Time & time() const noexcept
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...