Simulation Core
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.
 
 
 
 
 
 

17 lines
493 B

  1. real(8) :: WaterRate
  2. real(8) :: CementTankVolume
  3. real(8) :: CementTankDensity
  4. real(8) :: TripTankVolume
  5. real(8) :: TripTankDensity
  6. logical :: ManualPumpPower
  7. logical :: Valve1
  8. logical :: Valve2
  9. logical :: Valve3
  10. logical :: Valve4
  11. logical :: Valve5
  12. logical :: Valve6
  13. logical :: Valve7
  14. logical :: Valve8
  15. logical :: Valve9
  16. logical :: Valve10
  17. logical :: Valve11