MaterialTuningExampleInputFiles
#
- class ansys.additive.core.examples.downloads.MaterialTuningExampleInputFiles(experiment_data_file: str, material_configuration_file: str, thermal_properties_lookup_file: str, characteristic_width_lookup_file: str)#
Container for the example material tuning process inputs.
- Parameters:
- experiment_data_file
str
Path to the experiment data file (CSV).
- material_configuration_file
str
Path to the material configuration file (JSON).
- thermal_properties_lookup_file
str
Path to the thermal properties lookup file (CSV).
- characteristic_width_lookup_file
str
Path to the characteristic width lookup file (CSV).
- experiment_data_file
Overview#
Path to the experiment data file (CSV).) |
|
Path to the material configuration file (JSON). |
|
Path to the thermal properties lookup file (CSV). |
|
Path to the characteristic width lookup file (CSV). |
Import detail#
from ansys.additive.core.examples.downloads import MaterialTuningExampleInputFiles
Property detail#
- property MaterialTuningExampleInputFiles.experiment_data_file#
Path to the experiment data file (CSV).)
- property MaterialTuningExampleInputFiles.material_configuration_file#
Path to the material configuration file (JSON).
- property MaterialTuningExampleInputFiles.thermal_properties_lookup_file#
Path to the thermal properties lookup file (CSV).
- property MaterialTuningExampleInputFiles.characteristic_width_lookup_file#
Path to the characteristic width lookup file (CSV).