![]() |
OpenSWMM Engine
6.0.0-alpha.3
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.3)
|
Post-parse cross-reference resolution. More...
#include "PostParseResolver.hpp"#include "../core/Constants.hpp"#include "../core/ErrorCodes.hpp"#include "../core/PathResolver.hpp"#include "../core/SimulationContext.hpp"#include "../core/DateTime.hpp"#include "../core/UnitConversion.hpp"#include "../hydraulics/xsect_tables.hpp"#include "../hydraulics/XSectBatch.hpp"#include "../hydraulics/Link.hpp"#include "../hydraulics/Street.hpp"#include "../hydraulics/ForceMain.hpp"#include <algorithm>#include <cmath>#include <cstdio>#include <cstring>#include <string>#include <utility>Namespaces | |
| namespace | openswmm |
| namespace | openswmm::input |
Enumerations | |
| enum | openswmm::input::WarnCode |
Functions | |
| void | openswmm::input::resolve_external_file_slots (SimulationContext &ctx, const std::string &anchor_dir) |
Slice IO-3: Resolve every external-file slot's .original token against an anchor directory and populate .absolute. | |
| void | openswmm::input::recompute_conduit_flow_properties (SimulationContext &ctx, int j) |
| Recompute a single conduit's derived dynamic-wave flow properties. | |
| void | openswmm::input::convert_internal_to_display (SimulationContext &ctx) |
Convert the input fields the reader scaled to internal units back to display units (matching ctx.options.flow_units). | |
| void | openswmm::input::resolve_cross_references (SimulationContext &ctx) |
| Resolve all cross-references in ctx after all sections are parsed. | |
| std::string | openswmm::input::format_error (int code, std::string_view name="") |
| Format an error message with object name substitution. | |
| std::string | openswmm::input::format_warning (int code, std::string_view name="") |
| Format a warning message with object name substitution. | |
Post-parse cross-reference resolution.