XSBaseRawGetLocalVelocity(Double, Double, Double) Method

Note: This API is now obsolete.
Calculates local velocity

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
[ObsoleteAttribute("Use GetLocalFlowDistributionFactor")]
public double GetLocalVelocity(
	double q,
	double x,
	double waterdepth
)

Parameters

q  Double

[Missing <param name="q"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBaseRaw.GetLocalVelocity(System.Double,System.Double,System.Double)"]

x  Double

[Missing <param name="x"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBaseRaw.GetLocalVelocity(System.Double,System.Double,System.Double)"]

waterdepth  Double

[Missing <param name="waterdepth"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBaseRaw.GetLocalVelocity(System.Double,System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBaseRaw.GetLocalVelocity(System.Double,System.Double,System.Double)"]

See Also