Public Member Functions | List of all members
noSoot Class Reference

noSoot More...

Inheritance diagram for noSoot:
Inheritance graph
[legend]
Collaboration diagram for noSoot:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noSoot (const dictionary &dict, const fvMesh &mesh, const word &)
 Construct from components. More...
 
virtual ~noSoot ()
 Destructor. More...
 
void correct ()
 Main update/correction routine. More...
 
const volScalarFieldsoot () const
 Return Ysoot. More...
 
- Public Member Functions inherited from sootModel
 TypeName ("sootModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, sootModel, dictionary,(const dictionary &dict, const fvMesh &mesh, const word &modelType),(dict, mesh, modelType))
 Declare runtime constructor selection table. More...
 
 sootModel (const dictionary &dict, const fvMesh &mesh, const word &modelType)
 Construct from components. More...
 
virtual ~sootModel ()
 Destructor. More...
 
const fvMeshmesh () const
 Reference to the mesh. More...
 
const dictionarydict () const
 Reference to the dictionary. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from sootModel
static autoPtr< sootModelNew (const dictionary &dict, const fvMesh &mesh)
 Selector. More...
 
- Protected Attributes inherited from sootModel
const dictionary dict_
 Radiation model dictionary. More...
 
const fvMeshmesh_
 Reference to the fvMesh. More...
 

Detailed Description

noSoot

Source files

Definition at line 51 of file noSoot.H.

Constructor & Destructor Documentation

noSoot ( const dictionary dict,
const fvMesh mesh,
const word modelType 
)

Construct from components.

Definition at line 49 of file noSoot.C.

~noSoot ( )
virtual

Destructor.

Definition at line 59 of file noSoot.C.

Member Function Documentation

TypeName ( "none"  )

Runtime type information.

void correct ( )
virtual

Main update/correction routine.

Implements sootModel.

Definition at line 63 of file noSoot.C.

const Foam::volScalarField & soot ( ) const
virtual

Return Ysoot.

Implements sootModel.

Definition at line 66 of file noSoot.C.

References NotImplemented.


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