Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Performance on General Use Laptops
#2
Hi there!

Performance depends a lot on the settings used, mainly fluid resolution (which dictates amount of particles per volume unit) and substeps (temporal resolution of the simulation).

Things like collision detection complexity, timestep length, smoothing radius, etc can also affect performance, sometimes to a great extent. Rendering can also be a bottleneck on specific GPU architectures. It's very hard to say whether your use case would work on specific hardware without more details.

You have an in-depth performance analysis available on our webpage, it might be useful:
http://obi.virtualmethodstudio.com/performance.html

(27-06-2022, 12:18 PM)Th3Punslinger Wrote: Is this something that is possible on lower end hard ware in a 3D environment, or is the chemical reaction something that is mainly possible in the 2.5D

Chemical reactions and diffusion are mostly free in terms of performance. They're one of the cheapest features, since it uses data that's readily computed for the basic simulation: particle neighborhoods/density.

Pressure projection is by far the most expensive part of the simulation, since it involves finding all neighbors for each particle, calculating local density, and repositioning particles to keep density constant.
Reply


Messages In This Thread
RE: Performance on General Use Laptops - by josemendez - 27-06-2022, 04:45 PM