HDDataItemsVelocityEnd Method

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

Definition

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

Parameters

hGridPoint  Boolean

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

first  Boolean

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

last  Boolean

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

Return Value

EngineDataItemAllDouble

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

See Also