37#ifndef CloudSubModelBase_H
38#define CloudSubModelBase_H
51template<
class CloudType>
78 const word& dictExt =
"Coeffs"
Base class for cloud sub-models.
virtual fileName localPath() const
Output directory.
CloudType & owner_
Reference to the cloud.
CloudType cloudType
Type of cloud this model was instantiated for.
const CloudType & owner() const
Return const access to the owner cloud.
virtual ~CloudSubModelBase()
Destructor.
virtual bool writeTime() const
Flag to indicate when to write a property.
Templated base class for dsmc cloud.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for handling file names.
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.
const dictionary & dict() const
Return const access to the cloud dictionary.
const word & modelName() const
Return const access to the name of the sub-model.
const word & modelType() const
Return const access to the sub-model type.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)