![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
#include <NetworkMeshBuilder.hpp>
Public Attributes | |
| int | n_cells = 0 |
| int | n_faces = 0 |
| int | n_conduits = 0 |
| int | n_virtual = 0 |
| virtual junctions spliced into interior faces | |
| double | min_dx = 0.0 |
| double | max_dx = 0.0 |
| std::vector< std::string > | warnings |
| std::vector< std::string > | errors |
Diagnostics produced while building the mesh. Warnings are non-fatal and surface through the normal ctx.warnings channel; errors abort the run.
| std::vector<std::string> openswmm::fv::MeshBuildReport::errors |
| double openswmm::fv::MeshBuildReport::max_dx = 0.0 |
| double openswmm::fv::MeshBuildReport::min_dx = 0.0 |
| int openswmm::fv::MeshBuildReport::n_cells = 0 |
| int openswmm::fv::MeshBuildReport::n_conduits = 0 |
| int openswmm::fv::MeshBuildReport::n_faces = 0 |
| int openswmm::fv::MeshBuildReport::n_virtual = 0 |
virtual junctions spliced into interior faces
| std::vector<std::string> openswmm::fv::MeshBuildReport::warnings |