Click or drag to resize

HDVelocityCalculatorCreateDataItemForGridPoints Method

Factory method for creating a dataitem that calculates velocities for HDModule for the gridpoints specified

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 EngineDataItemAll<double> CreateDataItemForGridPoints(
	EngineNet engineNet,
	bool hGridPoints,
	bool qGridPoints
)

Parameters

engineNet
Type: DHI.Mike1D.EngineEngineNet
EngineNet
hGridPoints
Type: SystemBoolean
Boolean defining whether the velocity should be calculated on H-gridpoints
qGridPoints
Type: SystemBoolean
Boolean defining whether the velocity should be calculated on Q-gridpoints

Return Value

Type: EngineDataItemAllDouble

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

See Also