44 #ifndef internalLagrangianFieldSource_H
45 #define internalLagrangianFieldSource_H
Base class for Lagrangian source conditions.
autoPtr< LagrangianFieldSource< Type > > clone() const
Disallow clone without setting the internal field reference.
Base class for Lagrangian sources. Minimal wrapper over LagrangianModel that provides an interface to...
Mesh that relates to a sub-section of a Lagrangian mesh. This is used to construct fields that relate...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
This source condition retains the internal value.
TypeName("internal")
Runtime type information.
virtual tmp< LagrangianSubField< Type > > sourceValue(const LagrangianSource &, const LagrangianSubMesh &) const
Return the source value.
virtual tmp< LagrangianSubScalarField > internalCoeff(const LagrangianSource &, const LagrangianSubMesh &) const
Return the internal coefficient.
virtual ~internalLagrangianFieldSource()
Destructor.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
A class for managing temporary objects.