OrificeFlowCoefficientsGetCoefficient Method |
Get the flow coefficint using inter- or extrapolation.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double GetCoefficient(
double yOverD
)
Public Function GetCoefficient (
yOverD As Double
) As Double
public:
double GetCoefficient(
double yOverD
)
Parameters
- yOverD
- Type: SystemDouble
[Missing <param name="yOverD"/> documentation for "M:DHI.Mike1D.StructureModule.OrificeFlowCoefficients.GetCoefficient(System.Double)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.OrificeFlowCoefficients.GetCoefficient(System.Double)"]
See Also