Click or drag to resize

CouplingsUtilGetAdjustedBoundaryValue Method (Double, Double, Double, Double)

[Missing <summary> documentation for "M:DHI.Mike1D.Engine.Couplings.CouplingsUtil.GetAdjustedBoundaryValue(System.Double[],System.Double,System.Double,System.Double[])"]

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static double[] GetAdjustedBoundaryValue(
	double[] realWaterLevel,
	double bottomLevelAssignerModel,
	double bottomLevelWLBoundaryModel,
	double[] m21ExchangeWeights
)

Parameters

realWaterLevel
Type: SystemDouble
water level to be adjusted. Old MzCouplings requires it to be an array. Otherwise it could become a double
bottomLevelAssignerModel
Type: SystemDouble
bottom level of the model provifing the boundary value
bottomLevelWLBoundaryModel
Type: SystemDouble
bottom level of the model having a water level boundary
m21ExchangeWeights
Type: SystemDouble

[Missing <param name="m21ExchangeWeights"/> documentation for "M:DHI.Mike1D.Engine.Couplings.CouplingsUtil.GetAdjustedBoundaryValue(System.Double[],System.Double,System.Double,System.Double[])"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.Couplings.CouplingsUtil.GetAdjustedBoundaryValue(System.Double[],System.Double,System.Double,System.Double[])"]

See Also