| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <Document>
- # Thermomachines
- Thermomachines are devices that manipulate the temperature of gasses within a [textlink="pipe network" link="PipeNetworks"] or exposed atmosphere.
- <Box>
- <GuideEntityEmbed Entity="SpaceHeater" Caption=""/>
- <GuideEntityEmbed Entity="GasThermoMachineHeater" Caption=""/>
- <GuideEntityEmbed Entity="GasThermoMachineFreezer" Caption=""/>
- </Box>
- They are essential for maintaining the temperature of gasses for various applications.
- All thermomachines work by using [textlink="electrical power" link="Power"] to heat or cool the atmosphere.
- How much they heat/cool the atmosphere is directly related to the amount of power they consume.
- Thermomachines also have an efficiency coefficient, which determines how much they can heat or cool the atmosphere per unit of power consumed.
- To prevent overshooting their target value, thermomachines will scale back their heating/cooling power as they approach the target temperature.
- However, they will still consume the same amount of electrical power, even when idle.
- All thermomachines have a target temperature tolerance of [color=orange][protodata="GasThermoMachineFreezer" comp="GasThermoMachine" member="TemperatureTolerance"/] K[/color], meaning they will stop heating or cooling when the temperature is within [color=orange][protodata="GasThermoMachineFreezer" comp="GasThermoMachine" member="TemperatureTolerance"/] K[/color] of the target temperature.
- ## Space Heater
- The space heater is a portable temperature control unit that heats or cools gas in the atmosphere it's exposed to.
- It's a simple and effective way to maintain the temperature of a room, without having to build a pipenet or other system.
- <Box>
- <GuideEntityEmbed Entity="SpaceHeater"/>
- </Box>
- They can be commonly found in Atmospherics, although the relevant machine board can be printed at a circuit imprinter, commonly found in Science.
- The space heater can cool to as low as [color=orange][protodata="SpaceHeater" comp="SpaceHeater" member="MinTemperature"/] K[/color] and heat to as high as [color=orange][protodata="SpaceHeater" comp="SpaceHeater" member="MaxTemperature"/] K[/color].
- It also has three power settings which determine how fast it heats or cools the atmosphere.
- Botany or science will often request these to maintain the temperature of their plants or department.
- ## Pipenet Thermomachines (Freezer and Heater)
- Pipenet thermomachines are more powerful stationary temperature control units that can be used to heat or cool gas in a [textlink="pipenet." link="PipeNetworks"]
- <Box>
- <GuideEntityEmbed Entity="GasThermoMachineHeater"/>
- <GuideEntityEmbed Entity="GasThermoMachineFreezer"/>
- </Box>
- They draw [color=orange][protodata="GasThermoMachineFreezer" comp="GasThermoMachine" member="HeatCapacity" format="N0"/] W[/color] of power and can heat or cool gas in a pipenet to as high as [color=orange][protodata="GasThermoMachineFreezer" comp="GasThermoMachine" member="MaxTemperature"/] K[/color] or as low as [color=orange][protodata="GasThermoMachineFreezer" comp="GasThermoMachine" member="MinTemperature"/] K[/color].
- You can swap the mode of the thermomachine by deconstructing it and using a screwdriver on its circuit board.
- The board can be printed at a circuit imprinter, commonly found in Science.
- <Box>
- <GuideEntityEmbed Entity="GasThermoMachineFreezer" Caption=""/>
- <GuideEntityEmbed Entity="MachineFrame" Caption=""/>
- <GuideEntityEmbed Entity="ThermomachineFreezerMachineCircuitBoard" Caption=""/>
- <GuideEntityEmbed Entity="Screwdriver" Caption=""/>
- <GuideEntityEmbed Entity="ThermomachineHeaterMachineCircuitBoard" Caption=""/>
- <GuideEntityEmbed Entity="MachineFrame" Caption=""/>
- <GuideEntityEmbed Entity="GasThermoMachineHeater" Caption=""/>
- </Box>
- ## Thermomachines from Hell
- Science can research more powerful thermomachines, aptly called hellfire heaters and freezers.
- These machines are much more powerful than their standard counterparts, but they also consume more power.
- <Box>
- <GuideEntityEmbed Entity="GasThermoMachineHellfireHeater"/>
- <GuideEntityEmbed Entity="GasThermoMachineHellfireFreezer"/>
- </Box>
- These machines draw [color=orange][protodata="GasThermoMachineHellfireFreezer" comp="GasThermoMachine" member="HeatCapacity" format="N0"/] W[/color] of power and can heat or cool gas in a pipenet to as high as [color=orange][protodata="GasThermoMachineHellfireFreezer" comp="GasThermoMachine" member="MaxTemperature"/] K[/color] or as low as [color=orange][protodata="GasThermoMachineHellfireFreezer" comp="GasThermoMachine" member="MinTemperature"/] K[/color].
- However, they also leak [color=orange][protodata="GasThermoMachineHellfireFreezer" comp="GasThermoMachine" member="EnergyLeakPercentage" format="P0"/][/color] of their energy to the surrounding environment, heating or cooling the exposed atmosphere respectively.
- This can be dangerous if not properly managed.
- </Document>
|