combustionModel, chemistryModel: Simplified model selection

Updated all tutorials to the new format
This commit is contained in:
Will Bainbridge
2017-12-11 10:13:40 +00:00
parent 61cab84fa6
commit 15a2e7f6e9
57 changed files with 67 additions and 96 deletions

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi;
} }
chemistry on; chemistry on;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi;
} }
chemistry on; chemistry on;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi;
} }
chemistry on; chemistry on;

View File

@ -17,9 +17,8 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi; method TDAC;
TDAC on;
} }
chemistry on; chemistry on;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel infinitelyFastChemistry<psiThermoCombustion,gasHThermoPhysics>; combustionModel infinitelyFastChemistry;
active true; active true;
@ -24,3 +24,5 @@ infinitelyFastChemistryCoeffs
semiImplicit no; semiImplicit no;
C 10; C 10;
} }
// ************************************************************************* //

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel infinitelyFastChemistry<psiThermoCombustion,gasHThermoPhysics>; combustionModel infinitelyFastChemistry;
active true; active true;

View File

@ -15,8 +15,8 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel infinitelyFastChemistry<psiThermoCombustion,gasHThermoPhysics>; combustionModel infinitelyFastChemistry;
//combustionModel FSD<psiThermoCombustion,gasHThermoPhysics>; //combustionModel FSD;
active true; active true;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver noChemistrySolver; solver noChemistrySolver;
chemistryThermo psi;
} }
chemistry off; chemistry off;

View File

@ -16,7 +16,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel infinitelyFastChemistry<psiThermoCombustion,gasHThermoPhysics>; combustionModel infinitelyFastChemistry;
active on; active on;

View File

@ -17,9 +17,8 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi; method TDAC;
TDAC on;
} }
importantSpecies importantSpecies

View File

@ -17,9 +17,8 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi; method TDAC;
TDAC on;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel EDC<psiChemistryCombustion>; combustionModel EDC;
active true; active true;

View File

@ -16,9 +16,8 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi; method TDAC;
TDAC on;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel EDC<psiChemistryCombustion>; combustionModel EDC;
active true; active true;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver EulerImplicit; solver EulerImplicit;
chemistryThermo psi;
} }
chemistry off; chemistry off;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver EulerImplicit; solver EulerImplicit;
chemistryThermo psi;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<psiChemistryCombustion>; combustionModel laminar;
active true; active true;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver EulerImplicit; solver EulerImplicit;
chemistryThermo psi;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<psiChemistryCombustion>; combustionModel laminar;
active true; active true;

View File

@ -17,9 +17,8 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi; method TDAC;
TDAC on;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<psiChemistryCombustion>; combustionModel laminar;
active true; active true;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<psiChemistryCombustion>; combustionModel laminar;
active true; active true;

View File

@ -17,9 +17,8 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi; method TDAC;
TDAC on;
} }
chemistry on; chemistry on;

View File

@ -17,9 +17,8 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi; method TDAC;
TDAC on;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<psiChemistryCombustion>; combustionModel laminar;
active true; active true;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<psiChemistryCombustion>; combustionModel PaSR;
active true; active true;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver EulerImplicit; solver EulerImplicit;
chemistryThermo rho;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<rhoChemistryCombustion>; combustionModel laminar;
active true; active true;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver noChemistrySolver; solver noChemistrySolver;
chemistryThermo rho;
} }
chemistry off; chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>; combustionModel PaSR;
active false; active false;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver noChemistrySolver; solver noChemistrySolver;
chemistryThermo rho;
} }
chemistry off; chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<rhoChemistryCombustion>; combustionModel laminar;
active false; active false;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver noChemistrySolver; solver noChemistrySolver;
chemistryThermo rho;
} }
chemistry off; chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<rhoChemistryCombustion>; combustionModel laminar;
active false; active false;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver noChemistrySolver; solver noChemistrySolver;
chemistryThermo rho;
} }
chemistry off; chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<rhoChemistryCombustion>; combustionModel laminar;
active false; active false;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver noChemistrySolver; solver noChemistrySolver;
chemistryThermo rho;
} }
chemistry off; chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<rhoChemistryCombustion>; combustionModel laminar;
active false; active false;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver noChemistrySolver; solver noChemistrySolver;
chemistryThermo rho;
} }
chemistry off; chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<rhoChemistryCombustion>; combustionModel laminar;
active false; active false;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver noChemistrySolver; solver noChemistrySolver;
chemistryThermo rho;
} }
chemistry off; chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<rhoChemistryCombustion>; combustionModel laminar;
active false; active false;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver noChemistrySolver; solver noChemistrySolver;
chemistryThermo rho;
} }
chemistry off; chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<rhoChemistryCombustion>; combustionModel laminar;
active false; active false;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver noChemistrySolver; solver noChemistrySolver;
chemistryThermo rho;
} }
chemistry off; chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel laminar<rhoChemistryCombustion>; combustionModel laminar;
active false; active false;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver ode; solver ode;
chemistryThermo psi;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<psiChemistryCombustion>; combustionModel PaSR;
active yes; active yes;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver EulerImplicit; solver EulerImplicit;
chemistryThermo rho;
} }
chemistry on; chemistry on;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>; combustionModel PaSR;
active true; active true;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver EulerImplicit; solver EulerImplicit;
chemistryThermo rho;
} }
chemistry off; chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>; combustionModel PaSR;
active false; active false;

View File

@ -17,8 +17,7 @@ FoamFile
chemistryType chemistryType
{ {
chemistrySolver EulerImplicit; solver EulerImplicit;
chemistryThermo rho;
} }
chemistry off; chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>; combustionModel PaSR;
active false; active false;