Go to the documentation of this file.
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;
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.
filmSubModelBase(surfaceFilmModel &owner)
Construct null.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
const word & modelName() const
Return const access to the name of the sub-model.
virtual bool outputTime() const
Flag to indicate when to write a property.
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....
const word & modelType() const
Return const access to the sub-model type.
const FilmType & filmType() const
surfaceFilmModel & owner_
Reference to the owner surface film model.
const word & baseName() const
Return const access to the base name of the sub-model.
virtual ~filmSubModelBase()
Destructor.
Base class for surface film models.