ISourcePoint Interface |
Namespace: DHI.Mike1D.Engine
The ISourcePoint type exposes the following members.
Name | Description | |
---|---|---|
AddSourceContribution |
Add a contribution to the source point.
| |
AddSourcePerAreaContribution | Obsolete.
Add a contribution per area unit to the source.
| |
AddSourcePerLengthContribution | Obsolete.
Add a contribution per length to the source.
|
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.