Gradient microstructure generation in neper #997
-
1.The process of generating synthetic microstructures is through distribution of seed points and their weights for obtaining a Voronoi tessellation. I have used that code mentioned in the above link and got the output file for coordinates and wights, but I could not find the proper syntax to use those file in neper. I am using this command "neper -T -dim 2 -n form_morpho -domain "square(1,1)" -morpho "file(coordinate.txt,weight.txt)" -o output_micro" in nepper but it is showing failed to read file. so please help me with the proper command in the napper |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The option to use for this is |
Beta Was this translation helpful? Give feedback.
The option to use for this is
-morphooptiini "coo:file(...),weight:file(...)"
, see https://neper.info/doc/neper_t.html#cmdoption-morphooptiini.