|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Module with a subroutine that wraps the regulation system solver. More...
Functions/Subroutines | |
| subroutine, private | setcontrolinput (ctrl, ierr) |
| Sets input values for control variables from engines and sensors. More... | |
| subroutine | iteratecontrolsystem (sys, ctrl, MODE, MSIM, IERR) |
| Iterates the control module. More... | |
Module with a subroutine that wraps the regulation system solver.
| subroutine controlroutinesmodule::iteratecontrolsystem | ( | type(systemtype), intent(in) | sys, |
| type(controltype), intent(inout) | ctrl, | ||
| integer, intent(in) | MODE, | ||
| integer, dimension(:), intent(in) | MSIM, | ||
| integer, intent(out) | IERR | ||
| ) |
Iterates the control module.
|
private |
Sets input values for control variables from engines and sensors.