| Iter_NRSwJC Input | Description |
| Iterations | Number of times the do.. while block has re-run the subsystem. |
| Enable | Enable Solver |
| f(x) | Output of plant to be solved for, (nx1 vector consisting of all plant outputs) |
| Iter_NRSwJC Output | Description |
| X | Input to plant to be solved for, (nx1 vector consisting of all plant inputs)
Initial value will be set as the initial conditions |
| do_while Condition | Input to the do... while loop.
The current subystem should repeat until the Solver's conditions are met. |
| S_Data | Solver internal calculation Data, including:
- J - Calculated Jacobian Matrix |
| Iter_NRSwJC Mask Variable | Description |
| SJac_Per_M | Jacobian Perturbation size (nx1) |
| SNR_IC_M | Newton Raphson Initial Conditions (nx1) |
| SNR_DX_M | Newton Raphson delta x limiter (%)(1x1) |
| SJacobianAttempts_M | Newton Raphson attempts before the Jacobian recalculation (1x1) |
| Cond_Limits_M | Iteration Conditions Limits (nx1 or 1x1) |