OpenSWMM Engine  6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
openswmm::fv::kernels::FaceState Struct Reference

One side of a face after hydrostatic reconstruction. More...

#include <FvKernels.hpp>

Collaboration diagram for openswmm::fv::kernels::FaceState:

Public Attributes

double a = 0.0
 reconstructed flow area (ft²)
 
double q = 0.0
 reconstructed discharge (cfs) = a·u
 
double u = 0.0
 velocity (ft/s)
 
double c = 0.0
 celerity (ft/s)
 
double i1 = 0.0
 hydrostatic first moment at the reconstructed depth
 

Detailed Description

One side of a face after hydrostatic reconstruction.

Member Data Documentation

◆ a

double openswmm::fv::kernels::FaceState::a = 0.0

reconstructed flow area (ft²)

◆ c

double openswmm::fv::kernels::FaceState::c = 0.0

celerity (ft/s)

◆ i1

double openswmm::fv::kernels::FaceState::i1 = 0.0

hydrostatic first moment at the reconstructed depth

◆ q

double openswmm::fv::kernels::FaceState::q = 0.0

reconstructed discharge (cfs) = a·u

◆ u

double openswmm::fv::kernels::FaceState::u = 0.0

velocity (ft/s)


The documentation for this struct was generated from the following file: