100 #ifndef timeVaryingMappedFixedValueFvPatchField_H
101 #define timeVaryingMappedFixedValueFvPatchField_H
116 class timeVaryingMappedFixedValueFvPatchField
118 public fixedValueFvPatchField<Type>
122 timeVaryingMappedFvPatchField<Type> fieldMapper_;
128 TypeName(
"timeVaryingMappedFixedValue");
137 const DimensionedField<Type, volMesh>&,
145 const timeVaryingMappedFixedValueFvPatchField<Type>&,
147 const DimensionedField<Type, volMesh>&,
154 const timeVaryingMappedFixedValueFvPatchField<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,...
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.
This boundary conditions interpolates the values from a set of supplied points in space and time.
virtual void write(Ostream &) const
Write.
TypeName("timeVaryingMappedFixedValue")
Runtime type information.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void reset(const fvPatchField< Type > &)
Reset the fvPatchField to the given fvPatchField.
timeVaryingMappedFixedValueFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
virtual void map(const fvPatchField< Type > &, const fieldMapper &)
Map the given fvPatchField onto this fvPatchField.
A class for managing temporary objects.