Ansys Learning Forum Forums Discuss Simulation Fluids Command for Fluent Meshing to read journal in batch mode Reply To: Command for Fluent Meshing to read journal in batch mode

Ceyda Kavak
Subscriber

For anyone who is interested, I solved my problem by removing '-' in front of -3ddp.

 

Following command works to run fluent in batch mode

"C:\Program Files\ANSYS Inc\v202\fluent\ntbin\win64\fluent.exe" -meshing 3ddp -hidden -i C:\CRM\0.AIAC\DPs\DP_AA\AA_get_MshFile.jou   

 

Following command works to run fluent in batch mode & print commands in journal file to cmd:

"C:\Program Files\ANSYS Inc\v202\fluent\ntbin\win64\fluent.exe" -meshing 3ddp -gu -i C:\CRM\0.AIAC\DPs\DP_AA\AA_get_MshFile.jou

Â