- class matlantis_features.features.md.post_features.thermal_expansion.ThermalExpansionResult(temperature: Dict[str, List[float]], volumetric_expansion_coeffcient: Dict[str, List[float]], linear_expansion_coeffcient: Dict[str, List[float]], linear_expansion_coeffcient_x: Dict[str, List[float]], linear_expansion_coeffcient_y: Dict[str, List[float]], linear_expansion_coeffcient_z: Dict[str, List[float]])#
-
Bases:
object
Result dataclass for the thermal expansion result of the thermal expansion feature.
Methods
__init__
(temperature, …)- __init__(temperature: Dict[str, List[float]], volumetric_expansion_coeffcient: Dict[str, List[float]], linear_expansion_coeffcient: Dict[str, List[float]], linear_expansion_coeffcient_x: Dict[str, List[float]], linear_expansion_coeffcient_y: Dict[str, List[float]], linear_expansion_coeffcient_z: Dict[str, List[float]]) None #
Attributes
- temperature: Dict[str, List[float]]#
- volumetric_expansion_coeffcient: Dict[str, List[float]]#
- linear_expansion_coeffcient: Dict[str, List[float]]#
- linear_expansion_coeffcient_x: Dict[str, List[float]]#
- linear_expansion_coeffcient_y: Dict[str, List[float]]#
- linear_expansion_coeffcient_z: Dict[str, List[float]]#
Resource Library
matlantis_features.features.md.post_features.thermal_expansion.ThermalExpansionResult