Thermomachines.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <Document>
  2. # Thermomachines
  3. Thermomachines are devices that manipulate the temperature of gasses within a [textlink="pipe network" link="PipeNetworks"] or exposed atmosphere.
  4. <Box>
  5. <GuideEntityEmbed Entity="SpaceHeater" Caption=""/>
  6. <GuideEntityEmbed Entity="GasThermoMachineHeater" Caption=""/>
  7. <GuideEntityEmbed Entity="GasThermoMachineFreezer" Caption=""/>
  8. </Box>
  9. They are essential for maintaining the temperature of gasses for various applications.
  10. All thermomachines work by using [textlink="electrical power" link="Power"] to heat or cool the atmosphere.
  11. How much they heat/cool the atmosphere is directly related to the amount of power they consume.
  12. Thermomachines also have an efficiency coefficient, which determines how much they can heat or cool the atmosphere per unit of power consumed.
  13. To prevent overshooting their target value, thermomachines will scale back their heating/cooling power as they approach the target temperature.
  14. However, they will still consume the same amount of electrical power, even when idle.
  15. 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.
  16. ## Space Heater
  17. The space heater is a portable temperature control unit that heats or cools gas in the atmosphere it's exposed to.
  18. It's a simple and effective way to maintain the temperature of a room, without having to build a pipenet or other system.
  19. <Box>
  20. <GuideEntityEmbed Entity="SpaceHeater"/>
  21. </Box>
  22. They can be commonly found in Atmospherics, although the relevant machine board can be printed at a circuit imprinter, commonly found in Science.
  23. 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].
  24. It also has three power settings which determine how fast it heats or cools the atmosphere.
  25. Botany or science will often request these to maintain the temperature of their plants or department.
  26. ## Pipenet Thermomachines (Freezer and Heater)
  27. Pipenet thermomachines are more powerful stationary temperature control units that can be used to heat or cool gas in a [textlink="pipenet." link="PipeNetworks"]
  28. <Box>
  29. <GuideEntityEmbed Entity="GasThermoMachineHeater"/>
  30. <GuideEntityEmbed Entity="GasThermoMachineFreezer"/>
  31. </Box>
  32. 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].
  33. You can swap the mode of the thermomachine by deconstructing it and using a screwdriver on its circuit board.
  34. The board can be printed at a circuit imprinter, commonly found in Science.
  35. <Box>
  36. <GuideEntityEmbed Entity="GasThermoMachineFreezer" Caption=""/>
  37. <GuideEntityEmbed Entity="MachineFrame" Caption=""/>
  38. <GuideEntityEmbed Entity="ThermomachineFreezerMachineCircuitBoard" Caption=""/>
  39. <GuideEntityEmbed Entity="Screwdriver" Caption=""/>
  40. <GuideEntityEmbed Entity="ThermomachineHeaterMachineCircuitBoard" Caption=""/>
  41. <GuideEntityEmbed Entity="MachineFrame" Caption=""/>
  42. <GuideEntityEmbed Entity="GasThermoMachineHeater" Caption=""/>
  43. </Box>
  44. ## Thermomachines from Hell
  45. Science can research more powerful thermomachines, aptly called hellfire heaters and freezers.
  46. These machines are much more powerful than their standard counterparts, but they also consume more power.
  47. <Box>
  48. <GuideEntityEmbed Entity="GasThermoMachineHellfireHeater"/>
  49. <GuideEntityEmbed Entity="GasThermoMachineHellfireFreezer"/>
  50. </Box>
  51. 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].
  52. 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.
  53. This can be dangerous if not properly managed.
  54. </Document>