Simulation Core
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617
  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