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 TopDrive_Malfunction_MotorFailure
-
- use CDrillingConsoleVariables
- use CDataDisplayConsoleVariables
- use CSimulationVariables
- use TopDrive_VARIABLES
-
- IMPLICIT NONE
-
-
- if ( TDS%MotorFaileMalf==1 ) then
- TDS%N_new = 0.0
- end if
-
-
-
- END subroutine
|