Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How does atmospheric drag work in Obi Fluid?
#3
(29-04-2022, 09:51 AM)josemendez Wrote: Hi there!

Athmospherig drag is a unitless drag coefficient, opposing the particle's velocity, and only applied to particles near the surface of the fluid. The implementation is done following this article:
http://gamma.cs.unc.edu/SPH_GAS/sph_gas.pdf

You can find the equation for the atmospheric drag force in page 4 (eq 14).
It's implemented in line 356 of the BurstDensityConstraints.cs file.

kind regards,

Great, thank you so much! Gran sonrisa
Reply


Messages In This Thread
RE: How does atmospheric drag work in Obi Fluid? - by Freebird17 - 29-04-2022, 06:51 PM