/EulerianFluidWater2D

Eulerian Fluid Water in 2D

Primary LanguageC#

EulerianFluidWater

基于Unity平台上实现了一个基本的2D欧拉法的流体模拟程序。
模拟的类型是水,压强方程的求解使用了MuitiGrid进行加速求解。

#参考资料:
代码:
https://github.com/topics/fluid-simulation
https://github.com/kbladin/Fluid_Simulation
https://github.com/rlguy/GridFluidSim3D
https://github.com/Nbickford/FluidSimulation
https://github.com/RNG65536/CUDA_liquid_sim
https://github.com/doyubkim/fluid-engine-dev
论文(书籍):
https://fluidenginedevelopment.org/
https://cs.uwaterloo.ca/~c2batty/(有非常多的关于物理模拟的资料)
http://matthias-mueller-fischer.ch/
https://math.berkeley.edu/~sethian/2006/Semiconductors/ieee_level_set_explain.html
#结果 image