DOF

class pyccx.core.DOF(value)

Bases: IntEnum

Provides a reference to the typical degrees-of-freedom (DOF) used for setting boundary conditions and displaying the required output in Calculix.

Attributes Summary

RX

Rotation about the X-axis

RY

Rotation about the Y-axis

RZ

Rotation about the Z-axis

T

Temperature

UX

Translation in the X direction

UY

Translation in the Y direction

UZ

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