Click or drag to resize

HDDataItemsVelocity Method (Boolean, Boolean)

Velocity for the current time step

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> Velocity(
	bool hGridPoints,
	bool qGridPoints
)

Parameters

hGridPoints
Type: SystemBoolean

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

qGridPoints
Type: SystemBoolean

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

Return Value

Type: EngineDataItemAllDouble

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

See Also