Simulation Core
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

17 rader
334 B

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