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#
User-provided ID for the simulation. |
|
Machine parameters. |
|
Material parameters. |
|
Part geometry. |
|
Coaxial average sensor inputs. |
Import detail#
from ansys.additive.core.thermal_history import ThermalHistoryInput
Property detail#
- property ThermalHistoryInput.machine: AdditiveMachine#
Machine parameters.
- property ThermalHistoryInput.material: AdditiveMaterial#
Material parameters.
- property ThermalHistoryInput.coax_ave_sensor_inputs: CoaxialAverageSensorInputs#
Coaxial average sensor inputs.