FlowResistanceSetExponentValues Method

Set exponent values, used when DepthDependence == Exponent The bottomValue and topValue follows the Formulation.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void SetExponentValues(
	double exponent,
	double bottomValue,
	double topValue
)

Parameters

exponent  Double

[Missing <param name="exponent"/> documentation for "M:DHI.Mike1D.CrossSectionModule.FlowResistance.SetExponentValues(System.Double,System.Double,System.Double)"]

bottomValue  Double

[Missing <param name="bottomValue"/> documentation for "M:DHI.Mike1D.CrossSectionModule.FlowResistance.SetExponentValues(System.Double,System.Double,System.Double)"]

topValue  Double

[Missing <param name="topValue"/> documentation for "M:DHI.Mike1D.CrossSectionModule.FlowResistance.SetExponentValues(System.Double,System.Double,System.Double)"]

See Also