76 #ifndef timeVaryingMappedFixedValueFvPatchField_H 77 #define timeVaryingMappedFixedValueFvPatchField_H 95 class timeVaryingMappedFixedValueFvPatchField
97 public fixedValueFvPatchField<Type>
102 word fieldTableName_;
114 autoPtr<pointToPointPlanarInterpolation> mapperPtr_;
120 label startSampleTime_;
123 Field<Type> startSampledValues_;
129 label endSampleTime_;
144 TypeName(
"timeVaryingMappedFixedValue");
216 return startSampledValues_;
List< instant > instantList
List of instants.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
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.
This boundary conditions interpolates the values from a set of supplied points in space and time...
Pre-declare SubField and related Field type.
Foam::fvPatchFieldMapper.
void checkTable()
Find boundary data inbetween current time and interpolate.
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.
const Field< Type > startSampledValues()
Return startSampledValues.
timeVaryingMappedFixedValueFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void write(Ostream &) const
Write.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.