43 interpolationWeights::interpolationWeights
63 <<
"Selecting interpolationWeights " 67 wordConstructorTable::iterator cstrIter =
68 wordConstructorTablePtr_->find(type);
70 if (cstrIter == wordConstructorTablePtr_->end())
73 <<
"Unknown interpolationWeights type " 76 <<
"Valid interpolationWeights types are :" <<
endl 77 << wordConstructorTablePtr_->sortedToc()
static autoPtr< interpolationWeights > New(const word &type, const scalarField &samples)
Return a reference to the selected interpolationWeights.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Macros for easy insertion into run-time selection tables.
scalarField samples(nIntervals, 0)
A class for handling words, derived from string.
virtual ~interpolationWeights()
Destructor.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define InfoInFunction
Report an information message using Foam::Info.