IComponentSourcePoint Interface

A component point where a component source contribution can be added.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IComponentSourcePoint

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)

Methods

AddSourceContribution(Int32, Double) Add a mass contribution to the AD source for the specified component.
AddSourceContribution(Int32, Double, Double) Add a concentration contribution to the source for the specified component.
OutflowConcentration The outflow concentration, i.e. concentration of component in water flowing out of the point.

See Also