Click or drag to resize

HDInOutFlowCalculatorCreate Method

Create an engine data item that provides in/outflow into/from the model.

It can produce the general in/out flow and also detailed in/out flow of all nodes/reaches/gridpoints. Set the detailed to true to get detailed results.

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 HDInOutFlowCalculator Create(
	EngineNet engineNet,
	HDInOutFlowType flowtype,
	bool detailed
)

Parameters

engineNet
Type: DHI.Mike1D.EngineEngineNet
Engine net with model
flowtype
Type: DHI.Mike1D.Engine.AddOnsHDInOutFlowType
Type of flow output
detailed
Type: SystemBoolean
Flag indicating whether detailed results are produced.

Return Value

Type: HDInOutFlowCalculator
An engine data item providing in/outflow into/from model.
See Also