Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How to move a fluid without a container?
#4
(10-05-2019, 10:17 AM)MokhovDmitry Wrote: Oh, I see. But, what if I have just one Solver and few Emmiters, connected to him? I guess, all fuilds, connected to Solver, will move at the same time. 

Yes, but using local-space simulation to move fluids around is not a good idea, because your'e not actually moving the fluid. You're changing the simulation's reference frame, which "teleports" particles to a new location, but the fluid velocity is not affected by this. Using forces or velocities is much better, and will also allow for CCD (continuous collision detection) and friction to work appropriately.

(10-05-2019, 10:17 AM)MokhovDmitry Wrote: And, if I get correct, all fluids, connected to one Solver will able to interact to each other, but, fluids connected to various Solvers will ignore each others?

Yes, correct. Particles in one solver are completely independent of particles in other solvers. Each solver is a separate "world", so to speak.
Reply


Messages In This Thread
RE: How to move a fluid without a container? - by josemendez - 10-05-2019, 10:25 AM