tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq: Set the rho solver to diagonal

This commit is contained in:
Henry Weller
2020-05-26 09:54:17 +01:00
parent cf36a5de3c
commit 6f2a75b2f7

View File

@ -19,7 +19,7 @@ solvers
{ {
"rho.*" "rho.*"
{ {
solver nthn; solver diagonal;
} }
"p.*" "p.*"