File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1- 1.6.4
2-
1+ 1.6.5
Original file line number Diff line number Diff 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-
262255message 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 ;
You can’t perform that action at this time.
0 commit comments