You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function would simply move the agent randomly, with diffusivity defined by the Stokes-Einstein relationship $$D = \dfrac{kT}{6\pi\eta r}$$
Properties of the medium (temperature and viscosity) can be added to the DEFAULT_ABM_PROPERTIES, defaulting to the values for water. Then brownian_motion!(microbe, model) would just use model.viscosity, model.temperature and microbe.radius to generate a random step.
The text was updated successfully, but these errors were encountered:
This function would simply move the agent randomly, with diffusivity defined by the Stokes-Einstein relationship
$$D = \dfrac{kT}{6\pi\eta r}$$
Properties of the medium (temperature and viscosity) can be added to the
DEFAULT_ABM_PROPERTIES
, defaulting to the values for water. Thenbrownian_motion!(microbe, model)
would just usemodel.viscosity
,model.temperature
andmicrobe.radius
to generate a random step.The text was updated successfully, but these errors were encountered: