Versions Compared

Key

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

With the advanced user settings it is possible to define a limit for the displacement (translation or rotation) of any surface or non-design on which a boundary condition has been applied. The settings required for this are listed belowfor any applied force.

Because for every force a connector (default RBE3) is created the maximum displacement constraint can be set for this connector.

To apply a maximum displacement constraint in one direction the following commands can be used:

event.Event_1.condition.maxDisplacement1

=1


boundaryCondition.maxDisplacement1.

geometryName

connectorName=ModelLoadEvent_Force_1_Force
boundaryCondition.maxDisplacement1.maxDisplacement.amount=0.001
boundaryCondition.maxDisplacement1.maxDisplacement.axis.x=0
boundaryCondition.maxDisplacement1.maxDisplacement.axis.y=0
boundaryCondition.maxDisplacement1.maxDisplacement.axis.z=1

Add also the following line if it is meant as a rotation constraint:

boundaryCondition.maxDisplacement1.maxDisplacement.rotation=true

In the above case, the surface on which connector of Force_1 was applied is given an additional displacement constraint of 0.001m in Event_1. The direction of the displacement is defined by the three "Axis" entries as a vector, if the constraint is to be direction independent, these lines must be deleted. To activate the constraint for several events, copy the first line and change it to the name of the other load cases. Make sure you enter the correct force name for the surface connector you want to constrain.

Info

If the constraint should be direction independent, the axis definition can be omitted.

Info

Force_1 has to be replaced with the name of the change desired load.

Add also the following line if it is meant as a rotation constraint:

boundaryCondition.maxDisplacement1.maxDisplacement.rotation=true

Below an example of a beam on which a force of 1000 N in z direction is applied, with and without a maximum displacement of 0.001 m.

...

The Apex GD project of the example above is uploaded here:

View file
nameGD_Beam_MaxDisp01.7z