DIGITAL WATER
NEXUS
Building-Scale Water Digital Twin
+ Reinforcement Learning Controller
Strategic Impact Overview
- • Autonomous RL optimization (PPO+SAC)
- • Real-time 3D Digital Twin (IFC/ISO 19650)
- • Predictive Leak & Biofilm AI
- • 97% leak prevention confidence
- • Legionella risk <0.1%
- • Scaling (LSI) kept under control
- • 100% regulatory compliance
- • 18.4 tons CO₂ avoided annually
- • ESG Score: 92/100 → 2030 Net-Zero track
What is the Digital Water Nexus?
The Digital Water Nexus is a state-of-the-art Building Information Modeling (BIM) + Digital Twin platform purpose-built for the intelligent management of water systems in commercial and high-rise residential buildings. It fuses parametric 3D modeling (compliant with ISO 19650 information management standards and IFC (Industry Foundation Classes) open data schemas from buildingSMART) with real-time IoT sensor fusion, physics-based simulation, and advanced Reinforcement Learning (PPO + SAC hybrid) to deliver autonomous, predictive, and continuously optimizing water infrastructure.
How it works: A high-fidelity BIM model (containing geometric and semantic data for risers, cooling towers, boilers, piping networks, and equipment) serves as the foundational “single source of truth.” This model is enriched in real time with data from 142+ sensors (flow, pH, conductivity, temperature, occupancy, pressure). The Reinforcement Learning Agent (powered by Proximal Policy Optimization (PPO) for stable on-policy updates combined with Soft Actor-Critic (SAC) for sample-efficient exploration) observes the full system state and selects optimal actions — including blowdown interval, chemical inhibitor dosing, cooling tower fan speed, and hot-water setpoints. Actions are first validated in the high-fidelity Digital Twin (sim-to-real transfer with Bayesian optimization), then deployed to physical systems while maintaining full regulatory compliance (EPA SDWA, ASHRAE 188-2021, NYC LL97, NYS DEC).
The result is a self-evolving, closed-loop system that simultaneously minimizes water consumption and energy use, maintains excellent Water Quality Index (WQI > 90), prevents Legionella and scaling risks, and generates auditable ESG and compliance reports — typically delivering 14–21% combined water + energy savings while ensuring 100% regulatory compliance.
25-floor residential tower • Great Neck, NY • 120 units • 4 risers • 2 cooling towers • 1 boiler
The Digital Water Nexus uses a hybrid PPO + SAC agent. This combination leverages the strengths of both algorithms:
- PPO (Proximal Policy Optimization) — Provides stable, on-policy updates with clipped objective to prevent destructive policy changes. Ideal for continuous control actions (blowdown interval, fan speed, dosing rate).
- SAC (Soft Actor-Critic) — Maximum entropy framework that encourages exploration while maintaining high sample efficiency. Critical for high-dimensional state spaces (142+ sensors).
The platform uses Bayesian Optimization (BO) to bridge the sim-to-real gap. After training the PPO+SAC policy in the high-fidelity Digital Twin, BO tunes key hyperparameters (learning rate, entropy coefficient, clip range, reward weights) before real-world deployment.
f(x) ~ GP(μ(x), k(x,x'))
Expected Improvement (EI) Acquisition Function:
EI(x) = E[max(f(x) − f(x*), 0)] = σ(x) [γ Φ(γ) + φ(γ)]
Upper Confidence Bound (UCB):
UCB(x) = μ(x) + κ σ(x)
Posterior Update:
After each real-world evaluation, the GP is updated with new observations, allowing efficient search in the high-dimensional hyperparameter space (typically 8–12 parameters). Convergence typically occurs in 25–40 evaluations with <6% performance drop from simulation to reality.
Gaussian Process (GP) is the core surrogate model in Bayesian Optimization used by the Digital Water Nexus for sim-to-real transfer.
• Mean Function μ(x) — Prior belief about the function
• Covariance Function k(x,x') — Defines similarity between points
• Hyperparameters (σ_f, ℓ) — Kernel length-scale and variance
• Acquisition Function — Balances exploration vs exploitation
• Posterior Update — Bayesian update after new observations
• Surrogate Model — Cheap approximation of expensive objective
The Digital Water Nexus is fully compliant with ISO 19650 series for information management using BIM.
- ISO 19650-1:2018 — Concepts and principles (information management throughout asset lifecycle)
- ISO 19650-2:2018 — Delivery phase of assets (EIR, BEP, MIDP, TIDP)
- ISO 19650-3:2020 — Operational phase (asset information model maintenance)
• Exchange Information Requirements (EIR) defined for water systems
• BIM Execution Plan (BEP) includes RL policy metadata
• Master Information Delivery Plan (MIDP) schedules sensor data + 3D updates
• All entities serialized as IFC with ISO 19650 metadata (Project, Asset, Facility, System, Component levels)
• Single Source of Truth enforced via centralized Digital Twin database