Click or drag to resize

HDVelocityCalculatorCreateDataItemForEndPoints Method

Factory method for creating a dataitem that calculates velocities for HDModule for the first and/or last gridpoint.

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> CreateDataItemForEndPoints(
	EngineNet engineNet,
	bool first,
	bool last
)

Parameters

engineNet
Type: DHI.Mike1D.EngineEngineNet
EngineNet
first
Type: SystemBoolean
Boolean defining whether the velocity should be calculated on first gridpoint
last
Type: SystemBoolean
Boolean defining whether the velocity should be calculated on last gridpoint

Return Value

Type: EngineDataItemAllDouble
See Also