calc.engineer / Homelab & Networking / Thermal Enclosure
Thermal Enclosure v1.0.0
Estimate steady-state thermal behaviour of a rectangular enclosure (server rack, electronics housing, equipment cabinet) using a lumped-parameter energy balance with natural-convection and radiation correlations, or forced-flow air energy balance. Accepts enclosure dimensions, heat source positions and wattages, and airflow configuration. Returns temperature extremes, estimated hotspot location, airflow velocity summary, and overall thermal resistance. Runs instantly in-worker; a full CFD container backend is planned for mesh-level detail.
Fill in the inputs and Compute to see the structured result.
From an agent (MCP) or the API
curl -X POST https://calc.engineer/api/thermal_enclosure \
-H "Content-Type: application/json" \
-d '{"length_m": …, "width_m": …, "height_m": …}'MCP: connect to https://calc.engineer/mcp and call thermal_enclosure.
calc.engineer — free, MCP-native engineering tools.