GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
N_gwflow_data3d Struct Reference

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

#include <N_gwflow.h>

Collaboration diagram for N_gwflow_data3d:

Data Fields

N_array_3dphead
 
N_array_3dphead_start
 
N_array_3dhc_x
 
N_array_3dhc_y
 
N_array_3dhc_z
 
N_array_3dq
 
N_array_2dr
 
N_array_3ds
 
N_array_3dnf
 
N_array_3driver_leak
 
N_array_3driver_head
 
N_array_3driver_bed
 
N_array_3ddrain_leak
 
N_array_3ddrain_bed
 
N_array_3dstatus
 
N_array_3ddrycells
 
double dt
 

Detailed Description

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.

Field Documentation

N_array_3d* N_gwflow_data3d::drain_bed

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

N_array_3d* N_gwflow_data3d::drain_leak

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

N_array_3d* N_gwflow_data3d::drycells

active/inactive/dirichlet cell status

Definition at line 56 of file N_gwflow.h.

double N_gwflow_data3d::dt

array of dry cells

Definition at line 58 of file N_gwflow.h.

Referenced by N_callback_gwflow_3d().

N_array_3d* N_gwflow_data3d::hc_x

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

N_array_3d* N_gwflow_data3d::hc_y

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

N_array_3d* N_gwflow_data3d::hc_z

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

N_array_3d* N_gwflow_data3d::nf

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

N_array_3d* N_gwflow_data3d::phead

Definition at line 36 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data3d(), and N_free_gwflow_data3d().

N_array_3d* N_gwflow_data3d::phead_start

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

N_array_3d* N_gwflow_data3d::q

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

N_array_2d* N_gwflow_data3d::r

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

N_array_3d* N_gwflow_data3d::river_bed

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

N_array_3d* N_gwflow_data3d::river_head

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

N_array_3d* N_gwflow_data3d::river_leak

effective porosity [-]

Definition at line 47 of file N_gwflow.h.

Referenced by N_alloc_gwflow_data3d(), and N_free_gwflow_data3d().

N_array_3d* N_gwflow_data3d::s

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

N_array_3d* N_gwflow_data3d::status

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


The documentation for this struct was generated from the following file: