77 #ifndef fieldCoordinateSystemTransform_H 78 #define fieldCoordinateSystemTransform_H 100 class fieldCoordinateSystemTransform
109 const objectRegistry&
obr_;
139 TypeName(
"fieldCoordinateSystemTransform");
151 const bool loadFromFiles =
false 180 virtual void write();
fieldCoordinateSystemTransform(const fieldCoordinateSystemTransform &)
Disallow default bitwise copy construct.
virtual void write()
Write.
bool active_
on/off switch
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void read(const dictionary &)
Read the input data.
TypeName("fieldCoordinateSystemTransform")
Runtime type information.
virtual const word & name() const
Return name of the fieldCoordinateSystemTransform object.
A class for handling words, derived from string.
coordinateSystem coordSys_
Co-ordinate system to transform to.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void transform(const word &fieldName) const
virtual ~fieldCoordinateSystemTransform()
Destructor.
const objectRegistry & obr_
void transformField(const Type &field) const
Mesh consisting of general polyhedral cells.
List< word > wordList
A List of words.
Registry of regIOobjects.
virtual void end()
Execute at the final time-loop, currently does nothing.
wordList fieldSet_
Fields to transform.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
This function object transforms a user-specified selection of fields from global Cartesian co-ordinat...
virtual void execute()
Execute, currently does nothing.
void operator=(const fieldCoordinateSystemTransform &)
Disallow default bitwise assignment.