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_
const volScalarField & alpha1
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static autoPtr< reconstructionSchemes > New(volScalarField &alpha1, const surfaceScalarField &phi, const volVectorField &U, const dictionary &dict)
Return a reference to the selected phaseChange model.
A class for handling words, derived from Foam::string.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
messageStream Info
Information stream (stdout output on master, null elsewhere).
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Ostream & endl(Ostream &os)
Add newline and flush stream.
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
errorManipArg< error, int > exit(error &err, const int errNo=1)
messageStream Warning
Warning stream (stdout output on master, null elsewhere), with additional 'FOAM Warning' header text.
constexpr char nl
The newline '\n' character (0x0a).