35 namespace functionObjects
100 Log <<
" Writing turbulent flame-speed field " << St.name()
101 <<
" to " << time_.name() <<
endl;
116 Log <<
" Writing reaction-rate field " << wdot.
name()
117 <<
" to " << time_.name() <<
endl;
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const word & name() const
Return name.
virtual Ostream & write(const char)=0
Write character.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base-class for Time/database functionObjects.
Writes the turbulent flame-speed and reaction-rate volScalarFields for the Xi-based combustion models...
virtual wordList fields() const
Return the list of fields required.
virtual ~XiReactionRate()
Destructor.
XiReactionRate(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool execute()
Do nothing.
virtual bool write()
Write the cell-centre fields.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Calculates the magnitude of a field.
virtual bool read(const dictionary &)
Read optional controls.
virtual bool write(const bool write=true) const
Write using setting from DB.
A class for handling words, derived from string.
Calculate the gradient of the given field.
#define Log
Report write to Foam::Info if the local log switch is true.
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
tmp< VolField< Type > > Su(const VolField< Type > &su, const VolField< Type > &vf)
tmp< VolField< typename outerProduct< vector, Type >::type > > grad(const SurfaceField< Type > &ssf)
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.