Go to the documentation of this file.
32 namespace regionModels
34 namespace surfaceFilmModels
51 const word& modelType,
69 const word& modelName,
Base class for generic sub-models requiring to be read from dictionary. Provides a mechanism to read ...
virtual bool active() const
Return the model 'active' status - default active = true.
bool outputTime() const
Return true if this is an output time (primary or secondary)
A class for handling words, derived from string.
filmSubModelBase(surfaceFilmModel &owner)
Construct null.
const IOdictionary & outputProperties() const
Return const access to the output properties dictionary.
const Time & time() const
Return the reference to the time database.
virtual bool outputTime() const
Flag to indicate when to write a property.
A list of keyword definitions, which are a keyword followed by any number of values (e....
surfaceFilmModel & owner_
Reference to the owner surface film model.
virtual ~filmSubModelBase()
Destructor.
Base class for surface film models.