GRASS Programmer's Manual  6.4.2(2012)
N_gwflow_data2d Struct Reference

This data structure contains all data needed to compute the groundwater mass balance in two dimension. More...

#include <N_gwflow.h>

Collaboration diagram for N_gwflow_data2d:

Data Fields

N_array_2dphead
N_array_2dphead_start
N_array_2dhc_x
N_array_2dhc_y
N_array_2dq
N_array_2dr
N_array_2ds
N_array_2dnf
N_array_2driver_leak
N_array_2driver_head
N_array_2driver_bed
N_array_2ddrain_leak
N_array_2ddrain_bed
N_array_2dtop
N_array_2dbottom
N_array_2dstatus
N_array_2ddrycells
double dt
int gwtype

Detailed Description

This data structure contains all data needed to compute the groundwater mass balance in two dimension.

Definition at line 66 of file N_gwflow.h.


Field Documentation

top surface of the quifer [m]

Definition at line 88 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

Leakage of the drainage bed [1/s]

Definition at line 84 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

Bed of the river [m]

Definition at line 83 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

active/inactive/dirichlet cell status

Definition at line 91 of file N_gwflow.h.

array of dry cells

Definition at line 93 of file N_gwflow.h.

Referenced by N_callback_gwflow_2d().

calculation time

Definition at line 94 of file N_gwflow.h.

start conditions [m]

Definition at line 70 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

x part of the hydraulic conductivity tensor [m/s]

Definition at line 71 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

specific yield [1/m]

Definition at line 75 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

piezometric head [m]

Definition at line 69 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

y part of the hydraulic conductivity tensor [m/s]

Definition at line 72 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

sources and sinks [m^3/s]

Definition at line 73 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

Waterlevel of the river [m]

Definition at line 80 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

Leakage of the river bed [1/s]

Definition at line 79 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

effective porosity [-]

Definition at line 78 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

recharge at the top of the gw leayer [1/s]

Definition at line 74 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().

bottom of the aquifer [m]

Definition at line 90 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), and N_free_gwflow_data2d().

Bed of the drainage

Definition at line 87 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data2d(), N_callback_gwflow_2d(), and N_free_gwflow_data2d().


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines