Go to the documentation of this file.
42 word schemeType(
"isoAlpha");
44 if (!
dict.readIfPresent(
"reconstructionScheme", schemeType))
48 <<
"reconstructionScheme" <<
"' not found in dictionary "
50 <<
"using default" <<
nl;
53 Info<<
"Selecting reconstructionScheme: " << schemeType <<
endl;
55 auto* ctorPtr = componentsConstructorTable(schemeType);
62 "reconstructionSchemes",
64 *componentsConstructorTablePtr_
A class for handling words, derived from Foam::string.
Ostream & endl(Ostream &os)
const volScalarField & alpha1
#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)
Generic GeometricField class.
static autoPtr< reconstructionSchemes > New(volScalarField &alpha1, const surfaceScalarField &phi, const volVectorField &U, const dictionary &dict)