- class matlantis_features.features.md.post_features.thermal_expansion.VolumeResult(temperature: List[float], volume: List[float], length_x: List[float], length_y: List[float], length_z: List[float])#
-
Bases:
object
Result dataclass for the volume result of the thermal expansion feature.
Methods
__init__
(temperature, volume, length_x, …)- __init__(temperature: List[float], volume: List[float], length_x: List[float], length_y: List[float], length_z: List[float]) None #
Attributes
- temperature: List[float]#
- volume: List[float]#
- length_x: List[float]#
- length_y: List[float]#
- length_z: List[float]#
Resource Library
matlantis_features.features.md.post_features.thermal_expansion.VolumeResult