commands for surfaces
[freeflow commands and variables]


Functions

REAL surfit::surf_debit (REAL x, REAL y, REAL perm, REAL visc, REAL mult, const char *surface_name_or_position="0")
REAL surfit::surf_debit_rect (REAL x1, REAL y1, REAL x2, REAL y2, REAL perm, REAL visc, REAL mult, const char *surface_name_or_position="0")

Function Documentation

REAL surf_debit REAL  x,
REAL  y,
REAL  perm,
REAL  visc,
REAL  mult,
const char *  surface_name_or_position = "0"
 

Tcl syntax:
surf_debit x y perm visc mult "surface_name_or_position"
Description:
calculates debit at point (x,y), using four neighbour cells

REAL surf_debit_rect REAL  x1,
REAL  y1,
REAL  x2,
REAL  y2,
REAL  perm,
REAL  visc,
REAL  mult,
const char *  surface_name_or_position = "0"
 

Tcl syntax:
surf_debit_rect x1 y1 x2 y2 perm visc mult "surface_name_or_position"
Description:
calculates debit in rect
Examples:
flow_area.tcl.



surfit: open source gridding and contouring software.