35 #ifndef CloudSubModelBase_H 36 #define CloudSubModelBase_H 49 template<
class CloudType>
76 const word& dictExt =
"Coeffs" A list of keyword definitions, which are a keyword followed by any number of values (e...
CloudSubModelBase(CloudType &owner)
Construct null from owner cloud.
virtual ~CloudSubModelBase()
Destructor.
Base class for cloud sub-models.
virtual void write(Ostream &os) const
Write.
virtual bool writeTime() const
Flag to indicate when to write a property.
const word & modelName() const
Return const access to the name of the sub-model.
const dictionary & dict() const
Return const access to the cloud dictionary.
const CloudType & owner() const
Return const access to the owner cloud.
A class for handling words, derived from string.
CloudType & owner_
Reference to the cloud.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const word & modelType() const
Return const access to the sub-model type.
CloudType cloudType
Type of cloud this model was instantiated for.
Base class for generic sub-models requiring to be read from dictionary. Provides a mechanism to read ...
const word & baseName() const
Return const access to the base name of the sub-model.
Templated base class for dsmc cloud.