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