Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- # 1 "/home/admin/SimulationCore2/CSharp/OperationScenarios/SoftwareInputsVariables.f90"
- module SoftwareInputsVariables
- ! use CVoidEventHandlerCollection
- type:: SoftwareInputsType
- real :: HookHeight = 0
- real :: IbopHeight = 0
- real :: NearFloorConnection = 0
- real :: SafetyValveHeight = 0
- logical :: SlackOff = .false.
- integer :: StandRack = 0
- real :: StringPressure = 0
- real :: TdsStemJointHeight = 0
- logical :: ZeroStringSpeed = .false.
- end type SoftwareInputsType
-
- contains
-
- end module
|