#include <Euler.H>


Public Member Functions | |
| TypeName ("Euler") | |
| Runtime type information. | |
| Euler () | |
| Construct. | |
| virtual autoPtr< integrationScheme > | clone () const |
| Construct and return clone. | |
| virtual | ~Euler () |
| Destructor. | |
| virtual scalar | dtEff (const scalar dt, const scalar Beta) const |
| Return the integration effective time step. | |
| virtual scalar | sumDtEff (const scalar dt, const scalar Beta) const |
| Return the integral of the effective time step (using an Euler. | |
| Public Member Functions inherited from integrationScheme | |
| TypeName ("integrationScheme") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, integrationScheme, word,(),()) | |
| Declare runtime constructor selection table. | |
| integrationScheme () | |
| Construct. | |
| virtual | ~integrationScheme () |
| Destructor. | |
| template<class Type> | |
| Type | delta (const Type &phi, const scalar dt, const Type &Alpha, const scalar Beta) const |
| Perform the integration. | |
| template<class Type> | |
| Type | partialDelta (const Type &phi, const scalar dt, const Type &Alpha, const scalar Beta, const Type &alphai, const scalar betai) const |
| Perform a part of the integration. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from integrationScheme | |
| static autoPtr< integrationScheme > | New (const word &phiName, const dictionary &dict) |
| Select an integration scheme. | |
| template<class Type> | |
| static Type | explicitDelta (const Type &phi, const scalar dtEff, const Type &Alpha, const scalar Beta) |
| Perform the integration explicitly. | |
| Euler | ( | ) |
| TypeName | ( | "Euler" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return clone.
Implements integrationScheme.
Definition at line 69 of file Euler.H.
References Euler().

|
virtual |
Return the integration effective time step.
Implements integrationScheme.
|
virtual |
Return the integral of the effective time step (using an Euler.
integration method)
Implements integrationScheme.
Definition at line 59 of file Euler.C.
References Foam::sqr().
