neper
neper copied to clipboard
SPEICIFIC DOUBT ON CAN WE CREATE INP FILE from .ang file obtained from EBSD experiment and if yes then what is the code for creating INP file with meshing
Discussed in https://github.com/neperfepx/neper/discussions/890
i have created orientation file of the EBSD data file and then facing this error please look
abhinabrath1998@MAGMAXT20:/mnt/c/Ubuntu_software_app$ neper -T -n 30 -ori file-orientations.ori -morpho gg -o poly
======================== N e p e r =======================
Info : A software package for polycrystal generation and meshing.
Info : Version 4.9.1-2
Info : Built with: gsl|muparser|opengjk|openmp|nlopt|libscotch (full)
Info : Running on 4 threads.
Info : https://neper.info
Info : Copyright (C) 2003-2022, and GNU GPL'd, by Romain Quey.
Info : No initialization file found (/home/abhinabrath1998/.neperrc'). Info : --------------------------------------------------------------- Info : MODULE -T loaded with arguments: Info : [ini file] (none) Info : [com line] -n 30 -ori file-orientations.ori -morpho gg -o poly Info : --------------------------------------------------------------- Info : Reading input data... Info : Creating domain... Info : Creating tessellation... Info : - Setting seeds... 100% Info : - Running tessellation... Info : > Initial solution: f =9.608557533 Info : > Iteration 24109: fmin=0.020452210 f=0.020452211 Info : > Final solution : f =0.020452210 (24109 iterations) Info : > Reached eps' criterion.
Info : Generating crystal orientations...
Aborted
abhinabrath1998@MAGMAXT20:/mnt/c/Ubuntu_software_app$ mv /mnt/data/orientations.ori /mnt/c/Ubuntu_software_app/
mv: cannot stat '/mnt/data/orientations.ori': No such file or directory
abhinabrath1998@MAGMAXT20:/mnt/c/Ubuntu_software_app$ neper -T -n 30 -ori file(orientations.ori) -morpho gg -o poly
-bash: syntax error near unexpected token `('
abhinabrath1998@MAGMAXT20:/mnt/c/Ubuntu_software_app$ neper -T -n 30 -ori "file(orientations.ori)" -morpho gg -o poly
======================== N e p e r =======================
Info : A software package for polycrystal generation and meshing.
Info : Version 4.9.1-2
Info : Built with: gsl|muparser|opengjk|openmp|nlopt|libscotch (full)
Info : Running on 4 threads.
Info : https://neper.info
Info : Copyright (C) 2003-2022, and GNU GPL'd, by Romain Quey.
Info : No initialization file found (/home/abhinabrath1998/.neperrc'). Info : --------------------------------------------------------------- Info : MODULE -T loaded with arguments: Info : [ini file] (none) Info : [com line] -n 30 -ori file(orientations.ori) -morpho gg -o poly Info : --------------------------------------------------------------- Info : Reading input data... Info : Creating domain... Info : Creating tessellation... Info : - Setting seeds... 100% Info : - Running tessellation... Info : > Initial solution: f =9.608557533 Info : > Iteration 24109: fmin=0.020452210 f=0.020452211 Info : > Final solution : f =0.020452210 (24109 iterations) Info : > Reached eps' criterion.
Info : Generating crystal orientations...
Info : [i] Parsing file orientations.ori'... Info : [i] Parsed file orientations.ori'.
Segmentation fault
abhinabrath1998@MAGMAXT20:/mnt/c/Ubuntu_software_app$ neper -T -n 300 -ori orientations.ori
======================== N e p e r ======================= Info : A software package for polycrystal generation and meshing. Info : Version 4.9.1-2 Info : Built with: gsl|muparser|opengjk|openmp|nlopt|libscotch (full) Info : Running on 4 threads. Info : https://neper.info Info : Copyright (C) 2003-2022, and GNU GPL'd, by Romain Quey. Info : No initialization file found (`/home/abhinabrath1998/.neperrc'). Info : --------------------------------------------------------------- Info : MODULE -T loaded with arguments: Info : [ini file] (none) Info : [com line] -n 300 -ori orientations.ori Info : --------------------------------------------------------------- Info : Reading input data... Info : Creating domain... Info : Creating tessellation... Info : - Setting seeds... Info : - Running tessellation... Info : Generating crystal orientations... Aborted