Simulation Core
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SoftwareInputsVariables.i90 579 B

1 년 전
123456789101112131415161718
  1. # 1 "/home/admin/SimulationCore2/CSharp/OperationScenarios/SoftwareInputsVariables.f90"
  2. module SoftwareInputsVariables
  3. ! use CVoidEventHandlerCollection
  4. type:: SoftwareInputsType
  5. real :: HookHeight = 0
  6. real :: IbopHeight = 0
  7. real :: NearFloorConnection = 0
  8. real :: SafetyValveHeight = 0
  9. logical :: SlackOff = .false.
  10. integer :: StandRack = 0
  11. real :: StringPressure = 0
  12. real :: TdsStemJointHeight = 0
  13. logical :: ZeroStringSpeed = .false.
  14. end type SoftwareInputsType
  15. contains
  16. end module