<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=77.222.116.16</id>
	<title>Stationeers Community Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=77.222.116.16"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/77.222.116.16"/>
	<updated>2026-04-04T07:30:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pipe_Gas_Mixer&amp;diff=22248</id>
		<title>Pipe Gas Mixer</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pipe_Gas_Mixer&amp;diff=22248"/>
		<updated>2024-09-28T15:45:37Z</updated>

		<summary type="html">&lt;p&gt;77.222.116.16: /* Temperature Dependence */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
[[Category:Items]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Gas Mixer)&lt;br /&gt;
 | image       = [[File:ItemPipeGasMixer.png]]&lt;br /&gt;
 | stacks      = Yes (5)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 2g [[Iron]], 2g [[Gold]], 2g [[Copper]] &amp;lt;!-- cost Ok as of 29.6.2022 --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name        = Pipe Gas Mixer&lt;br /&gt;
| paintable   = Yes&lt;br /&gt;
| power_usage      =  100W&lt;br /&gt;
| placed_with_item  = Kit (Gas Mixer)&lt;br /&gt;
| placed_on_grid = Small Grid&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to mix two gases in proportions ranging from 0-100%. A must have for the [[Furnace]]. Input 1 is the straight thorough route, and Input 2 is the side entry.&lt;br /&gt;
&lt;br /&gt;
== Setting ==&lt;br /&gt;
The setting wheel is set in percent of input 1.  Holding &#039;c&#039; allows you to set the dial in 1 percent increments.  It&#039;s possible to set the ratio with an arbitrary precision using the labeler or a [[Kit (Logic I/O)|Logic Writer]], but the dial will always show rounded to the nearest percent when you look at it.&lt;br /&gt;
&lt;br /&gt;
== Temperature Dependence ==&lt;br /&gt;
The gas mixer will mix the input gases based on volume of gas in the ratio provided by the setting, but only if the gases at input 1 and input 2 are at the same temperature.  This means if you&#039;re trying to mix [[Volatiles]] and [[Oxygen]] at a 2:1 ratio, make sure both input gases are at the same temperature.&lt;br /&gt;
&lt;br /&gt;
While the gas mixer ignores input pressures, the mixer will take more moles of the colder gas than you would expect.  For instance, if you set the gas mixer to a 1:1 ratio and both inputs contain just [[Carbon Dioxide]], input 1 at 2000 K and input 2 at 1000K, it will take twice as much of the gas from input 2, so your resultant gas will be Carbon Dioxide at 1333.33 K.&lt;br /&gt;
&lt;br /&gt;
Assuming you&#039;re mixing two identical gases with different temperatures, and the temperature of the hot gas at input 1 is &amp;quot;T1&amp;quot;, the temperature of the cold gas at input 2 is &amp;quot;T2&amp;quot; and the mixer is set to &amp;quot;S&amp;quot; percent, then the resulting gas temperature will be given by this formula:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Tout = (T1 x 100) / (S + (100-S) x T1 / T2)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you know your two input temperatures and your desired output temperature (which must be between T1 and T2), you can re-arrange this to solve for &amp;quot;S&amp;quot;, which will tell you what to set the dial to in order to get the desired temperature:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;S = (100/(T2-T1)) x ((T1 x T2 / Tout) - T1)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Precision gas mixing ==&lt;br /&gt;
&lt;br /&gt;
When you want to achieve a precise output ratio (r&#039;) you must take into account the temperatures of the inputs when calculating the setting of the gas mixer (r).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;r = (r&#039;T1) / ((1-r&#039;)T2+r&#039;T1)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To the right is a derivation of the above equation. [[File:Gas Mixer Calc.png|thumb|Gas Mixer Calculation for Different Input Temperatures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If there is already gas in the output pipe network (m1 + m2), it is possible to calculate the goal (r&#039;) of the gas mixer which can be added to the pipe network to achieve a target gas ratio (r&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;b=(1-r&amp;quot;)m1 - r&amp;quot; x m2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;r&#039; = (b x T2 - r&amp;quot; x V x 12.2) / ( b x (T2-T1) - V x 12.2)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Setting || float || Correspond to the percentage value of the Input 1&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean ||&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean ||&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Setting || float || Contains the current Input 1 value in percent (60.5 for example)&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || float || Value of 100&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Contains the ratio corresponding to the Input 1 value (0.605, for the 60.5 value above)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Requiredpower || Integer || In Watts. The Gas Mixer require 100W of power to function&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* [https://youtu.be/0CQL88PXkeE Precision Gas Mixing (youtube)]&lt;br /&gt;
* [http://www.purplefrog.com/~thoth/art/stationeers-furnace/gas-mixer.html precision gas mixing mathematical derivation]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>77.222.116.16</name></author>
	</entry>
</feed>