seapy.materials.materialsolid.MaterialSolid

class seapy.materials.materialsolid.MaterialSolid(name, system, **properties)[source]

Bases: seapy.materials.material.Material

Solid material class

__init__(name, system, **properties)

Constructor.

Parameters:

Methods

__init__(name, system, **properties) Constructor.
MaterialSolid.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
description str(object=’‘) -> str
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
poisson float(x) -> floating point number
pressure float(x) -> floating point number
shear float(x) -> floating point number
temperature float(x) -> floating point number
young float(x) -> floating point number

Previous topic

seapy.materials.materialgas.MaterialGas

Next topic

Components (seapy.components)

This Page