Files
crystall-punk-14/Resources/ServerInfo/Guidebook/Engineering/Thermomachines.xml
ArtisticRoomba 98c606d760 Engineering guidebook megaupdate v2 (#33062)
Significantly updates the Engineering guidebook (more explicitly the Atmos section) to have a lot more relevant and useful information.

Right now engineering has been getting update after update with no real change to the relevant guidebook entry. This has lead to a lot of out of date information and bad practices being prevalent in the guidebook, something that pains me to read.
2025-01-27 11:42:27 -08:00

76 lines
4.9 KiB
XML

<Document>
# Thermomachines
Thermomachines are devices that manipulate the temperature of gases 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 preform work on the atmosphere to either heat or cool it.
The amount of work they do is directly related to the amount of power they consume.
Thermomachines also have an efficiency coefficient, which determines how much work they can do 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 preforms work to heat or cool 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 much power it consumes and how much work it does.
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 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>