71 #ifndef mappedInternalValueFvPatchField_H
72 #define mappedInternalValueFvPatchField_H
87 class mappedInternalValueFvPatchField
89 public fixedValueFvPatchField<Type>
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
tmp< fvPatchField< Type > > clone() const
Disallow clone without setting internal field reference.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Engine which provides mapping from cells to patch faces.
This boundary condition maps the values from a internal cells to this patch.
virtual void write(Ostream &) const
Write.
const Type average_
Average value the mapped field is adjusted to.
mappedInternalValueFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
const word interpolationScheme_
Interpolation scheme to use.
virtual void reset(const fvPatchField< Type > &)
Reset the fvPatchField to the given fvPatchField.
TypeName("mappedInternalValue")
Runtime type information.
autoPtr< mappedInternalPatchBase > mapperPtr_
Sampling engine.
const word fieldName_
Name of the field to map.
const bool setAverage_
If true adjust the mapped field to maintain an average value.
const mappedInternalPatchBase & mapper() const
Return the mapping engine.
virtual void map(const fvPatchField< Type > &, const fieldMapper &)
Map the given fvPatchField onto this fvPatchField.
A class for managing temporary objects.