diff --git a/tutorials/combustion/coldEngineFoam/freePiston/constant/include/reactions.air b/tutorials/combustion/coldEngineFoam/freePiston/constant/include/reactions.air deleted file mode 100644 index 5bb714747f..0000000000 --- a/tutorials/combustion/coldEngineFoam/freePiston/constant/include/reactions.air +++ /dev/null @@ -1,8 +0,0 @@ -species -( - air -); - -reactions -{ -} diff --git a/tutorials/combustion/coldEngineFoam/freePiston/constant/thermophysicalProperties b/tutorials/combustion/coldEngineFoam/freePiston/constant/thermophysicalProperties index 34f2e3595b..e634343da6 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/constant/thermophysicalProperties +++ b/tutorials/combustion/coldEngineFoam/freePiston/constant/thermophysicalProperties @@ -26,9 +26,13 @@ thermoType energy sensibleInternalEnergy; } +species +( + air +); + inertSpecie air; #include "include/thermo.air" -#include "include/reactions.air" // ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/RAS/membrane/constant/reactions b/tutorials/combustion/reactingFoam/RAS/membrane/constant/reactions deleted file mode 100644 index 6866416118..0000000000 --- a/tutorials/combustion/reactingFoam/RAS/membrane/constant/reactions +++ /dev/null @@ -1,31 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class IOobject; - location "constant"; - object reactions; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -species -( - O2 - H2O - CH4 - CO2 - N2 -); - -reactions -{} - - -// ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/RAS/membrane/constant/thermo.compressibleGas b/tutorials/combustion/reactingFoam/RAS/membrane/constant/thermo.compressibleGas index 88a877cd9c..8c4f7403db 100644 --- a/tutorials/combustion/reactingFoam/RAS/membrane/constant/thermo.compressibleGas +++ b/tutorials/combustion/reactingFoam/RAS/membrane/constant/thermo.compressibleGas @@ -15,6 +15,15 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // +species +( + O2 + H2O + CH4 + CO2 + N2 +); + O2 { specie diff --git a/tutorials/combustion/reactingFoam/RAS/membrane/constant/thermophysicalProperties b/tutorials/combustion/reactingFoam/RAS/membrane/constant/thermophysicalProperties index 32a211e9ba..816e936a8d 100644 --- a/tutorials/combustion/reactingFoam/RAS/membrane/constant/thermophysicalProperties +++ b/tutorials/combustion/reactingFoam/RAS/membrane/constant/thermophysicalProperties @@ -28,10 +28,6 @@ thermoType inertSpecie N2; - -#include "reactions" - #include "thermo.compressibleGas" - // ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/cylinder/constant/chemistryProperties b/tutorials/lagrangian/reactingParcelFoam/cylinder/constant/chemistryProperties deleted file mode 100644 index a7b8d6ebab..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/cylinder/constant/chemistryProperties +++ /dev/null @@ -1,29 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object chemistryProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -chemistryType -{ - solver noChemistrySolver; -} - -chemistry off; - -initialChemicalTimeStep 1e-07; - -#include "reactions" - -// ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/cylinder/constant/reactions b/tutorials/lagrangian/reactingParcelFoam/cylinder/constant/reactions deleted file mode 100644 index 7e115305dc..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/cylinder/constant/reactions +++ /dev/null @@ -1,2 +0,0 @@ -reactions -{} diff --git a/tutorials/lagrangian/reactingParcelFoam/filter/constant/chemistryProperties b/tutorials/lagrangian/reactingParcelFoam/filter/constant/chemistryProperties deleted file mode 100644 index 84c8b62d21..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/filter/constant/chemistryProperties +++ /dev/null @@ -1,41 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object chemistryProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -chemistryType -{ - solver noChemistrySolver; -} - -chemistry off; - -initialChemicalTimeStep 1e-07; - -EulerImplicitCoeffs -{ - cTauChem 0.05; - equilibriumRateLimiter off; -} - -odeCoeffs -{ - solver seulex; - eps 0.05; -} - -#include "reactions" - -// ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/filter/constant/reactions b/tutorials/lagrangian/reactingParcelFoam/filter/constant/reactions deleted file mode 100644 index 008fe8e68f..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/filter/constant/reactions +++ /dev/null @@ -1,12 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ - -reactions -{} - -// ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/hotBoxes/constant/chemistryProperties b/tutorials/lagrangian/reactingParcelFoam/hotBoxes/constant/chemistryProperties deleted file mode 100644 index a7b8d6ebab..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/hotBoxes/constant/chemistryProperties +++ /dev/null @@ -1,29 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object chemistryProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -chemistryType -{ - solver noChemistrySolver; -} - -chemistry off; - -initialChemicalTimeStep 1e-07; - -#include "reactions" - -// ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/hotBoxes/constant/reactions b/tutorials/lagrangian/reactingParcelFoam/hotBoxes/constant/reactions deleted file mode 100644 index 7e115305dc..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/hotBoxes/constant/reactions +++ /dev/null @@ -1,2 +0,0 @@ -reactions -{} diff --git a/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/chemistryProperties b/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/chemistryProperties deleted file mode 100644 index 93ece335d7..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/chemistryProperties +++ /dev/null @@ -1,29 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object chemistryProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -chemistryType -{ - solver noChemistrySolver; -} - -chemistry off; - -initialChemicalTimeStep 1e-7; - -#include "reactions" - -// ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/reactions b/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/reactions deleted file mode 100644 index 008fe8e68f..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/reactions +++ /dev/null @@ -1,12 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ - -reactions -{} - -// ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/rivuletPanel/constant/chemistryProperties b/tutorials/lagrangian/reactingParcelFoam/rivuletPanel/constant/chemistryProperties deleted file mode 100644 index a7b8d6ebab..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/rivuletPanel/constant/chemistryProperties +++ /dev/null @@ -1,29 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object chemistryProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -chemistryType -{ - solver noChemistrySolver; -} - -chemistry off; - -initialChemicalTimeStep 1e-07; - -#include "reactions" - -// ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/rivuletPanel/constant/reactions b/tutorials/lagrangian/reactingParcelFoam/rivuletPanel/constant/reactions deleted file mode 100644 index 7e115305dc..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/rivuletPanel/constant/reactions +++ /dev/null @@ -1,2 +0,0 @@ -reactions -{} diff --git a/tutorials/lagrangian/reactingParcelFoam/splashPanel/constant/chemistryProperties b/tutorials/lagrangian/reactingParcelFoam/splashPanel/constant/chemistryProperties deleted file mode 100644 index a7b8d6ebab..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/splashPanel/constant/chemistryProperties +++ /dev/null @@ -1,29 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object chemistryProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -chemistryType -{ - solver noChemistrySolver; -} - -chemistry off; - -initialChemicalTimeStep 1e-07; - -#include "reactions" - -// ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/splashPanel/constant/reactions b/tutorials/lagrangian/reactingParcelFoam/splashPanel/constant/reactions deleted file mode 100644 index 7e115305dc..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/splashPanel/constant/reactions +++ /dev/null @@ -1,2 +0,0 @@ -reactions -{} diff --git a/tutorials/lagrangian/reactingParcelFoam/verticalChannel/constant/chemistryProperties b/tutorials/lagrangian/reactingParcelFoam/verticalChannel/constant/chemistryProperties deleted file mode 100644 index 84c8b62d21..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/verticalChannel/constant/chemistryProperties +++ /dev/null @@ -1,41 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object chemistryProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -chemistryType -{ - solver noChemistrySolver; -} - -chemistry off; - -initialChemicalTimeStep 1e-07; - -EulerImplicitCoeffs -{ - cTauChem 0.05; - equilibriumRateLimiter off; -} - -odeCoeffs -{ - solver seulex; - eps 0.05; -} - -#include "reactions" - -// ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/verticalChannel/constant/reactions b/tutorials/lagrangian/reactingParcelFoam/verticalChannel/constant/reactions deleted file mode 100644 index 008fe8e68f..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/verticalChannel/constant/reactions +++ /dev/null @@ -1,12 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ - -reactions -{} - -// ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/verticalChannelLTS/constant/chemistryProperties b/tutorials/lagrangian/reactingParcelFoam/verticalChannelLTS/constant/chemistryProperties deleted file mode 100644 index 09bd01245b..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/verticalChannelLTS/constant/chemistryProperties +++ /dev/null @@ -1,29 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object chemistryProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -chemistryType -{ - solver noChemistrySolver; -} - -chemistry off; - -initialChemicalTimeStep 1e-07; // NOT USED - -#include "reactions" - -// ************************************************************************* // diff --git a/tutorials/lagrangian/reactingParcelFoam/verticalChannelLTS/constant/reactions b/tutorials/lagrangian/reactingParcelFoam/verticalChannelLTS/constant/reactions deleted file mode 100644 index 008fe8e68f..0000000000 --- a/tutorials/lagrangian/reactingParcelFoam/verticalChannelLTS/constant/reactions +++ /dev/null @@ -1,12 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ - -reactions -{} - -// ************************************************************************* // diff --git a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/constant/chemistryProperties b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/constant/chemistryProperties deleted file mode 100644 index 09bd01245b..0000000000 --- a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/constant/chemistryProperties +++ /dev/null @@ -1,29 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object chemistryProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -chemistryType -{ - solver noChemistrySolver; -} - -chemistry off; - -initialChemicalTimeStep 1e-07; // NOT USED - -#include "reactions" - -// ************************************************************************* // diff --git a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/constant/reactions b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/constant/reactions deleted file mode 100644 index 008fe8e68f..0000000000 --- a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/constant/reactions +++ /dev/null @@ -1,12 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ - -reactions -{} - -// ************************************************************************* //