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.
 
 
 
 
 
 

18 lines
408 B

  1. subroutine DWFixModeMotion
  2. Use Drawworks_VARIABLES
  3. IMPLICIT NONE
  4. Drawworks%Hook_Height_final = Drawworks%Hook_Height_final ![ft]
  5. Drawworks%Hook_Height = Drawworks%Hook_Height_final/3.280839895d0 ![m]
  6. Drawworks%w_drum = 0.d0
  7. Drawworks%w_old_drum = 0.d0
  8. Drawworks%motion = 0
  9. End subroutine