FreeFOAM The Cross-Platform CFD Toolkit
EulerImplicit< CompType, ThermoType > Class Template Reference

An Euler implicit solver for chemistry. More...

#include <chemistryModel/EulerImplicit.H>


Detailed Description

template<class CompType, class ThermoType>
class Foam::EulerImplicit< CompType, ThermoType >

An Euler implicit solver for chemistry.

Source files

Definition at line 54 of file EulerImplicit.H.

+ Inheritance diagram for EulerImplicit< CompType, ThermoType >:
+ Collaboration diagram for EulerImplicit< CompType, ThermoType >:

List of all members.

Public Member Functions

 TypeName ("EulerImplicit")
 Runtime type information.
 EulerImplicit (ODEChemistryModel< CompType, ThermoType > &model, const word &modelName)
 Construct from components.
virtual ~EulerImplicit ()
 Destructor.
scalar solve (scalarField &c, const scalar T, const scalar p, const scalar t0, const scalar dt) const
 Update the concentrations and return the chemical time.
- Public Member Functions inherited from chemistrySolver< CompType, ThermoType >
 TypeName ("chemistrySolver")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, chemistrySolver, dictionary,(ODEChemistryModel< CompType, ThermoType > &model, const word &modelName),(model, modelName))
 chemistrySolver (ODEChemistryModel< CompType, ThermoType > &model, const word &modelName)
 Construct from components.
virtual ~chemistrySolver ()
 Destructor.

Additional Inherited Members

- Static Public Member Functions inherited from chemistrySolver< CompType, ThermoType >
static autoPtr< chemistrySolverNew (ODEChemistryModel< CompType, ThermoType > &model, const word &compTypeName, const word &thermoTypeName)
 Selector.
- Protected Attributes inherited from chemistrySolver< CompType, ThermoType >
ODEChemistryModel< CompType,
ThermoType > & 
model_
 Reference to the chemistry model.
const word name_
 Name of the chemistry solver.

Constructor & Destructor Documentation

EulerImplicit ( ODEChemistryModel< CompType, ThermoType > &  model,
const word modelName 
)

Construct from components.

Definition at line 34 of file EulerImplicit.C.

~EulerImplicit ( )
virtual

Destructor.

Definition at line 49 of file EulerImplicit.C.


Member Function Documentation

TypeName ( "EulerImplicit< CompType, ThermoType >"  )

Runtime type information.

Foam::scalar solve ( scalarField c,
const scalar  T,
const scalar  p,
const scalar  t0,
const scalar  dt 
) const
virtual

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