Skip to content

connect two flexible plates with bolts? #22

Discussion options

You must be logged in to vote

Connnecting two plates with bolts may require to use contact. This is more involved to realize.
If you would like to connect parts of the plates with each other, the approach of the CartesianSpringDamper seems to work well (and efficient). The initial length can be read out in two ways:

  1. you measure the midpoint of the marker nodes using the FEM function GetNodePositionsMean(...), see Examples/CMSexampleCourse.py.
    With this information, you can define an offset for MarkerSuperElementRigid; in this way, you can shift your Marker position to the point at the interface of the two plates
  2. you first assemble the model (otherwise compute functions do not work!) and then run for your objectNumber…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jgerstmayr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants