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