StormwaterInletAddQQRelation Method

Add a QQ relation for the specified slope. Must be added in order of increasing slope

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 void AddQQRelation(
	double slope,
	XYTable qqRelation
)

Parameters

slope  Double

[Missing <param name="slope"/> documentation for "M:DHI.Mike1D.StructureModule.StormwaterInlet.AddQQRelation(System.Double,DHI.Mike1D.Generic.XYTable)"]

qqRelation  XYTable

[Missing <param name="qqRelation"/> documentation for "M:DHI.Mike1D.StructureModule.StormwaterInlet.AddQQRelation(System.Double,DHI.Mike1D.Generic.XYTable)"]

Implements

IStormwaterInletAddQQRelation(Double, XYTable)

See Also