yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #07737
Re: [Question #230621]: apply buoyancy forces on particles
Question #230621 on Yade changed:
https://answers.launchpad.net/yade/+question/230621
Christian Jakob posted a new comment:
> b.state.densityScaling = realMass/apparentMass
if i decrease mass m, then accel. a = F/m should increase...
but densityScaling increases accel. again:
if (densityScaling) linAccel*=state->densityScaling;
so it should be
b.state.densityScaling = apparentMass/realMass
right?
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.