Click or drag to resize

HDVelocityCalculatorCreateDataItemForEndPoints Method (EngineNet, Boolean, Boolean, Boolean)

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: 19.0.0.0 (11.1.1.1111)
Syntax
public static EngineDataItemAll<double> CreateDataItemForEndPoints(
	EngineNet engineNet,
	bool hGridPoints,
	bool first,
	bool last
)

Parameters

engineNet
Type: DHI.Mike1D.EngineEngineNet
EngineNet
hGridPoints
Type: SystemBoolean
Boolean defining whether the velocity is calculated on H or Q grid points
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

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

See Also