Description Usage Arguments Value Examples
Configure Boundary fluxes
1 | vs2dh.ConfigureBoundaryFluxes(nodes = NULL)
|
nodes |
data.frame with columns "idbf" (id of boundary face), "bf_j" (grid row) and "bf_n" (grid column) |
Boundary fluxes parameterisation
1 2 3 4 | nodes <- data.frame(idbf = c(rep(1,5), rep(2,6)),
bf_j = 1:11,
bf_n = rep(1,11))
vs2dh.ConfigureBoundaryFluxes(nodes = nodes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.