MaterialTuningSummary
#
- class ansys.additive.core.material_tuning.MaterialTuningSummary(input: MaterialTuningInput, msg: ansys.api.additive.v0.additive_domain_pb2.MaterialTuningResult, out_dir: str)#
Provides a summary of material tuning simulations.
Overview#
Material tuning input. |
|
Path to the optimization parameters file. |
|
Path to the calculated coefficients file. |
|
Path to the updated material properties file. |
|
Path to the characteristic width file or |
|
Path to the tuning log file or |
Import detail#
from ansys.additive.core.material_tuning import MaterialTuningSummary
Property detail#
- property MaterialTuningSummary.input: MaterialTuningInput#
Material tuning input.
- property MaterialTuningSummary.optimized_parameters_file: str#
Path to the optimization parameters file.
- property MaterialTuningSummary.coefficients_file: str | None#
Path to the calculated coefficients file.
- property MaterialTuningSummary.material_configuration_file: str | None#
Path to the updated material properties file.
Penetration depth and absorptivity coefficients are updated based on the tuning results.
Method detail#
- MaterialTuningSummary.__repr__()#