IHDHGridPoint Interface |
The HD H grid point contains water level (state) and volume.
Namespace: DHI.Mike1D.Engine.ModuleHD
public interface IHDHGridPoint
The IHDHGridPoint type exposes the following members.
Name | Description | |
---|---|---|
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. | |
DischargeNph |
Discharge for time n+½
Unit: [m^3/s]
For internal grid points it is the average discharge between the upstream and downstream q grid point. For reach end grid points this is the time step average inflow/outflow to/from the reach (into/out off the grid point), used for mass balance. | |
FlowAreaNph |
Flow Area at time n+½ (crossSectional flow area)
| |
GridPoint |
Engine grid point matching this gridpoint
| |
SourcesInflow | Accumulated inflow sources (lateral inflow) at current time step. Always positive. | |
SourcesOutflow | Accumulated outflow sources (lateral outflow) at current time step. Always negative. | |
StorageWidthNph |
Storage width at time n+½
| |
SurfaceAreaNph |
Surface Area at time n+½ (storage area)
| |
WaterLevelN | Water level for time n. Unit: [m] | |
WaterLevelNp1 | Water level for time n+1. Unit: [m] | |
WaterLevelNpd | Water level for time n+delta | |
WaterVolumeN | Volume in grid point at time n | |
WaterVolumeNp1 | Volume in grid point at time n+1 |
Name | Description | |
---|---|---|
AddSourceContribution | Add a source contribution to the HD H grid point. | |
GetVolume |
Volume in grid point for given water level.
Includes volume from additional storage/surface area.
|