From 3c8e99e4f2f25ffd43a423adf10df3605a37dc63 Mon Sep 17 00:00:00 2001 From: sergio <sergio> Date: Thu, 13 Jun 2019 13:25:51 -0700 Subject: [PATCH] TUT: Setting fvSolution for mixerVessel2D --- .../laminar/mixerVessel2D/system/fvSolution | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/system/fvSolution b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/system/fvSolution index fd1bb96563c..16578dc1934 100644 --- a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/system/fvSolution +++ b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/system/fvSolution @@ -34,15 +34,6 @@ solvers p_rghFinal { $p_rgh; - solver PCG; - preconditioner - { - preconditioner GAMG; - tolerance 1e-7; - relTol 0; - nVcycles 2; - smoother GaussSeidel; - } tolerance 1e-7; relTol 0; maxIter 30; -- GitLab