rlguy/GridFluidSim3D

How to improve the efficiency of simulation for fluid on surface?

mingweiLIU opened this issue · 1 comments

Hi, I am trying to simulating fluid on a surface with up and down hill, seems it is no need to initalize the simulation domain to be a box, it will be of more efficient to use the surface to initialize the buttom of the box, since it will decline the number of grid. Then how could we do that if it supported?
default
(The above figure shows the case that the yellow box is the initalized simulation domain, while the black grids should not be used since the fluid is flow on the surface, if use the origal box, it will require more computation for the simulation, we should and how to decline the initalized domain? )

rlguy commented

Hello,

The domain must be a box due to efficiency and simplicity of memory layout.

Note: This repository is no longer being maintained. This codebase has been further developed and has now become the Blender FLIP Fluids project.

- Ryan