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: 19.0.0.0 (11.1.1.1111)
Syntax public double AddSourcePerAreaContribution(
double val
)
Public Function AddSourcePerAreaContribution (
val As Double
) As Double
public:
virtual double AddSourcePerAreaContribution(
double val
) sealed
Parameters
- val
- Type: SystemDouble
Value per area to add to source
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.Engine.NodeMaxInflowReservoir.AddSourcePerAreaContribution(System.Double)"]
Implements
ISourcePointAddSourcePerAreaContribution(Double)See Also