From 3004606a5a2282f484e0cdb221cbe18a1db94e0e Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Thu, 26 Sep 2013 22:41:44 +0100 Subject: [PATCH] tutorials/combustion/reactingFoam/ras/counterFlowFlame2D: Improved solver selection --- .../ras/counterFlowFlame2D/system/fvSolution | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/system/fvSolution b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/system/fvSolution index fe09f9434a4..7491893cc3e 100644 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/system/fvSolution +++ b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/system/fvSolution @@ -17,19 +17,9 @@ FoamFile solvers { - rho + "rho.*" { - solver PCG; - preconditioner DIC; - tolerance 1e-06; - relTol 0.1; - } - - rhoFinal - { - $rho; - tolerance 1e-06; - relTol 0; + solver diagonal; } p @@ -51,15 +41,13 @@ solvers { solver PBiCG; preconditioner DILU; - tolerance 1e-06; + tolerance 1e-6; relTol 0.1; } "(U|h|k|epsilon)Final" { - solver PBiCG; - preconditioner DILU; - tolerance 1e-06; + $U; relTol 0; } -- GitLab