setting GRI Mech 3.0 and disable ignition
This commit is contained in:
parent
6936afc1f9
commit
58bce5e442
4 changed files with 1954 additions and 723 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -30,8 +30,8 @@ inertSpecie N2;
|
|||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
foamChemistryFile "$FOAM_CASE/constant/methane-1step/reactions";
|
||||
foamChemistryFile "$FOAM_CASE/constant/GRI30/grimech30.foam";
|
||||
|
||||
foamChemistryThermoFile "$FOAM_CASE/constant/methane-1step/thermo.compressibleGas";
|
||||
foamChemistryThermoFile "$FOAM_CASE/constant/GRI30/thermo30.foam";
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
|||
|
|
@ -23,13 +23,13 @@ startTime 0;
|
|||
|
||||
stopAt endTime; // noWriteNow; // nextWrite; // writeNow; //
|
||||
|
||||
endTime 1.0;
|
||||
endTime 0.3;
|
||||
|
||||
deltaT 1.0e-6;
|
||||
|
||||
writeControl adjustableRunTime; // clockTime; // timeStep; //
|
||||
|
||||
writeInterval 0.1; // 0.000078; //3600; // 400; // 10000; //
|
||||
writeInterval 0.02; // 0.000078; //3600; // 400; // 10000; //
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ FoamFile
|
|||
source1
|
||||
{
|
||||
type fixedTemperatureConstraint;
|
||||
active true;
|
||||
active false;
|
||||
timeStart 0.0;
|
||||
duration 0.1;
|
||||
selectionMode cellSet;
|
||||
|
|
@ -27,7 +27,6 @@ source1
|
|||
fixedTemperatureConstraintCoeffs
|
||||
{
|
||||
mode uniform;
|
||||
// temperature 2000;
|
||||
temperature table
|
||||
2
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue