Processing Class

Class containing various methods that can be utilized when processing data.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class Processing
Inheritance
Object    Processing

Constructors

ProcessingInitializes a new instance of the Processing class

Methods

CalculateArea Calculate the area below the given water level for the raw cross section points
CalculateAreas 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.
CalculateAreasFromRaw Calculate the area below the given water levels using the raw points of the cross section.
CalculateAreasFromWidths Calculate the area below the given water levels by integrating up the storage widths of the processed data.
CalculateProcessedData m1dprcca processing of raw data
ConvertDarcyWeisbachToChezy Converts from the Darcy Weisbach equivalent sand roughness to the Chezy roughness number.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FindTopPointIndex Find index of cross section point with highest z-value
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetPointsBetweenMarker1And3 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.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveRedundantZeroAreaLevels Remove the redundant zero area levels.
SetUniformResistanceIfSpecified Correctly sets the uniform resistance if specified.
SortPointsWithTopFirst 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.

ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

UseM11Prcca Use m11prcca for processing cross section.

See Also