82 #ifndef functionObjects_turbulenceIntensity_H 83 #define functionObjects_turbulenceIntensity_H 93 namespace functionObjects
109 virtual void writeFileHeader(
const label i);
151 virtual bool write();
TypeName("turbulenceIntensity")
Runtime type information.
const word & name() const
Return the name of this functionObject.
virtual bool write()
Write the turbulenceIntensity field.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual wordList fields() const
Return the list of fields required.
static const List< T > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool execute()
Calculate the turbulenceIntensity field.
A class for handling words, derived from string.
turbulenceIntensity(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
Evaluates and writes the turbulence intensity field 'I'.
void operator=(const turbulenceIntensity &)=delete
Disallow default bitwise assignment.
virtual bool read(const dictionary &)
Read the turbulenceIntensity data.
FunctionObject base class for managing a list of objects on behalf of the inheriting function object...
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
virtual ~turbulenceIntensity()
Destructor.
functionObject base class for creating, maintaining and writing log files e.g. integrated of averaged...