Analytical integration. More...
#include <lagrangianIntermediate/Analytical.H>
Analytical integration.
Definition at line 47 of file Analytical.H.
Inheritance diagram for Analytical< Type >:
Collaboration diagram for Analytical< Type >:Public Member Functions | |
| TypeName ("Analytical") | |
| Runtime type information. | |
| Analytical (const word &phiName, const dictionary &dict) | |
| Construct from components. | |
| virtual | ~Analytical () |
| 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. | |
| Analytical | ( | const word & | phiName, |
| const dictionary & | dict | ||
| ) |
Construct from components.
Definition at line 33 of file Analytical.C.
|
virtual |
Destructor.
Definition at line 45 of file Analytical.C.
| TypeName | ( | "Analytical< Type >" | ) |
Runtime type information.
|
virtual |
Perform the integration.
Implements IntegrationScheme< Type >.
Definition at line 54 of file Analytical.C.
References IntegrationScheme< Type >::integrationResult::average(), Foam::exp(), and IntegrationScheme< Type >::integrationResult::value().