BoundaryConditionType¶
- class pyccx.bc.BoundaryConditionType(value)¶
Bases:
FlagBoundary 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
Boundary condition can be used in any analysis
Boundary condition can be used in a fluid analysis
Boundary condition can be used in a structural analysis
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