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