87 const word& sampleRegion,
88 const sampleMode sampleMode,
89 const word& samplePatch,
90 const scalar distance,
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.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A class for handling words, derived from string.
Foam::fvPatchFieldMapper.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void write(Ostream &) const
Write.
scalar distance(const vector &p1, const vector &p2)
const polyPatch & patch() const
Return the polyPatch.
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual void write(Ostream &) const
Write.
Functionality for sampling fields using mappedPatchBase. Every call to mappedField() returns a sample...
Type gMin(const FieldField< Field, Type > &f)
rDeltaT dimensionedInternalField()
This boundary condition provides a self-contained version of the mapped condition. It does not use information on the patch; instead it holds thr data locally.
Type gAverage(const FieldField< Field, Type > &f)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
Determines a mapping between patch face centres and mesh cell or face centres and processors they're ...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
const fvPatch & patch() const
Return patch.
Type gMax(const FieldField< Field, Type > &f)
mappedFieldFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void write(Ostream &) const
Write as a dictionary.