You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|