From 6f2a75b2f7ae8e5c3e42076bba1ee368bc48acf9 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 26 May 2020 09:54:17 +0100 Subject: [PATCH] tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq: Set the rho solver to diagonal --- .../rhoPimpleFoam/RAS/squareBendLiq/system/fvSolution | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/system/fvSolution b/tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/system/fvSolution index 0956b38024..4e599037f3 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/system/fvSolution +++ b/tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq/system/fvSolution @@ -19,7 +19,7 @@ solvers { "rho.*" { - solver nthn; + solver diagonal; } "p.*"