Go to the documentation of this file.
76 #ifndef timeVaryingMappedFixedValueFvPatchField_H
77 #define timeVaryingMappedFixedValueFvPatchField_H
95 class timeVaryingMappedFixedValueFvPatchField
97 public fixedValueFvPatchField<Type>
114 autoPtr<pointToPointPlanarInterpolation>
mapperPtr_;
144 TypeName(
"timeVaryingMappedFixedValue");
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
Type startAverage_
If setAverage: starting average value.
A class for handling words, derived from string.
scalar perturb_
Fraction of perturbation (fraction of bounding box) to add.
A class for managing temporary objects.
label endSampleTime_
Current end index in sampleTimes.
This boundary conditions interpolates the values from a set of supplied points in space and time....
virtual void write(Ostream &) const
Write.
Type endAverage_
If setAverage: end average value.
label startSampleTime_
Current starting index in sampleTimes.
List< instant > instantList
List of instants.
word fieldTableName_
Name of the field data table, defaults to the name of the field.
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
void checkTable()
Find boundary data inbetween current time and interpolate.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
timeVaryingMappedFixedValueFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
autoPtr< DataEntry< Type > > offset_
Time varying offset values to interpolated data.
bool setAverage_
If true adjust the mapped field to maintain average value.
instantList sampleTimes_
List of boundaryData time directories.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
autoPtr< pointToPointPlanarInterpolation > mapperPtr_
2D interpolation (for 'planarInterpolation' mapMethod)
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
word mapMethod_
Interpolation scheme to use.
TypeName("timeVaryingMappedFixedValue")
Runtime type information.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
const Field< Type > startSampledValues()
Return startSampledValues.
Field< Type > startSampledValues_
Interpolated values from startSampleTime.
Field< Type > endSampledValues_
Interpolated values from endSampleTime.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...