LoadCaseType

class pyccx.loadcase.LoadCaseType(value)

Bases: IntEnum

Enum Class specifies the Load Case type

Attributes Summary

BUCKLE

Buckling analysis of a structure

DYNAMIC

Dynamic analysis of a structure

MODAL

Modal analysis of a structure

STATIC

Linear Static structural analysis

THERMAL

Thermal analysis for performing heat transfer studies

UNCOUPLEDTHERMOMECHANICAL

Coupled thermo-mechanical analysis

Attributes Documentation

BUCKLE = 4

Buckling analysis of a structure

DYNAMIC = 6

Dynamic analysis of a structure

MODAL = 5

Modal analysis of a structure

STATIC = 1

Linear Static structural analysis

THERMAL = 2

Thermal analysis for performing heat transfer studies

UNCOUPLEDTHERMOMECHANICAL = 3

Coupled thermo-mechanical analysis