mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Upadated/cleaned cheistrySolver header
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user