combustionModel, chemistryModel: Simplified model selection
Updated all tutorials to the new format
This commit is contained in:
@ -17,8 +17,7 @@ FoamFile
|
||||
|
||||
chemistryType
|
||||
{
|
||||
chemistrySolver EulerImplicit;
|
||||
chemistryThermo rho;
|
||||
solver EulerImplicit;
|
||||
}
|
||||
|
||||
chemistry on;
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
combustionModel PaSR<rhoChemistryCombustion>;
|
||||
combustionModel PaSR;
|
||||
|
||||
active true;
|
||||
|
||||
|
||||
@ -17,8 +17,7 @@ FoamFile
|
||||
|
||||
chemistryType
|
||||
{
|
||||
chemistrySolver EulerImplicit;
|
||||
chemistryThermo rho;
|
||||
solver EulerImplicit;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
combustionModel PaSR<rhoChemistryCombustion>;
|
||||
combustionModel PaSR;
|
||||
|
||||
active false;
|
||||
|
||||
|
||||
@ -17,8 +17,7 @@ FoamFile
|
||||
|
||||
chemistryType
|
||||
{
|
||||
chemistrySolver EulerImplicit;
|
||||
chemistryThermo rho;
|
||||
solver EulerImplicit;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
combustionModel PaSR<rhoChemistryCombustion>;
|
||||
combustionModel PaSR;
|
||||
|
||||
active false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user