FreeFOAM The Cross-Platform CFD Toolkit
Euler< Type > Class Template Reference

Euler-implicit integration. More...

#include <lagrangianIntermediate/Euler.H>


Detailed Description

template<class Type>
class Foam::Euler< Type >

Euler-implicit integration.

Definition at line 47 of file Euler.H.

+ Inheritance diagram for Euler< Type >:
+ Collaboration diagram for Euler< Type >:

List of all members.

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

Constructor & Destructor Documentation

Euler ( const word phiName,
const dictionary dict 
)

Construct from components.

Definition at line 33 of file Euler.C.

~Euler ( )
virtual

Destructor.

Definition at line 45 of file Euler.C.


Member Function Documentation

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

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