ENH: Upadated/cleaned cheistrySolver header

This commit is contained in:
andy
2011-06-03 11:35:01 +01:00
parent c047319296
commit fde2533bce

View File

@ -38,8 +38,6 @@ SourceFiles
#include "ODEChemistryModel.H" #include "ODEChemistryModel.H"
#include "IOdictionary.H" #include "IOdictionary.H"
#include "scalarField.H" #include "scalarField.H"
#include "autoPtr.H"
#include "runTimeSelectionTables.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -69,21 +67,6 @@ public:
TypeName("chemistrySolver"); TypeName("chemistrySolver");
// Declare runtime constructor selection table
declareRunTimeSelectionTable
(
autoPtr,
chemistrySolver,
dictionary,
(
const fvMesh& mesh,
const word& ODEModelName,
const word& thermoType
),
(mesh, ODEModelName, thermoType)
);
// Constructors // Constructors
//- Construct from components //- Construct from components