ThermalHistorySummary
#
- class ansys.additive.core.thermal_history.ThermalHistorySummary(input: ThermalHistoryInput, coax_ave_output_folder: str)#
Summary of a thermal history simulation.
Overview#
Simulation input. |
|
Path to the folder containing the coaxial average sensor results. |
Import detail#
from ansys.additive.core.thermal_history import ThermalHistorySummary
Property detail#
- property ThermalHistorySummary.input: ThermalHistoryInput#
Simulation input.
For more information, see the
ThermalHistoryInput
class.