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

Routing interface file — coupling between separate SWMM simulations. More...

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

Go to the source code of this file.

Classes

struct  openswmm::iface::InterfaceFileSoA
 
class  openswmm::iface::InterfaceManager
 

Namespaces

namespace  openswmm
 
namespace  openswmm::iface
 

Detailed Description

Routing interface file — coupling between separate SWMM simulations.

An upstream model writes outfall results to a text interface file; a downstream model reads those results as inflow boundary conditions. Temporal interpolation between interface file periods ensures smooth coupling even when the two models use different timesteps.

SoA storage: per-node flows and quality values stored in flat arrays for vectorisable interpolation.

Note
Legacy reference: src/legacy/engine/iface.c
Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
License\n MIT License