Skip to content
Snippets Groups Projects
Commit fde2533b authored by andy's avatar andy
Browse files

ENH: Upadated/cleaned cheistrySolver header

parent c0473192
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,6 @@ SourceFiles
#include "ODEChemistryModel.H"
#include "IOdictionary.H"
#include "scalarField.H"
#include "autoPtr.H"
#include "runTimeSelectionTables.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -69,21 +67,6 @@ public:
TypeName("chemistrySolver");
// Declare runtime constructor selection table
declareRunTimeSelectionTable
(
autoPtr,
chemistrySolver,
dictionary,
(
const fvMesh& mesh,
const word& ODEModelName,
const word& thermoType
),
(mesh, ODEModelName, thermoType)
);
// Constructors
//- Construct from components
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment