pyHarm.Elements.NodeToNodeElements.LinearSpring =============================================== .. py:module:: pyHarm.Elements.NodeToNodeElements.LinearSpring Classes ------- .. autoapisummary:: pyHarm.Elements.NodeToNodeElements.LinearSpring.LinearSpring Module Contents --------------- .. py:class:: LinearSpring(nh: int, nti: int, name: str, data: dict, CS: pyHarm.CoordinateSystem.CoordinateSystem) Bases: :py:obj:`pyHarm.Elements.NodeToNodeElements.GeneralOrderElement.GeneralOrderElement` This element is the linear spring element. .. attribute:: k linear factor to apply. :type: float .. py:attribute:: factory_keyword :type: str :value: 'LinearSpring' keyword that is used to call the creation of this class in the system factory. :type: str .. py:method:: __post_init__()