Click or drag to resize

Processing Class

Class containing various methods that can be utilized when processing data.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.CrossSectionModuleProcessing

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class Processing

The Processing type exposes the following members.

Constructors
  NameDescription
Public methodProcessing
Initializes a new instance of the Processing class
Top
Methods
  NameDescription
Public methodStatic memberCalculateArea
Calculate the area below the given water level for the raw cross section points
Public methodStatic memberCalculateAreas
Calculate the area below the given water levels by integrating up the storage widths of the processed data, or if the provided cross section has raw data, these are used instead to calculate the areas.
Public methodStatic memberCalculateAreasFromRaw
Calculate the area below the given water levels using the raw points of the cross section.
Public methodStatic memberCalculateAreasFromWidths
Calculate the area below the given water levels by integrating up the storage widths of the processed data.
Public methodCalculateProcessedData
m1dprcca processing of raw data
Public methodStatic memberConvertDarcyWeisbachToChezy
Converts from the Darcy Weisbach equivalent sand roughness to the Chezy roughness number.
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 methodStatic memberFindTopPointIndex
Find index of cross section point with highest z-value
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetPointsBetweenMarker1And3
Get all cross section points between marker 1 and marker 3, those included, i.e. all points within the active part of the cross section.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSortPointsWithTopFirst
Order cross section points such that the point with the highest z-value comes first.

This is utilized by closed cross sections, to go from highest point, counterclockwise round to highest point again.

An additional endpoint at the top may be add, such that the first and last cross section point are identical.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberUseM11Prcca
Use m11prcca for processing cross section.
Top
See Also