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.6.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.6-cp314-cp314t-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

fluidsim-0.8.6-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.6-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.6-cp314-cp314t-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows x86-64

fluidsim-0.8.6-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.6-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.6-cp314-cp314-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

fluidsim-0.8.6-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.6-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.6-cp313-cp313-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

fluidsim-0.8.6-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.6-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.6-cp312-cp312-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

fluidsim-0.8.6-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.6-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.6-cp311-cp311-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fluidsim-0.8.6-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.6.tar.gz.

File metadata

  • Download URL: fluidsim-0.8.6.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.6.tar.gz
Algorithm Hash digest
SHA256 f3fa0c4d541a64577e6e35628cd658a3e2ed4d647548a9fa75dc2421025e275e
MD5 35c67a1f7ca1623ce26dbe4fa1cc420d
BLAKE2b-256 0ccfca96f1cc4e4fef58d446c7fba4bbe23417a52a9ebb13b6aacc2e11286c79

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6.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.6-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: fluidsim-0.8.6-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.6-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 51be62d099d6d1412817619e87674db263a00cb0585ee1ec86c795c1e77b845d
MD5 1380d1cc767a7f3ed807f425346ec8ab
BLAKE2b-256 9159b897f1e0e5d4109ff714502df050423f51e6217b8dbd33998e63640e0e45

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff6b88e0e9f5b519f1b0345e6cdd1ab5fafb7de9fe9687702f7d9ccd3bce2d7e
MD5 518d2fdb4bb9a44dd45893b377bca5fa
BLAKE2b-256 7a83da05bfef3b65f124dc0899d4b189b033941e20bf2bcf120003cc9dd2564a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d4cb1d72c09955e3e1d80df4278269c4ecf1bc76277565e34081dc71fed8184
MD5 595d99df2544796922b776207848fab6
BLAKE2b-256 4437a318be81a479ceb7b10bebc0996a1890fef3d42f81768ae5d05f6ad09614

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7120a27065f29e5cee54c57756f69e00d70c7f8e5fe8e8b7fbd04e708e730386
MD5 ee1456099921c72c130efc3a3eed2f74
BLAKE2b-256 3ac3848264da1ea2c5a888bf6329c726af1b94a66d588b4f800195f69105f2d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d41e805ec8a05688c3ed294c0fcb433c570933f9ce4f587504b833a6abde6e58
MD5 e1cd88c479f4e97a4475a48bdd954f11
BLAKE2b-256 9955e5354330f829a476862a2abcd9af25d9ad989b55f392786cb6d46ddd1a60

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: fluidsim-0.8.6-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.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1138061045f5e26a870457b4b8d17d01756a042a954d5f65fc75b1d0a51704cc
MD5 e9c79e1505878fb325698d46b5199d7a
BLAKE2b-256 a377733c2b16d8a568860d7f17eaaedc21e4600735bd52427680a8937bdc8712

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14d3300a303ceff90d852eb54d0574b937b9c8de85d542ff03c98e5a4bff84cd
MD5 23c8d9a7445e4f073a74e6099314770f
BLAKE2b-256 5bf06e94de387a3a51627158b33934e1bc8c7cc7a0f2c6ef807240d225bb50e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 06d52ce2b2fef66abff5f47db6b5866e7f58a819545906239ebb45bc3af3db5f
MD5 f8536e4de48217af620f7dffb5200957
BLAKE2b-256 8807a1810616302094d252a30ab075ca019fe5f4aaac27b6632f0d9dfb9b970b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb80fdc1193ccc4463a870d6d115ba3110c4d3270699edcc2ffef4492cad2f66
MD5 3e86f8aef9a2c10ac5a92fe4e4eb03f8
BLAKE2b-256 744ee99b41acb27ba98a685ca2b802d4af5e5f8f08f2c4b8b68ce8e60c1dd1e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ea8afe34f05344bb9b319013601f298cf958bba2cd367a697a9d249515025ad2
MD5 930a93bb4549688508a2a40c1faa6006
BLAKE2b-256 de770ddcba5ef28b8a3fd89cf502d34e4b04b19eeae43153bd9b3a873ff0e471

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fluidsim-0.8.6-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.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a3bd96a5347858bffe972c52e5ee8f155413a23076f4b42afeb60ac5518ce164
MD5 7234d466461f48f2742e6c998491953b
BLAKE2b-256 f2feb00c0fbc7de949126f83272262d1a64c3bd315d1a2e0b4010f3f463e58ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03d1207bfece169eb18b088c5cb1c3315f45b23a1788ed477f19bb5c94437fdb
MD5 fecf0fb11d9e8265da11bcf683a154b7
BLAKE2b-256 208ff9d7c89b9c25b7f5f3d3ff3821b8c76040df676b5bccdeb13e5982fe8854

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 722764e4b8e4e35f3008add2a5a837f67a4458515a40611debf1bc3457cd1504
MD5 6552121702f41a0c42f8df2539cf5270
BLAKE2b-256 6710624ef129739db17ea0159864a9c0eb6abb8d57c7a38da8323dbda7ff9af3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47cfc1cb81b2f043a7b01493d0fb7343e2b82e42ab6548146ff2cbf401163b14
MD5 c548c3a1a6569992c8d9970e33b478d3
BLAKE2b-256 c28e2e8be5a94c353e2ea1a54f2f7fb9d7633908d5e9947dc39c477a5e6845cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7a582da42b37056bdbd37b743d15ee2ff23e5dadee235fc6a30fdbe1228b0146
MD5 d3aaf02df720bb11bb0c6bec5cd818dc
BLAKE2b-256 9ec0ae8bf91f9eba990c7e38db066b235840efd6f2aca1c9f15ec10b511ab428

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: fluidsim-0.8.6-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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 11b415de6cb64435d7e98de95ba5c25b3aa4b403cfd48083f01855682cf0fb8e
MD5 1fbdf03fd035ef01cce829bb05937de9
BLAKE2b-256 d0e0b267ee08f2128519123d5fa2820bc0255497a5af7964fc645224ceaf2222

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a35e20b9e1bf1472af67cda2da3e0617b5567927208d2e525d25bfdb4ebe6943
MD5 703c993dbc49aaefd607fdb7178979c8
BLAKE2b-256 3d6885cf201ca7d8da57a2da6203620fa2b361035b2c267a184e13a55b0fc89c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 15a570347f7929df13b2894014c13033936b63464961324a8b066a8f43227c4e
MD5 9449a721db25ad02bb8587b52c045893
BLAKE2b-256 8f55dbc7addc25bec80d623baa47ee13555eed2ace90e9bbd6e5c0edec3f772e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a57162b8300caa5abf072f8e8e3d6f29a457649ce3ad5a31aa0370391ac47044
MD5 4032c6e157e6bdcb589d9d46c8b0ea54
BLAKE2b-256 531e8ec01ab4efd3b8049f4390e31fe4819d85a05e87d321d8ecd4c9bd96b1b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6fdaaf3aeea32814fdc9921d585e070093b95494200c523f15ee089611a3b15d
MD5 7857761aa13c7f4e1e01ae107b04ac20
BLAKE2b-256 1e8d4e32720e44c0804f798b42dcbbd620e727fa601a2a7af176848d72798de7

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fluidsim-0.8.6-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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 433685c8d36fa0b2074ee5729bb7e94b72d7d2bd831734914ac82b40bc3d7ba7
MD5 330bc8bbcba31ded5e65840b6230446a
BLAKE2b-256 adea4fe8b81f874bc0ce44bc93e4795706a6a50a98b575488c2860a8260275f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 021e5ca448dc098c78f475501af13e1919482344aa616cd1bd481f2e174f50fc
MD5 a3e3b8d6dc8b82f85421efcc874bad5b
BLAKE2b-256 03e1136efe80c54d9cbe87ca07da0ef1aee5c919f5cb74de80f116f2a3083377

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c17e2efbdb062949a8d766f19d8f90f015a6d36023646d217b16c106deb12d0
MD5 5743d1d74a9b07c1bd62035c8099dac1
BLAKE2b-256 204447cea4f479a4fba84d0416e2700c78a8a9c70c55752c6192c45dd0e752ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a1c2cf1de9bfa89ee86ee93804af8fe5a8f885807b0b72fc0a0071b6d7605a6
MD5 2f666adbdb2617950b304e894f5b6495
BLAKE2b-256 8c9a591ef2c8b84846e732032a7e4b9405d3876c175c82949a6fbb7971ef70f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fluidsim-0.8.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b08a8123ec510a77f5d6f096193f8f6bd76a8ddc3a471cf91d5bfda130b44652
MD5 6a610f7e21ac47e4a43ce23ddc639892
BLAKE2b-256 0151a0ba4d52944bacb024af8fcc9799af30b6750f0c61e63c6da1947ff323d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidsim-0.8.6-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