list_info executive_control integrator_parameters
displays the information on the integrator parameters such as integrator type, formulation, jacobian pattern, etc.
Format:
list_info executive_control integrator_parameters |
|---|
model_name = | existing model name |
brief = | on/off |
write_to_terminal = | on/off |
file_name = | string |
Example:
list_info executive_control equilibrium_parameters
Numerical Integration Settings For Model: .MODEL_2
Integrator Type : gstiff
Formulation : i3
Error Tolerance : 1.0E-003
Pattern For Jacobian : Yes, No, No, No, Yes, No, No, No, Yes, No
Maxit Corrector Iterations : 10
Hinit Time Step : 0.0 sec
Hmin Time Step : 0.0 sec
Hmax Time Step : 0.0 sec
Adaptivity : 0.0
Scale : 1.0, 1.0, 1.0E-003, 1.0, 1.0
KMax Integrator Order : 12
Interpolate : No
Reconcile : all
Repartition Threshold : 1.0E-002, 1.0E+012
Corrector : original
Alpha : -0.3
Beta : 0.36
Gamma : 0.7
It will take the default model open as the argument and show the equilibrium parameters for that.
Description:
Parameter | Value Type | Description |
|---|
Model_name | Existing model | Specify an existing model name |
Brief | On/off | Specify whether the information needs to be specified in brief or not. |
Write_to_terminal | On/off | Specify whether writing the information to the terminal is necessary. |
File_name | String | Specify a location and name of file to which the information needs to be written. |
Tips:
1. Typing ? after file_name parameter will open the browse window in Windows platform making it easier to specify the file to which the information would be written into.