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 CAccumulatorVariables
- implicit none
- public
-
- integer :: NumberOfBottels
- real(8) :: AccumulatorSystemSize
- real(8) :: OilTankVolume
- real(8) :: PrechargePressure
- real(8) :: AccumulatorMinimumOperatingPressure
- real(8) :: ElectricPumpOutput
- real(8) :: StartPressure
- real(8) :: StopPressure
- real(8) :: AirPlungerPumpOutput
- real(8) :: StartPressure2
- real(8) :: StopPressure2
-
- contains
- end module CAccumulatorVariables
|