ENH: Updated sprayFoam Aachen bomb test case

This commit is contained in:
andy
2013-02-01 16:32:04 +00:00
parent b3d5349edb
commit eedaa820e2
4 changed files with 7 additions and 5 deletions

View File

@ -21,7 +21,7 @@ chemistryType
chemistryThermo psi; chemistryThermo psi;
} }
chemistry off; chemistry on;
initialChemicalTimeStep 1e-07; initialChemicalTimeStep 1e-07;

View File

@ -17,7 +17,7 @@ FoamFile
combustionModel PaSR<psiChemistryCombustion>; combustionModel PaSR<psiChemistryCombustion>;
active false; active yes;
PaSRCoeffs PaSRCoeffs
{ {

View File

@ -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;

View File

@ -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;