I got strange behaviour using the *Boundary keyword and the Fixed parameter. I applied the Fixed parameter to a single node in the one finite element model attached at the end of the message. I started with translations, and everything worked fine. Then I added the rotational DOF around the x-axis, the DOF number 4, and still, everything worked fine (I know the solid nodes do not have the DOFs 4, 5 and 6). But when I add the DOFs 5 or 6, I get an error message: " *ERROR in bounadd: parameter FIXED cannot be used for rotations".
So my question is, why does it work for DOF number 4? Am I missing something?
*Node
1, 0.00000000E+000, 0.00000000E+000, 1.00000000E+002
2, 0.00000000E+000, 0.00000000E+000, 0.00000000E+000
3, 0.00000000E+000, 1.00000000E+002, 1.00000000E+002
4, 0.00000000E+000, 1.00000000E+002, 0.00000000E+000
5, 1.00000000E+002, 0.00000000E+000, 1.00000000E+002
6, 1.00000000E+002, 0.00000000E+000, 0.00000000E+000
7, 1.00000000E+002, 1.00000000E+002, 1.00000000E+002
8, 1.00000000E+002, 1.00000000E+002, 0.00000000E+000
**
** Elements ++++++++++++++++++++++++++++++++++++++++++++++++
**
*Element, Type=C3D8, Elset=Solid_part-1
19, 1, 2, 4, 3, 5, 6, 8, 7
*Material, Name=S235
*Elastic
210000, 0.28
*Solid section, Elset=Solid_part-1, Material=S235
*Step
*Static
*Boundary, Fixed
7, 1, 1
7, 2, 2
7, 3, 3
7, 4, 4
*Node file
RF, U
*El file
S, E
*End step