pyHarm.Elements.NodeToNodeElements.CosinusForcing ================================================= .. py:module:: pyHarm.Elements.NodeToNodeElements.CosinusForcing Classes ------- .. autoapisummary:: pyHarm.Elements.NodeToNodeElements.CosinusForcing.CosinusForcing Module Contents --------------- .. py:class:: CosinusForcing(nh: int | list[int], nti: int, name: str, data: dict, CS: pyHarm.CoordinateSystem.CoordinateSystem, dynop: Optional[dict[str, numpy.ndarray]] = None) Bases: :py:obj:`pyHarm.Elements.NodeToNodeElements.GeneralOrderForcing.GeneralOrderForcing` This element is an external forcing that applies a pure cosine signal onto the first harmonic. .. attribute:: amp amplitude value of the forcing. :type: float .. py:attribute:: factory_keyword :type: str :value: 'CosinusForcing' keyword that is used to call the creation of this class in the system factory. :type: str .. py:method:: __post_init__()