Skip to main content

Framework for studying fluid dynamics with simulations.

Project description

FluidSim

Latest version Supported Python versions Documentation status Project Status: Active – The project has reached a stable, usable state and is being actively developed. Chat room Code coverage Heptapod CI Github Actions Github Actions

Fluidsim is an extensible framework for studying fluid dynamics with numerical simulations using Python. Fluidsim is an object-oriented library to develop Fluidsim "solvers" (i.e. Python packages solving equations) by writing mainly Python code. The result is very efficient even compared to a pure Fortran or C++ code since the time-consuming tasks are performed by optimized compiled functions.

Documentation: https://fluidsim.readthedocs.io

Getting started

To try fluidsim without installation: Binder notebook

For a basic installation it should be sufficient to run:

pip install fluidsim

or with conda/mamba:

conda install -c conda-forge fluidsim

Much more detailed instructions are given in the documentation.

How does it work?

Fluidsim is a HPC code. It is part of the wider project FluidDyn and its pseudospectral solvers rely on the library fluidfft to use very efficient FFT libraries. Fluidfft is written in C++, Cython and Python. Fluidfft and fluidsim take advantage of Pythran, an ahead-of-time compiler which produces very efficient binaries by compiling Python via C++11.

An advantage of a CFD code written mostly in Python is that, to run simulations and analyze the results, the users communicate (possibly interactively) together and with the machine with Python, which is nowadays among the best languages to do these tasks. Moreover, it is much simpler and faster than with pure Fortran or C++ codes to add any complicated analysis or to write a modified solver. Fluidsim can also be used to extend existing solvers with Python interfaces such as Basilisk.

We have created fluidsim to be easy and nice to use and to develop, efficient and robust.

Keywords and ambitions: fluid dynamics research with Python (>=3.10); modular, object-oriented, collaborative, tested and documented, free and open-source software.

License

FluidSim is distributed under the CeCILL License, a GPL compatible french license.

Metapapers and citations

If you use FluidSim to produce scientific articles, please cite our metapapers presenting the FluidDyn project, FluidFFT, and FluidSim:

@article{fluiddyn,
doi = {10.5334/jors.237},
year = {2019},
publisher = {Ubiquity Press,  Ltd.},
volume = {7},
author = {Pierre Augier and Ashwin Vishnu Mohanan and Cyrille Bonamy},
title = {{FluidDyn}: A Python Open-Source Framework for Research and Teaching in Fluid Dynamics
    by Simulations,  Experiments and Data Processing},
journal = {Journal of Open Research Software}
}

@article{fluidfft,
doi = {10.5334/jors.238},
year = {2019},
publisher = {Ubiquity Press,  Ltd.},
volume = {7},
author = {Ashwin Vishnu Mohanan and Cyrille Bonamy and Pierre Augier},
title = {{FluidFFT}: Common {API} (C$\mathplus\mathplus$ and Python)
    for Fast Fourier Transform {HPC} Libraries},
journal = {Journal of Open Research Software}
}

@article{fluidsim,
doi = {10.5334/jors.239},
year = {2019},
publisher = {Ubiquity Press,  Ltd.},
volume = {7},
author = {Mohanan, Ashwin Vishnu and Bonamy, Cyrille and Linares, Miguel
    Calpe and Augier, Pierre},
title = {{FluidSim}: {Modular}, {Object}-{Oriented} {Python} {Package} for
    {High}-{Performance} {CFD} {Simulations}},
journal = {Journal of Open Research Software}
}

Project details


Download files

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

Source Distribution

fluidsim-0.8.5.tar.gz (1.5 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

fluidsim-0.8.5-cp314-cp314t-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

fluidsim-0.8.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fluidsim-0.8.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

fluidsim-0.8.5-cp314-cp314t-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

fluidsim-0.8.5-cp314-cp314t-macosx_10_15_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

fluidsim-0.8.5-cp314-cp314-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.14Windows x86-64

fluidsim-0.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fluidsim-0.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

fluidsim-0.8.5-cp314-cp314-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fluidsim-0.8.5-cp314-cp314-macosx_10_15_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

fluidsim-0.8.5-cp313-cp313-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.13Windows x86-64

fluidsim-0.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fluidsim-0.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

fluidsim-0.8.5-cp313-cp313-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fluidsim-0.8.5-cp313-cp313-macosx_10_13_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

fluidsim-0.8.5-cp312-cp312-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86-64

fluidsim-0.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fluidsim-0.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

fluidsim-0.8.5-cp312-cp312-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fluidsim-0.8.5-cp312-cp312-macosx_10_13_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

fluidsim-0.8.5-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

fluidsim-0.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fluidsim-0.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

fluidsim-0.8.5-cp311-cp311-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fluidsim-0.8.5-cp311-cp311-macosx_10_9_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file fluidsim-0.8.5.tar.gz.

File metadata

  • Download URL: fluidsim-0.8.5.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fluidsim-0.8.5.tar.gz
Algorithm Hash digest
SHA256 1324de081e08547b0222d3f4a9d19de1f0cb727ca162b1eaef518dc8ef4d3237
MD5 228116981fc589d1fdadd79a962258ed
BLAKE2b-256 dc2a64cbb7be81791bc7322a59ab5c1b0336ebfea485523429ab2b45ec1586df

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5.tar.gz:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: fluidsim-0.8.5-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fluidsim-0.8.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1cd3998fe59caa252e2389388fa8671f6da69bf676736347dabd22def7e2ccec
MD5 9501b2fdc0f1117925a73942d03c8881
BLAKE2b-256 1dc8f459b62f0874b57c89f9fa22f15b3b0e4b98566db505925a601329be1bfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cd8d3d8af1d68a7f5cb411f115bb6c9df67e164991c0740896221c3c66ddc3d1
MD5 9efd18c4ab90b3a09067178ca4220274
BLAKE2b-256 043905a994bfc32fffd33c9fd94a37625310346f538b8e729bdddef0d1c71080

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ebe58dfc7d66283f7cb9e05cbe6d871d567a28659e42fcf5bdfe81bd760baf2
MD5 49e2b0a1e9e766355ec5111811d62202
BLAKE2b-256 19c0aed6da0892b8782252ffe55b6205ea10712fdec8862b00a58f1bc50f5d14

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f60bcdd3baff5c7d237a9c83175da10b58eda648405bfe5468e00ca08363521a
MD5 9a982430004b87fa39f08175f5735168
BLAKE2b-256 c8bee8572152f68170ebf35d8d70c3c40b9ccd95e9f7bcd15b03cab97066a648

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c9d807508e8e2c604e197c5ca7bf17777cce211622d935a4071bbc6189fb9ad8
MD5 2b02920d0919174396f24ad97597dfcd
BLAKE2b-256 8105105c02cf0bacb1a52e5de98c06318570cc1b382f357650f8ad8d7dc0a36b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: fluidsim-0.8.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fluidsim-0.8.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c68950d9d9bfcb9b1fe3db617f384137dc25d7ee87a26a80ead0032510e76d54
MD5 494d9a88c4eb8fe36795e4e7d443bd73
BLAKE2b-256 a0272e421b1811ad44dd759fb37453154ef81ab82adfaa611b9b8128ec5ba16e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c21cf241c7a6e3077bdc3af7f017f7905224a709157ab9fde93a7ecb5f60d57
MD5 c9b5152c29f2e0b3a6e2436759125e4e
BLAKE2b-256 bcdedbbd83c314407a3af2a17a0cc761e44c575c9e2805d01fccb6491e8f0f37

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ca5b9019069b2fc1360eda71511a152b9bcb1e900db756c59c692f888194937
MD5 83841a7125366311984fa41597c03eca
BLAKE2b-256 ae8eeddab5b40b255286bf3acdd5d4b7d3504332223b54d6a8829676ed535bbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ed21f71dbc86513c38ac48b49aec7663551d694916b45a7797cd59ccad42909
MD5 ca78edd5cc1e47e7176f6184e2d6c009
BLAKE2b-256 07fc0f7c94fa6cc3a8e867c181d38c63bb134912573f05b55db456cfcff92fdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c895c17572f59af67ae610dd69680fe7c8ef47cbbe30c4f03caf81401bca83e8
MD5 c790af0b64a6c665b8e82798f9e21942
BLAKE2b-256 9baa2a57b88e6b48f9ede35e03c6235ed2f87c80d290090229b9e2fdf217d878

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fluidsim-0.8.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fluidsim-0.8.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ce0bac49294157735cb7428e4b3b0ae84bd38f594a62d1bab196abf0b2b27a61
MD5 1f39401c020adf2d5d6d61ece841831e
BLAKE2b-256 0d3d10d00e78b1070c6b200bc5f3494aeb5d4c234398cde411b4ec1b32deaa58

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2aba10517fba1eade60f13551f66f6b677f37fe52e8c6e86dec4cdc8b2281e1
MD5 db1753f329a16291ee4bf8b78ad402eb
BLAKE2b-256 df4dd8be78be4cf34e5a86b4f56019ba2349c256e515bb0583371ba9654e6656

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a291752090785a12a8ee6c030470558812d3ac3ed8f7310f0df51ac5ad0c5ae
MD5 b30a83cc1d91e9d361cfa3fb8d86023b
BLAKE2b-256 437c10d0395000d4901a56e750ce02956d5a94278e020d991c02bbaa562928c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 291f25b71388b634830cbc92db5e7ab365baad694d623b7d60c19d7fdba0b6bf
MD5 cd791e82a6fe28a6b83587bc73445001
BLAKE2b-256 21331eb0f71e535d89c9f53583699ea0dd18a84b6bc297051539150edf2a131e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f2fc2f47ae721166f34345c67a7ce775a7cf50a1a9017cac1d720c9e54f52346
MD5 164e2e496e7f5167d8ff150d89cc54cd
BLAKE2b-256 4adf8f92a93f0c3b574dd8a443bb9f11bede4cef7ba22f372c4d65e5b31864ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: fluidsim-0.8.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fluidsim-0.8.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 62a5a7ed6043981428ab9535e99537a2e941f232f4ac74d15b2ee47753b23ae2
MD5 86e3a98854c727da212aa93a762a12af
BLAKE2b-256 0c6dbd76667e1650f99e24629429f6086368815d2e78d69e6a3267e8c71bbbda

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1c3aa63bc7344e500b532197b88920c56ada84f52160c5a483fd0417744432b
MD5 24943fea2c3ed81beba20bf1cc651fe1
BLAKE2b-256 e5e6bfc5765e43af9d3b52200adf350b863775a25d5c4bd6f905ca0d675c93b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 60524b1c9507f66d6d1715972eabf7ade8d4163093d01b4fcd0fc4f45caf4f97
MD5 aa37af118f97c8c715a057dbd368165c
BLAKE2b-256 466327d1dd2fd0613aed1c74bcb1efc647074b0b785c63f680ecfa500336ea23

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aeb151353184951149b188eb53a2d8e66ae271d7a633be82a7b56b63c7a8d6c4
MD5 b1dc9f970d6449beac358e6e585d8235
BLAKE2b-256 ba3164c324595c4e6c6876e5c4c93afef5c19630842266234d0feed352da99b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d0f6e496f8d6e7da66cfc889babbde936508a57977d8063e8d57ef0171201494
MD5 6bf243e8d78024a7b23ae2a3c5eda40e
BLAKE2b-256 21b6d063e2efc3e9c79f1b49960e13ba89997bd902639685175e598312b301eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fluidsim-0.8.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fluidsim-0.8.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 02cd885cdfbf45cc8f7a1171eda2fe1c9419e1caf09d2cdfbdf66fb7def692d3
MD5 1a0cc02f0913fc63776f99607a192ad8
BLAKE2b-256 440f37b5fec8d4684de34d41e1d07d3170e81414cf81968634852f73b3be482f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d8b9a6460e99ea953347e2f7edcf820a4c4ba00d9fa658eb376903b74abd261
MD5 06aa1934560d2d820de4f942b0f97051
BLAKE2b-256 7da2926e481279d2435eda5aa860da4431929aba35896bb59da3e0517607002f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9649d33711d3bd082aafa5a8d824c73e476317ee15a2b13f8f8e2c9cedb1fec0
MD5 979afed8a1d5601743db8d01545f2b13
BLAKE2b-256 df2c9353cc2e6c7bde5f14d1537cc9932d21db42401c83ba4716f5ba18582208

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d027d93e2079998aeceb7977b04288c5e21a28a339957d771e29bd3c9ca9f827
MD5 24ef9add99d0d0461e609a4cf54a4ec5
BLAKE2b-256 6182e5beb98fe9a7256eba021e3b274fc3a15d5b6b914fa1ea0e5529a11adc52

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidsim-0.8.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c9fa4b39c5b9e61964da552e558c350bf11425e16fb9b4d517e6e2242d33d0b3
MD5 5fabfc3c805e14adfa283bf6b19ee9ec
BLAKE2b-256 422d83a96636dae3ac14897d7accf7e4c8ff91a16de20b958bb518d0cec72252

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.5-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidsim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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