Click or drag to resize

NodeMaxInflowReservoir Methods

The NodeMaxInflowReservoir type exposes the following members.

Methods
  NameDescription
Public methodAddCohSourceContribution(Int32, Double)
Add a volume contribution to the cohesive sediment for the specified component.
Public methodAddCohSourceContribution(Int32, Double, Double)
Add a concentration contribution to the cohesive sediment for the specified component.
Public methodAddNonCohSourceContribution(Int32, Double)
Add a volume contribution to the non-cohesive sediment for the specified component.
Public methodAddNonCohSourceContribution(Int32, Double, Double)
Add a concentration contribution to the non-cohesive sediment for the specified component.
Public methodAddSourceContribution(Double)
Add a contribution to the source.
Public methodAddSourceContribution(Int32, Double)
Add a mass contribution to the AD source for the specified component.
Public methodAddSourceContribution(Int32, Double, Double)
Add a concentration contribution to the source for the specified component.
Public methodAddSourcePerAreaContribution
Add a contribution per area unit to the source.
Public methodAddSourcePerLengthContribution
Add a contribution per length to the source.
Public methodAddSurfaceContribution(Double)
Add a surface inflow contribution

Note that only one surface connection is supported, so this should not be called twice (the second call will override the first)

Public methodAddSurfaceContribution(Double, Double)
Add a surface inflow contribution as an implicit source

Note that only one surface connection is supported, so this should not be called twice (the second call will override the first)

Public methodCohOutflowConcentration
The outflow concentration, i.e. concentration of flow out of the node.
Public methodEmptyReservoir
Empty reservoir
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNonCohOutflowConcentration
The outflow concentration, i.e. concentration of flow out of the node.
Public methodOutflowConcentration
The outflow concentration, i.e. concentration of flow out of the node.
Public methodSetSurfaceConcentration
Set concentration of component for surface inflow.

Only used if surface inflow is positive. When negative, water flows out with concentration in node.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also