You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I misunderstood something, this would allow negative pressures, since the pressure variables now represent the deviation from p_default = 300000 ?
I ran into a lot of bounds issues when trying to simulate, but simulation works just fine when ignoring them.
Would one need to adjust the minimum of the pressure variables as well?
I don't recall running into issues due to negative pressures on this development branch. But if some are triggered then yes, the min attribute of the pressure can be removed as this branch gets negative absolute pressures. (The media still works fine in this non-physical region.)
The challenge problems in
Fluid.Examples.FlowSystem
have small pressure drop differences but large absolute pressures.This issue is to test the effect of setting the absolute pressure to (near) zero.
The text was updated successfully, but these errors were encountered: