35 #ifndef LagrangianModelRef_H
36 #define LagrangianModelRef_H
45 class LagrangianSource;
46 class LagrangianInjection;
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Base class for Lagrangian injections. Minimal wrapper over LagrangianSource. Implements some utility ...
Simple wrapper to provide an optional reference to a Lagrangian model.
bool isInjection() const
Check if the injection reference is valid.
const LagrangianSubScalarField & S() const
Access the source field.
const LagrangianInjection & injection() const
Access the injection model.
LagrangianModelRef()
Construct null.
const LagrangianSource & source() const
Access the source model.
bool isSource() const
Check if the source reference is valid.
Base class for Lagrangian sources. Minimal wrapper over LagrangianModel that provides an interface to...