Go to the documentation of this file.
76 Info<<
" - creating " << modelType <<
" profile " << modelName <<
endl;
78 auto* ctorPtr = dictionaryConstructorTable(modelType);
87 *dictionaryConstructorTablePtr_
91 return autoPtr<profileModel>(ctorPtr(
dict, modelName));
bool readFromFile() const
A class for handling words, derived from Foam::string.
A class for handling file names.
const word & name() const
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
profileModel(const dictionary &dict, const word &modelName)
Macros for easy insertion into run-time selection tables.
errorManipArg< error, int > exit(error &err, const int errNo=1)
static autoPtr< profileModel > New(const dictionary &dict)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
word name(const expressions::valueTypeCode typeCode)
defineTypeNameAndDebug(combustionModel, 0)
Base class for profile models for handling aerofoil lift and drag polar diagrams.