35 namespace functionObjects
86 isCloud<clouds::massive>()
Macros for easy insertion into run-time selection tables.
static const List< word > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Base class for clouds. Provides a basic evolution algorithm, models, and a database for caching deriv...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base-class for Time/database functionObjects.
Function to compute and write the kinetic energy field for a cloud.
virtual ~cloudKineticEnergy()
Destructor.
cloudKineticEnergy(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual wordList fields() const
Return the list of fields required.
virtual bool clear()
Clear the kinetic energy.
static const word KEName_
The name of the kinetic energy field.
virtual void preSolve()
Hook before solution steps.
virtual bool execute()
Calculate and store the kinetic energy.
virtual bool write()
Write the kinetic energy.
Base class for function objects that refer to a LagrangianMesh and a cloud. Used, for example,...
Function object that solves for the evolution of a cloud. Only provides one-way coupling with a finit...
Calculates the magnitude of the sqr of a field.
ObjectType & store(const tmp< ObjectType > &tfield)
Store the given field in the objectRegistry.
bool writeObject(const word &fieldName)
Write field if present in objectRegistry.
bool clearObject(const word &fieldName)
Clear field from the objectRegistry if present.
A class for handling words, derived from string.
const dimensionedScalar c
Speed of light in a vacuum.
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.