![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
One [GW_TRANSPORT_PARAMS] row: solute + thermal matrix properties.
More...
#include <GwTransportData.hpp>
Public Attributes | |
| GwScope | scope = GwScope::GLOBAL |
| std::string | tag |
| TAG scope. | |
| int | cell = -1 |
| CELL scope (0-based) | |
| double | rho_s = 2650.0 |
| grain density (kg/m3) | |
| double | c_s = 880.0 |
| grain specific heat (J/kg/K) | |
| double | lambda_s = 2.0 |
| grain thermal conductivity (W/m/K) | |
| double | a_s = 0.0 |
| specific surface area (m2/kg) | |
| double | alpha_L = 1.0 |
| longitudinal dispersivity (m) | |
| double | alpha_T = 0.1 |
| transverse dispersivity (m) | |
| double | D_m = 1.0e-9 |
| molecular diffusivity (m2/s) | |
| double | D_v = 1.0e-9 |
| vapour diffusivity (m2/s) | |
| double | geo_flux = 0.065 |
| geothermal flux (W/m2) or deep temp (degC) | |
One [GW_TRANSPORT_PARAMS] row: solute + thermal matrix properties.
| double openswmm::twoD::GwParamsRow::a_s = 0.0 |
specific surface area (m2/kg)
| double openswmm::twoD::GwParamsRow::alpha_L = 1.0 |
longitudinal dispersivity (m)
| double openswmm::twoD::GwParamsRow::alpha_T = 0.1 |
transverse dispersivity (m)
| double openswmm::twoD::GwParamsRow::c_s = 880.0 |
grain specific heat (J/kg/K)
| int openswmm::twoD::GwParamsRow::cell = -1 |
CELL scope (0-based)
| double openswmm::twoD::GwParamsRow::D_m = 1.0e-9 |
molecular diffusivity (m2/s)
| double openswmm::twoD::GwParamsRow::D_v = 1.0e-9 |
vapour diffusivity (m2/s)
| double openswmm::twoD::GwParamsRow::geo_flux = 0.065 |
geothermal flux (W/m2) or deep temp (degC)
| double openswmm::twoD::GwParamsRow::lambda_s = 2.0 |
grain thermal conductivity (W/m/K)
| double openswmm::twoD::GwParamsRow::rho_s = 2650.0 |
grain density (kg/m3)
| GwScope openswmm::twoD::GwParamsRow::scope = GwScope::GLOBAL |
| std::string openswmm::twoD::GwParamsRow::tag |
TAG scope.