![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Descriptor for a single coupling point between 2D and 1D. More...
#include <NodeCoupling.hpp>
Public Attributes | |
| int | cell_idx |
| Triangle index in the 2D mesh. | |
| int | vertex_idx |
| Vertex index (-1 if triangle-centroid coupling) | |
| int | node_idx |
| SWMM node index. | |
| double | cd |
| Discharge coefficient. | |
| double | area |
| Effective exchange area (m²) | |
| bool | is_outfall |
| True if the SWMM node is an outfall. | |
| bool | has_flap_gate |
| True if outfall has a flap gate. | |
Descriptor for a single coupling point between 2D and 1D.
| double openswmm::twoD::CouplingPoint::area |
Effective exchange area (m²)
| double openswmm::twoD::CouplingPoint::cd |
Discharge coefficient.
| int openswmm::twoD::CouplingPoint::cell_idx |
Triangle index in the 2D mesh.
| bool openswmm::twoD::CouplingPoint::has_flap_gate |
True if outfall has a flap gate.
| bool openswmm::twoD::CouplingPoint::is_outfall |
True if the SWMM node is an outfall.
| int openswmm::twoD::CouplingPoint::node_idx |
SWMM node index.
| int openswmm::twoD::CouplingPoint::vertex_idx |
Vertex index (-1 if triangle-centroid coupling)