pyHarm.Elements.NodeToNodeElements.CosinusForcing

Classes

CosinusForcing

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 | list[int], nti: int, name: str, data: dict, CS: pyHarm.CoordinateSystem.CoordinateSystem, dynop: dict[str, numpy.ndarray] | None = None)

Bases: pyHarm.Elements.NodeToNodeElements.GeneralOrderForcing.GeneralOrderForcing

This 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__()