Euler-implicit integration. More...
#include <lagrangianIntermediate/Euler.H>
Euler-implicit integration.
Inheritance diagram for Euler< Type >:
Collaboration diagram for Euler< Type >:Public Member Functions | |
| TypeName ("Euler") | |
| Runtime type information. | |
| Euler (const word &phiName, const dictionary &dict) | |
| Construct from components. | |
| virtual | ~Euler () |
| Destructor. | |
| virtual IntegrationScheme < Type >::integrationResult | integrate (const Type phi, const scalar dt, const Type alpha, const scalar beta) const |
| Perform the integration. | |
Public Member Functions inherited from IntegrationScheme< Type > | |
| TypeName ("IntegrationScheme") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, IntegrationScheme, dictionary,(const word &phiName, const dictionary &dict),(phiName, dict)) | |
| Declare runtime constructor selection table. | |
| IntegrationScheme (const word &phiName, const dictionary &dict) | |
| Construct from components. | |
| virtual | ~IntegrationScheme () |
| Destructor. | |
Additional Inherited Members | |
Static Public Member Functions inherited from IntegrationScheme< Type > | |
| static autoPtr< IntegrationScheme > | New (const word &phiName, const dictionary &dict) |
| Return a reference to the selected radiation model. | |
| Euler | ( | const word & | phiName, |
| const dictionary & | dict | ||
| ) |
| TypeName | ( | "Euler< Type >" | ) |
Runtime type information.
|
virtual |
Perform the integration.
Implements IntegrationScheme< Type >.
Definition at line 54 of file Euler.C.
References IntegrationScheme< Type >::integrationResult::average(), and IntegrationScheme< Type >::integrationResult::value().