Click or drag to resize

StandardLink Methods

The StandardLink type exposes the following members.

Methods
  NameDescription
Public methodAdjustWaterLevelBoundaryValue
Adjust water level boundary value. When external water depth is small, a similar small depth is applied to MIKE 1D, handling differences in external and 1D bottom levels.
Public methodApplyExponentialSmoothing
Apply smoothing on the water level value.

Smoothing must be applied after calling AdjustWaterLevelBoundaryValue.

Public methodAssignExternalConcentrationsToOutletBoundary
Assign external concentrations to outlet boundary.
Public methodAssignExternalWaterLevelToOutletBoundary
Assign water level to outlet boundary.
Public methodCheckLinkBottomLevels
Check bottom levels of outlet and surface, and produce a warning if there is a mismatch.
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 methodGetDischarge
Discharge out of link into external model, positive into external model.
Public methodGetExternalConcentration
Set boundary concentration for component at index compj, i.e. concentration on the outside of the network.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInternalConcentration
Outflow concentration, concentration in MIKE 1D.
Public methodGetLinkNode
Get outlet/link node
Public methodGetM1DGroundLevel
Internal ground level
Public methodGetOutflowDirectionAngle
Get compass heading in degrees of outlet outflow direction.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWaterLevel
Water level on the internal side of the link
Public methodGetWaterLevelBoundaryValue
Get value of the water level that was applied to the outlet boundary
Public methodInitialize
Initialize standard link
Protected methodInitializeDischargeGetters
Protected methodInitializeOutletBoundary
Public methodInitializeWaterLevelGetter
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepareAD
Prepare running with AD. Setting up AD boundaries on outlet.
Public methodPrepareHD
Prepare link, reassing boundary to network
Protected methodSet1DBottomLevel
Protected methodSet1DGroundLevel
Public methodSetExternalConcentration
Set boundary concentration for component at index compj, i.e. concentration on the outside of the network.
Public methodSetExternalConcentrations
Set external concentrations for all components
Public methodSetExternalCoupledArea
Set the external coupled area
Public methodSetExternalGroundLevel
Set the external ground level
Public methodSetExternalWaterLevel
Set external water level
Public methodSetInternalComponentInfo
Id of internal components.

Required for setting up the internal boundary condition.

Public methodSetLinkNode
Set outlet/link node.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransferState
Prepare for time step, transferring current values to "old" values state
Top
See Also