Click or drag to resize

HDAdditionalOutput Class

Class handling the different additional outputs that can be saved to a file.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.HDParameterDataAccessHDAdditionalOutput

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class HDAdditionalOutput

The HDAdditionalOutput type exposes the following members.

Constructors
  NameDescription
Public methodHDAdditionalOutput
Initializes a new instance of the HDAdditionalOutput class
Top
Properties
  NameDescription
Public propertyBedShearStress
Bed shear stress.
Public propertyControlStrategyId
Conveyance.
Public propertyConveyance
Conveyance.
Public propertyDischargeHPoints
Discharge on all H-points.
Public propertyDischargeStructurePoints
Discharge in structure points.
Public propertyEnergyLevel
Energy Level.
Public propertyEnergyLevelSlope
Water Level Slope.
Public propertyFloodedArea
Flooded area, i.e. surface area of open parts of the network.
Public propertyFloodedAreaTotal
Total Flooded area.
Public propertyFlowArea
Flow area in reach (cross sectional area).
Public propertyFlowAreaStructurePoints
Flow area in structure points.
Public propertyFlowWidth
Flow width in reach.
Public propertyHydraulicRadius
Hydraulic radius.
Public propertyLateralInOutflows
Lateral inflows, inflow, outflow and excess outflow correction
Public propertyMassError
Mass error
Public propertyMassErrorAbsAccumulated
Mass error absolute value accumulated over time
Public propertyMassErrorAbsAccumulatedTotal
Mass error absolute value accumulated over time and over the entire network
Public propertyMassErrorAccumulated
Mass error accumulated over time.
Public propertyMassErrorAccumulatedTotal
Mass error accumulated over time and over the entire network
Public propertyMassErrorTotal
Total mass error, accumulated over the entire network
Public propertyQuantities
Other, not predefined, output quantities that the additional HD output file should include.
Public propertyTimeStep
Time Step
Public propertyVelocityStructurePoints
Velocity in structure points.
Public propertyVolume
Volume of water in network.
Public propertyVolumeInNodesAboveGround
Volume of water in nodes above ground.
Public propertyVolumeRetainedInMaxInflow
Volume of water in nodes above ground.
Public propertyVolumeTotal
Total volume of water.
Public propertyWaterFlowRateAboveGround
Flow rate to volume in nodes above ground.
Public propertyWaterLevelSlope
Water Level Slope.
Public propertyWaterSpillDischarge
Flow rate to volume in nodes above ground.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetAdditionalOutputQuantities
Create a list of all additional output quantities
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldFroudeHPoints
Froude number. on all H-points.
Public fieldFroudeQPoints
Froude number. on all Q-points.
Public fieldFroudeReach
Froude number in reach, calculating the velocity in each end of the reach, not on all intermidiate gridpoints.
Public fieldOutputFilepath
File path used to store the additional output. If null, store in default HD result file.
Public fieldResistanceNumber
Resistance number. Returns Manning M or Chezy number.
Public fieldVelocityHPoints
Velocity on all H-points. In conjuction with VelocityQPoints
Public fieldVelocityQPoints
Velocity on all Q-points. In conjuction with VelocityHPoints
Public fieldVelocityReach
Velocity in reach, calculating the velocity in each end of the reach, not on all intermidiate gridpoints.
Top
Extension Methods
  NameDescription
Public Extension MethodMassErrorAbsAccumulatedQuantity
Mass error absolute value accumulated quantity
(Defined by HDAdditionalOutputExtensions.)
Public Extension MethodMassErrorAccumulatedQuantity
Mass error accumulated quantity
(Defined by HDAdditionalOutputExtensions.)
Public Extension MethodMassErrorQuantity
Mass error quantity
(Defined by HDAdditionalOutputExtensions.)
Top
See Also