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 505 B

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