Substance
The constructor to get a new object of class Substance
Substance(
n,
m,
smax,
gridgeometry,
difspeed = 0.02412,
advspeed = 0,
occupyM,
Dgrid = NULL,
Vgrid = NULL,
diffmat = NULL,
template = FALSE,
...
)
A number giving the horizontal size of the environment.
A number giving the vertical size of the environment.
A number representing the start concentration of the substance for each grid cell in the environment.
A list containing grid geometry parameter
A number indicating the diffusion speed in x and y direction (given by cm^2/h). For more complex setup define Dgrid.
A number indicating the advection speed in x direction (given by cm/h). For more complex setup define Vgrid.
A matrix indicating grid cells that are obstacles
A matrix indicating the diffusion speed in x and y direction (given by cm^2/h).
A number indicating the advection speed in x direction (given by cm/h).
A matrix with spatial distributed initial concentrations (unit in fmol) (if not set, a homogenous matrix using smax is created)
True if diffmat matrix should be used as tempalte only (will be multiplied with smax to obtain cocentrations)
Arguments of Substance-class
Object of class Substance