37 #ifndef genericLagrangianFieldSource_H
38 #define genericLagrangianFieldSource_H
Base class for Lagrangian source conditions.
autoPtr< LagrangianFieldSource< Type > > clone() const
Disallow clone without setting the internal field reference.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Base class for generic field types. Facilitates down-casting so that the actual type can be queried.
This provides a generic source condition, useful as a fallback for handling unknown types when post-p...
TypeName("generic")
Runtime type information.
virtual void write(Ostream &) const
Write.
virtual ~genericLagrangianFieldSource()
Destructor.
genericLagrangianFieldSource(const regIOobject &, const dictionary &)
Construct from internal field and dictionary.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...