Force¶
- class pyccx.bc.Force(target, name=None, amplitude=None, timeDelay=None)¶
Bases:
BoundaryConditionThe Force Boundary applies a uniform force directly to nodes. This BC may be used in thermal and coupled thermo-mechanical analyses provided the
DOFis applicable to the analysis type.Attributes Summary
The normalised vector of the force direction
The magnitude of the force applied
Methods Summary
setVector(v)The applied force set by the vector.
type()Returns the BC type so that they are only applied to suitable load cases
Attributes Documentation
- direction¶
The normalised vector of the force direction
- magnitude¶
The magnitude of the force applied
Methods Documentation
- setVector(v)¶
The applied force set by the vector.
Note
The force vector is normalised to ensure that the direction is consistent.
- Parameters:
v (
Iterable) – The force vector- Return type:
None
- type()¶
Returns the BC type so that they are only applied to suitable load cases
- Return type:
- writeInput()¶
- Return type:
str