SPHinXsys provides C++ APIs for engineering simulation and optimization. It aims at complex systems driven by fluid, structure, multi-body dynamics and beyond. The multi-physics library is based on a unique and unified computational framework by which strong coupling has been achieved for all involved physics.
Describe the bug
The inflow region has velocity and pressure singularities if the fluid particles are relaxed.
E.g. T-shaped pipe flow:
This is within the inflow region, where the velocity is prescribed. Weirdly, the velocity within this region is not exactly parabolic.
The simulation can still go on with the parameters used in test_2d_T_shaped_pipe, but in some cases, it can fail after several steps.
To Reproduce
Add relaxation of fluid in test_2d_T_shaped_pipe.
Describe the bug The inflow region has velocity and pressure singularities if the fluid particles are relaxed. E.g. T-shaped pipe flow:
This is within the inflow region, where the velocity is prescribed. Weirdly, the velocity within this region is not exactly parabolic. The simulation can still go on with the parameters used in
test_2d_T_shaped_pipe
, but in some cases, it can fail after several steps.To Reproduce Add relaxation of fluid in
test_2d_T_shaped_pipe
.