DOF¶
- class pyccx.core.DOF(value)¶
Bases:
IntEnumProvides a reference to the typical degrees-of-freedom (DOF) used for setting boundary conditions and displaying the required output in Calculix.
Attributes Summary
Rotation about the X-axis
Rotation about the Y-axis
Rotation about the Z-axis
Temperature
Translation in the X direction
Translation in the Y direction
Translation in the Z direction
Attributes Documentation
- RX = 4¶
Rotation about the X-axis
- RY = 5¶
Rotation about the Y-axis
- RZ = 6¶
Rotation about the Z-axis
- T = 11¶
Temperature
- UX = 1¶
Translation in the X direction
- UY = 2¶
Translation in the Y direction
- UZ = 3¶
Translation in the Z direction