Euler-implicit integration. More...
#include <lagrangianIntermediate/Euler.H>
Euler-implicit integration.
Definition at line 47 of file Euler.H.
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.
| |
| Euler | ( | const word & | phiName, |
| const dictionary & | dict | ||
| ) |
| TypeName | ( | "Euler< Type >" | ) |
Runtime type information.
| Foam::IntegrationScheme< Type >::integrationResult integrate | ( | const Type | phi, |
| const scalar | dt, | ||
| const Type | alpha, | ||
| const scalar | beta | ||
| ) | const [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().