We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e38aa commit b3ba61aCopy full SHA for b3ba61a
ansys/api/additive/VERSION
@@ -1 +1 @@
1
-5.0.2-dev0
+5.0.3-dev0
ansys/api/additive/v0/additive_domain.proto
@@ -70,6 +70,8 @@ message AdditiveMaterial {
70
repeated ThermalPropertiesDataPoint thermal_properties_data_points = 35;
71
repeated CharacteristicWidthDataPoint characteristic_width_data_points = 36;
72
string description = 37;
73
+ double cooling_rate_sim_coeff_a = 38;
74
+ double cooling_rate_sim_coeff_b = 39;
75
}
76
77
message CharacteristicWidthDataPoint {
0 commit comments