fluids


Namefluids JSON
Version 1.0.25 PyPI version JSON
download
home_pagehttps://github.com/CalebBell/fluids
SummaryFluid dynamics component of Chemical Engineering Design Library (ChEDL)
upload_time2023-09-17 21:33:08
maintainer
docs_urlNone
authorCaleb Bell
requires_python
licenseMIT
keywords fluid dynamics atmosphere pipe fluids compressible fluid dynamics chemical engineering mechanical engineering valve open channel tank friction pressure drop two phase pump drag reynolds sedimentation engineering pipeline process simulation particle size distribution
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ======
fluids
======

.. image:: http://img.shields.io/pypi/v/fluids.svg?style=flat
   :target: https://pypi.python.org/pypi/fluids
   :alt: Version_status
.. image:: http://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
   :target: https://fluids.readthedocs.io/
   :alt: Documentation
.. image:: https://github.com/CalebBell/fluids/workflows/Build/badge.svg
   :target: https://github.com/CalebBell/fluids/actions
   :alt: Build_status
.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
   :target: https://github.com/CalebBell/fluids/blob/master/LICENSE.txt
   :alt: license
.. image:: https://img.shields.io/coveralls/CalebBell/fluids.svg?release
   :target: https://coveralls.io/github/CalebBell/fluids
   :alt: Coverage
.. image:: https://img.shields.io/pypi/pyversions/fluids.svg?
   :target: https://pypi.python.org/pypi/fluids
   :alt: Supported_versions
.. image:: http://img.shields.io/appveyor/ci/calebbell/fluids.svg?
   :target: https://ci.appveyor.com/project/calebbell/fluids/branch/master
   :alt: Build_status
.. image:: https://zenodo.org/badge/48924523.svg?
   :alt: Zendo
   :target: https://zenodo.org/badge/latestdoi/48924523


.. contents::

What is Fluids?
---------------

Fluids is open-source software for engineers and technicians working in the
fields of chemical, mechanical, or civil engineering. It includes modules
for piping, fittings, pumps, tanks, compressible flow, open-channel flow,
atmospheric properties, solar properties, particle size distributions,
two phase flow, friction factors, control valves, orifice plates and
other flow meters, ejectors, relief valves, and more.

The fluids library is designed to be a low-overhead, lightweight repository
of engineering knowledge and utilities that relate to fluid dynamics.

Fluids was originally tightly integrated with SciPy and NumPy; today they
are optional components used for only a small amount of functionality
which do not have pure-Python numerical methods implemented.
Fluids targets Python 3.6 and up as well as PyPy3. Additionally,
fluids has been tested by the author to load in IronPython,
and micropython.

While the routines in Fluids are normally quite fast and as efficiently
coded as possible, depending on the application there can still be a need
for further speed. PyPy provides a substantial speed boost of 6-12 times
for most methods. Fluids also
supports Numba, a powerful accelerator that works well with NumPy.
The Numba interface to fluids also makes it easy to multithread
execution as well, avoiding Python GIL issue.

Fluids runs on all operating systems which support Python, is quick to
install, and is free of charge. Fluids is designed to
be easy to use while still providing powerful functionality.
If you need to perform some fluid dynamics calculations, give
fluids a try.

Installation
------------

Get the latest version of fluids from
https://pypi.python.org/pypi/fluids/

If you have an installation of Python with pip, simple install it with:

    $ pip install fluids

Alternatively, if you are using `conda <https://conda.io/en/latest/>`_ as your package management, you can simply
install fluids in your environment from `conda-forge <https://conda-forge.org/>`_ channel with:

    $ conda install -c conda-forge fluids 

To get the git version, run:

    $ git clone git://github.com/CalebBell/fluids.git

Documentation
-------------

fluids's documentation is available on the web:

    http://fluids.readthedocs.io/

Latest source code
------------------

The latest development version of fluids's sources can be obtained at

    https://github.com/CalebBell/fluids


Bug reports
-----------

To report bugs, please use the fluids's Bug Tracker at:

    https://github.com/CalebBell/fluids/issues

If you have further questions about the usage of the library, feel free
to contact the author at Caleb.Andrew.Bell@gmail.com.


License information
-------------------

Fluids is MIT licensed. See ``LICENSE.txt`` for full information
on the terms & conditions for usage of this software, and a
DISCLAIMER OF ALL WARRANTIES.

Although not required by the fluids license, if it is convenient for you,
please cite fluids if used in your work. Please also consider contributing
any changes you make back, such that they may be incorporated into the
main library and all of us will benefit from them.


Citation
--------

To cite fluids in publications use::

    Caleb Bell and Contributors (2016-2023). fluids: Fluid dynamics component of Chemical Engineering Design Library (ChEDL)
    https://github.com/CalebBell/fluids.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CalebBell/fluids",
    "name": "fluids",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "fluid dynamics atmosphere pipe fluids compressible fluid dynamics chemical engineering mechanical engineering valve open channel tank friction pressure drop two phase pump drag reynolds sedimentation engineering pipeline process simulation particle size distribution",
    "author": "Caleb Bell",
    "author_email": "Caleb.Andrew.Bell@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4c/b2/acd4bee14ae020c3f14a93963381f906db88313899c266acbb4d3a50ddba/fluids-1.0.25.tar.gz",
    "platform": "Windows",
    "description": "======\nfluids\n======\n\n.. image:: http://img.shields.io/pypi/v/fluids.svg?style=flat\n   :target: https://pypi.python.org/pypi/fluids\n   :alt: Version_status\n.. image:: http://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat\n   :target: https://fluids.readthedocs.io/\n   :alt: Documentation\n.. image:: https://github.com/CalebBell/fluids/workflows/Build/badge.svg\n   :target: https://github.com/CalebBell/fluids/actions\n   :alt: Build_status\n.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat\n   :target: https://github.com/CalebBell/fluids/blob/master/LICENSE.txt\n   :alt: license\n.. image:: https://img.shields.io/coveralls/CalebBell/fluids.svg?release\n   :target: https://coveralls.io/github/CalebBell/fluids\n   :alt: Coverage\n.. image:: https://img.shields.io/pypi/pyversions/fluids.svg?\n   :target: https://pypi.python.org/pypi/fluids\n   :alt: Supported_versions\n.. image:: http://img.shields.io/appveyor/ci/calebbell/fluids.svg?\n   :target: https://ci.appveyor.com/project/calebbell/fluids/branch/master\n   :alt: Build_status\n.. image:: https://zenodo.org/badge/48924523.svg?\n   :alt: Zendo\n   :target: https://zenodo.org/badge/latestdoi/48924523\n\n\n.. contents::\n\nWhat is Fluids?\n---------------\n\nFluids is open-source software for engineers and technicians working in the\nfields of chemical, mechanical, or civil engineering. It includes modules\nfor piping, fittings, pumps, tanks, compressible flow, open-channel flow,\natmospheric properties, solar properties, particle size distributions,\ntwo phase flow, friction factors, control valves, orifice plates and\nother flow meters, ejectors, relief valves, and more.\n\nThe fluids library is designed to be a low-overhead, lightweight repository\nof engineering knowledge and utilities that relate to fluid dynamics.\n\nFluids was originally tightly integrated with SciPy and NumPy; today they\nare optional components used for only a small amount of functionality\nwhich do not have pure-Python numerical methods implemented.\nFluids targets Python 3.6 and up as well as PyPy3. Additionally,\nfluids has been tested by the author to load in IronPython,\nand micropython.\n\nWhile the routines in Fluids are normally quite fast and as efficiently\ncoded as possible, depending on the application there can still be a need\nfor further speed. PyPy provides a substantial speed boost of 6-12 times\nfor most methods. Fluids also\nsupports Numba, a powerful accelerator that works well with NumPy.\nThe Numba interface to fluids also makes it easy to multithread\nexecution as well, avoiding Python GIL issue.\n\nFluids runs on all operating systems which support Python, is quick to\ninstall, and is free of charge. Fluids is designed to\nbe easy to use while still providing powerful functionality.\nIf you need to perform some fluid dynamics calculations, give\nfluids a try.\n\nInstallation\n------------\n\nGet the latest version of fluids from\nhttps://pypi.python.org/pypi/fluids/\n\nIf you have an installation of Python with pip, simple install it with:\n\n    $ pip install fluids\n\nAlternatively, if you are using `conda <https://conda.io/en/latest/>`_ as your package management, you can simply\ninstall fluids in your environment from `conda-forge <https://conda-forge.org/>`_ channel with:\n\n    $ conda install -c conda-forge fluids \n\nTo get the git version, run:\n\n    $ git clone git://github.com/CalebBell/fluids.git\n\nDocumentation\n-------------\n\nfluids's documentation is available on the web:\n\n    http://fluids.readthedocs.io/\n\nLatest source code\n------------------\n\nThe latest development version of fluids's sources can be obtained at\n\n    https://github.com/CalebBell/fluids\n\n\nBug reports\n-----------\n\nTo report bugs, please use the fluids's Bug Tracker at:\n\n    https://github.com/CalebBell/fluids/issues\n\nIf you have further questions about the usage of the library, feel free\nto contact the author at Caleb.Andrew.Bell@gmail.com.\n\n\nLicense information\n-------------------\n\nFluids is MIT licensed. See ``LICENSE.txt`` for full information\non the terms & conditions for usage of this software, and a\nDISCLAIMER OF ALL WARRANTIES.\n\nAlthough not required by the fluids license, if it is convenient for you,\nplease cite fluids if used in your work. Please also consider contributing\nany changes you make back, such that they may be incorporated into the\nmain library and all of us will benefit from them.\n\n\nCitation\n--------\n\nTo cite fluids in publications use::\n\n    Caleb Bell and Contributors (2016-2023). fluids: Fluid dynamics component of Chemical Engineering Design Library (ChEDL)\n    https://github.com/CalebBell/fluids.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Fluid dynamics component of Chemical Engineering Design Library (ChEDL)",
    "version": "1.0.25",
    "project_urls": {
        "Download": "https://github.com/CalebBell/fluids/tarball/1.0.25",
        "Homepage": "https://github.com/CalebBell/fluids"
    },
    "split_keywords": [
        "fluid",
        "dynamics",
        "atmosphere",
        "pipe",
        "fluids",
        "compressible",
        "fluid",
        "dynamics",
        "chemical",
        "engineering",
        "mechanical",
        "engineering",
        "valve",
        "open",
        "channel",
        "tank",
        "friction",
        "pressure",
        "drop",
        "two",
        "phase",
        "pump",
        "drag",
        "reynolds",
        "sedimentation",
        "engineering",
        "pipeline",
        "process",
        "simulation",
        "particle",
        "size",
        "distribution"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4ca803bddb96af07a8bac8d194b4699f6492dab141e1d593adf0ff611f142d5",
                "md5": "f756f62facf5d7b49e9afe862019703d",
                "sha256": "1796696caa05321ccef2351d23c3a93003d526b8c3428d94e97d27a849a9bdf9"
            },
            "downloads": -1,
            "filename": "fluids-1.0.25-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f756f62facf5d7b49e9afe862019703d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1517254,
            "upload_time": "2023-09-17T21:32:57",
            "upload_time_iso_8601": "2023-09-17T21:32:57.304250Z",
            "url": "https://files.pythonhosted.org/packages/d4/ca/803bddb96af07a8bac8d194b4699f6492dab141e1d593adf0ff611f142d5/fluids-1.0.25-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cb2acd4bee14ae020c3f14a93963381f906db88313899c266acbb4d3a50ddba",
                "md5": "a43556aba2677a90fcc9c269f67a0b47",
                "sha256": "4ece8748dd4b7d8051d821b535cf684e26aac6059556f34aaece3a87d951caea"
            },
            "downloads": -1,
            "filename": "fluids-1.0.25.tar.gz",
            "has_sig": false,
            "md5_digest": "a43556aba2677a90fcc9c269f67a0b47",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3012884,
            "upload_time": "2023-09-17T21:33:08",
            "upload_time_iso_8601": "2023-09-17T21:33:08.606196Z",
            "url": "https://files.pythonhosted.org/packages/4c/b2/acd4bee14ae020c3f14a93963381f906db88313899c266acbb4d3a50ddba/fluids-1.0.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-17 21:33:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CalebBell",
    "github_project": "fluids",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "requirements": [],
    "lcname": "fluids"
}
        
Elapsed time: 0.12473s