29-04-2022, 06:51 PM
(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!