Loadstep definition - BC - mechanical : which YAML syntax to use to define rotation ? #28
-
In the online documentation, grid solver page, the R parameter related to mechanical boundary condition is described such as : R: rotation axis and angle (in degrees) from grid to load frame coordinate system (defaults to no rotation, i.e. load frame coincides with grid coordinates) What is the syntax to provide ? A tuple such as, for intance, ('z', 30.0 ) ? or an Euler sequence angle in a list such as [30.0, 0.0,0.0] ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It requires the rotation axis and the angle. R: [0,0,1,30] # rotation of 30 degree around a axis |
Beta Was this translation helpful? Give feedback.
-
Great. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
It requires the rotation axis and the angle. R: [0,0,1,30] # rotation of 30 degree around a axis