XSBaseGetFlowArea(Int32, Double) Method

Return the cross sectional flow area, for index and fraction into the processed data. This can be the total areas or the effective flow area hence the area does not necessarily correspond to the amount of water in the system (volume)

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public virtual double GetFlowArea(
	int index,
	double fraction
)

Parameters

index  Int32

[Missing <param name="index"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetFlowArea(System.Int32,System.Double)"]

fraction  Double

[Missing <param name="fraction"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetFlowArea(System.Int32,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetFlowArea(System.Int32,System.Double)"]

See Also