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.

DWFixModeMotion.f90 782 B

1 year ago
12345678910111213141516171819202122232425262728
  1. subroutine DWFixModeMotion
  2. Use Drawworks_VARIABLES
  3. Use CHookVariables
  4. IMPLICIT NONE
  5. Drawworks%Hook_Height_final = Drawworks%Hook_Height_final ![ft]
  6. Call Set_HookHeight(real(Drawworks%Hook_Height_final))
  7. Drawworks%Hook_Height= Drawworks%Hook_Height_final/3.280839895 ![m]
  8. Drawworks%w_drum = 0.
  9. Drawworks%w_old_drum = 0.
  10. Drawworks%w = 0.
  11. Drawworks%w_old = 0.
  12. !Drawworks%ia = 0. ??????????
  13. !Drawworks%ia_old = 0. ??????????
  14. !Drawworks%x = 0. ??????????
  15. !Drawworks%x_old = 0. ??????????
  16. !Drawworks%y = 0. ??????????
  17. !Drawworks%y_old = 0. ??????????
  18. Drawworks%motion = 0
  19. END subroutine