58 alphaPacked_(cm.alphaPacked_),
73 Info<<
"Selecting time scale model " << modelType <<
endl;
75 auto* ctorPtr = dictionaryConstructorTable(modelType);
84 *dictionaryConstructorTablePtr_
Base class for time scale models.
static autoPtr< TimeScaleModel > New(const dictionary &dict)
Selector.
TimeScaleModel(const dictionary &dict)
Constructors.
virtual ~TimeScaleModel()
Destructor.
scalar e_
Coefficient of restitution.
scalar alphaPacked_
Close pack volume fraction.
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 defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
errorManip< error > abort(error &err)
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
#define defineRunTimeSelectionTable(baseType, argNames)
Define run-time selection table.