GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 35 of file N_gwflow.h.

Field Documentation

◆ drain_bed

N_array_3d* N_gwflow_data3d::drain_bed

Leakage of the drainage bed [1/s]

Definition at line 54 of file N_gwflow.h.

◆ drain_leak

N_array_3d* N_gwflow_data3d::drain_leak

Bed of the river [m]

Definition at line 53 of file N_gwflow.h.

◆ drycells

N_array_3d* N_gwflow_data3d::drycells

active/inactive/dirichlet cell status

Definition at line 57 of file N_gwflow.h.

◆ dt

double N_gwflow_data3d::dt

array of dry cells

Definition at line 59 of file N_gwflow.h.

◆ hc_x

N_array_3d* N_gwflow_data3d::hc_x

start conditions [m]

Definition at line 39 of file N_gwflow.h.

◆ hc_y

N_array_3d* N_gwflow_data3d::hc_y

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

Definition at line 40 of file N_gwflow.h.

◆ hc_z

N_array_3d* N_gwflow_data3d::hc_z

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

Definition at line 41 of file N_gwflow.h.

◆ nf

N_array_3d* N_gwflow_data3d::nf

specific yield [1/m]

Definition at line 45 of file N_gwflow.h.

◆ phead

N_array_3d* N_gwflow_data3d::phead

Definition at line 37 of file N_gwflow.h.

◆ phead_start

N_array_3d* N_gwflow_data3d::phead_start

piezometric head [m]

Definition at line 38 of file N_gwflow.h.

◆ q

N_array_3d* N_gwflow_data3d::q

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

Definition at line 42 of file N_gwflow.h.

◆ r

N_array_2d* N_gwflow_data3d::r

sources and sinks [m^3/s]

Definition at line 43 of file N_gwflow.h.

◆ river_bed

N_array_3d* N_gwflow_data3d::river_bed

Waterlevel of the river [m]

Definition at line 50 of file N_gwflow.h.

◆ river_head

N_array_3d* N_gwflow_data3d::river_head

Leakage of the river bed [1/s]

Definition at line 49 of file N_gwflow.h.

◆ river_leak

N_array_3d* N_gwflow_data3d::river_leak

effective porosity [-]

Definition at line 48 of file N_gwflow.h.

◆ s

N_array_3d* N_gwflow_data3d::s

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

Definition at line 44 of file N_gwflow.h.

◆ status

N_array_3d* N_gwflow_data3d::status

Bed of the drainage [m]

Definition at line 56 of file N_gwflow.h.


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