seapy.materials.materialgas.MaterialGas

class seapy.materials.materialgas.MaterialGas(name, system, **properties)[source]

Bases: seapy.materials.material.Material

Gas material.

__init__(name, system, **properties)

Constructor.

Parameters:

Methods

__init__(name, system, **properties) Constructor.
MaterialGas.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

Previous topic

seapy.materials.material.Material

Next topic

seapy.materials.materialsolid.MaterialSolid

This Page