83 #ifndef turbulenceFields_functionObject_H
84 #define turbulenceFields_functionObject_H
95 namespace functionObjects
102 class turbulenceFields
104 public fvMeshFunctionObject
155 const word& fieldName,
156 const tmp<VolField<Type>>& tvalue
199 virtual bool write();
static const List< word > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const word & name() const
Return the name of this functionObject.
Stores derived turbulence fields on the mesh database for further manipulation.
word prefix_
Optional field prefix to avoid name clashes.
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.
void operator=(const turbulenceFields &)=delete
Disallow default bitwise assignment.
word phaseName_
Optional phase name.
static const NamedEnum< incompressibleField, 6 > incompressibleFieldNames_
static const NamedEnum< compressibleField, 7 > compressibleFieldNames_
virtual ~turbulenceFields()
Destructor.
TypeName("turbulenceFields")
Runtime type information.
wordHashSet fieldSet_
Fields to load.
void processField(const word &fieldName, const tmp< VolField< Type >> &tvalue)
Process the turbulence field.
virtual bool execute()
Calculate turbulence fields.
virtual bool write()
Write the turbulence fields.
virtual bool read(const dictionary &)
Read the controls.
A class for handling words, derived from string.
HashSet wordHashSet
A HashSet with word keys.