ThermalHistoryInput#

class ansys.additive.core.thermal_history.ThermalHistoryInput(*, machine: ansys.additive.core.machine.AdditiveMachine = None, material: ansys.additive.core.material.AdditiveMaterial = None, geometry: ansys.additive.core.geometry_file.StlFile | ansys.additive.core.geometry_file.BuildFile = None, coax_ave_sensor_inputs: CoaxialAverageSensorInputs = None)#

Bases: ansys.additive.core.simulation_input_base.SimulationInputBase

Provides input parameters for microstructure simulation.

Overview#

machine

Machine parameters.

material

Material parameters.

geometry

Part geometry.

coax_ave_sensor_inputs

Coaxial average sensor inputs.

Import detail#

from ansys.additive.core.thermal_history import ThermalHistoryInput

Property detail#

property ThermalHistoryInput.machine: ansys.additive.core.machine.AdditiveMachine#

Machine parameters.

property ThermalHistoryInput.material: ansys.additive.core.material.AdditiveMaterial#

Material parameters.

property ThermalHistoryInput.geometry: ansys.additive.core.geometry_file.StlFile | ansys.additive.core.geometry_file.BuildFile#

Part geometry.

property ThermalHistoryInput.coax_ave_sensor_inputs: CoaxialAverageSensorInputs#

Coaxial average sensor inputs.

Method detail#

ThermalHistoryInput.__repr__()#
ThermalHistoryInput.__eq__(other: object) bool#