mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated sprayFoam Aachen bomb test case
This commit is contained in:
@ -21,7 +21,7 @@ chemistryType
|
|||||||
chemistryThermo psi;
|
chemistryThermo psi;
|
||||||
}
|
}
|
||||||
|
|
||||||
chemistry off;
|
chemistry on;
|
||||||
|
|
||||||
initialChemicalTimeStep 1e-07;
|
initialChemicalTimeStep 1e-07;
|
||||||
|
|
||||||
|
|||||||
@ -15,9 +15,9 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
combustionModel PaSR<psiChemistryCombustion>;
|
combustionModel PaSR<psiChemistryCombustion>;
|
||||||
|
|
||||||
active false;
|
active yes;
|
||||||
|
|
||||||
PaSRCoeffs
|
PaSRCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
@ -28,7 +28,9 @@ thermoType
|
|||||||
|
|
||||||
CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
|
CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
|
||||||
|
|
||||||
CHEMKINThermoFile "~OpenFOAM/thermoData/therm.dat";
|
CHEMKINThermoFile "$FOAM_CASE/chemkin/therm.dat";
|
||||||
|
|
||||||
|
newFormat yes;
|
||||||
|
|
||||||
inertSpecie N2;
|
inertSpecie N2;
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format binary;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
location "system";
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
|
|||||||
Reference in New Issue
Block a user