Euler-implicit integration. More...
#include <lagrangianIntermediate/Euler.H>
Euler-implicit integration.
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. | |
![]() | |
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 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().