rmf_convert_cbc_to_darcy | R Documentation |
Convert cbc object fluxes to darcy velocities
rmf_convert_cbc_to_darcy( cbc, dis, hed = NULL, porosity = NULL, include_bc = TRUE )
cbc |
|
dis |
|
hed |
|
porosity |
optional 3d array with porosity values. If used, the average linear groundwater flow velocities are returned. |
include_bc |
logical, should fluxes from boundary conditions be included in the calculation of Darcy fluxes ? Defaults to TRUE. |
list of 4d arrays: right, front, lower, left, back, upper, qx, qy, qz and q; all represent Darcy velocities (or average linear groundwater flow velocities if porosity is specified): the first six at the different cell faces, the last four represent the components and magnitude at the cell center
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.