Top level model for Integration schemes. More...

Classes | |
| class | integrationResult |
| Helper class to supply results of integration. More... | |
Public Member Functions | |
| TypeName ("integrationScheme") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, IntegrationScheme, dictionary,(const word &phiName, const dictionary &dict),(phiName, dict)) | |
| Declare runtime constructor selection table. More... | |
| IntegrationScheme (const word &phiName, const dictionary &dict) | |
| Construct from components. More... | |
| IntegrationScheme (const IntegrationScheme &is) | |
| Copy constructor. More... | |
| virtual autoPtr< IntegrationScheme< Type > > | clone () const =0 |
| Construct and return clone. More... | |
| virtual | ~IntegrationScheme () |
| Destructor. More... | |
| virtual integrationResult | integrate (const Type &phi, const scalar dt, const Type &alphaBeta, const scalar beta) const =0 |
| Perform the Integration. More... | |
Static Public Member Functions | |
| static autoPtr< IntegrationScheme > | New (const word &phiName, const dictionary &dict) |
| Return a reference to the selected radiation model. More... | |
Top level model for Integration schemes.
Definition at line 51 of file IntegrationScheme.H.
| IntegrationScheme | ( | const word & | phiName, |
| const dictionary & | dict | ||
| ) |
Construct from components.
Definition at line 32 of file IntegrationScheme.C.
Referenced by IntegrationScheme< Type >::integrationResult::average().

| IntegrationScheme | ( | const IntegrationScheme< Type > & | is | ) |
Copy constructor.
Definition at line 43 of file IntegrationScheme.C.
|
virtual |
Destructor.
Definition at line 53 of file IntegrationScheme.C.
Referenced by IntegrationScheme< Type >::integrationResult::average().

| TypeName | ( | "integrationScheme" | ) |
Runtime type information.
Referenced by IntegrationScheme< Type >::integrationResult::average().

| declareRunTimeSelectionTable | ( | autoPtr | , |
| IntegrationScheme< Type > | , | ||
| dictionary | , | ||
| (const word &phiName, const dictionary &dict) | , | ||
| (phiName, dict) | |||
| ) |
Declare runtime constructor selection table.
Referenced by IntegrationScheme< Type >::integrationResult::average().

|
pure virtual |
Construct and return clone.
Implemented in Analytical< Type >, and Euler< Type >.
Referenced by IntegrationScheme< Type >::integrationResult::average().

|
static |
Return a reference to the selected radiation model.
Definition at line 34 of file IntegrationSchemeNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), and Foam::nl.
Referenced by IntegrationScheme< Type >::integrationResult::average().


|
pure virtual |
Perform the Integration.
Implemented in Analytical< Type >, and Euler< Type >.
Referenced by IntegrationScheme< Type >::integrationResult::average().

1.8.11