Click or drag to resize

BroadCrestedWeir Fields

The BroadCrestedWeir type exposes the following members.

Fields
  NameDescription
Protected field_accepts
List of quantities that are accepted
(Inherited from Structure.)
Protected field_controlStategyId
If the structure is being controlled, then _controlStategyId contains the ID of the active control strategy
(Inherited from Structure.)
Protected field_delhs
Linear flow variation. For water level differences less than delhs use a linear Q variation between h1-h2=delhs and h1-h2=0. This is to avoid stability problems for small water level differences where dQdh goes to infinity. Unit: [m] Default: 0.01
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_downstreamCrossSection
Downstream cross section data. The cross section data is the processed level, with, area.
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_downstreamWaterLevel
Downstream water level, as set by SetWaterLevels(Double, Double) Unit: [m]
(Inherited from Structure.)
Protected field_dqdhDownstream
The derivative of flow through the structure with downstream water level. The flow is calculated in the derived classes when the SetWaterLevels method is called. Unit: [m2/sec]
(Inherited from Structure.)
Protected field_dqdhUpstream
The derivative of flow through the structure with upstream water level. The flow is calculated in the derived classes when the SetWaterLevels method is called. Unit: [m2/sec]
(Inherited from Structure.)
Protected field_flowArea
Flow area through structure. Used by most (but not all) structures.
(Inherited from Structure.)
Protected field_flowDir
FlowDir is used to determine which parameters to use for the flow calculations. Derived by the SetWaterLevels(Double, Double).
(Inherited from Structure.)
Protected field_freeOverFlowData
FreeOverFlowData holds the free overflow data table.
Protected field_headLossFreeOverflowNegativeFlow
Free overflow factor for negative flow. Default value = 1.
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_headLossFreeOverflowPositiveFlow
Free overflow factor for positive flow. Default value = 1.
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_headLossInflowNegativeFlow
Inflow head loss factor for negative flow. Default value = 0.5.
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_headLossInflowPositiveFlow
Inflow head loss factor for positive flow. Default value = 0.5.
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_headLossOutflowNegativeFlow
Outflow head loss factor for negative flow. Default value = 1.
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_headLossOutflowPositiveFlow
Outflow head loss factor for positive flow. Default value = 1.
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_id
Identification name of the structure
(Inherited from Structure.)
Protected field_implicit
If _implicit == false, then the derivatives are always zero. Default value: true.
(Inherited from Structure.)
Protected field_location
Location in the network
(Inherited from Structure.)
Protected field_minimumHeadloss
Minimum head loss across a structure. Default value = 0.1
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_offers
List of quantities that are offered
(Inherited from Structure.)
Protected field_partOfCompositeFlow
When the culvert is part of a composite structure Q1=Q2 will differ from Qs. Qs=Q1*_partOfCompositeFlow;
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_q
Flow through the structure. The flow is calculated in the derived classes when the SetWaterLevels method is called. Unit: [m3/sec]
(Inherited from Structure.)
Protected field_runTimeDiagnostics
Diagnostics are written into this Diagnostics during calculations. Set during Initialize(IDiagnostics)
(Inherited from Structure.)
Protected field_structureIterationCentering
Used when making relaxation when iterating to find the subcritical solution for structures solved using the energy equation. When it equals 1 no relaxation is made.
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_topoID
Identification used to find referenced cross sections
(Inherited from Structure.)
Protected field_upstreamCrossSection
Upstream cross section data. The cross section data is the processed level, with, area.
(Inherited from AbstractBroadCrestedCWeir.)
Protected field_upstreamWaterLevel
Upstream water level, as set by SetWaterLevels(Double, Double) Unit: [m]
(Inherited from Structure.)
Protected field_valveType
Type of the valve Default: None
(Inherited from ValvedStructure.)
Protected field_weirGeometry
Geometry data for the structure
Top
See Also