83 const Type& alphaBeta,
Euler-implicit integration.
virtual ~Euler()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Helper class to supply results of integration.
virtual autoPtr< IntegrationScheme< Type > > clone() const
Construct and return clone.
virtual IntegrationScheme< Type >::integrationResult integrate(const Type &phi, const scalar dt, const Type &alphaBeta, const scalar beta) const
Perform the integration.
TypeName("Euler")
Runtime type information.
A class for handling words, derived from string.
Top level model for Integration schemes.
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...
Euler(const word &phiName, const dictionary &dict)
Construct from components.