MSheCouplingData Class

Data for coupling MIKE SHE to MIKE 1D, defining a single link between the two.

Definition

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

Constructors

MSheCouplingDataInitializes a new instance of the MSheCouplingData class

Methods

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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

AllowOverBankSpilling Allow over bank spilling
BedLeakage Bed leakage =0 "use grid data" =1 "Use River data"
BedTopography bed topography: =0 "Use cross Section" =1 "Use grid data"
BranchName Branch name of the MikeShe Link
Conductance Conductance: =1, "Aquifer only"; =2 "Aquifer + bed"; =3 "River bed only"
DownStreamChainage Downstrean chainage of the branch
FloodCode Int: Flood code =-99999: no value
FlowAreaOpt Flow area option : =0 "no flooding" =1 "Manual" =2 "Automatic"
HeadExpon Head exponent
LeakageCoeff double: Leakage coeff.
LinearReservExchange Linear reservoir exchange: =0 "Gaining reach"; =1 "Losing Reach"
MinFlowArea Minimum flow area for over bank spilling
MinUpHeight Minimum upstream Height above bank for full weir width
UpstreamChainage Upstrean chainage of the branch
WeirCoeff Weir coeff

See Also