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.
This commit is contained in:
Henry Weller
2023-06-29 17:06:02 +01:00
parent 6d548ad819
commit d297b1c6d1

View File

@ -89,7 +89,7 @@ PIMPLE
nCorrectors 1; nCorrectors 1;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
faceMomentum no; faceMomentum yes;
VmDdtCorrection no; VmDdtCorrection no;
dragCorrection yes; dragCorrection yes;
partialElimination no; partialElimination no;