Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- module CPumpProblemsVariables
- use CProblemDifinition
- implicit none
- public
-
- ! Input vars
- type :: PumpProblemsType
- type(CProblem) :: Pump1PowerFail
- type(CProblem) :: Pump1BlowPopOffValve
- type(CProblem) :: Pump2PowerFail
- type(CProblem) :: Pump2BlowPopOffValve
- type(CProblem) :: CementPumpPowerFail
- type(CProblem) :: CementPumpBlowPopOffValve
- end type PumpProblemsType
-
- contains
-
-
- end module CPumpProblemsVariables
|