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

SoftwareInputsVariables.i90 632 B

1 год назад
12345678910111213141516171819
  1. # 1 "/mnt/c/Projects/VSIM/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. ! type(SoftwareInputsType):: softwareInputs
  16. contains
  17. end module