Magnetia is a Physics field simulation framework under development.
Currently Magnetia is usable only under Poetry this can be installed using pip
:
pip install --user poetry
Install and setup the virtual environment by running at the root of the repository:
poetry install
The electric fields simulation is a web based application created using Bokeh. The simulation plots electric charges and displays field lines to illustrate the forces between them:
Launch the application by running:
poetry run bokeh serve --show magnetia/ui/efield.py