GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
This data structure contains all data needed to compute the groundwater mass balance in two dimension. More...
#include <N_gwflow.h>
Data Fields | |
N_array_2d * | phead |
N_array_2d * | phead_start |
N_array_2d * | hc_x |
N_array_2d * | hc_y |
N_array_2d * | q |
N_array_2d * | r |
N_array_2d * | s |
N_array_2d * | nf |
N_array_2d * | river_leak |
N_array_2d * | river_head |
N_array_2d * | river_bed |
N_array_2d * | drain_leak |
N_array_2d * | drain_bed |
N_array_2d * | top |
N_array_2d * | bottom |
N_array_2d * | status |
N_array_2d * | drycells |
double | dt |
int | gwtype |
This data structure contains all data needed to compute the groundwater mass balance in two dimension.
Definition at line 67 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::bottom |
top surface of the quifer [m]
Definition at line 89 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::drain_bed |
Leakage of the drainage bed [1/s]
Definition at line 85 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::drain_leak |
Bed of the river [m]
Definition at line 84 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::drycells |
active/inactive/dirichlet cell status
Definition at line 92 of file N_gwflow.h.
double N_gwflow_data2d::dt |
array of dry cells
Definition at line 94 of file N_gwflow.h.
int N_gwflow_data2d::gwtype |
calculation time
Definition at line 95 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::hc_x |
start conditions [m]
Definition at line 71 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::hc_y |
x part of the hydraulic conductivity tensor [m/s]
Definition at line 72 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::nf |
specific yield [1/m]
Definition at line 76 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::phead |
Definition at line 69 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::phead_start |
piezometric head [m]
Definition at line 70 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::q |
y part of the hydraulic conductivity tensor [m/s]
Definition at line 73 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::r |
sources and sinks [m^3/s]
Definition at line 74 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::river_bed |
Waterlevel of the river [m]
Definition at line 81 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::river_head |
Leakage of the river bed [1/s]
Definition at line 80 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::river_leak |
effective porosity [-]
Definition at line 79 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::s |
recharge at the top of the gw leayer [1/s]
Definition at line 75 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::status |
bottom of the aquifer [m]
Definition at line 91 of file N_gwflow.h.
N_array_2d* N_gwflow_data2d::top |
Bed of the drainage
Definition at line 88 of file N_gwflow.h.