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