Click or drag to resize

IComponentSourcePoint Interface

A component point where a component 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 IComponentSourcePoint

The IComponentSourcePoint type exposes the following members.

Methods
  NameDescription
Public methodAddSourceContribution(Int32, Double)
Add a mass contribution to the AD source for the specified component.
Public methodAddSourceContribution(Int32, Double, Double)
Add a concentration contribution to the source for the specified component.
Public methodOutflowConcentration
The outflow concentration, i.e. concentration of component in water flowing out of the point.
Top
Remarks

The difference between a source point and a IDoubleSetter is that the source point contributions are adding up (vs. ValueSetter is setting) and the setter is used before performing a new time step, while a source contribution is calculated and added during the time step (can be time step length dependent)

See Also