Go to the documentation of this file.
77 #ifndef timeVaryingMappedFixedValueFvPatchField_H
78 #define timeVaryingMappedFixedValueFvPatchField_H
93 class timeVaryingMappedFixedValueFvPatchField
95 public fixedValueFvPatchField<Type>
99 autoPtr<PatchFunction1Types::MappedFile<Type>> uniformValue_;
105 TypeName(
"timeVaryingMappedFixedValue");
114 const DimensionedField<Type, volMesh>&
121 const DimensionedField<Type, volMesh>&,
virtual void rmap(const fvPatchField< Type > &, const labelList &)
A class for managing temporary objects.
This boundary conditions interpolates the values from a set of supplied points in space and time.
virtual void write(Ostream &) const
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
timeVaryingMappedFixedValueFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
virtual void updateCoeffs()
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual tmp< fvPatchField< Type > > clone() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual void autoMap(const fvPatchFieldMapper &)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("timeVaryingMappedFixedValue")
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...