feat: Adds attic ventilation calculation.

This commit is contained in:
2025-03-01 22:24:06 -05:00
parent 3c7147ad0e
commit 0ff7d6666c
11 changed files with 509 additions and 5 deletions

View File

@@ -67,6 +67,7 @@ private struct Header: HTML {
navLink(label: "HVAC-System-Performance", route: .hvacSystemPerformance(.index))
navLink(label: "Room-Pressure", route: .roomPressure(.index))
navLink(label: "Capcitor-Calculator", route: .capacitor(.index))
navLink(label: "Attic-Ventilation", route: .atticVentilation(.index))
}
}
}