XSBaseRawGetLocalVelocityFactor Method |
Calculate a local velocity factor for the provided water depth. This factor
is used when calculating a transversally distributed flow velocity.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double GetLocalVelocityFactor(
double waterdepth
)
Public Function GetLocalVelocityFactor (
waterdepth As Double
) As Double
public:
double GetLocalVelocityFactor(
double waterdepth
)
Parameters
- waterdepth
- Type: SystemDouble
[Missing <param name="waterdepth"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBaseRaw.GetLocalVelocityFactor(System.Double)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBaseRaw.GetLocalVelocityFactor(System.Double)"]
See Also