Docs · Design handbook · D-10 · D-14 · D-15
Designer handbook
MDCX ships two Designers that share physics and solution identity: Liquid Cooling (cold-plate) and Immersion Cooling (tank). This page is the operator guide — open a published solution code, configure, then hand off to TCO or USD packages.
1. Which Designer
| Line | Open | Published codes |
|---|---|---|
| Liquid Cooling | /design/liquid | L1240C45SUR150 (L1240C45) |
| Immersion Cooling | /design/immersion | I400C45SUT50 (I400C45) · I400C40ST50 (I400C40) |
Draft codes (L1800C45DR220, L450C20DR150) appear as Coming soon on marketing pages only — Designers do not load draft profiles on the public site (D-19).
2. Deep links
Minimum required query field: code (D-14). Alias is optional convenience.
/design/liquid?code=L1240C45SUR150/design/immersion?code=I400C40ST50/tco?code=L1240C45SUR150— after TCO, primary CTA returns to Designer with the same code (D-15).
If both
code and alias are present, code wins.
Chrome always shows Alias first, SKU ID small underneath (D-13).
3. Calculation path
One path only — do not invent parallel calculators:
- UI updates store state
- Store holds inputs (IT, cooling, site)
- Engine
calcAll(input)produces the snapshot - Physics shared package
@mdcx/physicssupplies pure formulas
3D and charts read the engine snapshot only. Catalogs load from monorepo city-data/ and gpu-data/ via adapters.
4. Recommended workflow
- Pick a solution on product matrix or marketing overview.
- Run TCO for site economics (city, quantity, utilization).
- Open Designer from the TCO next-step CTA (carries
?code=). - Tune racks / tanks / climate assumptions; review thermal and power tabs.
- Download reference USD packages from the product page when needed — see USD output spec.
5. Limits & claims
- Marketed numbers must match
docs/CLAIMS.md— Designers show engineering targets, not new claims. - No public pricing in Designers; commercial quotes go through account managers / TCO scenarios.
- PWA install for Liquid Designer uses clean path
/design/liquid/(physical mirror on deploy). Legacy/DLC/dist/301s there.