86 #ifndef functionObjects_turbulenceFields_H 87 #define functionObjects_turbulenceFields_H 98 namespace functionObjects
105 class turbulenceFields
107 public fvMeshFunctionObject
160 const word& fieldName,
161 const tmp<GeometricField<Type, fvPatchField, volMesh>>& tvalue
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
turbulenceFields(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual wordList fields() const
Return the list of fields required.
TypeName("turbulenceFields")
Runtime type information.
static const NamedEnum< incompressibleField, 7 > incompressibleFieldNames_
static const List< T > & null()
Return a null List.
word prefix_
Optional field prefix to avoid name clashes.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
wordHashSet fieldSet_
Fields to load.
static const NamedEnum< compressibleField, 8 > compressibleFieldNames_
A class for handling words, derived from string.
void operator=(const turbulenceFields &)=delete
Disallow default bitwise assignment.
virtual bool read(const dictionary &)
Read the controls.
HashSet wordHashSet
A HashSet with word keys.
virtual bool write()
Do nothing.
word phaseName_
Optional phase name.
Stores turbulence fields on the mesh database for further manipulation.
virtual ~turbulenceFields()
Destructor.
void processField(const word &fieldName, const tmp< GeometricField< Type, fvPatchField, volMesh >> &tvalue)
Process the turbulence field.
virtual bool execute()
Calculate turbulence fields.