Click or drag to resize

QhFlowtypeRelations Class

Represents a table that ties water depth above culvert inlet at upstream cross section to critical discharge and flow type.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.StructureModuleQhFlowtypeRelations

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class QhFlowtypeRelations : IQhFlowtypeRelations, 
	ICloneable

The QhFlowtypeRelations type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Number of coefficients
Public propertyCriticalDischarges
Gets all the critical discharges
Public propertyDepths
Gets all the Levels of the collection. The array of depths are depth above the inlet at the upstream cross section.
Public propertyFlowTypes
Gets all the flow types
Public propertyItem
Get/set a coefficient set at the specified index
Top
Methods
  NameDescription
Public methodClone
Returns copy of the instance
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 methodGetCriticalDischarge
Looks up a critical discharge from a depth.
Public methodGetCriticalDischargeDerivative
Gets all critical discharge derivative.
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 methodSetParameters
Set all hydraulic parametersets in the list. This is the only way to change the size of the list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the data. The constraints are that the levels and the areas after sorting must be monotonically increasing.
Public methodStatic memberValidate(IQhFlowtypeRelations)
Validates the data. The constraints are that the levels and the critical discharges after sorting must be monotonically increasing.
Top
See Also