Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Loads

RBE2 & RBE3 discrete ties can be used by modifying already generated remote loads.

By default all remote loads are distributed with a RBE3 element. To change a remote load to a load distributed by distribution with a RBE2 or RBE3 element the following commands command can be added to the Advanced User Settings:

boundaryConditionconnector.ModelLoadEvent_Force_1_Force.tyingModetype=RBE2boundaryCondition.ModelLoadEvent_Force_2_Force.tyingMode=RBE3

Info

Force_1 & Force_2 have has to be replaced with the names name of the change desired loadsload.

Displacement Constraints / Rotational degrees of freedom

...

Therefore, a dummy remote load has to be created with a load value. The dummy load can then be modified to a displacement constraint with a RBE2 element with the following commands. Unconstraint directions or rotations are left free to enable rotation. Ideally, the dummy load is applied in a direction of a translational displacement constraint so that the dummy load is without influence.

boundaryConditionconnector.ModelLoadEvent_Force_12_Force.tyingModetype=RBE2
boundaryCondition.ModelLoadEvent_Force_12_Force.displacement.x=0
boundaryCondition.ModelLoadEvent_Force_12_Force.displacement.y=0
boundaryCondition.ModelLoadEvent_Force_12_Force.displacement.z=0
boundaryCondition.ModelLoadEvent_Force_12_Force.displacement.ry=0
boundaryCondition.ModelLoadEvent_Force_12_Force.displacement.rz=0

Info

Force_1 2 hasto be replaced with the name of the change desired load to a displacement constraint.

...