CriticalFlowConditions Class

A class containing information about critical flow inside an energy equation structure.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class CriticalFlowConditions
Inheritance
Object    CriticalFlowConditions

Constructors

CriticalFlowConditionsInitializes a new instance of the CriticalFlowConditions class

Properties

DischargesCritical An array of critical discharges corresponding to WaterLevelsInflow.
DischargesCriticalDerivative An array of critical discharge derivative with respect to inflow water level.
WaterLevelsInflow An array of inflow water levels.
WaterLevelsOutflowCritical An array of critical downstream water levels corresponding to WaterLevelsInflow.

Methods

CreateArrays Create arrays for conditions with n number of water levels.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetDischargeCritical Return critical discharge for given inflow water level.
GetDischargeCriticalDerivative Return critical discharge derivative for given inflow water level.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetWaterLevelOutflowCritical Return critical outflow water level for given inflow water level.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also