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