Open samreid opened 5 years ago
The simulation uses the incompressible Bernoulli equation, which is an approximation for "ideal" conditions (constant density, incompressible fluid/gas, nonviscous, laminar flow - i.e. a nice Newtonian fluid) and steady-state flow. (see http://hyperphysics.phy-astr.gsu.edu/hbase/pber.html)
The pressure before a constriction is often higher than after thanks to friction and a loss of kinetic energy in the system resulting from Poisseiulle's law (http://hyperphysics.phy-astr.gsu.edu/hbase/pber2.html#c4). However, the beginning pressure is not higher than the initial pressure.
The client is asking to place real, physical constraints on the system that bring us out of equilibrium, which requires you to simulate outside of ideal conditions, which could be accounted for in blood vessels by factors such as:
In the ideal equation, if you change the pipe height/volume, something else has to change about the liquid to increase the pressure rather than decrease it. That being said, this equation is a HUGE approximation, so they are probably right. However, we'd need to add some more variables and consider this as a non-equilibrium problem.
I pointed the client to this issue and will self-unassign until I hear back.
A client wrote: