Public Member Functions | List of all members
noChemistrySolver< ChemistryModel > Class Template Reference

Dummy chemistry solver for 'none' option. More...

Inheritance diagram for noChemistrySolver< ChemistryModel >:
Inheritance graph
[legend]
Collaboration diagram for noChemistrySolver< ChemistryModel >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noChemistrySolver (const fvMesh &mesh, const word &phaseName)
 Construct from mesh and phase name. More...
 
virtual ~noChemistrySolver ()
 Destructor. More...
 
virtual void solve (scalarField &c, scalar &T, scalar &p, scalar &deltaT, scalar &subDeltaT) const
 Update the concentrations and return the chemical time. More...
 
- Public Member Functions inherited from chemistrySolver< ChemistryModel >
 chemistrySolver (const fvMesh &mesh, const word &phaseName)
 Construct from components and phase name. More...
 
virtual ~chemistrySolver ()
 Destructor. More...
 

Detailed Description

template<class ChemistryModel>
class Foam::noChemistrySolver< ChemistryModel >

Dummy chemistry solver for 'none' option.

Source files

Definition at line 50 of file noChemistrySolver.H.

Constructor & Destructor Documentation

◆ noChemistrySolver()

noChemistrySolver ( const fvMesh mesh,
const word phaseName 
)

Construct from mesh and phase name.

Definition at line 33 of file noChemistrySolver.C.

◆ ~noChemistrySolver()

~noChemistrySolver ( )
virtual

Destructor.

Definition at line 45 of file noChemistrySolver.C.

References noChemistrySolver< ChemistryModel >::solve().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ solve()

void solve ( scalarField c,
scalar &  T,
scalar &  p,
scalar &  deltaT,
scalar &  subDeltaT 
) const
virtual

Update the concentrations and return the chemical time.

Implements chemistrySolver< ChemistryModel >.

Definition at line 53 of file noChemistrySolver.C.

Referenced by noChemistrySolver< ChemistryModel >::~noChemistrySolver().

Here is the caller graph for this function:

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