Skip to main content

Particles and field simulator

Project description

Parfis

Parfis is an acronym for Particles and Field Simulator. Parfis is written in C++ with Python bindings. The algorithm is based on the particle-in-cell (PIC) method used for interacting many-particle systems. In the PIC method individual particles (or fluid elements) in a Lagrangian frame are tracked in a continuous phase space, whereas moments of the distribution such as densities and currents are computed simultaneously on Eulerian (stationary) mesh points.

Quick start

You can quickly install and try parfis by doing the following in your terminal:

pip install parfis

After installing you can try if the library loads and check the info of the istalled build with the following three commands from your python terminal:

from parfis import Parfis
Parfis.load_lib()
print(Parfis.info())

Explore more possibilities

Explore the possibilities by checking some of the examples given in the demo section of the doc web-site.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

parfis-0.0.5-py3-none-win_amd64.whl (141.4 kB view hashes)

Uploaded Python 3 Windows x86-64

parfis-0.0.5-py3-none-manylinux2014_x86_64.whl (178.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page