36 namespace functionObjects
76 if (foundObject<LagrangianScalarDynamicField>(aName_))
90 calculatedLagrangianPatchScalarField::typeName
117 lookupObjectRef<LagrangianScalarDynamicField>
130 return writeObject(aName_);
136 return clearObject(aName_);
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...
const Mesh & mesh() const
Return mesh.
static tmp< GeometricField< Type, GeoMesh, PrimitiveField > > New(const word &name, const Internal &, const PtrList< Patch > &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
Base class for Lagrangian injections. Minimal wrapper over LagrangianSource. Implements some utility ...
List of Lagrangian models, constructed as a (Lagrangian) mesh object. Provides similar functions to t...
Mesh that relates to a sub-section of a Lagrangian mesh. This is used to construct fields that relate...
SubList< Type > sub(const List< Type > &list) const
Return a sub-list corresponding to this sub-mesh.
static const List< word > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
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 write the surface area field for a cloud.
virtual ~cloudSurfaceArea()
Destructor.
virtual wordList fields() const
Return the list of fields required.
virtual bool clear()
Clear the surface areas.
cloudSurfaceArea(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
static const word aName_
The name of the surface area field.
virtual bool execute()
Calculate and store the surface areas.
virtual bool write()
Write the surface areas.
virtual void calculate(const LagrangianSubScalarField &deltaT, const bool final)
Update the surface areas.
Function object that solves for the evolution of a cloud. Only provides one-way coupling with a finit...
This source condition provides the surface area of introduced particles. It converts between the corr...
A class for handling words, derived from string.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
faceListList boundary(nPatches)