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

Pseudo-Laplacian vertex reconstruction stencil computation. More...

Include dependency graph for VertexReconstruction.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openswmm
 
namespace  openswmm::twoD
 

Functions

void openswmm::twoD::buildVertexStencils (MeshData &mesh)
 Build pseudo-Laplacian reconstruction stencils for all vertices.
 
void openswmm::twoD::reconstructVertexHeads (const MeshData &mesh, SurfaceStateData &state)
 Reconstruct head values at vertices from cell-centred heads.
 

Detailed Description

Pseudo-Laplacian vertex reconstruction stencil computation.

Implements Eq. [19]–[21] from Kumar et al. (2009): builds weighted interpolation stencils at each vertex from surrounding cell centres. Stencils are stored in CSR format in MeshData for efficient evaluation.

See also
TWO_DIMENSIONAL_SURFACE_ROUTING_IMPLEMENTATION_STRATEGY.md §5.2
Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
License\n MIT License