Click or drag to resize

HDPipeDesignOptimizationReachCalculateNewReachDiametersAndCopyToResults Method

Calculate new reach diameter from the Manning number of the cross section in the first (upstream) grid point, and save this diameter to the results list.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void CalculateNewReachDiametersAndCopyToResults(
	EngineNet network,
	IDiagnostics diagnostics
)

Parameters

network
Type: DHI.Mike1D.EngineEngineNet
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
See Also