public interface IAirNode : IFlowNode,
IModuleNode| CourantNumber |
The Courant Number reflects the fraction between the amount of volume flowing
through the cell in one time step and the amount of volume of water in the cell.
If the value is larger than one, all the water in the cell is "replaced" during a single time step. (Inherited from IFlowNode) |
| EngineNode |
EngineNode matching this module node
(Inherited from IModuleNode) |
| FlowReachConnections |
List of Reach connections, each specifying a connection between
the node and a reach.
(Inherited from IFlowNode) |
| Reaches | List of Reach connections, each specifying a connection between the node and a reach. |
| SourcesOutflow | Accumulated outflow sources (lateral outflow) at current time step. Always negative. It does not include SourcesOutflowSurface (Inherited from IFlowNode) |
| VolumeError |
Calculate the volume/mass error for node. In volume unit ([m3]).
(Inherited from IFlowNode) |
| VolumeN |
Volume at previous time step N.
(Inherited from IFlowNode) |
| VolumeNp1 |
Volume at current time step Np1.
(Inherited from IFlowNode) |
| GetVolumeN |
Retrieve volume at level N with a given offset from that level.
(Inherited from IFlowNode) |
| GetVolumeNp1 |
Retrieve volume at level Np1 with a given offset from that level.
(Inherited from IFlowNode) |