32 namespace regionModels
34 namespace surfaceFilmModels
51 const word& modelType,
filmSubModelBase(surfaceFilmRegionModel &film)
Construct null.
Base class for surface film models.
subModelBase(dictionary &properties)
Construct null.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const Time & time() const
Return the reference to the time database.
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.
virtual bool writeTime() const
Flag to indicate when to write a property.
bool writeTime() const
Return true if this is a write time.
virtual ~filmSubModelBase()
Destructor.
A class for handling words, derived from string.
const IOdictionary & outputProperties() const
Return const access to the output properties dictionary.
const word & modelType() const
Return const access to the sub-model type.
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.
surfaceFilmRegionModel & filmModel_
Reference to the film surface film model.