44 alphaPacked_(
dict.template
lookup<scalar>(
"alphaPacked")),
55 alphaPacked_(cm.alphaPacked_),
72 dictionaryConstructorTable::iterator cstrIter =
73 dictionaryConstructorTablePtr_->find(modelType);
75 if (cstrIter == dictionaryConstructorTablePtr_->end())
78 <<
"Unknown time scale model type " << modelType
79 <<
", constructor not in hash table" <<
nl <<
nl
80 <<
" Valid time scale model types are:" <<
nl
81 << dictionaryConstructorTablePtr_->sortedToc()
Base class for time scale models.
static autoPtr< TimeScaleModel > New(const dictionary &dict)
Selector.
TimeScaleModel(const dictionary &dict)
Constructors.
virtual ~TimeScaleModel()
Destructor.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
A class for handling words, derived from string.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const unitSet & lookup(const word &unitName)
Lookup and return the named unit from the table.
Ostream & endl(Ostream &os)
Add newline and flush stream.
errorManip< error > abort(error &err)
defineRunTimeSelectionTable(fvConstraint, dictionary)
Ostream & indentOrNl(Ostream &os)
Indent stream or add newline if indent level == 0.
defineTypeNameAndDebug(atmosphericBoundaryLayer, 0)