PredefinedQuantityAD Enumeration |
Enumeration of predefined quantities for AD components.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public enum PredefinedQuantityAD
Public Enumeration PredefinedQuantityAD
public enum class PredefinedQuantityAD
Members
| Member name | Value | Description |
---|
| Undefined | 0 | |
| Concentration | 1 |
Concentration of AD component
|
| Transport | 2 |
Mass transport of AD component
|
| TransportSpill | 3 |
Mass transport spill of AD component
|
| TransportInfiltration | 4 |
Mass transport infiltration of AD component
|
| TransportAccumulated | 5 |
Accumulated mass transport of AD component
|
| TransportTotalMassChange | 6 |
Total mass change rate
|
| TransportTotalSources | 7 |
Total mass change rate from sources
|
| TransportTotalSinks | 8 |
Total mass change rate from sinks
|
| TransportTotalBoundaryInflow | 9 |
Total mass change rate from boundary inflow
|
| TransportTotalBoundaryOutflow | 10 |
Total mass change rate from boundary outflow
|
| Mass | 11 |
Mass of AD component
|
| MassTotal | 12 |
Total mass of AD component
|
| MassTotalSources | 13 |
Total mass of AD component from sources
|
| MassTotalSinks | 14 |
Total mass of AD component to sinks
|
| MassTotalBoundaryInflow | 15 |
Total mass of AD component from boundary inflow
|
| MassTotalBoundaryOutflow | 16 |
Total mass of AD component to boundary outflow
|
| MassRouted | 17 |
Routed mass in SWQ simulation
|
| MassRoutedAccumulated | 18 |
Total routed mass in SWQ simulation
|
| MassOnCatchment | 19 |
Mass of pollutant on catchment in SWQ simulation
|
| MassError | 20 |
Mass error in the simulation for AD component
|
| MassErrorTotal | 21 |
Total mass error in the simulation for AD component
|
| MassErrorAccumulated | 22 |
Accumulated mass error in the simulation for AD component
|
| MassErrorAbsAccumulated | 23 |
Modulus accumulated mass error in the simulation for AD component
|
| MassErrorTotalAccumulated | 24 |
Total accumulated mass error in the simulation for AD component
|
| MassErrorTotalAbsAccumulated | 25 |
Total modulus accumulated mass error in the simulation for AD component
|
| MassErrorChecksum | 26 |
Mass error checksum for AD component
|
| MassErrorTotalChecksum | 27 |
Total mass error checksum for AD component
|
| MassErrorAccumulatedChecksum | 28 |
Accumulated mass error checksum for AD component
|
| MassErrorAbsAccumulatedChecksum | 29 |
Modulus accumulated mass error checksum for AD component
|
| MassErrorTotalAbsAccumulatedChecksum | 30 |
Total modulus accumulated mass error checksum for AD component
|
| Decay | 31 |
First order decay of AD component
|
| DecayTotal | 32 |
Total first order decay of AD component
|
| DecayAccumulated | 33 |
Accumulated first order decay of AD component
|
| DecayTotalAccumulated | 34 |
Total accumulated first order decay of AD component
|
| CatchmentDischargeTransport | 35 |
Catchment discharge mass load
|
| Load | 36 |
Load in rainfall runoff or catchment discharge
|
| LoadFraction | 37 |
Fraction of load in AD pollutant (RR or CD)
|
| SourcesInflow | 38 |
Load into network
|
| ConcentrationLTSContinuous | 39 |
LTS continuous concentration including dry weather flow between the jobs.
|
| LoadLTSContinuous | 40 |
LTS continuous load including dry weather flow between the jobs.
|
Remarks See Also