37 namespace functionObjects
88 isCloud<clouds::grouped>()
Functions for accumulating Lagrangian values into cell fields.
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
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.
Base class for function objects that refer to an fvMesh and a cloud. Used, for example,...
Function to write the surface area per unit volume field for a cloud.
cloudSurfaceAreaPerUnitVolume(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 surface area per unit volume.
virtual bool execute()
Calculate and store the surface area per unit volume.
virtual bool write()
Write the surface area per unit volume.
virtual ~cloudSurfaceAreaPerUnitVolume()
Destructor.
Function object that solves for the evolution of a cloud. Only provides one-way coupling with a finit...
const fvMesh & mesh_
Reference to the fvMesh.
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.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
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.