Go to the documentation of this file.
74 #ifndef mappedFieldFvPatchField_H
75 #define mappedFieldFvPatchField_H
92 class mappedFieldFvPatchField
94 public fixedValueFvPatchField<Type>,
95 public mappedPatchBase,
96 public mappedPatchFieldBase<Type>
136 const word& fieldName,
137 const bool setAverage,
139 const word& interpolationScheme
A class for handling words, derived from string.
A class for managing temporary objects.
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...
TypeName("mappedField")
Runtime type information.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
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....
const word & sampleRegion() const
Region to sample.
scalar distance(const vector &p1, const vector &p2)
This boundary condition provides a self-contained version of the mapped condition....
Foam::fvPatchFieldMapper.
virtual void write(Ostream &) const
Write.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
mappedFieldFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
sampleMode
Mesh items to sample.
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...
const word & samplePatch() const
Patch (only if NEARESTPATCHFACE)