Hey this command worked for me in Windows
"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
I am trying to do a similar thing on a linux machine and
export ALTAIR_LICENSE_PATH=6200@aaaa.aaa.aaaa.aaa (this command is correct as i am able to open GUI with this)
but i cant get batch mode to work with this command bellow
/path/altair/EDEM/bin/edem -c -i /share/path/satri/simulationFileEDEM/Fiber_share.dem -r 5.0e-8 -w 1.0e-8 -E 0 -t 1.12754e-10 -g 2.2222 -p 2 > out.txt 2> err.txt
is the command structure different fo linux? or what is the error here i don't get any output or any error message...so i don't know how to even fix this