Simulation Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DWMalfunction_ClutchDisengage.f90 391 B

1 year ago
12345678910111213141516171819
  1. subroutine DWMalfunction_ClutchDisengage
  2. use CDrillingConsoleVariables
  3. use CDataDisplayConsoleVariables
  4. use CHoistingVariables
  5. use Drawworks_VARIABLES
  6. IMPLICIT NONE
  7. !! Drawworks Malfunction ----> Clutch Disengage
  8. !if ( Drawworks%ClutchDisengageMalf==1 ) then
  9. ! Drawworks%ClutchMode=0
  10. ! return
  11. !end if
  12. END subroutine