| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <Document>
- # Pipe Networks
- Pipe networks — commonly called Pipenets — are a series of interconnected [textlink="pipes" link="Pipes"], usually with a common task.
- <Box>
- <GuideEntityEmbed Entity="GasPipeStraight" Caption=""/>
- <GuideEntityEmbed Entity="GasPipeHalf" Caption=""/>
- <GuideEntityEmbed Entity="GasPipeBend" Caption=""/>
- <GuideEntityEmbed Entity="GasPipeTJunction" Caption=""/>
- <GuideEntityEmbed Entity="GasPipeFourway" Caption=""/>
- <GuideEntityEmbed Entity="GasPressurePump" Caption=""/>
- <GuideEntityEmbed Entity="GasVolumePump" Caption=""/>
- </Box>
- Pipenets are used all throughout the station to deliver, remove, or otherwise move gas throughout it.
- Great examples are the station's Distro or Wastenet, which deliver breathable air and remove waste gas, respectively.
- ## How Pipenets Work
- In Space Station 14, pipenets behave as a whole, defined volume, with input/output points at the ends of the network.
- Forcing or vacuuming gas in or out using a [textlink="pump" link="Pumps"] will affect the entire network, not just the pipe it's connected to.
- Pipenets are only separated by devices capable of interrupting flow, or by certain devices.
- For example, a [textlink="Pressure Pump" link="Pumps"] will not allow gas to flow through it unless it's powered and has gas to pump.
- Some examples of devices that separate pipe networks are:
- - [textlink="Pressure and Volumetric Pumps" link="Pumps"]
- - [textlink="Gas Mixers and Filters" link="MixingAndFiltering"]
- - [textlink="All Valves" link="Valves"]
- - [textlink="Radiators" link="Radiators"]
- An example of a pipenet being seperated into two, distinct pipenets by a [textlink="pump" link="Pumps"] is shown below:
- <Box>
- <GuideEntityEmbed Entity="GasPipeStraight" Caption="Pipenet 1" Rotation="90"/>
- <GuideEntityEmbed Entity="GasPipeStraight" Caption="" Rotation="90"/>
- <GuideEntityEmbed Entity="GasPressurePump" Caption="Network Seperator" Rotation="90"/>
- <GuideEntityEmbed Entity="GasPipeStraight" Caption="" Rotation="90"/>
- <GuideEntityEmbed Entity="GasPipeStraight" Caption="Pipenet 2" Rotation="90"/>
- </Box>
- </Document>
|