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#

input

Material tuning input.

optimized_parameters_file

Path to the optimization parameters file.

coefficients_file

Path to the calculated coefficients file.

material_configuration_file

Path to the updated material properties file.

characteristic_width_file

Path to the characteristic width file or None.

log_file

Path to the tuning log file or None.

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.

property MaterialTuningSummary.characteristic_width_file: str | None#

Path to the characteristic width file or None.

property MaterialTuningSummary.log_file: str#

Path to the tuning log file or None.

Method detail#

MaterialTuningSummary.__repr__()#