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>&
144 const DimensionedField<Type, volMesh>&,
152 const timeVaryingMappedFixedValueFvPatchField<Type>&,
154 const DimensionedField<Type, volMesh>&,
155 const fvPatchFieldMapper&
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void reset(const fvPatchField< Type > &)
Reset the fvPatchField to the given fvPatchField.
virtual void write(Ostream &) const
Write.
This boundary conditions interpolates the values from a set of supplied points in space and time...
Foam::fvPatchFieldMapper.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
TypeName("timeVaryingMappedFixedValue")
Runtime type information.
timeVaryingMappedFixedValueFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class for managing temporary objects.
tmp< fvPatchField< Type > > clone() const
Disallow clone without setting internal field reference.