iric_initoption_f¶
Set up the options for the solver.
Format (FORTRAN)¶
call iric_initoption_f(optionval, ier)
Format (C/C++)¶
ier = iRIC_InitOption(optionval);
Format (Python)¶
iRIC_InitOption(optionval)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
optionval |
integer |
I |
The value that corresponds to an option |
ier |
integer |
O |
Error code. 0 means success. |
Appendix¶
optionval value |
Content |
|---|---|
IRIC_OPTION_CANCEL |
Inform that the solver detects cancel operation using iric_check_cancel_f |
IRIC_OPTION_DIVIDESOLUTIONS |
Saves calculation results in divided CGNS files |