options:
-h, --help show this help message and exit
-f FILE, --file FILE specify an input file (*.mfx or *.dat)
-m MFIXSOLVER, --mfixsolver MFIXSOLVER
full path to mfixsolver module (mfixsolver.so,
mfixsolver_dmp.so, etc.)
-p, --print-flags display the solver configuration flags
-l LOG, --log LOG set logging level (ERROR, WARNING, STATUS, INFO)
-c, --clean clean output files before starting run
-s, --server start HTTP server
Have the command-line arguments that mfixsolver accepts changed between versions?
For the new version 25.1, it shows errors when building a solver for a model that worked for version 23.1.1.
An example of a section of such errors while building a solver is as follows:
421 | use physprop, only: Tmiddle ! more than two temperature ranges
| 1
Error: Symbol ‘tmiddle’ referenced at (1) not found in module ‘physprop’
420 | use physprop, only: Amiddle ! for temperatures between Tlow and Thigh
| 1
Error: Symbol ‘amiddle’ referenced at (1) not found in module ‘physprop’
448 | DO i = 2, size(Tmiddle(M,N,:))
| 1
Error: Syntax error in argument list at (1)
450 | calc_CpoR = calc_CpoR0(xT, Amiddle(1:5,M,N,i-1))
| 1
Error: Syntax error in argument list at (1)