Click or drag to resize

NodeMaxInflowReservoir Properties

The NodeMaxInflowReservoir type exposes the following members.

Properties
  NameDescription
Public propertyActualCatchmentInflow
Actual catchment inflow to network for current time step. Limited by MaxInflowFromSurface and may also change due to CatcmentQRoutedToSurface
Public propertyActualInflow
Actual total inflow to node for current time step
Public propertyActualSurfaceInflow
Actual surface inflow to network for current time step, different from what was set in AddSurfaceContribution when max inflow limit is in effect
Public propertyCatchmentInflow
Catchment inflow to network for current time step
Public propertyCatcmentQRoutedToSurface
Catchment inflow routed to source (outflow). Is only positive when also Surface flow is negative (outflow from node), then some (or all) of the catchment flow is routed directly to surface.
Public propertyComponentMassInReservoir
Amount of component (mass) retained in reservoir
Public propertyImplicit
Flag specifying whether to do implicit source calculations
Public propertyMaxInflowFromSurface
Max inflow limit, handled from MaxInflowFromSurface, modify there to update here
Public propertyMaxOutflowToSurface
Max outflow limit, only applicable when coupled to a surface model. Default value is unlimited outflow (double.MaxValue)
Public propertyWaterVolumeInReservoir
Amount of water retained in reservoir [m3]
Top
See Also