Go to the documentation of this file.
85 #ifndef turbulenceFields_H
86 #define turbulenceFields_H
100 class objectRegistry;
109 class turbulenceFields
147 const objectRegistry&
obr_;
194 const bool loadFromFiles =
false
223 virtual void write();
wordHashSet fieldSet_
Fields to load.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
bool active_
on/off switch
A class for handling words, derived from string.
A class for managing temporary objects.
virtual void read(const dictionary &)
Read the field min/max data.
turbulenceFields(const turbulenceFields &)
Disallow default bitwise copy construct.
static const NamedEnum< compressibleField, 8 > compressibleFieldNames_
word name_
Name of this set of turbulenceFields object.
Switch log_
Switch to send output to Info as well as to file.
A HashTable with keys but without contents.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
This function object stores turbulence fields on the mesh database for further manipulation.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const objectRegistry & obr_
static const word modelName
virtual ~turbulenceFields()
Destructor.
virtual void end()
Execute at the final time-loop, currently does nothing.
virtual void write()
Write.
virtual void execute()
Execute, currently does nothing.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
HashSet wordHashSet
A HashSet with word keys.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
void operator=(const turbulenceFields &)
Disallow default bitwise assignment.
virtual const word & name() const
Return name of the turbulenceFields object.
Generic GeometricField class.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
TypeName("turbulenceFields")
Runtime type information.
static const NamedEnum< incompressibleField, 6 > incompressibleFieldNames_
bool compressible()
Return true if compressible turbulence model is identified.
void processField(const word &fieldName, const tmp< GeometricField< Type, fvPatchField, volMesh > > &tvalue)
Process the turbulence field.