Dynamic Steady State Demo
Download this exampleDynamicSteadyState.zipFull project — Dyad model + Julia + data
A thermal-envelope model of a three-zone commercial office building. One building model is the single source of truth for two analyses: steady-state HVAC equipment sizing and a 24-hour transient diurnal simulation with occupancy gains and thermostat control. The south, core, and north zones are linked by inter-zone partition resistors.
The model
ThreeZoneBuilding connects three zone-room subsystems through inter-zone partitions and exposes a port per zone:
Running it
Run the 24-hour diurnal operation and plot the zone temperatures:
julia
using DynamicSteadyState, Plots
result = DiurnalOperation()
plot(result)