Click or drag to resize

FlowResistanceConvertToStandardResistances Method

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static bool ConvertToStandardResistances(
	ResistanceFormulation currentFormulation,
	out ResistanceFormulation newFormulation,
	double[] currentResistances,
	ref double[] newResistances,
	double[] hydraulicRadii
)

Parameters

currentFormulation
Type: DHI.Mike1D.GenericResistanceFormulation
newFormulation
Type: DHI.Mike1D.GenericResistanceFormulation
currentResistances
Type: SystemDouble
newResistances
Type: SystemDouble
hydraulicRadii
Type: SystemDouble

Return Value

Type: Boolean
See Also