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.
|
- subroutine RTMalfunction_MotorFailure
-
- use CDrillingConsoleVariables
- use CDataDisplayConsoleVariables
- use CSimulationVariables
- use RTable_VARIABLES
-
- IMPLICIT NONE
-
-
- if ( RTable%MotorFaileMalf==1 ) then
- RTable%N_new = 0.0
- end if
-
-
-
- END subroutine RTMalfunction_MotorFailure
|