XSBaseGetFlowArea Method (Int32, Double) |
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)
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public virtual double GetFlowArea(
int index,
double fraction
)
Public Overridable Function GetFlowArea (
index As Integer,
fraction As Double
) As Double
public:
virtual double GetFlowArea(
int index,
double fraction
)
Parameters
- index
- Type: SystemInt32
[Missing <param name="index"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetFlowArea(System.Int32,System.Double)"]
- fraction
- Type: SystemDouble
[Missing <param name="fraction"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetFlowArea(System.Int32,System.Double)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetFlowArea(System.Int32,System.Double)"]
See Also