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;
|
||||
}
|
||||
|
||||
chemistry off;
|
||||
chemistry on;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
|
||||
@ -15,9 +15,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
combustionModel PaSR<psiChemistryCombustion>;
|
||||
combustionModel PaSR<psiChemistryCombustion>;
|
||||
|
||||
active false;
|
||||
active yes;
|
||||
|
||||
PaSRCoeffs
|
||||
{
|
||||
|
||||
@ -28,7 +28,9 @@ thermoType
|
||||
|
||||
CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
|
||||
|
||||
CHEMKINThermoFile "~OpenFOAM/thermoData/therm.dat";
|
||||
CHEMKINThermoFile "$FOAM_CASE/chemkin/therm.dat";
|
||||
|
||||
newFormat yes;
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object controlDict;
|
||||
|
||||
Reference in New Issue
Block a user