Click or drag to resize

ISourcePoint Interface

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

The ISourcePoint type exposes the following members.

Methods
  NameDescription
Public methodAddSourceContribution
Add a contribution to the source point.
Public methodAddSourcePerAreaContribution Obsolete.
Add a contribution per area unit to the source.
Public methodAddSourcePerLengthContribution Obsolete.
Add a contribution per length to the source.
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)

The AddSourcePerLengthContribution(Double) and AddSourcePerAreaContribution(Double) are to be removed, and instead two more quantities are to be added to the sourcepointproxy.

See Also