GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

N_array_2d* N_gwflow_data2d::bottom

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().

N_array_2d* N_gwflow_data2d::drain_bed

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().

N_array_2d* N_gwflow_data2d::drain_leak

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().

N_array_2d* N_gwflow_data2d::drycells

active/inactive/dirichlet cell status

Definition at line 91 of file N_gwflow.h.

double N_gwflow_data2d::dt

array of dry cells

Definition at line 93 of file N_gwflow.h.

Referenced by N_callback_gwflow_2d().

int N_gwflow_data2d::gwtype

calculation time

Definition at line 94 of file N_gwflow.h.

N_array_2d* N_gwflow_data2d::hc_x

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().

N_array_2d* N_gwflow_data2d::hc_y

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().

N_array_2d* N_gwflow_data2d::nf

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().

N_array_2d* N_gwflow_data2d::phead

Definition at line 68 of file N_gwflow.h.

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

N_array_2d* N_gwflow_data2d::phead_start

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().

N_array_2d* N_gwflow_data2d::q

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().

N_array_2d* N_gwflow_data2d::r

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().

N_array_2d* N_gwflow_data2d::river_bed

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().

N_array_2d* N_gwflow_data2d::river_head

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().

N_array_2d* N_gwflow_data2d::river_leak

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().

N_array_2d* N_gwflow_data2d::s

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().

N_array_2d* N_gwflow_data2d::status

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().

N_array_2d* N_gwflow_data2d::top

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: