FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

infinitelyFastChemistry Class Reference

Simple infinitely fast chemistry combustion model based on the principle mixed is burnt. Additional parameter C is used to distribute the heat release rate.in time. More...

#include <combustionModels/infinitelyFastChemistry.H>


Detailed Description

Simple infinitely fast chemistry combustion model based on the principle mixed is burnt. Additional parameter C is used to distribute the heat release rate.in time.

Source files

Definition at line 54 of file infinitelyFastChemistry.H.

Inheritance diagram for infinitelyFastChemistry:
Collaboration diagram for infinitelyFastChemistry:

List of all members.

Public Member Functions

 TypeName ("infinitelyFastChemistry")
 Runtime type information.
 infinitelyFastChemistry (const dictionary &combustionProperties, const hsCombustionThermo &thermo, const compressible::turbulenceModel &turbulence, const surfaceScalarField &phi, const volScalarField &rho)
 Construct from components.
virtual  ~infinitelyFastChemistry ()
virtual bool  read (const dictionary &combustionProperties)
 Update properties from given dictionary.
virtual void  correct ()
 Correct combustion rate.
virtual tmp< volScalarField >  wFuelNorm () const
 Return normalised consumption rate of (fu - fres)

Constructor & Destructor Documentation

infinitelyFastChemistry ( const dictionary &   combustionProperties,
const hsCombustionThermo &   thermo,
const compressible::turbulenceModel &   turbulence,
const surfaceScalarField &   phi,
const volScalarField &   rho  
)

Construct from components.

Definition at line 49 of file infinitelyFastChemistry.C.

~infinitelyFastChemistry (  ) [virtual]

Definition at line 64 of file infinitelyFastChemistry.C.


Member Function Documentation

TypeName ( "infinitelyFastChemistry"    )

Runtime type information.

bool read ( const dictionary &   combustionProperties  ) [virtual]

Update properties from given dictionary.

Implements combustionModel.

Definition at line 82 of file infinitelyFastChemistry.C.

References combustionModel::read().

void correct (  ) [virtual]

Correct combustion rate.

Implements combustionModel.

Definition at line 70 of file infinitelyFastChemistry.C.

Foam::tmp< Foam::volScalarField > wFuelNorm (  ) const [virtual]

Return normalised consumption rate of (fu - fres)

Implements combustionModel.

Definition at line 75 of file infinitelyFastChemistry.C.


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