GRASS Programmer's Manual
6.4.2(2012)
|
This data structure contains all data needed to compute the groundwater mass balance in three dimension. More...
#include <N_gwflow.h>
Data Fields | |
N_array_3d * | phead |
N_array_3d * | phead_start |
N_array_3d * | hc_x |
N_array_3d * | hc_y |
N_array_3d * | hc_z |
N_array_3d * | q |
N_array_2d * | r |
N_array_3d * | s |
N_array_3d * | nf |
N_array_3d * | river_leak |
N_array_3d * | river_head |
N_array_3d * | river_bed |
N_array_3d * | drain_leak |
N_array_3d * | drain_bed |
N_array_3d * | status |
N_array_3d * | drycells |
double | dt |
This data structure contains all data needed to compute the groundwater mass balance in three dimension.
Definition at line 34 of file N_gwflow.h.
Leakage of the drainage bed [1/s]
Definition at line 53 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), and N_free_gwflow_data3d().
Bed of the river [m]
Definition at line 52 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), and N_free_gwflow_data3d().
active/inactive/dirichlet cell status
Definition at line 56 of file N_gwflow.h.
double N_gwflow_data3d::dt |
start conditions [m]
Definition at line 38 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), N_callback_gwflow_3d(), and N_free_gwflow_data3d().
x part of the hydraulic conductivity tensor [m/s]
Definition at line 39 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), N_callback_gwflow_3d(), and N_free_gwflow_data3d().
y part of the hydraulic conductivity tensor [m/s]
Definition at line 40 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), N_callback_gwflow_3d(), and N_free_gwflow_data3d().
specific yield [1/m]
Definition at line 44 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), N_callback_gwflow_3d(), and N_free_gwflow_data3d().
Definition at line 36 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), and N_free_gwflow_data3d().
piezometric head [m]
Definition at line 37 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), N_callback_gwflow_3d(), and N_free_gwflow_data3d().
z part of the hydraulic conductivity tensor [m/s]
Definition at line 41 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), N_callback_gwflow_3d(), and N_free_gwflow_data3d().
sources and sinks [m^3/s]
Definition at line 42 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), N_callback_gwflow_3d(), and N_free_gwflow_data3d().
Waterlevel of the river [m]
Definition at line 49 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), and N_free_gwflow_data3d().
Leakage of the river bed [1/s]
Definition at line 48 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), and N_free_gwflow_data3d().
effective porosity [-]
Definition at line 47 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), and N_free_gwflow_data3d().
recharge at the top of the gw leayer [1/s]
Definition at line 43 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), N_callback_gwflow_3d(), and N_free_gwflow_data3d().
Bed of the drainage [m]
Definition at line 55 of file N_gwflow.h.
Referenced by N_alloc_gwflow_data3d(), and N_free_gwflow_data3d().