Go to the documentation of this file.
87 const word& sampleRegion,
89 const word& samplePatch,
93 const word& fieldName,
94 const bool setAverage,
96 const word& interpolationScheme
160 <<
" patch:" << this->patch().name()
162 <<
" min:" <<
gMin(*
this)
163 <<
" max:" <<
gMax(*
this)
177 this->writeEntry(
"value", os);
virtual void write(Ostream &) const
Write.
virtual void write(Ostream &) const
Write as a dictionary.
A class for handling words, derived from string.
Type gAverage(const FieldField< Field, Type > &f)
rDeltaT dimensionedInternalField()
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Determines a mapping between patch face centres and mesh cell or face centres and processors they're ...
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Functionality for sampling fields using mappedPatchBase. Every call to mappedField() returns a sample...
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
scalar distance(const vector &p1, const vector &p2)
virtual void write(Ostream &) const
Write.
This boundary condition provides a self-contained version of the mapped condition....
const polyPatch & patch() const
Return the polyPatch.
Foam::fvPatchFieldMapper.
virtual void write(Ostream &) const
Write.
const fvPatch & patch() const
Return patch.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Type gMin(const FieldField< Field, Type > &f)
mappedFieldFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
sampleMode
Mesh items to sample.
Type gMax(const FieldField< Field, Type > &f)
dimensioned< Type > average(const DimensionedField< Type, GeoMesh > &df)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...