Bases: seapy.components.structural.ComponentStructural
One-dimensional beam component.
The following subsystems are implemented for this component:
Constructor.
| Parameters: |
|
|---|
Methods
| __init__(name, system, **properties) | Constructor. |
| disable([subsystems]) | Disable this component. |
| enable([subsystems]) | Enable this coupling. |
| info([attributes]) | Return dataframe. |
| plot(quantity[, yscale]) | Plot quantity. |
Attributes
| SORT | str(object=’‘) -> str |
| SUBSYSTEMS | dict() -> new empty dictionary |
| area_moment_of_inertia | Area moment of inertia. |
| availableSubsystems | list() -> new empty list |
| classname | Name of class of the object. |
| enabled | Switch indicating whether the object is enabled. |
| frequency | Frequency. |
| height | float(x) -> floating point number |
| included | Indicates whether the object is included in the analysis. |
| length | float(x) -> floating point number |
| linked_junctions | |
| linked_subsystems | |
| mass | Mass of the component. |
| mass_per_area | Mass per unit area. |
| material | |
| name | |
| radius_of_gyration | Radius of gyration is given by dividing the height of the beam by 12. |
| torsional_rigidity | Torsional rigidity of beam. |
| velocity | Velocity of the component . |
| velocity_level | Velocity level . |
| volume | Volume of the component. |
| width | float(x) -> floating point number |