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

Structure-of-Arrays (SoA) storage for subcatchments. More...

#include <vector>
#include <string>
#include <cstdint>
Include dependency graph for SubcatchData.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  openswmm::SubcatchData
 Structure-of-Arrays storage for all subcatchments. More...
 

Namespaces

namespace  openswmm
 

Detailed Description

Structure-of-Arrays (SoA) storage for subcatchments.

Replaces the global Subcatch[] array and TSubcatch struct from src/solver/objects.h. Subcatchments produce runoff that drains into nodes or other subcatchments.

See also
Legacy reference: src/solver/objects.h — TSubcatch
Legacy reference: src/solver/globals.h — Subcatch[], Nsubcatch
Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
License\n MIT License