Simulation Core
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

19 líneas
579 B

  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