Click or drag to resize

ISourcePointImplicit Interface

A point where a source contribution can be added, containing an implicit term in the form of a derivative with respect to the state variable.

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
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ISourcePointImplicit

The ISourcePointImplicit type exposes the following members.

Methods
  NameDescription
Public methodAddSourceContribution
Add a contribution to the source point
Public methodEvaluate
Post time step evaluation of the actual amount of source added
Top
See Also