Click or drag to resize

HDVelocityCalculatorCreateForGridPoints Method (EngineNet, Int32, Boolean, Boolean)

Factory class for creating velocity data structures on h- and/or q-points

Namespace:  DHI.Mike1D.Engine.AddOns
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static HDVelocityCalculator CreateForGridPoints(
	EngineNet engineNet,
	int reachIndex,
	bool hPoints,
	bool qPoints
)

Parameters

engineNet
Type: DHI.Mike1D.EngineEngineNet

[Missing <param name="engineNet"/> documentation for "M:DHI.Mike1D.Engine.AddOns.HDVelocityCalculator.CreateForGridPoints(DHI.Mike1D.Engine.EngineNet,System.Int32,System.Boolean,System.Boolean)"]

reachIndex
Type: SystemInt32

[Missing <param name="reachIndex"/> documentation for "M:DHI.Mike1D.Engine.AddOns.HDVelocityCalculator.CreateForGridPoints(DHI.Mike1D.Engine.EngineNet,System.Int32,System.Boolean,System.Boolean)"]

hPoints
Type: SystemBoolean

[Missing <param name="hPoints"/> documentation for "M:DHI.Mike1D.Engine.AddOns.HDVelocityCalculator.CreateForGridPoints(DHI.Mike1D.Engine.EngineNet,System.Int32,System.Boolean,System.Boolean)"]

qPoints
Type: SystemBoolean

[Missing <param name="qPoints"/> documentation for "M:DHI.Mike1D.Engine.AddOns.HDVelocityCalculator.CreateForGridPoints(DHI.Mike1D.Engine.EngineNet,System.Int32,System.Boolean,System.Boolean)"]

Return Value

Type: HDVelocityCalculator

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.AddOns.HDVelocityCalculator.CreateForGridPoints(DHI.Mike1D.Engine.EngineNet,System.Int32,System.Boolean,System.Boolean)"]

See Also