OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
SurfaceRouter2D.hpp File Reference

Top-level orchestrator for the optional 2D surface routing module. More...

Include dependency graph for SurfaceRouter2D.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmm::twoD::SurfaceRouter2D
 Top-level orchestrator for the 2D surface routing module. More...
 
struct  openswmm::twoD::SurfaceRouter2D::PendingBoundaryRow
 Per-row buffer for [2D_BOUNDARY_CONDITIONS] parse output. More...
 

Namespaces

namespace  openswmm
 
namespace  openswmm::twoD
 

Detailed Description

Top-level orchestrator for the optional 2D surface routing module.

Manages the full 2D workflow within the engine lifecycle:

  • Mesh topology construction (after parse)
  • CVODE solver initialization
  • Per-step coupling, rainfall update, solver advance
  • Statistics and finalization

Integrates with SWMMEngine via lifecycle hooks: initialize() → step() → finalize()

See also
TWO_DIMENSIONAL_SURFACE_ROUTING_IMPLEMENTATION_STRATEGY.md §4.1, §8.3
Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
License\n MIT License