element_type Struct Reference

Data Structure of an Triangular Element. More...

#include <pihm.h>


Data Fields

int index
int node [3]
int nabr [3]
realtype edge [3]
realtype area
realtype x
realtype y
realtype zmin
realtype zmax
realtype NodeZmin
realtype NodeZmax
realtype NodeDist
realtype Ksat
realtype Porosity
realtype Alpha
realtype Beta
realtype Sf
realtype RzD
realtype LAImax
realtype VegFrac
realtype Albedo
realtype Rs_ref
realtype Rmin
realtype Rough
realtype windH
int soil
int LC
int IC
int BC
int prep
int temp
int humidity
int WindVel
int Rn
int G
int pressure
int source


Detailed Description

Data Structure of an Triangular Element.

Definition at line 51 of file pihm.h.


Field Documentation

int element_type::index

Serial number of an element

Definition at line 54 of file pihm.h.

Referenced by read_alloc().

int element_type::node[3]

nodes of an element :: counter-clock-wise

Definition at line 55 of file pihm.h.

Referenced by initialize(), and read_alloc().

int element_type::nabr[3]

neighbor i shares edge i (0: on boundary)

Definition at line 56 of file pihm.h.

Referenced by read_alloc().

realtype element_type::edge[3]

edge[i] is formed by node[i] and node[i+1]

Definition at line 58 of file pihm.h.

realtype element_type::area

Area of an element

Definition at line 59 of file pihm.h.

realtype element_type::x

x of centroid

Definition at line 61 of file pihm.h.

realtype element_type::y

y of centroid

Definition at line 62 of file pihm.h.

realtype element_type::zmin

z_min of centroid

Definition at line 63 of file pihm.h.

Referenced by f().

realtype element_type::zmax

z_max of centroid

Definition at line 64 of file pihm.h.

Referenced by calET_IS(), and f().

realtype element_type::NodeZmin

Z_min of any of the three nodes

Definition at line 65 of file pihm.h.

realtype element_type::NodeZmax

Z_max of any of the three nodes

Definition at line 66 of file pihm.h.

realtype element_type::NodeDist

Distance between Z_max and Z_min nodes

Definition at line 67 of file pihm.h.

realtype element_type::Ksat

Saturated Hydraulic Conductivity

Definition at line 69 of file pihm.h.

realtype element_type::Porosity

Porosity

Definition at line 70 of file pihm.h.

realtype element_type::Alpha

Definition at line 71 of file pihm.h.

realtype element_type::Beta

Exponent

Definition at line 72 of file pihm.h.

realtype element_type::Sf

Friction

Definition at line 73 of file pihm.h.

realtype element_type::RzD

Root Zone Depth

Definition at line 74 of file pihm.h.

realtype element_type::LAImax

Maximum Leaf Area Index

Definition at line 77 of file pihm.h.

Referenced by calET_IS().

realtype element_type::VegFrac

Vegitation Fraction

Definition at line 78 of file pihm.h.

Referenced by calET_IS(), printET0(), and printET0cdf().

realtype element_type::Albedo

Albedo

Definition at line 79 of file pihm.h.

Referenced by calET_IS().

realtype element_type::Rs_ref

Definition at line 80 of file pihm.h.

realtype element_type::Rmin

Stomatal Resistence

Definition at line 81 of file pihm.h.

realtype element_type::Rough

Roughness (Manning's) Coefficient

Definition at line 82 of file pihm.h.

realtype element_type::windH

Height at which Wind Velocity is measured

Definition at line 83 of file pihm.h.

Referenced by calET_IS().

int element_type::soil

soil type

Definition at line 86 of file pihm.h.

Referenced by read_alloc().

int element_type::LC

Land Cover type

Definition at line 87 of file pihm.h.

Referenced by calET_IS(), and read_alloc().

int element_type::IC

initial condition type

Definition at line 88 of file pihm.h.

int element_type::BC

boundary type. 0:natural bc (no flow); +ve:Dirichlet BC; -ve:Nuemann BC

Definition at line 89 of file pihm.h.

Referenced by read_alloc().

int element_type::prep

precipatation (forcing) type

Definition at line 91 of file pihm.h.

Referenced by calET_IS(), and read_alloc().

int element_type::temp

tempurature (forcing) type

Definition at line 92 of file pihm.h.

Referenced by calET_IS(), and read_alloc().

int element_type::humidity

humidity type

Definition at line 93 of file pihm.h.

Referenced by calET_IS(), and read_alloc().

int element_type::WindVel

wind velocity type

Definition at line 94 of file pihm.h.

Referenced by calET_IS(), and read_alloc().

int element_type::Rn

net radiation input

Definition at line 95 of file pihm.h.

Referenced by calET_IS(), and read_alloc().

int element_type::G

radiation into ground

Definition at line 96 of file pihm.h.

Referenced by read_alloc().

int element_type::pressure

pressure type

Definition at line 97 of file pihm.h.

Referenced by calET_IS(), and read_alloc().

int element_type::source

source (well) type

Definition at line 98 of file pihm.h.

Referenced by read_alloc().


The documentation for this struct was generated from the following file:
Generated on Thu Jul 12 14:34:20 2007 for PIHM by  doxygen 1.5.2