Click or drag to resize

IInfiltrationCalculator Interface

Base interface for an infiltration calculator.

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IInfiltrationCalculator

The IInfiltrationCalculator type exposes the following members.

Properties
  NameDescription
Public propertyInfiltrationFlux
Return the most recently calculated infiltration flux as [m^3/s].
Top
Methods
  NameDescription
Public methodCalculateInfiltrationFlux
Calculate infiltration flux as [m^3/s].

Infiltration flux is positive when water enters the ground from the node; extracting water from the node.

Public methodInitialize
Initialize calculator, giving access to HD node and HD state
Top
See Also