Everglades Landscape Model (ELM) Home Page
Main Page | Data Structures | Directories | File List | Data Fields | Globals

Cells Struct Reference

#include <watmgmt.h>

Collaboration diagram for Cells:

Collaboration graph
[legend]

Data Fields

int x
int y
int ind
float length
float reachElev
float reachDistDown
Cellsnext_cell

Detailed Description

Defines the cells adjacent to a canal

Definition at line 125 of file watmgmt.h.


Field Documentation

int Cells::x
 

row of the cell

Definition at line 127 of file watmgmt.h.

Referenced by FluxChannel(), getCanalElev(), and MarkCell().

int Cells::y
 

column of the cell

Definition at line 128 of file watmgmt.h.

Referenced by FluxChannel(), getCanalElev(), and MarkCell().

int Cells::ind
 

cell index = 1 for left cells and -1 for right cells

Definition at line 129 of file watmgmt.h.

Referenced by FluxChannel(), and MarkCell().

float Cells::length
 

length (m) of canal reach associated with this cell

Definition at line 130 of file watmgmt.h.

Referenced by MarkCell().

float Cells::reachElev
 

elevation (m) of canal reach at location associated with this cell

Definition at line 131 of file watmgmt.h.

Referenced by FluxChannel(), and getCanalElev().

float Cells::reachDistDown
 

from the beginning point of reach, the cumulative distance (m) of canal reach associated with this cell

Definition at line 132 of file watmgmt.h.

Referenced by getCanalElev(), and MarkCell().

struct Cells* Cells::next_cell
 

next pair of cells adjacent to the canal

Definition at line 133 of file watmgmt.h.

Referenced by Channel_configure(), FluxChannel(), getCanalElev(), and MarkCell().


The documentation for this struct was generated from the following file:
Generated on Thu Jul 6 11:20:53 2006 for ELM source code by  doxygen 1.3.9.1