seapy.excitations.excitationpoint.ExcitationPointVolume

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

Bases: seapy.excitations.excitationpoint.ExcitationPoint

Point excitation by a volume flow.

__init__(name, subsystem, **properties)

Constructor.

Parameters:

Methods

__init__(name, subsystem, **properties) Constructor.
ExcitationPointVolume.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.
frequency Frequency.
impedance
included Indicates whether the object is included in the analysis.
name
power
power_level Input power level.
pressure Sound pressure p.
radius
resistance
subsystem
velocity Volume velocity U.
pressure[source]

Sound pressure p.

velocity[source]

Volume velocity U.

Previous topic

seapy.excitations.excitationpoint.ExcitationPoint

Next topic

seapy.excitations.excitationpoint.ExcitationPointForce

This Page