solve_reynolds | R Documentation |
Calculated the premability tensor by solving a Reynolds lubrication equation in the fracture
solve_reynolds(
obj,
q.fun = function(h) h^3/12,
method = c("direct", "iterative", "system"),
rule,
alt = 0,
hmult = "none",
...
)
obj |
the fracture_geom object |
q.fun |
the dependence of the flux on the heights, by default h^3/12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.