Go to the documentation of this file.
43 dict.get<
word>(
"barotropicCompressibilityModel")
46 Info<<
"Selecting compressibility model " << modelType <<
endl;
48 auto* ctorPtr = dictionaryConstructorTable(modelType);
55 "barotropicCompressibilityModel",
57 *dictionaryConstructorTablePtr_
A class for handling words, derived from Foam::string.
Ostream & endl(Ostream &os)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< barotropicCompressibilityModel > New(const dictionary &compressibilityProperties, const volScalarField &gamma, const word &psiName="psi")
Generic GeometricField class.