Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansys/api/additive/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev4
1.6.0-dev5
9 changes: 1 addition & 8 deletions ansys/api/additive/v0/additive_domain.proto
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,6 @@ message VoxelMeshResult {
string voxel_file = 1; // name of voxel file on server
}

message InitialMicrostructureInput {
uint32 number_of_random_nuclei = 1;
double x_length = 2; // length of the domain cuboid in the x direction
double y_length = 3; // length of the domain cuboid in the y direction
double z_length = 4; // length of the domain cuboid in the z direction
}

message Microstructure3DInput {
// Thermal and microstructure domains are assumed to be coincident.
double x_length = 1; // length of the domain cuboid in the x direction
Expand All @@ -278,7 +271,7 @@ message Microstructure3DInput {
optional bool use_transient_bulk_nucleation = 25;
optional double max_bulk_nucleation_density = 26;
optional bool run_initial_microstructure = 27;
optional InitialMicrostructureInput initial_microstructure_input = 28;
optional uint32 number_of_random_nuclei = 28; // only used if run_initial_microstructure is true
optional MachineSettings machine = 29;
optional AdditiveMaterial material = 30;
optional bool use_provided_initial_microstructure_data = 31;
Expand Down