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.
|
- # 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
|