Functions
commands for surfaces

Functions

vec * surf_debit (REAL x, REAL y, REAL perm, REAL visc, REAL mult, const char *surface_name="*")
 
vec * surf_debit_rect (REAL x1, REAL y1, REAL x2, REAL y2, REAL perm, REAL visc, REAL mult, const char *surface_name="*")
 

Detailed Description

Function Documentation

REAL surf_debit ( REAL  x,
REAL  y,
REAL  perm,
REAL  visc,
REAL  mult,
const char *  surface_name = "*" 
)
Tcl syntax:
surf_debit x y perm visc mult surface_name
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 = "*" 
)
Tcl syntax:
surf_debit_rect x1 y1 x2 y2 perm visc mult "surface_name"
Description:
calculates debit in rect



surfit: gridding and contouring software.