Fixed¶
- class pyccx.bc.Fixed(target, dof=(), values=None, name=None, amplitude=None, timeDelay=None)¶
Bases:
BoundaryConditionThe fixed boundary condition removes or sets the DOF (e.g. displacement components, temperature) specifically on a
NodeSet. This BC may be used in thermal and coupled thermo-mechanical analyses provided the DOF is applicable to the analysis type.Attributes Summary
Degree of Freedoms to be fixed
Values to assign to the selected DOF to be fixed
Methods Summary
type()Returns the BC type so that they are only applied to suitable load cases
Attributes Documentation
- dof¶
Degree of Freedoms to be fixed
- values¶
Values to assign to the selected DOF to be fixed
Methods Documentation
- type()¶
Returns the BC type so that they are only applied to suitable load cases
- Return type:
- writeInput()¶
- Return type:
str