Click or drag to resize

HDDataItemsVelocityEnd Method

Velocity for the current time step in the end of the reach

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public EngineDataItemAll<double> VelocityEnd(
	bool hGridPoint,
	bool first,
	bool last
)

Parameters

hGridPoint
Type: SystemBoolean

[Missing <param name="hGridPoint"/> documentation for "M:DHI.Mike1D.Engine.ModuleHD.HDDataItems.VelocityEnd(System.Boolean,System.Boolean,System.Boolean)"]

first
Type: SystemBoolean

[Missing <param name="first"/> documentation for "M:DHI.Mike1D.Engine.ModuleHD.HDDataItems.VelocityEnd(System.Boolean,System.Boolean,System.Boolean)"]

last
Type: SystemBoolean

[Missing <param name="last"/> documentation for "M:DHI.Mike1D.Engine.ModuleHD.HDDataItems.VelocityEnd(System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: EngineDataItemAllDouble

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.ModuleHD.HDDataItems.VelocityEnd(System.Boolean,System.Boolean,System.Boolean)"]

See Also