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.
 
 
 
 
 
 

20 lines
692 B

  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%HookLinearVelocity_final = 0.d0 ![ft/s]
  6. !data%State%Drawworks%Hook_Height = data%State%Drawworks%Hook_Height_final/3.280839895d0 ![m]
  7. data%State%Drawworks%HookLinearVelocity = data%State%Drawworks%HookLinearVelocity_final/3.280839895d0 ![m/s]
  8. data%State%Drawworks%w_drum = 0.d0
  9. data%State%Drawworks%w_old_drum = 0.d0
  10. data%State%Drawworks%motion = 0
  11. End subroutine