A FARGO3D output post-processing and visualisation toolkit
Project description
Explore your FARGO3D simulation outputs with Fargonaut
!
Fargonaut is a package for post-processing and visualising outputs of FARGO3D, written in Python.
>>> from fargonaut.output import Output
>>> output = Output("/path/to/fargo3d/outputs/fargo")
>>> gasdens50 = output.get_field("gasdens", 50)
>>> gasenergy50 = output.get_field("gasenergy", 50)
>>> gaspressure50 = gasdens50 * gasenergy50**2
>>> gaspressure50.plot()
See the documentation for installation instructions, example usage and the API reference.
Contributing to Fargonaut
Contributions to Fargonaut are welcome. Please see the contributing guidelines.
License
Fargonaut is fully open source. For more information about its license, see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fargonaut-0.1.2.tar.gz
(36.6 kB
view details)
Built Distribution
Fargonaut-0.1.2-py3-none-any.whl
(15.3 kB
view details)
File details
Details for the file fargonaut-0.1.2.tar.gz
.
File metadata
- Download URL: fargonaut-0.1.2.tar.gz
- Upload date:
- Size: 36.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a7bfeeac2459c4c35532a46750be904532c2fed47f1f95a0eaa2c514be88e186
|
|
MD5 |
a09748d60738d09426aff542ac4e90a9
|
|
BLAKE2b-256 |
9c755325b4ffca6c9b1481cce47960869346f4f9fa556ca8104da8eefa344764
|
File details
Details for the file Fargonaut-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: Fargonaut-0.1.2-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d40cb008ccebee7473de6587b294591a561adcd372042a4b2c2cdac6e7b20efc
|
|
MD5 |
9e246b32171bf32a99ffd4adc2d48686
|
|
BLAKE2b-256 |
0d61fac1735ff305682be5af76a98754ea8a54f6943dc61d8de7863f2b1b9dd9
|