Click or drag to resize

XSBaseSetAllProcessedValues Method

set all the processed data (references to the member array). All values are in SI.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetAllProcessedValues(
	double[] levels,
	double[] storageWidths,
	double[] flowAreas,
	double[] radii,
	double[] resistFactors,
	double[] additionalSurfaceAreas
)

Parameters

levels
Type: SystemDouble
the processed levels. All other arrays must have same dimension and contain values for each processed level.
storageWidths
Type: SystemDouble
the processed storage widths
flowAreas
Type: SystemDouble
The processed cross-sectional geometric areas
radii
Type: SystemDouble
the processed radii
resistFactors
Type: SystemDouble
the processed resistance factors. Can b
additionalSurfaceAreas
Type: SystemDouble
the processed additional storage areas
See Also