NodeMaxInflowReservoirAddNonCohSourceContribution Method (Int32, Double) |
Add a volume contribution to the non-cohesive sediment for the specified component.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void AddNonCohSourceContribution(
int componentIndex,
double volPerSec
)
Public Sub AddNonCohSourceContribution (
componentIndex As Integer,
volPerSec As Double
)
public:
virtual void AddNonCohSourceContribution(
int componentIndex,
double volPerSec
) sealed
Parameters
- componentIndex
- Type: SystemInt32
Index of sediment - volPerSec
- Type: SystemDouble
[Missing <param name="volPerSec"/> documentation for "M:DHI.Mike1D.Engine.NodeMaxInflowReservoir.AddNonCohSourceContribution(System.Int32,System.Double)"]
Implements
ISedimentSourcePointAddNonCohSourceContribution(Int32, Double)See Also