Skip to content

A python back-end web app to visualize a two dimensional vector field, and to calculate divergence and curl at any point.

License

Notifications You must be signed in to change notification settings

vivek3141/vector-field-visualizer

Repository files navigation

Vector Field Visualizer

A python program to visualize a two dimensional vector field, and to calculate divergence and curl at any point.

Requirements

Install the requirements by

pip install -r requirements.txt

OR

  • matplotlib - pip install matplotlib

Usage

python3 main.py [fx] [fy] --mode [mode] --skip [skip] \
--bound [bound] --prop [prop]

--mode

Set mode to COLOR to use color to portray length instead of actual length.

--prop

Use prop to adjust the length for which the color should change.

Set mode to BLACK to use actual length.

Examples

python3 main.py x y --mode "COLOR"



python3 main.py x y --mode "BLACK"

--skip

Skip is the space between each vector for X and Y. Eg. --skip 2

--bound

Set for bounds of X and Y. Eg. --boundx "-10,10"

About

A python back-end web app to visualize a two dimensional vector field, and to calculate divergence and curl at any point.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published