pyHarm.Elements.NodeToNodeElements.CubicSpring

Classes

CubicSpring

This element is the cubic spring element.

Module Contents

class pyHarm.Elements.NodeToNodeElements.CubicSpring.CubicSpring(nh: int, nti: int, name: str, data: dict, CS: pyHarm.CoordinateSystem.CoordinateSystem)

Bases: pyHarm.Elements.NodeToNodeElements.GeneralOrderElement.GeneralOrderElement

This element is the cubic spring element.

k

linear factor to apply.

Type:

float

factory_keyword: str = 'CubicSpring'

keyword that is used to call the creation of this class in the system factory.

Type:

str

__post_init__()