34 namespace functionObjects
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.
Base class for function objects that refer to a LagrangianMesh and a cloud. Used, for example,...
Function to compute and write the volume fraction field for a cloud, interpolated to the cloud.
cloudLagrangianVolumeFraction(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual wordList fields() const
Return the list of fields required.
static const word alphaName_
The name of the volume fraction field.
virtual bool clear()
Clear the volume fraction.
virtual void preSolve()
Hook before solution steps.
virtual ~cloudLagrangianVolumeFraction()
Destructor.
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...
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.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
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.