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.
 
 
 
 
 
 

17 lines
310 B

  1. subroutine TopDrive_Malfunction_MotorFailure
  2. use CDrillingConsoleVariables
  3. use CDataDisplayConsoleVariables
  4. use CSimulationVariables
  5. use TopDrive_VARIABLES
  6. IMPLICIT NONE
  7. if ( TDS%MotorFaileMalf==1 ) then
  8. TDS%N_new = 0.0
  9. end if
  10. END subroutine