Pumps.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <Document>
  2. # Pumps
  3. Pumps are the primary way of actively moving gasses through a [textlink="pipenet." link="PipeNetworks"]
  4. They take gas from one side and push it to the other.
  5. There are two different types of pumps:
  6. <Box>
  7. <GuideEntityEmbed Entity="GasPressurePump" Caption="pressure pump"/>
  8. <GuideEntityEmbed Entity="GasVolumePump" Caption="volumetric pump"/>
  9. </Box>
  10. Some important things to note about pumps:
  11. - Pumps [color=#a4885c]require power[/color] through a nearby LV cable to function.
  12. - Pumps output on the side with the red stripe.
  13. - Gas cannot move backwards through pumps (although if you are using a pump to do solely this, you should use the [textlink="passive gate" link="PassiveGate"] instead).
  14. - Pumps cannot move gasses into pipes with pressures or volumes exceeding their [color=#a4885c]limit[/color]. This causes them to be [color=red]blocked[/color].
  15. Pumps will show a colorful animation when they are doing work.
  16. If they have no gas to pump or they are blocked, they will show a blinking [color=red]red[/color] animation.
  17. Pumps that are off, have no power, or are unanchored will show no animation.
  18. ## Pressure Pumps
  19. Pressure pumps are the most common type of pump.
  20. They move gas based on [color=#a4885c]pressure[/color], making them useful for controlling the exact pressure of a pipe, or for drawing a vacuum.
  21. <Box>
  22. <GuideEntityEmbed Entity="GasPressurePump" Caption="pressure pump"/>
  23. </Box>
  24. A pressure pump [color=red]cannot[/color] move gas to a pipe that has a pressure higher or equal to the pressure set on the pump.
  25. For example, a pressure pump cannot pump gas to a pipe that is currently at 500 kPa, if the pressure pump is set at 500 kPa.
  26. Pressure pumps can pump up to a maximum pressure of [color=orange][protodata="GasPressurePump" comp="GasPressurePump" member="MaxTargetPressure"/] kPa[/color].
  27. They will become [color=red]blocked[/color] if they try to push gas into a pipe higher than this pressure.
  28. ## Volumetric Pumps
  29. Volumetric pumps are an alternative pump, moving gas based on [color=#a4885c]volume[/color].
  30. <Box>
  31. <GuideEntityEmbed Entity="GasVolumePump" Caption="volumetric pump"/>
  32. </Box>
  33. They are extremely useful for moving large amounts of gas quickly.
  34. They can typically achieve higher pressures than a pressure pump.
  35. While volumetric pumps work off of the principle of volume, they will become [color=red]blocked[/color] if they try to push gas into a pipe higher than [color=orange][protodata="GasVolumePump" comp="GasVolumePump" member="HigherThreshold"/] kPa[/color].
  36. </Document>