seapy.excitations.excitationpoint.ExcitationPointForce

class seapy.excitations.excitationpoint.ExcitationPointForce(name, subsystem, **properties)[source]

Bases: seapy.excitations.excitationpoint.ExcitationPoint

Point excitation by a force.

__init__(name, subsystem, **properties)

Constructor.

Parameters:

Methods

__init__(name, subsystem, **properties) Constructor.
ExcitationPointForce.df
disable([subsystem]) Disable this excitation.
enable([subsystem]) Enable this excitation.
info([attributes]) Return dataframe.
plot(quantity[, yscale]) Plot quantity.

Attributes

SORT str(object=’‘) -> str
classname Name of class of the object.
conductance
enabled Switch indicating whether the object is enabled.
force Sound force p.
frequency Frequency.
impedance
included Indicates whether the object is included in the analysis.
name
power
power_level Input power level.
radius
resistance
subsystem
velocity Structural velocity u.
force[source]

Sound force p.

velocity[source]

Structural velocity u.

Previous topic

seapy.excitations.excitationpoint.ExcitationPointVolume

Next topic

seapy.excitations.excitationpoint.ExcitationPointMoment

This Page