mastrof / Bactos.jl

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

Swimming in flow #9

Open mastrof opened 1 year ago

mastrof commented 1 year ago

Implement swimming dynamics in flow (after #8)

mastrof commented 1 year ago

Not sure yet whether this requires full rewrite of the microbe_step! function and perform stepping with Euler method or can be implemented through affect! / update_model!