diff --git a/tutorials/lagrangian/LTSReactingParcelFoam/counterFlowFlame2D/system/fvSolution b/tutorials/lagrangian/LTSReactingParcelFoam/counterFlowFlame2D/system/fvSolution index 5582aee049..e8dfb0d589 100644 --- a/tutorials/lagrangian/LTSReactingParcelFoam/counterFlowFlame2D/system/fvSolution +++ b/tutorials/lagrangian/LTSReactingParcelFoam/counterFlowFlame2D/system/fvSolution @@ -24,6 +24,7 @@ solvers tolerance 0; relTol 0.1; } + rhoFinal { solver PCG; @@ -31,6 +32,7 @@ solvers tolerance 1e-4; relTol 0; } + p { solver GAMG; @@ -81,8 +83,8 @@ PIMPLE nCorrectors 2; nNonOrthogonalCorrectors 0; momentumPredictor yes; - rhoMin rhoMin [1 -3 0 0 0] 0.1; - rhoMax rhoMax [1 -3 0 0 0] 1.5; + rhoMin 0.1; + rhoMax 1.5; maxCo 0.5; rDeltaTSmoothingCoeff 0.1; diff --git a/tutorials/lagrangian/LTSReactingParcelFoam/verticalChannel/system/fvSolution b/tutorials/lagrangian/LTSReactingParcelFoam/verticalChannel/system/fvSolution index 1bdc5b6260..767258ad47 100644 --- a/tutorials/lagrangian/LTSReactingParcelFoam/verticalChannel/system/fvSolution +++ b/tutorials/lagrangian/LTSReactingParcelFoam/verticalChannel/system/fvSolution @@ -25,7 +25,6 @@ solvers relTol 0.1; } -// "(p|.*Final)" p { solver GAMG; @@ -68,8 +67,8 @@ PIMPLE nCorrectors 2; nNonOrthogonalCorrectors 0; momentumPredictor yes; - rhoMin rhoMin [1 -3 0 0 0] 0.1; - rhoMax rhoMax [1 -3 0 0 0] 1.5; + rhoMin 0.1; + rhoMax 1.5; maxCo 5; rDeltaTSmoothingCoeff 1;