Go to the documentation of this file.
30 template<
class CloudType>
38 template<
class CloudType>
44 const word& modelType,
50 owner.outputProperties(),
60 template<
class CloudType>
63 const word& modelName,
73 owner.outputProperties(),
82 template<
class CloudType>
95 template<
class CloudType>
102 template<
class CloudType>
109 template<
class CloudType>
116 template<
class CloudType>
121 && owner_.solution().transient()
122 && owner_.db().time().outputTime();
126 template<
class CloudType>
Base class for generic sub-models requiring to be read from dictionary. Provides a mechanism to read ...
A class for handling words, derived from string.
CloudSubModelBase(CloudType &owner)
Construct null from owner cloud.
virtual bool outputTime() const
Flag to indicate when to write a property.
Base class for cloud sub-models.
const CloudType & owner() const
Return const access to the owner cloud.
virtual ~CloudSubModelBase()
Destructor.
CloudType & owner_
Reference to the cloud.
virtual void write(Ostream &os) const
Write.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void write(Ostream &os) const
Write.
Ostream & writeKeyword(const keyType &)
Write the keyword followed by an appropriate indentation.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual const fileName & name() const
Return the name of the stream.