1. The first settlers and the thermostat
Kim Stanley Robinson’s Red Mars spends a lot of time on the practical problem of keeping human habitats warm enough to live in and cold enough to keep equipment from failing. The desktop does not have settlers, but it has the same class of problem: a collection of machines that each want a different temperature, in an environment that swings between extremes.
Entry 241 closed the power arc and announced that thermal control is next. This entry defines what the thermal control attachment does.
2. The two jobs
Thermal control has two jobs:
- Reject waste heat from electronics, motors, batteries, and payloads.
- Keep vulnerable parts warm during eclipse or when they are not operating.
These sound opposite, but they are managed by the same set of tools: radiators for heat rejection, multi-layer insulation and heaters for heat retention, and heat pipes or fluid loops to move heat from where it is generated to where it can be rejected.
3. Temperature bands
Different parts of the desktop need different temperatures.
- Electronics: typically −10 °C to +50 °C operating, with narrower bands for high-reliability parts.
- Batteries: roughly 0 °C to +30 °C for charge and discharge; outside this range capacity and cycle life suffer.
- Optics: often −10 °C to +40 °C, with tighter limits on gradients to avoid focus shift.
- Motors and mechanisms: lubricants set the lower limit, often −30 °C or higher.
- Customer payloads: whatever the customer specifies, which may be tighter than the desktop’s own bands.
The thermal control attachment must create zones that satisfy these bands simultaneously, even when the external environment varies from −150 °C in eclipse to +120 °C in direct sunlight.
4. Passive versus active
Passive thermal control uses no moving parts. It includes:
- Radiator panels with high emissivity and low absorptivity.
- Multi-layer insulation blankets to block radiation.
- Thermal coatings to set surface optical properties.
- Heat pipes to conduct heat along a temperature gradient.
Active thermal control uses power and mechanisms:
- Heaters for batteries and mechanisms.
- Louvers or variable emittance devices to modulate radiator rejection.
- Pumps and fluid loops for high heat flux transport.
- Cryocoolers for sensors that need very low temperatures.
The desktop should rely primarily on passive control because it is more reliable and consumes no power. Active elements should be limited to heaters and perhaps a few louvers.
5. Why this is an attachment
Calling thermal control an attachment keeps the architecture modular. The thermal attachment has a defined interface: it accepts waste heat from other attachments at specified mounting points and maintains specified temperature bands. Other attachments do not need to know how the heat is rejected, only that it is.
This also makes the economics clear. Customer payloads that need extra cooling or heating pay for the extra radiator area, heater power, or heat transport capacity they consume.
6. The main design drivers
Three things drive the thermal design:
- Total heat load. The desktop must reject roughly 200 W continuously on average, with peaks above 400 W.
- Radiator area. Heat rejection in vacuum scales with radiator area and temperature. A 280 K radiator rejects about 350 W/m².
- View factors. Radiators must see cold space, not Earth, the sun, or hot equipment. MLI-covered surfaces must not trap heat.
These drivers mean the thermal attachment is as much about geometry as it is about materials. Where the radiators sit determines how much heat can be rejected.
7. Integration with power
The power attachment and the thermal attachment are deeply coupled. Solar arrays absorb solar energy and get hot; their back sides can be used as radiators if the geometry allows. Batteries produce heat when charging and need heaters when cold. The power distribution unit generates heat and needs a thermal path.
The thermal design must be developed alongside the power design, not after. The good news is that entry 241 fixed the power architecture, so the thermal attachment now has defined inputs.
What this changes
- The thermal control attachment keeps every other attachment within its operating temperature band.
- It relies primarily on passive elements: radiators, heat pipes, MLI, and coatings.
- Active elements are limited to heaters and possibly louvers.
- It is an attachment with a defined thermal interface contract, not a hidden platform function.
- The next entry can estimate the desktop’s total heat load and the radiator area needed to reject it.