Click or drag to resize

NodeMaxInflowReservoirAddSourcePerAreaContribution Method

Add a contribution per area unit to the source.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public double AddSourcePerAreaContribution(
	double val
)

Parameters

val
Type: SystemDouble
Value per area to add to source

Return Value

Type: Double

Implements

ISourcePointAddSourcePerAreaContribution(Double)
See Also