GRASS Programmer's Manual  6.4.2(2012)
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

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.

array of dry cells

Definition at line 58 of file N_gwflow.h.

Referenced by N_callback_gwflow_3d().

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

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


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