Classes | Public Member Functions | Static Public Member Functions | List of all members
IntegrationScheme< Type > Class Template Referenceabstract

Top level model for Integration schemes. More...

Inheritance diagram for IntegrationScheme< Type >:
Inheritance graph
[legend]

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< IntegrationSchemeNew (const word &phiName, const dictionary &dict)
 Return a reference to the selected radiation model. More...
 

Detailed Description

template<class Type>
class Foam::IntegrationScheme< Type >

Top level model for Integration schemes.

Source files

Definition at line 51 of file IntegrationScheme.H.

Constructor & Destructor Documentation

IntegrationScheme ( const word phiName,
const dictionary dict 
)

Construct from components.

Definition at line 32 of file IntegrationScheme.C.

Referenced by IntegrationScheme< Type >::integrationResult::average().

Here is the caller graph for this function:

IntegrationScheme ( const IntegrationScheme< Type > &  is)

Copy constructor.

Definition at line 43 of file IntegrationScheme.C.

~IntegrationScheme ( )
virtual

Destructor.

Definition at line 53 of file IntegrationScheme.C.

Referenced by IntegrationScheme< Type >::integrationResult::average().

Here is the caller graph for this function:

Member Function Documentation

TypeName ( "integrationScheme"  )

Runtime type information.

Referenced by IntegrationScheme< Type >::integrationResult::average().

Here is the caller graph for this function:

declareRunTimeSelectionTable ( autoPtr  ,
IntegrationScheme< Type >  ,
dictionary  ,
(const word &phiName, const dictionary &dict ,
(phiName, dict  
)

Declare runtime constructor selection table.

Referenced by IntegrationScheme< Type >::integrationResult::average().

Here is the caller graph for this function:

virtual autoPtr<IntegrationScheme<Type> > clone ( ) const
pure virtual

Construct and return clone.

Implemented in Analytical< Type >, and Euler< Type >.

Referenced by IntegrationScheme< Type >::integrationResult::average().

Here is the caller graph for this function:

Foam::autoPtr< Foam::IntegrationScheme< Type > > New ( const word phiName,
const dictionary dict 
)
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().

Here is the call graph for this function:

Here is the caller graph for this function:

virtual integrationResult integrate ( const Type &  phi,
const scalar  dt,
const Type &  alphaBeta,
const scalar  beta 
) const
pure virtual

Perform the Integration.

Implemented in Analytical< Type >, and Euler< Type >.

Referenced by IntegrationScheme< Type >::integrationResult::average().

Here is the caller graph for this function:


The documentation for this class was generated from the following files: