36 #ifndef cloudLagrangianModel_H
37 #define cloudLagrangianModel_H
70 template<
class Cloud,
class ... Clouds>
74 template<
class Cloud,
class ... Clouds>
78 template<
class Cloud = Foam::cloud>
Base cloud calls templated on particle type.
Base class for Lagrangian models.
Base class for Lagrangian models that refer to a cloud. Not a Lagrangian model in itself....
TypeName("cloudLagrangianModel")
Runtime type information.
void assertCloud() const
Generate an error if the cloud is not one of the given types.
bool isCloud() const
Determine whether the cloud is one of the given types.
cloudLagrangianModel(const LagrangianModel &)
Construct from a Lagrangian model.
virtual ~cloudLagrangianModel()
Destructor.
const Cloud & cloud() const
Get a reference to the cloud.
Base class for clouds. Provides a basic evolution algorithm, models, and a database for caching deriv...
A class for handling words, derived from string.