Skip to content

Commit 6a48f01

Browse files
authored
Feat/1008511/single bead thermal history (#39)
1 parent 72ea7d1 commit 6a48f01

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-
1.7.0-dev0
1+
1.7.0-dev1

ansys/api/additive/v0/additive_domain.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ message SingleBeadInput {
136136
double bead_length = 2;
137137
MachineSettings machine = 10;
138138
AdditiveMaterial material = 11;
139+
bool output_thermal_history = 12;
140+
uint32 thermal_history_interval = 13;
139141
}
140142

141143
message PorosityInput {

0 commit comments

Comments
 (0)