Click or drag to resize

ISedimentSourcePoint Interface

A point where a sediment source contribution can be added.

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ISedimentSourcePoint

The ISedimentSourcePoint type exposes the following members.

Methods
  NameDescription
Public methodAddCohSourceContribution(Int32, Double)
Add a volume contribution to the cohesive sediment for the specified component.
Public methodAddCohSourceContribution(Int32, Double, Double)
Add a concentration contribution to the cohesive sediment for the specified component.
Public methodAddNonCohSourceContribution(Int32, Double)
Add a volume contribution to the non-cohesive sediment for the specified component.
Public methodAddNonCohSourceContribution(Int32, Double, Double)
Add a concentration contribution to the non-cohesive sediment for the specified component.
Public methodCohOutflowConcentration
The outflow concentration, i.e. concentration of sediment in water flowing out of the point, in [g/m3].
Public methodNonCohOutflowConcentration
The outflow concentration, i.e. concentration of sediment in water flowing out of the point, in [g/m3].
Top
Remarks