From a02a1ba64d06362cb2fdd237f4aa51cbc3f2e398 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 27 Sep 2013 12:43:28 +0100 Subject: [PATCH] Updated counterFlowFlame2D tutorials to run laminar --- .../ras/counterFlowFlame2D/0/T | 1 - .../ras/counterFlowFlame2D/0/U | 3 +- .../ras/counterFlowFlame2D/0/epsilon | 45 ------------------ .../ras/counterFlowFlame2D/0/k | 45 ------------------ .../ras/counterFlowFlame2D/0/mut | 45 ------------------ .../ras/counterFlowFlame2D/0/rho | 46 ------------------- .../counterFlowFlame2D/constant/RASProperties | 25 ---------- .../constant/chemistryProperties | 2 +- .../constant/combustionProperties | 6 +-- .../constant/turbulenceProperties | 2 +- .../ras/counterFlowFlame2D/system/controlDict | 2 +- .../ras/counterFlowFlame2D/system/fvSolution | 10 ++-- .../reactingFoam/ras/counterFlowFlame2D/0/T | 1 - .../reactingFoam/ras/counterFlowFlame2D/0/U | 3 +- .../ras/counterFlowFlame2D/0/epsilon | 45 ------------------ .../reactingFoam/ras/counterFlowFlame2D/0/k | 45 ------------------ .../reactingFoam/ras/counterFlowFlame2D/0/mut | 45 ------------------ .../reactingFoam/ras/counterFlowFlame2D/0/rho | 46 ------------------- .../counterFlowFlame2D/constant/RASProperties | 25 ---------- .../constant/chemistryProperties | 2 +- .../constant/combustionProperties | 6 +-- .../constant/turbulenceProperties | 2 +- .../ras/counterFlowFlame2D/system/controlDict | 4 +- .../counterFlowFlame2D/system/controlDict | 4 +- 24 files changed, 22 insertions(+), 438 deletions(-) delete mode 100644 tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/epsilon delete mode 100644 tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/k delete mode 100644 tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/mut delete mode 100644 tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/rho delete mode 100644 tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/RASProperties delete mode 100644 tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/epsilon delete mode 100644 tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/k delete mode 100644 tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/mut delete mode 100644 tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/rho delete mode 100644 tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/RASProperties diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/T b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/T index d5d567628e..fcf963a775 100644 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/T +++ b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/T @@ -36,7 +36,6 @@ boundaryField type inletOutlet; inletValue uniform 293; value uniform 293; - } frontAndBack { diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/U b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/U index 27773aea2b..c235ba3d65 100644 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/U +++ b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/U @@ -33,7 +33,8 @@ boundaryField } outlet { - type zeroGradient; + type pressureInletOutletVelocity; + value $internalField; } frontAndBack { diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/epsilon b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/epsilon deleted file mode 100644 index ad65f7ea0f..0000000000 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/epsilon +++ /dev/null @@ -1,45 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object epsilon; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -3 0 0 0 0]; - -internalField uniform 50; - -boundaryField -{ - fuel - { - type fixedValue; - value uniform 1e-05; - } - air - { - type fixedValue; - value uniform 1e-05; - } - outlet - { - type zeroGradient; - } - frontAndBack - { - type empty; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/k b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/k deleted file mode 100644 index 3dcedaa2da..0000000000 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/k +++ /dev/null @@ -1,45 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object k; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform 3.75e-05; - -boundaryField -{ - fuel - { - type fixedValue; - value uniform 3.75e-05; - } - air - { - type fixedValue; - value uniform 3.75e-05; - } - outlet - { - type zeroGradient; - } - frontAndBack - { - type empty; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/mut b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/mut deleted file mode 100644 index 47d65d567d..0000000000 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/mut +++ /dev/null @@ -1,45 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object mut; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -1 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - fuel - { - type fixedValue; - value uniform 0; - } - air - { - type fixedValue; - value uniform 0; - } - outlet - { - type zeroGradient; - } - frontAndBack - { - type empty; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/rho b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/rho deleted file mode 100644 index d1620aaeb0..0000000000 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/0/rho +++ /dev/null @@ -1,46 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object rho; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -3 0 0 0 0 0]; - -internalField uniform 1.18001; - -boundaryField -{ - fuel - { - type calculated; - value uniform 0.243121; - } - air - { - type calculated; - value uniform 0.438564; - } - outlet - { - type calculated; - value uniform 1.18001; - } - frontAndBack - { - type empty; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/RASProperties b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/RASProperties deleted file mode 100644 index a4937b503a..0000000000 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/RASProperties +++ /dev/null @@ -1,25 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object RASProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -RASModel kEpsilon; - -turbulence on; - -printCoeffs on; - - -// ************************************************************************* // diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/chemistryProperties b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/chemistryProperties index 3ce48f2eab..9c00510123 100644 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/chemistryProperties +++ b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/chemistryProperties @@ -38,7 +38,7 @@ EulerImplicitCoeffs odeCoeffs { - solver SIBS; + solver KRR4; eps 0.05; scale 1; } diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/combustionProperties b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/combustionProperties index 9c283d5933..d5c12209c1 100644 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/combustionProperties +++ b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/combustionProperties @@ -15,14 +15,12 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -combustionModel PaSR; +combustionModel laminar; active true; -PaSRCoeffs +laminarCoeffs { - Cmix 0.1; - turbulentReaction off; } diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/turbulenceProperties b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/turbulenceProperties index 3721a46a2e..c2c3b28a1b 100644 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/turbulenceProperties +++ b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/constant/turbulenceProperties @@ -15,7 +15,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -simulationType RASModel; +simulationType laminar; // ************************************************************************* // diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/system/controlDict b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/system/controlDict index 0d03157b2e..41925e2e0d 100644 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/system/controlDict +++ b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/system/controlDict @@ -29,7 +29,7 @@ deltaT 1; writeControl runTime; -writeInterval 10; +writeInterval 20; purgeWrite 0; diff --git a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/system/fvSolution b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/system/fvSolution index fee0060b3d..dd9553bd5a 100644 --- a/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/system/fvSolution +++ b/tutorials/combustion/LTSReactingFoam/ras/counterFlowFlame2D/system/fvSolution @@ -38,9 +38,9 @@ solvers "(U|h|k|epsilon)" { - solver BICCG; + solver PBiCG; preconditioner DILU; - tolerance 1e-06; + tolerance 1e-6; relTol 0.1; } @@ -65,10 +65,10 @@ PIMPLE nNonOrthogonalCorrectors 0; maxDeltaT 1e-2; - maxCo 0.2; + maxCo 0.4; alphaTemp 1; - rDeltaTSmoothingCoeff 0.2; - rDeltaTDampingCoeff 0.2; + rDeltaTSmoothingCoeff 1; + rDeltaTDampingCoeff 1; } relaxationFactors diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/T b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/T index d5d567628e..fcf963a775 100644 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/T +++ b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/T @@ -36,7 +36,6 @@ boundaryField type inletOutlet; inletValue uniform 293; value uniform 293; - } frontAndBack { diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/U b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/U index 27773aea2b..c235ba3d65 100644 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/U +++ b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/U @@ -33,7 +33,8 @@ boundaryField } outlet { - type zeroGradient; + type pressureInletOutletVelocity; + value $internalField; } frontAndBack { diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/epsilon b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/epsilon deleted file mode 100644 index ad65f7ea0f..0000000000 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/epsilon +++ /dev/null @@ -1,45 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object epsilon; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -3 0 0 0 0]; - -internalField uniform 50; - -boundaryField -{ - fuel - { - type fixedValue; - value uniform 1e-05; - } - air - { - type fixedValue; - value uniform 1e-05; - } - outlet - { - type zeroGradient; - } - frontAndBack - { - type empty; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/k b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/k deleted file mode 100644 index 3dcedaa2da..0000000000 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/k +++ /dev/null @@ -1,45 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object k; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform 3.75e-05; - -boundaryField -{ - fuel - { - type fixedValue; - value uniform 3.75e-05; - } - air - { - type fixedValue; - value uniform 3.75e-05; - } - outlet - { - type zeroGradient; - } - frontAndBack - { - type empty; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/mut b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/mut deleted file mode 100644 index 47d65d567d..0000000000 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/mut +++ /dev/null @@ -1,45 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object mut; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -1 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - fuel - { - type fixedValue; - value uniform 0; - } - air - { - type fixedValue; - value uniform 0; - } - outlet - { - type zeroGradient; - } - frontAndBack - { - type empty; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/rho b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/rho deleted file mode 100644 index d1620aaeb0..0000000000 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/rho +++ /dev/null @@ -1,46 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - location "0"; - object rho; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -3 0 0 0 0 0]; - -internalField uniform 1.18001; - -boundaryField -{ - fuel - { - type calculated; - value uniform 0.243121; - } - air - { - type calculated; - value uniform 0.438564; - } - outlet - { - type calculated; - value uniform 1.18001; - } - frontAndBack - { - type empty; - } -} - - -// ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/RASProperties b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/RASProperties deleted file mode 100644 index a4937b503a..0000000000 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/RASProperties +++ /dev/null @@ -1,25 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | -| \\ / A nd | Web: www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class dictionary; - location "constant"; - object RASProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -RASModel kEpsilon; - -turbulence on; - -printCoeffs on; - - -// ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/chemistryProperties b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/chemistryProperties index 3ce48f2eab..9c00510123 100644 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/chemistryProperties +++ b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/chemistryProperties @@ -38,7 +38,7 @@ EulerImplicitCoeffs odeCoeffs { - solver SIBS; + solver KRR4; eps 0.05; scale 1; } diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/combustionProperties b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/combustionProperties index 9c283d5933..d5c12209c1 100644 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/combustionProperties +++ b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/combustionProperties @@ -15,14 +15,12 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -combustionModel PaSR; +combustionModel laminar; active true; -PaSRCoeffs +laminarCoeffs { - Cmix 0.1; - turbulentReaction off; } diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/turbulenceProperties b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/turbulenceProperties index 3721a46a2e..c2c3b28a1b 100644 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/turbulenceProperties +++ b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/turbulenceProperties @@ -15,7 +15,7 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -simulationType RASModel; +simulationType laminar; // ************************************************************************* // diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/system/controlDict b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/system/controlDict index 5c4ae1768d..a87c823f8f 100644 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/system/controlDict +++ b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/system/controlDict @@ -17,13 +17,13 @@ FoamFile application reactingFoam; -startFrom latestTime; +startFrom startTime; startTime 0; stopAt endTime; -endTime 0.3; +endTime 0.5; deltaT 1e-6; diff --git a/tutorials/lagrangian/LTSReactingParcelFoam/counterFlowFlame2D/system/controlDict b/tutorials/lagrangian/LTSReactingParcelFoam/counterFlowFlame2D/system/controlDict index eb9e326d6d..bb20dffbf2 100644 --- a/tutorials/lagrangian/LTSReactingParcelFoam/counterFlowFlame2D/system/controlDict +++ b/tutorials/lagrangian/LTSReactingParcelFoam/counterFlowFlame2D/system/controlDict @@ -17,13 +17,13 @@ FoamFile application LTSReactingParcelFoam; -startFrom latestTime; +startFrom startTime; startTime 0; stopAt endTime; -endTime 2000; +endTime 10000; deltaT 1;