Functions | |
FLOW_EXPORT boolvec * | flow_points (const char *points_name="*") |
FLOW_EXPORT boolvec * | flow_area (REAL value, const char *area_name="*") |
FLOW_EXPORT boolvec * | flow_curve (REAL value, const char *curve_name="*") |
FLOW_EXPORT boolvec * | flow_contour (const char *contour_name="*") |
FLOW_EXPORT bool | lcm_simple (REAL permeability=1, REAL viscosity=1, REAL multiplier=1) |
bool flow_area | ( | REAL | value, |
const char * | area_name = "*" |
||
) |
bool flow_contour | ( | const char * | contour_name = "*" | ) |
bool flow_curve | ( | REAL | value, |
const char * | curve_name = "*" |
||
) |
bool flow_points | ( | const char * | points_name = "*" | ) |
bool lcm_simple | ( | REAL | permeability = 1 , |
REAL | viscosity = 1 , |
||
REAL | scale = 1 |
||
) |
\par Tcl syntax: lcm_simple permeability viscosity multiplier \par Description: This gridding rule implements the law of conservation of mass in the simplest formulation (with constant formation permeability and constant liquid viscosity). \param permeability constant value for a formation permeability ( \form#30). \param viscosity constant value for liquid viscosity ( \form#32) \param scale scale factor. \par Math:
where
surfit: gridding and contouring software.