33template<
class CloudType>
41 const word modelType(
dict.get<
word>(
"BinaryCollisionModel"));
43 Info<<
"Selecting BinaryCollisionModel " << modelType <<
endl;
45 auto* ctorPtr = dictionaryConstructorTable(modelType);
52 "BinaryCollisionModel",
54 *dictionaryConstructorTablePtr_
Templated base class for dsmc cloud.
static autoPtr< Time > New()
Construct (dummy) Time - no functionObjects or libraries.
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 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.
errorManipArg< error, int > exit(error &err, const int errNo=1)