37 #ifndef cloudFunctionObjectUList_H
38 #define cloudFunctionObjectUList_H
53 public UPtrList<functionObjects::cloudFunctionObject>
66 TypeName(
"cloudFunctionObjectUList");
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
List of references to the cloud function objects. Designed to be constructed temporarily for the scop...
virtual ~cloudFunctionObjectUList()
Destructor.
TypeName("cloudFunctionObjectUList")
Runtime type information.
cloudFunctionObjectUList(const cloud &, const bool inner=false)
Construct from a cloud.
virtual void postCrossFaces(const LagrangianSubScalarSubField &fraction)
Hook following face crossings of a specific sub-mesh.
virtual void calculate(const LagrangianSubScalarField &deltaT, const bool final)
Solve equations and/or update continually changing properties.
virtual void preCrossFaces(const LagrangianScalarInternalDynamicField &fraction)
Hook before face crossings.
void operator=(const cloudFunctionObjectUList &)=delete
Disallow default bitwise assignment.
Base class for clouds. Provides a basic evolution algorithm, models, and a database for caching deriv...