All Projects → CalebBell → Fluids

CalebBell / Fluids

Licence: mit
Fluid dynamics component of Chemical Engineering Design Library (ChEDL)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fluids

pipe
Functional Pipeline in Go
Stars: ✭ 30 (-80.52%)
Mutual labels:  pipeline, pipe
rocket-pipes
Powerful pipes for TypeScript, that chain Promise and ADT for you 🚌 -> ⛰️ -> 🚠 -> 🏂 -> 🚀
Stars: ✭ 18 (-88.31%)
Mutual labels:  pipeline, pipe
Pipeline.rs
☔️ => ⛅️ => ☀️
Stars: ✭ 188 (+22.08%)
Mutual labels:  pipe, pipeline
Onhold
🔊 Play sounds while and after shell jobs complete
Stars: ✭ 146 (-5.19%)
Mutual labels:  pipe, pipeline
Pipeline
Pipeline is a package to build multi-staged concurrent workflows with a centralized logging output.
Stars: ✭ 433 (+181.17%)
Mutual labels:  pipe, pipeline
tpack
Pack a Go workflow/function as a Unix-style pipeline command
Stars: ✭ 55 (-64.29%)
Mutual labels:  pipeline, pipe
etran
Erlang Parse Transforms Including Fold (MapReduce) comprehension, Elixir-like Pipeline, and default function arguments
Stars: ✭ 19 (-87.66%)
Mutual labels:  pipeline, pipe
Param pipe
parameterized pipe in elixir: |n>
Stars: ✭ 14 (-90.91%)
Mutual labels:  pipe, pipeline
pipe-trait
Make it possible to chain regular functions
Stars: ✭ 22 (-85.71%)
Mutual labels:  pipeline, pipe
pypely
Make your data processing easy
Stars: ✭ 17 (-88.96%)
Mutual labels:  pipeline, pipe
Ttyplot
a realtime plotting utility for terminal/console with data input from stdin
Stars: ✭ 532 (+245.45%)
Mutual labels:  pipe, pipeline
Hookah
A cross-platform tool for data pipelines.
Stars: ✭ 83 (-46.1%)
Mutual labels:  pipe, pipeline
Sourcedemorender
Multithreaded, hardware accelerated solution to create high quality movies for the Source engine.
Stars: ✭ 152 (-1.3%)
Mutual labels:  valve
Angular Skyhook
An implementation of react-dnd for Angular.
Stars: ✭ 146 (-5.19%)
Mutual labels:  drag
Steamkit
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
Stars: ✭ 1,926 (+1150.65%)
Mutual labels:  valve
Bee2.4
Tool to mod Portal 2's Puzzlemaker
Stars: ✭ 152 (-1.3%)
Mutual labels:  valve
Ngx Smooth Dnd
angular wrapper for smooth-dnd
Stars: ✭ 152 (-1.3%)
Mutual labels:  drag
Bodywork Core
Deploy machine learning projects developed in Python, to Kubernetes. Accelerated MLOps 🚀
Stars: ✭ 145 (-5.84%)
Mutual labels:  pipeline
Pipetools
Functional plumbing for Python
Stars: ✭ 143 (-7.14%)
Mutual labels:  pipe
Demo Jenkins Config As Code
Demo of Jenkins Configuration-As-Code with Docker and Groovy Hook Scripts
Stars: ✭ 143 (-7.14%)
Mutual labels:  pipeline

====== 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 2.7 and up as well as PyPy2 and PyPy3. Additionally, fluids has been tested by the author to load in IronPython, Jython, 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 [email protected].

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 (2016-2021). fluids: Fluid dynamics component of Chemical Engineering Design Library (ChEDL)
https://github.com/CalebBell/fluids.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].