You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now gravity always acts on the z direction in SHARPy.
However, xbeam allows gravity to be applied in any direction. Thus, it seems that we have ready the most laborious part of this feature and we are just missing the interface.
The text was updated successfully, but these errors were encountered:
Now the gravity direction is a property of the simulation and not a beam property.
It is defined through the "gravity_dir" setting in structural solvers.
Everything should be backwards compatible except from solvers calling "cbeam3_asbly_static". I think the call to this function was not right. To my knowledge, this only affect static multibody computations.
I do not run many computations with gravity so any test or feedback is welcome.
Right now gravity always acts on the z direction in SHARPy.
However, xbeam allows gravity to be applied in any direction. Thus, it seems that we have ready the most laborious part of this feature and we are just missing the interface.
The text was updated successfully, but these errors were encountered: