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.
 
 
 
 
 
 

17 lines
510 B

  1. module SoftwareInputsVariables
  2. ! use CVoidEventHandlerCollection
  3. type:: SoftwareInputsType
  4. real :: HookHeight = 0
  5. real :: IbopHeight = 0
  6. real :: NearFloorConnection = 0
  7. real :: SafetyValveHeight = 0
  8. logical :: SlackOff = .false.
  9. integer :: StandRack = 0
  10. real :: StringPressure = 0
  11. real :: TdsStemJointHeight = 0
  12. logical :: ZeroStringSpeed = .false.
  13. end type SoftwareInputsType
  14. contains
  15. end module