36 #ifndef filmSubModelBase_H 37 #define filmSubModelBase_H 46 namespace regionModels
48 namespace surfaceFilmModels
81 const word& dictExt =
"Coeffs" 112 template<
class FilmType>
113 inline const FilmType&
filmType()
const;
filmSubModelBase(surfaceFilmRegionModel &film)
Construct null.
Base class for surface film models.
Base class for surface film sub-models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
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 surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
virtual bool writeTime() const
Flag to indicate when to write a property.
virtual ~filmSubModelBase()
Destructor.
A class for handling words, derived from string.
const FilmType & filmType() const
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.