Skip to content

Commit bf47bba

Browse files
committed
Bump version 1.6.5
1 parent 33b5f07 commit bf47bba

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

ansys/api/additive/VERSION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
1.6.4
2-
1+
1.6.5

ansys/api/additive/v0/additive_domain.proto

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,6 @@ message VoxelMeshResult {
252252
string voxel_file = 1; // name of voxel file on server
253253
}
254254

255-
message InitialMicrostructureInput {
256-
uint32 number_of_random_nuclei = 1;
257-
double x_length = 2; // length of the domain cuboid in the x direction
258-
double y_length = 3; // length of the domain cuboid in the y direction
259-
double z_length = 4; // length of the domain cuboid in the z direction
260-
}
261-
262255
message Microstructure3DInput {
263256
// Thermal and microstructure domains are assumed to be coincident.
264257
double x_length = 1; // length of the domain cuboid in the x direction
@@ -278,7 +271,7 @@ message Microstructure3DInput {
278271
optional bool use_transient_bulk_nucleation = 25;
279272
optional double max_bulk_nucleation_density = 26;
280273
optional bool run_initial_microstructure = 27;
281-
optional InitialMicrostructureInput initial_microstructure_input = 28;
274+
optional uint32 number_of_random_nuclei = 28; // only used if run_initial_microstructure is true
282275
optional MachineSettings machine = 29;
283276
optional AdditiveMaterial material = 30;
284277
optional bool use_provided_initial_microstructure_data = 31;

0 commit comments

Comments
 (0)