Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  I want to float an object
#5
(14-07-2021, 06:29 AM)moyashiking Wrote: I tried various things while comparing with the sample scene.

Probably the cause is not the buoyancy setting,

The fluid blueprint has a buoyancy setting, but that's the buoyancy of the fluid vs the athmosphere. That will control how much the fluid floats in the air surrounding it, and allows you to simulate gases.

What you want to control if the buoyancy of rigidbodies vs the fluid. This depends on the mass of the fluid vs the mass of the rigidbody, or more accurately, their mass/volume ratios: their density.

(14-07-2021, 06:29 AM)moyashiking Wrote: but the Resolution is too small and rough, and the object is not pressed well.

Resolution only has a secondary effect on buoyancy, because it is harder for a rigidbody to move among larger particles (lower resolution) compared to small particles (higher resolution). This is a purely mechanical effect.

(14-07-2021, 06:29 AM)moyashiking Wrote: By the way, as I asked earlier, if you have any good criteria for specifying the Mass of Blueprint and the Mass of Object, please give me some advice.

Denser objects will sink, less dense objects will rise. So if your rigidbody is heavier than the fluid particles, it will tend to sink.
Reply


Messages In This Thread
I want to float an object - by moyashiking - 13-07-2021, 08:09 AM
RE: I want to float an object - by josemendez - 13-07-2021, 10:42 AM
RE: I want to float an object - by moyashiking - 14-07-2021, 01:46 AM
RE: I want to float an object - by moyashiking - 14-07-2021, 06:29 AM
RE: I want to float an object - by josemendez - 14-07-2021, 09:35 AM
RE: I want to float an object - by moyashiking - 15-07-2021, 01:13 AM
RE: I want to float an object - by josemendez - 15-07-2021, 08:29 AM
RE: I want to float an object - by moyashiking - 15-07-2021, 08:54 AM