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

One [GW_SORPTION] row: retardation input for one species in one scope. More...

#include <GwTransportData.hpp>

Collaboration diagram for openswmm::twoD::GwSorptionRow:

Public Attributes

GwScope scope = GwScope::GLOBAL
 
std::string tag
 
int cell = -1
 
std::string species
 
double kd = 0.0
 partition coefficient (L/kg)
 
double decay = -1.0
 1/day; < 0 = "use [POLLUTANTS] kdecay"
 

Detailed Description

One [GW_SORPTION] row: retardation input for one species in one scope.

Member Data Documentation

◆ cell

int openswmm::twoD::GwSorptionRow::cell = -1

◆ decay

double openswmm::twoD::GwSorptionRow::decay = -1.0

1/day; < 0 = "use [POLLUTANTS] kdecay"

◆ kd

double openswmm::twoD::GwSorptionRow::kd = 0.0

partition coefficient (L/kg)

◆ scope

GwScope openswmm::twoD::GwSorptionRow::scope = GwScope::GLOBAL

◆ species

std::string openswmm::twoD::GwSorptionRow::species

◆ tag

std::string openswmm::twoD::GwSorptionRow::tag

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