Click or drag to resize

StructureSwitchFlowDirection Method

Switches sign and derivatives. Should be used when flow direction is against increasing chainage

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected static void SwitchFlowDirection(
	ref double q,
	ref double dqdhUps,
	ref double dqdhDws
)

Parameters

q
Type: SystemDouble
Flow
dqdhUps
Type: SystemDouble
Derivative of flow with respect to upstream water level
dqdhDws
Type: SystemDouble
Derivative of flow with respect to downstream water level
See Also