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
{
chemistrySolver ode;
chemistryThermo psi;
solver ode;
}
chemistry on;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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