Skip to content

Commit b3ba61a

Browse files
committed
Add Cooling Rate SIM coefficients
1 parent 76e38aa commit b3ba61a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ansys/api/additive/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.2-dev0
1+
5.0.3-dev0

ansys/api/additive/v0/additive_domain.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ message AdditiveMaterial {
7070
repeated ThermalPropertiesDataPoint thermal_properties_data_points = 35;
7171
repeated CharacteristicWidthDataPoint characteristic_width_data_points = 36;
7272
string description = 37;
73+
double cooling_rate_sim_coeff_a = 38;
74+
double cooling_rate_sim_coeff_b = 39;
7375
}
7476

7577
message CharacteristicWidthDataPoint {

0 commit comments

Comments
 (0)