Click or drag to resize

MSheCouplingData Class

Data for coupling MIKE SHE to MIKE 1D, defining a single link between the two.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.NetworkDataAccessMSheCouplingData

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

The MSheCouplingData type exposes the following members.

Constructors
  NameDescription
Public methodMSheCouplingData
Initializes a new instance of the MSheCouplingData class
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 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 fieldAllowOverBankSpilling
Allow over bank spilling
Public fieldBedLeakage
Bed leakage =0 "use grid data" =1 "Use River data"
Public fieldBedTopography
bed topography: =0 "Use cross Section" =1 "Use grid data"
Public fieldBranchName
Branch name of the MikeShe Link
Public fieldConductance
Conductance: =1, "Aquifer only"; =2 "Aquifer + bed"; =3 "River bed only"
Public fieldDownStreamChainage
Downstrean chainage of the branch
Public fieldFloodCode
Int: Flood code =-99999: no value
Public fieldFlowAreaOpt
Flow area option : =0 "no flooding" =1 "Manual" =2 "Automatic"
Public fieldHeadExpon
Head exponent
Public fieldLeakageCoeff
double: Leakage coeff.
Public fieldLinearReservExchange
Linear reservoir exchange: =0 "Gaining reach"; =1 "Losing Reach"
Public fieldMinFlowArea
Minimum flow area for over bank spilling
Public fieldMinUpHeight
Minimum upstream Height above bank for full weir width
Public fieldUpstreamChainage
Upstrean chainage of the branch
Public fieldWeirCoeff
Weir coeff
Top
See Also