BoundaryConditionType

class pyccx.bc.BoundaryConditionType(value)

Bases: Flag

Boundary condition type specifies which type of analyses the boundary condition may be applied to. Flags may be mixed when coupled analyses are performed (e.g. thermo-mechanical analysis: STRUCTURAL | THERMAL)

Attributes Summary

ANY

Boundary condition can be used in any analysis

FLUID

Boundary condition can be used in a fluid analysis

STRUCTURAL

Boundary condition can be used in a structural analysis

THERMAL

Boundary condition can be used in a thermal analysis

Attributes Documentation

ANY = 1

Boundary condition can be used in any analysis

FLUID = 8

Boundary condition can be used in a fluid analysis

STRUCTURAL = 2

Boundary condition can be used in a structural analysis

THERMAL = 4

Boundary condition can be used in a thermal analysis