running EDEM in batch mode
Hello,
I am Trying to Run EDEM on the command line as per the guidelines given on this web page
This is the command where i am trying to run a simulation
"C:\Program Files\Altair\2022.3\EDEM\bin\edem.exe" -c -i "C:\Users\satri\Desktop\AltairEDEM\transfer2\g1t1\Fiber_share.dem" -r 5.0e-7 -w 2.0e-7 -E 0 -t 1.12754e-10 -g 2.2222 -p 4
I am getting this warning and not seeing any files being written in the folder
Please let me know if i am doing anything wrong here because i think i am following everything given in this help page
Find more posts tagged with
Hi Shyam,
Please run the following command and check the contents of the stderr.txt file:
"C:\Program Files\Altair\2022.3\EDEM\bin\edem.exe" -c -i "C:\Users\satri\Desktop\AltairEDEM\transfer2\g1t1\Fiber_share.dem" -r 5.0e-7 -w 2.0e-7 -E 0 -t 1.12754e-10 -g 2.2222 -p 4 > stdout.txt 2> stderr.txt
Regards,
Renan
Hi Shyam,
It looks like that you're running the command from C:\users\satri folder and your simulation is in the C:\Users\satri\Desktop\AltairEDEM\transfer2\g1t1\ folder. Make sure your command prompt is in the same folder as your simulation before running the batch command or specify the full path of the preference file in your api code.
Regards,
Renan
Hi Shyam,
It looks like that you're running the command from C:\users\satri folder and your simulation is in the C:\Users\satri\Desktop\AltairEDEM\transfer2\g1t1\ folder. Make sure your command prompt is in the same folder as your simulation before running the batch command or specify the full path of the preference file in your api code.
Regards,
Renan
Nothing is being written in this folder. I was hoping to get two files written after that command was executed. Please let me know. When I do this on the GUI everything works as I want, there is no logical error in my simulation