Get gamma_0 for suspended load calculations
Namespace:
DHI.Mike1D.Engine.ModuleST
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double GetGamma0(
double Z,
bool useGarciaParker
)
Public Function GetGamma0 (
Z As Double,
useGarciaParker As Boolean
) As Double
public:
double GetGamma0(
double Z,
bool useGarciaParker
)
Parameters
- Z
- Type: SystemDouble
Rouse number - useGarciaParker
- Type: SystemBoolean
Use gamma0 modified for Garcia Parker
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.Engine.ModuleST.STModule.GetGamma0(System.Double,System.Boolean)"]
See Also