Click or drag to resize

UrbanRiverOutputSpecsTransferSurfaceNodeOutput2Results Method

Set output data for node coupled to surface.

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void TransferSurfaceNodeOutput2Results(
	EngineNode boundaryNode,
	double outflowToSurface,
	double runoffRoutedToSurface,
	double m21WaterLevel
)

Parameters

boundaryNode
Type: DHI.Mike1D.EngineEngineNode

[Missing <param name="boundaryNode"/> documentation for "M:DHI.Mike1D.Engine.Couplings.UrbanRiverOutputSpecs.TransferSurfaceNodeOutput2Results(DHI.Mike1D.Engine.EngineNode,System.Double,System.Double,System.Double)"]

outflowToSurface
Type: SystemDouble

[Missing <param name="outflowToSurface"/> documentation for "M:DHI.Mike1D.Engine.Couplings.UrbanRiverOutputSpecs.TransferSurfaceNodeOutput2Results(DHI.Mike1D.Engine.EngineNode,System.Double,System.Double,System.Double)"]

runoffRoutedToSurface
Type: SystemDouble

[Missing <param name="runoffRoutedToSurface"/> documentation for "M:DHI.Mike1D.Engine.Couplings.UrbanRiverOutputSpecs.TransferSurfaceNodeOutput2Results(DHI.Mike1D.Engine.EngineNode,System.Double,System.Double,System.Double)"]

m21WaterLevel
Type: SystemDouble

[Missing <param name="m21WaterLevel"/> documentation for "M:DHI.Mike1D.Engine.Couplings.UrbanRiverOutputSpecs.TransferSurfaceNodeOutput2Results(DHI.Mike1D.Engine.EngineNode,System.Double,System.Double,System.Double)"]

See Also