86 const Type& alphaBeta,
A list of keyword definitions, which are a keyword followed by any number of values (e...
Helper class to supply results of integration.
virtual ~Analytical()
Destructor.
virtual autoPtr< IntegrationScheme< Type > > clone() const
Construct and return clone.
A class for handling words, derived from string.
TypeName("analytical")
Runtime type information.
virtual IntegrationScheme< Type >::integrationResult integrate(const Type &phi, const scalar dt, const Type &alphaBeta, const scalar beta) const
Perform the integration.
Top level model for Integration schemes.
Analytical(const word &phiName, const dictionary &dict)
Construct from components.
dimensionedScalar beta("beta", dimless/dimTemperature, laminarTransport)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...