pyHarm.Elements.NodeToNodeElements.LinearDamper¶
Classes¶
This element is the linear damper element. |
Module Contents¶
- class pyHarm.Elements.NodeToNodeElements.LinearDamper.LinearDamper(nh: int, nti: int, name: str, data: dict, CS: pyHarm.CoordinateSystem.CoordinateSystem)¶
Bases:
pyHarm.Elements.NodeToNodeElements.GeneralOrderElement.GeneralOrderElementThis element is the linear damper element.
- k¶
linear factor to apply.
- Type:
float
- factory_keyword: str = 'LinearDamper'¶
keyword that is used to call the creation of this class in the system factory.
- Type:
str
- __post_init__()¶