FEDEM Solver  R8.0
Source code of the dynamics solver
Functions/Subroutines
controlroutinesmodule Module Reference

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...
 

Detailed Description

Module with a subroutine that wraps the regulation system solver.

Function/Subroutine Documentation

◆ iteratecontrolsystem()

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.

◆ setcontrolinput()

subroutine, private controlroutinesmodule::setcontrolinput ( type(controltype), intent(inout)  ctrl,
integer, intent(out)  ierr 
)
private

Sets input values for control variables from engines and sensors.