Click or drag to resize

FlowResistance Properties

The FlowResistance type exposes the following members.

Properties
  NameDescription
Public propertyDepthDependence
Gets the resistance depth dependence, which is derived from the ResistanceDistribution
Public propertyExpDepExponent
Exponent value, used when DepthDependence == Exponent. A value of 1 (default) means linear variation between bottom and top value, a value less than one gives a value below the linear variation, and above one gives a value above the linear variation. Typical values are in the range of [0.1,5].
Public propertyExtensionData
Holds data from an extended DataContract
Public propertyFormulation
Gets and sets the resistance formulation.

This is the formulation stored in the cross section database (xns11 file). During calculations, use the ModifiedFormulation which will match the GetResistanceFactor(Int32, Double) methods.

Public propertyResistanceDistribution
Distribution of resistance.
Public propertyResistanceTopValue
Top value, used when DepthDependence == Exponent
Public propertyResistanceValue
Gets and sets the constant/uniform resistance value. The meaning of its value depends on Formulation.

When the exponential depth dependent formulation is used, this is used as the bottom value.

Public propertyResistanceVegetationValue
Gets and sets the resistance value in the vegetation zones. The meaning of its value depends on Formulation. Only applicable when vegetation is enabled and raw data is available.
Top
See Also