ISourcePointImplicit Interface |
Current usage is adding a source that depends on the water level, and including a water level derivative to take the change of water level into account, i.e.
Q_s = Q_s^n + dQdh * (H^{n+1} - H^n)
The actual source added can be calculated using the Evaluate method after the time step has finished (at the PostTimeStepEvent).
Namespace: DHI.Mike1D.Engine
The ISourcePointImplicit type exposes the following members.
Name | Description | |
---|---|---|
AddSourceContribution |
Add a contribution to the source point
| |
Evaluate |
Post time step evaluation of the actual amount of source added
|