Bases: seapy.base.Base
Abstract Material Class
Constructor.
Parameters: |
|
---|
Methods
__init__(name, system, **properties) | Constructor. |
Material.df | |
disable([components]) | Disable this material. |
enable([components]) | Enable this material. |
info([attributes]) | Return dataframe. |
plot(quantity[, yscale]) | Plot quantity. |
Attributes
SORT | str(object=’‘) -> str |
bulk | float(x) -> floating point number |
classname | Name of class of the object. |
density | float(x) -> floating point number |
enabled | Switch indicating whether the object is enabled. |
frequency | Frequency. |
included | Indicates whether the object is included in the analysis. |
linked_components | |
loss_factor | Class capable of containing spectral values. |
name | |
pressure | float(x) -> floating point number |
temperature | float(x) -> floating point number |
Constructor.
Parameters: |
|
---|
Bulk modulus
Density of the material.
Disable this material. Optionally disable dependent components.
Parameters: | components (bool) – Disable components |
---|
Enable this material. Optionally enable dependent components.
Parameters: | components (bool) – Enable components |
---|
Components linked to this subsystem.
Loss factor of the material.
Pressure
Temperature in kelvin.