Metadata-Version: 2.1
Name: pompy
Version: 0.1.1
Summary: Puff-based odour plume model
Home-page: https://github.com/InsectRobotics/pompy
Author: Matt Graham
License: MIT
Project-URL: Documentation, https://pompy-docs.readthedocs.io/en/latest/
Keywords: simulation plume navigation
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib

PomPy is a NumPy based implementation of the puff-based odour plume model described in

    Farrell, J.A., Murlis, J., Long, X., Li, W. and Cardé, R.T., 2002.
    Filament-based atmospheric dispersion model to achieve short time-scale
    structure of odor plumes. *Environmental fluid mechanics*, 2(1-2), pp.143-169.
    `Index page (springer.com) <https://link.springer.com/article/10.1023/A:1016283702837>`_ \:\:
    `PDF (semanticscholar.org) <https://pdfs.semanticscholar.org/7197/d905b0d6e8cd490f78a893fc266af9a4d901.pdf>`_

PomPy allows simulation of dynamic 2D odour concentration fields which show some
of the key characteristics of real chemical plumes in turbulent flows including short
term intermittency, diffusive effects and longer term variations in spatial extent and
location, while being cheaper to run than a full fluid dynamics simulation.


