From d297b1c6d15bf121c3dcf9676a4cf621d47899d2 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 29 Jun 2023 17:06:02 +0100 Subject: [PATCH] tutorials/multiphaseEuler/LBend: Changed to use the faceMomentum p-U algorithm This provides a smooth solution but it is not clear if this is more accurate than running the cellMomentum p-U algorithm which generates complex transients in the solution. --- tutorials/multiphaseEuler/LBend/system/fvSolution | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/multiphaseEuler/LBend/system/fvSolution b/tutorials/multiphaseEuler/LBend/system/fvSolution index 14ecc28068..74e86e10d0 100644 --- a/tutorials/multiphaseEuler/LBend/system/fvSolution +++ b/tutorials/multiphaseEuler/LBend/system/fvSolution @@ -89,7 +89,7 @@ PIMPLE nCorrectors 1; nNonOrthogonalCorrectors 0; - faceMomentum no; + faceMomentum yes; VmDdtCorrection no; dragCorrection yes; partialElimination no;