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

Parameters

slope  Double

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

table  XYTable

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

See Also