Click or drag to resize

PredefinedQuantity Enumeration

Enumeration of predefined quantities.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public enum PredefinedQuantity
Members
  Member nameValueDescription
Undefined-1
WaterLevel0 Level of water, from a fixed zero level.
WaterLevelChange1 Level of water, from a fixed zero level.
WaterLevelCorrection2 Correction of water level. Used in Data Assimilation context.
WaterDepth3 Depth of water, from lowest bottom point to surface.
WaterVolume4 Volume of water
WaterVolumeAboveGround5 Volume of water in nodes above ground
WaterFlowRateAboveGround6 Water flow rate to node volume above ground
WaterVolumeRetainedInMaxInflow7 Volume of water retained in a reservoir due to a maximum inflow restriction
WaterVolumeM118 Volume of water, as calculated by M11
WaterVolumeChange9 Change of volume of water
MassError10 Mass Error
MassErrorM11Comp11 Mass Error - M11 version
MassErrorAccumulated12 Mass Error accumulated
MassErrorAbsAccumulated13 Mass Error accumulated
MassErrorChecksum14 Mass Error check sum
MassErrorAccumulatedChecksum15 Mass Error check sum
FlowArea16 Flow area
FlowAreaTsMean17 Flow area, mean value over last time step
FlowAreaInStructure18 Flow area in structure
FloodedArea19 Flooded area, surface area
GateLevel20 Gate level
Discharge21 Discharge
DischargeCorrection22 Correction of discharge. Used in Data Assimilation contexts
DischargePerLength23 Discharge per length
DischargePerArea24 Discharge per area
DischargeInStructure25 Discharge in structure
DischargeFromSurface26 Discharge with a maximum inflow (used on nodes, limited by geometry of node cover)
DischargeOutflow27 Discharge Outflow
DischargeStepAveraged28 Discharge Step Accumulated
LateralSources29 Discharge in/out of network, in m^3/s
LateralInflow30 Discharge into network, in m^3/s
LateralOutflow31 Discharge into network, in m^3/s
LateralOutflowReduction32 Discharge into network, in m^3/s
TimestepInflow33 Discharge, inflow to model, in m^3
TimestepOutflow34 Discharge, outflow from model, in m^3
TotalInflow35 Discharge, inflow to model, total from start of simulation
TotalOutflow36 Discharge, outflow from model, total from start of simulation
NodeInfiltration37 Discharge that is multiplied by the maximum node surface area below current water level (used for MU node infiltration)
DischargeHPoints38 Discharge on H points
FlowVelocity39 Flow velocity
FlowVelocityInStructure40 Flow velocity in structure
WindVelocity41 Wind velocity
WindDirection42 Wind direction
FlowWidth43 Storage width/flow width
FlowWidthTsMean44 Storage width/flow width, mean value over last time step
Time45
TimeStep46
NumberOfTriesForTimeStep47
TotalRunOff48 Total Runoff from RainfallRunoff model
HydraulicRadius49 Hydraulic radius
ManningResistanceNumber50 Resistance
ChezyResistanceNumber51 Resistance
BedShearStress52 Bed shear stress
CourantNumber53 CourantNumber number
Froude54 Froude number
WaterLevelSlope55 Water Level Slope
EnergyLevelSlope56 Energy Level Slope
EnergyLevel57 Energy Level
Conveyance58 Energy Level
NetRainfall59 Net rainfall
CatchmentDischarge60 Catchment Discharge
TotalLoad61 Total Load
WeirDischarge62 Discharge through a weir
PumpDischarge63 Obsolete. Discharge through a pump
PumpIsActive64 Pump is on
OverlandFlow65 Overland Flow Routed From Second Reservoir (NAM)
InterFlow66 Inter Flow Routed From Second Reservoir (NAM)
TotalBaseFlow67 Total Base Flow (NAM) - BaseFlow and LowerBaseFlow
BaseFlow68 Base Flow (NAM)
LowerBaseFlow69 Lower Base Flow (NAM)
InterFlowAndBaseFlow70 Inter Flow And Base Flow (NAM)
OverlandAndInterflow71 Overland and inter Flow Routed From Second Reservoir (NAM)
ActualRainfall72 Actual Rainfall
ActualEvaporation73 Actual Evaporation
RootZoneStorage74 Lower Zone Storage (NAM)
SurfaceStorage75 Surface Storage (NAM)
GroundWaterDepth76 Ground Water Depth (NAM)
InfiltrationToGroundWater77 Infiltration To Ground Water (NAM)
InfiltrationFlow78 Infiltration To Ground Water (NAM)
TotalInfiltration79 Total Infiltration
OverlandFlowFirstReservoir80 Overland Flow Routed From First Reservoir (NAM)
InterFlowFirstReservoir81 Inter Flow Routed From First Reservoir (NAM)
CapillaryFlux82 Capillary Flux (NAM)
OverlandFirstReservoirStorage83 Overland Flow First Reservoir Storage (NAM)
OverlandSecondReservoirStorage84 Overland Flow Second Reservoir Storage (NAM)
IrrigationSupply85 Irrigation Supply (NAM)
SnowStorage86 Snow Cover (NAM)
Temperature87 Temperature
ZoneTemperature88 Zone Temperature (NAM)
ZoneRainfall89 Zone Rainfall (NAM)
ZoneWaterRetention90 Zone Water Retention (NAM)
ZoneMeltingCoeff91 Zone Snow Storage (NAM)
ZoneSnowAreaCoverage92 Zone Snow Area Coverage (NAM)
ZoneMeltingWater93 Zone Melting Water (NAM)
ValveOpening94 Valve opening
CrestLevel95 Creste level
Force96 Force, e.g. coming from wind shear stress
GroundWaterLeakage97 Ground water leakage. Per second, multiplied on (wet perimenter)*(water depth)*(dx) on h-grid points
DamBreakBreachLevel98 Dam break breach level [m]
DamBreakBreachWidth99 Dam break breach width [m]
DamBreakBreachSlope100 Dam break breach slope
DamBreakPipeTopLevel101 Dam break pipe bottom level level [m]
InfiltrationToGroundWaterMinusCapillaryFlux102 NAM catchment recharge minus capillary flux
ControlStrategyId103 ID of a control strategy applied to a controlled item (a clas that implements Generic.IControllable)
Concentration104 Concentration of AD component
CO1105 CO1 coefficient on HDGridPoint. Used for M21 couplings
CO2106 CO2 coefficient on HDGridPoint. Used for M21 couplings
CO3107 CO2 coefficient on HDGridPoint. Used for M21 couplings
CO4108 CO2 coefficient on HDGridPoint. Used for M21 couplings
WaterSpillDischarge109 Water spill rate from spilling nodes
DamBreakBreachFlow110 Dam break breach flow
DamBreakCrestFlow111 Dam break crest flow
Remarks
Remember to add an entry to the PredefinedQuantityTable whenever a new PredefinedQuantity is created.
See Also