ThermalHistoryInput#

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

Provides input parameters for microstructure simulation.

Overview#

id

User-provided ID for the simulation.

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.id: str#

User-provided ID for the simulation.

property ThermalHistoryInput.machine: AdditiveMachine#

Machine parameters.

property ThermalHistoryInput.material: AdditiveMaterial#

Material parameters.

property ThermalHistoryInput.geometry: BuildFile#

Part geometry.

property ThermalHistoryInput.coax_ave_sensor_inputs: CoaxialAverageSensorInputs#

Coaxial average sensor inputs.