35 #ifndef CloudSubModelBase_H 36 #define CloudSubModelBase_H 49 template<
class CloudType>
76 const word& dictExt =
"Coeffs" const dictionary & dict() const
Return const access to the cloud dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
CloudSubModelBase(CloudType &owner)
Construct null from owner cloud.
const word & modelName() const
Return const access to the name of the sub-model.
virtual ~CloudSubModelBase()
Destructor.
Base class for cloud sub-models.
const word & modelType() const
Return const access to the sub-model type.
virtual void write(Ostream &os) const
Write.
virtual bool writeTime() const
Flag to indicate when to write a property.
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...
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 CloudType & owner() const
Return const access to the owner cloud.
Templated base class for dsmc cloud.
const word & baseName() const
Return const access to the base name of the sub-model.