Go to the documentation of this file.
71 #ifndef surfaceInterpolateFields_H
72 #define surfaceInterpolateFields_H
92 class surfaceInterpolateFields
101 const objectRegistry&
obr_;
138 TypeName(
"surfaceInterpolateFields");
150 const bool loadFromFiles =
false
179 virtual void write();
virtual ~surfaceInterpolateFields()
Destructor.
PtrList< surfaceVectorField > svf_
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A class for handling words, derived from string.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
PtrList< surfaceSymmTensorField > sSymmtf_
word name_
Name of this set of surfaceInterpolateFields object.
bool active_
on/off switch
virtual void execute()
Execute, currently does nothing.
PtrList< surfaceSphericalTensorField > sSpheretf_
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
Mesh consisting of general polyhedral cells.
This function object linearly interpolates volume fields to generate surface fields.
Registry of regIOobjects.
virtual void write()
Write.
void interpolateFields(PtrList< GeometricField< Type, fvsPatchField, surfaceMesh > > &) const
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Switch log_
Switch to send output to Info as well as to file.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void read(const dictionary &)
Read the field min/max data.
TypeName("surfaceInterpolateFields")
Runtime type information.
List< Tuple2< word, word > > fieldSet_
Fields to process.
PtrList< surfaceTensorField > stf_
void operator=(const surfaceInterpolateFields &)
Disallow default bitwise assignment.
PtrList< surfaceScalarField > ssf_
Locally constructed fields.
surfaceInterpolateFields(const surfaceInterpolateFields &)
Disallow default bitwise copy construct.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual const word & name() const
Return name of the surfaceInterpolateFields object.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Generic GeometricField class.
virtual void end()
Execute at the final time-loop, currently does nothing.
const objectRegistry & obr_