Click or drag to resize

LIDLayerSoil Class

Soil LID layer
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.RainfallRunoffModule.LIDLIDLayerSoil

Namespace:  DHI.Mike1D.RainfallRunoffModule.LID
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class LIDLayerSoil

The LIDLayerSoil type exposes the following members.

Constructors
  NameDescription
Public methodLIDLayerSoil
Initializes a new instance of the LIDLayerSoil class
Top
Properties
  NameDescription
Public propertyEvap
Evaporation rate [m/s].

Evaporation only takes place if the upper layer is unsaturated

Public propertyFieldCapacity
Volume of pore water relative to total volume after the soil has been allowed to drain fully (as a fraction). Below this level, infiltration/vertical drainage of water through the soil layer does not occur.

This is a fraction, which must always be less than the Porosity, and larger than the WiltingPoint.

Public propertyFlowMethod
Flag specifying which method to use for soil infiltration and percolation (leakage).
Public propertyGaConductivity
Conductivity of soil [m/s], used by the Green Ampt infiltration method
Public propertyGaConductivityCoefficient
Coefficient for conductivity of soil, used by the Green Ampt infiltration method.

Also called conductivity slope

Public propertyGaInfil
Green Ampt infiltration computational variables and state
Public propertyGaSuctionHead
Suction head of soil [m], used by the Green Ampt infiltration method
Public propertyInfiltrationCapacity
Capacity to infiltrate from surface to soil, in [m/s]
Public propertyLeakageCapacity
Capacity to percolate (leak/infiltrate) from soil to storage, in [m/s]
Public propertyMoisture
Moisture fraction, volume of pore water relative to total volume (as a fraction).

This fraction is always between WiltingPoint and the Porosity.

Public propertyMoistureOld
Moisture fraction of last time step
Public propertyPerc
Percolation rate. [m/s]

Speed of the water through the soil, effectively used as infiltration rate from soil to lower layer

Public propertyPorosity
Soil porosity; void volume fraction of total volume.
Public propertyThickness
Thickness of soil layer [m]
Public propertyVolume
Volume of free water per area [m] contained in soil. Bound water (below WiltingPoint) is not included
Public propertyWiltingPoint
Volume of bound water relative to total volume, i.e. water content in a fully dried soil (as a fraction). The moisture content of the soil cannot fall below this limit.

This is a fraction, which must always be less than the Porosity, and the FieldCapacity.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSoilPercRate
Computes percolation rate of water through a LID's soil layer.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVolume
Volume of free water per area [m] contained in soil for a given moisture. Bound water (below WiltingPoint) is not included
Public methodLimit
Limit state variables to allowed range, between WiltingPoint and Porosity
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Prepare soil layer
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validate surface parameters
Top
See Also