Click or drag to resize

PorousPavement Class

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.RainfallRunoffModule.LIDLIDBase
    DHI.Mike1D.RainfallRunoffModule.LIDPorousPavement

Namespace:  DHI.Mike1D.RainfallRunoffModule.LID
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class PorousPavement : LIDBase, 
	IStormwaterLID, IStormwaterLIDSurface, IStormwaterLIDPavement, IStormwaterLIDStorage

The PorousPavement type exposes the following members.

Constructors
  NameDescription
Public methodPorousPavement
Initializes a new instance of the PorousPavement class
Top
Properties
  NameDescription
Public propertyArea (Inherited from LIDBase.)
Public propertyFlowStat (Inherited from LIDBase.)
Public propertyFractionOfLIDFlowToRoute (Inherited from LIDBase.)
Public propertyInitialSaturation (Inherited from LIDBase.)
Public propertyName (Inherited from LIDBase.)
Public propertyNumberOfUnits (Inherited from LIDBase.)
Public propertyPavement
Public propertyReportPath (Inherited from LIDBase.)
Public propertyRunoff (Inherited from LIDBase.)
Public propertyStorage
Public propertySurface
Public propertyTotalCollectingArea (Inherited from LIDBase.)
Public propertyWidth (Inherited from LIDBase.)
Top
Methods
  NameDescription
Public methodAddInflow (Inherited from LIDBase.)
Public methodApplyBoundary(CatchmentSourceBoundaryTypes, IBoundarySource) (Inherited from LIDBase.)
Public methodApplyBoundary(GlobalSourceBoundaryTypes, GlobalGeoLocatedSource) (Inherited from LIDBase.)
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 methodFinish (Inherited from LIDBase.)
Protected methodGetEvapRates (Inherited from LIDBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Inherited from LIDBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPerformTimeStep
Public methodPrepare (Overrides LIDBasePrepare(RRParameters, DateTime, DateTime, IDiagnostics).)
Protected methodPrepareForNewReportFile(IDiagnostics) (Inherited from LIDBase.)
Public methodPrepareForTimeStep
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Top
Fields
  NameDescription
Protected field_boundarySourceEvaporation (Inherited from LIDBase.)
Protected field_boundarySourceRainfall (Inherited from LIDBase.)
Protected field_evapPot (Inherited from LIDBase.)
Protected field_flowStat (Inherited from LIDBase.)
Protected field_inflow (Inherited from LIDBase.)
Protected field_initialSaturation (Inherited from LIDBase.)
Protected field_reportPath (Inherited from LIDBase.)
Protected field_reportWriter (Inherited from LIDBase.)
Protected field_runoff (Inherited from LIDBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodSetSoilMoisture (Defined by LIDExtension.)
Public Extension MethodSetStorageDepth (Defined by LIDExtension.)
Public Extension MethodSetSurfaceDepth (Defined by LIDExtension.)
Public Extension MethodSoilMoisture (Defined by LIDExtension.)
Public Extension MethodStorageDepth (Defined by LIDExtension.)
Public Extension MethodSurfaceDepth (Defined by LIDExtension.)
Top
See Also