37 namespace functionObjects
80 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 volume fraction field for a cloud.
virtual ~cloudVolumeFraction()
Destructor.
virtual wordList fields() const
Return the list of fields required.
cloudVolumeFraction(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool clear()
Clear the volume fraction.
virtual bool execute()
Calculate and store the volume fraction.
virtual bool write()
Write the volume fraction.
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.