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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
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
See Also