Skip to content

Simulation of a sea anemone feeding on randomly drifting food particles

License

Notifications You must be signed in to change notification settings

tkegan/Anemone-Feeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anemone Feeder

Anemone Feeder is a simulation of food particle drifting (random walk in three dimensions) around and being selectively consumed by an anemone. The model and simulation are configured using a file in the same directory as the script and named 'config.ini'. See the included 'example-config.ini' for more.

Usage

Build a virtual environment in the project directory, install the dependancies, and run using python 3.5+

git clone [email protected]:tkegan/Anemone-Feeder.git
cd Anemone-Feeder
python -m venv .
source bin/activate
python -m pip install -r requirements.txt

Make sure you provide a 'config.ini'!

python anemone-feeder.py

Author

Tom Egan [email protected]

License

GNU Lesser General Public License (LGPL) v3 See also LICENSE

To Do

  • allow for outputting apointcloud file of all or select timesteps

  • document configuration file

  • modularize?

About

Simulation of a sea anemone feeding on randomly drifting food particles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages