Simulation Core
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

18 satır
559 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. ! type(SoftwareInputsType):: softwareInputs
  15. contains
  16. end module