37 #ifndef subModelBase_H
38 #define subModelBase_H
98 const word& dictExt =
"Coeffs"
159 const word& entryName,
182 const word& entryName,
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 any number of values (e....
Traits class for primitives.
Base class for generic sub-models requiring to be read from dictionary. Provides a mechanism to read ...
const word modelType_
Type of the sub-model.
void operator=(const subModelBase &)=delete
Disallow default bitwise assignment.
const word modelName_
Name of the sub-model.
virtual ~subModelBase()
Destructor.
const word & baseName() const
Return const access to the base name of the sub-model.
Type getBaseProperty(const word &entryName, const Type &defaultValue=pTraits< Type >::zero) const
Retrieve generic property from the base model.
virtual void cacheFields(const bool store)
Cache dependent sub-model fields.
bool inLine() const
Flag to indicate whether data is/was read in-line.
void getModelProperty(const word &entryName, Type &value) const
Retrieve generic property from the sub-model.
virtual void write(Ostream &os) const
Write.
const dictionary & coeffDict() const
Return const access to the coefficients dictionary.
const dictionary & properties() const
Return const access to the properties dictionary.
const dictionary coeffDict_
Coefficients dictionary.
const word baseName_
Name of the sub-model base class.
const dictionary dict_
Copy of dictionary used during construction.
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.
virtual bool writeTime() const =0
Flag to indicate when to write a property.
virtual bool defaultCoeffs(const bool printMsg) const
Returns true if defaultCoeffs is true and outputs on printMsg.
subModelBase(dictionary &properties)
Construct null.
void setBaseProperty(const word &entryName, const Type &value)
Add generic property to the base model.
dictionary & properties_
Reference to properties dictionary e.g. for restart.
void setModelProperty(const word &entryName, const Type &value)
Add generic property to the sub-model.
A class for handling words, derived from string.