34 const word& modelName,
41 auto* ctorPtr = dictConstructorTable(modelName);
49 *dictConstructorTablePtr_
59 const word& modelName,
60 const bool requireMatch,
61 const bool reverseTarget,
62 const scalar lowWeightCorrection
67 auto* ctorPtr = componentConstructorTable(modelName);
75 *componentConstructorTablePtr_
bool reverseTarget() const noexcept
Access to the reverseTarget flag.
bool requireMatch() const noexcept
Return the requireMatch flag.
scalar lowWeightCorrection() const
Threshold weight below which interpolation is deactivated.
static autoPtr< AMIInterpolation > New(const word &modelName, const dictionary &dict, const bool reverseTarget=false)
Selector for dictionary.
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,...
A class for handling words, derived from Foam::string.
#define FatalErrorInLookup(lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalError.
#define DebugInfo
Report an information message using Foam::Info.
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
Ostream & endl(Ostream &os)
Add newline and flush stream.
error FatalError
Error stream (stdout output on all processes), with additional 'FOAM FATAL ERROR' header text and sta...
errorManipArg< error, int > exit(error &err, const int errNo=1)