Fixed

class pyccx.bc.Fixed(target, dof=(), values=None, name=None, amplitude=None, timeDelay=None)

Bases: BoundaryCondition

The 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

dof

Degree of Freedoms to be fixed

values

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

writeInput()

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:

BoundaryConditionType

writeInput()
Return type:

str