mastrof / Bactos.jl

Agent-based modeling framework for bacterial behavior, based on Agents.jl
MIT License
3 stars 0 forks source link

Surface interactions #10

Closed mastrof closed 1 year ago

mastrof commented 1 year ago

Need some implementations of surface interactions. As a first step hard walls are sufficient; also useful to model swimming in porous media in conjunction with #8 and #9

mastrof commented 1 year ago

This might also go together with the implementation of non-point-like microbe types

mastrof commented 1 year ago

Might want to use CellListMap.jl for fast neighbor list implementations

mastrof commented 1 year ago

11 addresses simple interactions between spherical microbes and spherical obstacles; further levels of complexity will be dealt with in the future