CatchmentNamTotalInfiltration Property  | 
 
            Variable holding the total amount of water that infiltrates.
            Unit: [m/s]
            
            Computational variable; setting has no effect on the computations,
            it affects only the value/output in the first time step.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double TotalInfiltration { get; set; }Public Property TotalInfiltration As Double
	Get
	Set
public:
property double TotalInfiltration {
	double get ();
	void set (double value);
}Property Value
Type: 
Double
See Also