Click or drag to resize

Culvert Properties

The Culvert type exposes the following members.

Properties
  NameDescription
Public propertydDischargedDownStreamWaterLevel
Calculated Discharge derivative with DownStreamWaterLevel. Downstream is relative to the direction of chainage. The value is calculated by SetWaterLevels. Unit: [m^2/s]
(Inherited from Structure.)
Public propertydDischargedUpStreamWaterLevel
Calculated Discharge derivative with UpStreamWaterLevel. Upstream is relative to the direction of chainage. The value is calculated by SetWaterLevels. Unit: [m^2/s]
(Inherited from Structure.)
Public propertyDelhs
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
Public propertyDischarge
Calculated Discharge. The value is calculated by SetWaterLevels. Unit: [m^3/s]
(Inherited from Structure.)
Public propertyDownstreamCrossSection
Downstream cross section data. The cros section data is the processed level, with, area.
Public propertyDownstreamInvertLevel
The invert level downstream. Unit: [m] Default: 0
Public propertyDownstreamWaterLevel
Downstream water level.Downstream refers to the direction of chainage. The water level is set by use of SetWaterLevels Unit: [m]
(Inherited from Structure.)
Public propertyExtensionData
Property used by (de)serializer, when it can not find proper target for a data field. Support of forward compatible data contracts.
(Inherited from Structure.)
Public propertyFlowArea
Flow area through structure. Used by most (but not all) structures.
(Inherited from Structure.)
Public propertyFlowAreaOutflow
Flow area for outflow of culvert.
Public propertyFlowFactor
The discharge (and discharge derivatives) are scaled by the flow factor.
(Inherited from Structure.)
Public propertyGeometry
The geometry of the culvert section.
Public propertyHeadLossBendsNegativeFlow
Bends head loss factor for negative flow. Unit: [] Default value = 0.
Public propertyHeadLossBendsPositiveFlow
Bends head loss factor for positive flow. Unit: [] Default value = 0.
Public propertyHeadLossFreeOverflowNegativeFlow
Free overflow factor for negative flow. Default value = 1.
Public propertyHeadLossFreeOverflowPositiveFlow
Free overflow factor for positive flow. Default value = 1.
Public propertyHeadLossInflowNegativeFlow
Inflow head loss factor for positive flow. Default value = 0.5.
Public propertyHeadLossInflowPositiveFlow
Inflow head loss factor for positive flow. Default value = 0.5.
Public propertyHeadLossOutflowNegativeFlow
Free overflow factor for negative flow. Default value = 1.
Public propertyHeadLossOutflowPositiveFlow
Outflow head loss factor for positive flow. Default value = 1.
Public propertyHorizontalOffSetFromMarker2
Horizontal offset relative to up- and down- stream cross sections. Used when doing structure plotting.
Public propertyHydraulicParameters
Hydraulic parameters for the given geometry.
Public propertyID
Structure ID
(Inherited from Structure.)
Public propertyIDInUserUnit
Used to get a consistent description of the structure. The ID comes in user units. Used e.g. when reporting errors, warnings and hints.
(Inherited from Structure.)
Public propertyImplicit
Flag to control if the structure is implicit or explicit. If the structure is explicit (Implicit == false) then the derivatives of the dicharge are always zero. Default value: true
(Inherited from Structure.)
Public propertyInvertLevelDownstream
Invert level down stream
(Overrides StructureInvertLevelDownstream.)
Public propertyInvertLevelUpstream
Invert level up stream
(Overrides StructureInvertLevelUpstream.)
Public propertyLength
Length of the culvert. Unit: [m] Default: 0
(Overrides StructureLength.)
Public propertyLocation
Location property.
(Inherited from Structure.)
Public propertyMannings_n
Mannings n. Unit: [s/m^(1/3)] Default: 0.013
Public propertyMaximumIterations
Maximum number of iterations in a structure to obtain convergence of the discharge. Default value = 100

Currently this is set for all structures from the MaximumIterationsInStructure, but it is prepared for individual structure values.

Public propertyMultiplicator
Multiplicator or "number of culverts". Used for modelling more culverts in one go. Unit: [] Default: 1
Public propertyMultiplicatorDischarge Obsolete.
Multiplicator or "number of culverts", that are multiplied by the discharge. This is set if CalculateFlowConditions(Int32) is executed, since the returned tables does not take Multiplicator into account.
Public propertyNonConvergedIterations
Total number of iterations in culvert structure.
Public propertyOrificeFlowCoefficientsNegativeFlow
Orifice flow coefficients for negative flow
Public propertyOrificeFlowCoefficientsPositiveFlow
Orifice flow coefficients for positive flow
Public propertyPartOfCompositeFlow
When the culvert is part of a composite structure Q1=Q2 will differ from Qs. Qs=Q1*_partOfCompositeFlow;
Public propertyQhFlowtypeRelationsNegativeFlow
Q/h relations for negative flow
Public propertyQhFlowtypeRelationsPositiveFlow
Q/h relations for positive flow
Public propertyRunTimeDiagnostics
The getter is used to get a list of errors.
(Inherited from Structure.)
Public propertySideStructureBank
Bank side that side-structure is located on

If side structure contains reservoir, and has the Coordinate set, this is not used (and should be set to Undefined).

(Inherited from Structure.)
Public propertySideStructureReservoir
Reservoir at end of side structure. Null if not side structure, or no reservoir is defined
(Inherited from Structure.)
Public propertySolverMethod
How to solve the energy equation.
Public propertyStructureIterationCentering
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.
Public propertyStructureType
Type of structure
(Inherited from Structure.)
Public propertyTopoID
String used to identified cross sections
(Inherited from Structure.)
Public propertyTotalIterations
Total number of iterations in culvert structure.
Public propertyType
Structure type, unique for each structure.
(Overrides StructureType.)
Public propertyUpstreamCrossSection
Upstream cross section data. The cros section data is the processed level, with, area.
Public propertyUpstreamInvertLevel
The invert level upstream. Unit: [m] Default: 0
Public propertyUpstreamWaterLevel
Upstream water level. Upstream refers to the direction of chainage. The water level is set by use of SetWaterLevels Unit: [m]
(Inherited from Structure.)
Public propertyValve
Type of the valve Default: None
(Inherited from ValvedStructure.)
Top
See Also