mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
rhoPorousSimpleFoam: remove optional constraints on pEqn as this would violate continuity
This commit is contained in:
@ -53,8 +53,6 @@
|
|||||||
|
|
||||||
tpEqn().setReference(pRefCell, pRefValue);
|
tpEqn().setReference(pRefCell, pRefValue);
|
||||||
|
|
||||||
fvOptions.constrain(tpEqn(), rho.name());
|
|
||||||
|
|
||||||
tpEqn().solve();
|
tpEqn().solve();
|
||||||
|
|
||||||
if (simple.finalNonOrthogonalIter())
|
if (simple.finalNonOrthogonalIter())
|
||||||
|
|||||||
Reference in New Issue
Block a user