Tools: Peak Loads¶
Peak load QA/QC analysis tool.
analyze_peak_loads()
¶
Analyze peak heating and cooling loads for QA/QC.
Decomposes facility and zone-level peaks into components (solar, people, lighting, equipment, infiltration, envelope) and flags potential issues such as unusual peak timing, excessive loads, or component dominance.
Requires a completed simulation with SQL output and the SensibleHeatGainSummary and HVACSizingSummary reports.
Source code in src/idfkit_mcp/tools/peak_loads.py
build_peak_load_analysis()
¶
Run the full peak load QA/QC analysis on the current simulation.
Source code in src/idfkit_mcp/tools/peak_loads.py
peak_loads_viewer_html()
¶
Return the self-contained peak load viewer HTML.