solve_reynolds: Calculated the premability tensor by solving a Reynolds...

View source: R/reynolds.R

solve_reynoldsR Documentation

Calculated the premability tensor by solving a Reynolds lubrication equation in the fracture

Description

Calculated the premability tensor by solving a Reynolds lubrication equation in the fracture

Usage

solve_reynolds(
  obj,
  q.fun = function(h) h^3/12,
  method = c("direct", "iterative", "system"),
  rule,
  alt = 0,
  hmult = "none",
  ...
)

Arguments

obj

the fracture_geom object

q.fun

the dependence of the flux on the heights, by default h^3/12


llaniewski/rfracture documentation built on Aug. 21, 2023, 11:10 a.m.