disperseRW: Random Walk Dispersion

Description Usage Arguments Value

Description

Random Walk Dispersion

Usage

1
disperseRW(mpdt, D, vdepD, dt, Ndp, sym = TRUE, ThreeDD = FALSE)

Arguments

mpdt

mobile particles data.table after the advection step (pno, ts, x, y, L, zo, m, s, traj)

D

numeric [2 or 3]; simplified dispersion tensor (L, T, V)

vdepD

logical [1]; if TRUE, D represents the dispersivity (often denoted alpha, units of length), otherwise D represents the dispersion coefficient

dt

length of current time step

Ndp

integer [1]; number of dispersed particle pairs to spawn from each starting particle

sym

logical [1]; if TRUE, dispersed particle pairs are dispersed symmetrically, which ensures that centre of mass is absolutely conserved

ThreeDD

logical [1]; not yet coded

Value

data.table (ts, x, y, L, zo, m)


CJBarry/DRW documentation built on May 6, 2019, 9:25 a.m.