Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : Internal Fluid Flow Toolbox details
Login with GitLab

Internal Fluid Flow Toolbox

A toolbox for internal fluid flow
(1 downloads for this version - 115 downloads for all versions)
Details
Version
0.1.0
A more recent valid version with binaries for Scilab 6.1 exists: 0.2.2
Author
Alexandre Umpierre
Maintainer
alexandre umpierre
Category
License
Creation Date
August 21, 2022
Source created on
Scilab 6.1.x
Binaries available on
The maintainer of this module has not provided binaries.
Description
            Internal Fluid Flow Toolbox
This package provides a set of functions designed to solve problems of internal
fluid flow. All functions are based on the Poiseuille condition for laminar
flow, the Colebrook-White equation for turbulent flow, and the Darcy-Weisbach
equation for head loss. The simplest problems on internal flow consist in
computing either the Reynolds number or the Darcy friction factor given the
other and the relative roughness. For those cases, this package provides
functions epsf2Re and epsRe2f, respectively. More elaborated problems consist in
computing both the Reynolds number and the Darcy friction factor given the head
loss, the tube length, the fluid's density and dynamic viscosity, the
gravitational acceleration, the relative roughness and either the dynamic
diameter or the linear velocity or the volumetric flow. For those cases, this
package provides functions hDeps2fRe, hveps2fRe and hQeps2fRe, respectively. A
slightly more elaborate situation arises when roughness is given instead of
relative roughness along with the linear velocity or the volumetric flow.
For those cases, this package provides functions hvthk2fRe and hQthk2fRe,
respectively. All function in this package offer the option of plotting the
solution on a schematic Moody diagram. Enjoy!

Concept DOI: 10.5281/zenodo.6927994
https://doi.org/10.5281/zenodo.6927994

This version DOI: 10.5281/zenodo.7013177
https://doi.org/10.5281/zenodo.7013177

https://aumpierre-unb.github.io/Internal-Fluid-Flow-for-Scilab/

TODO
====

inflowlib 0.1.0 (2022-08-20)
=============================
* Adoption of semantic versioning (https://semver.org)
* Laminar/turbulent transition reset from 2.5e3 to 2.3e3
* Minor corrections on help comments
* Major changes on code to solve bug on the transitional range

inflowlib 0.0.7 (2022-08-03)
=============================
* Spell of "Colebrooke" fixed to "Colebrook"
* Help comments of epsfD2Re fixed
* Vertical axes' titles replaced to match to functions' inputs
* Laminar/turbulent transition reset from 3e3 to 2.5e3
* Smooth line included to plots

inflowlib 0.0.5 (2022-07-22)
=============================
* Spell of "Weisbach" is now correct
* espfD2Re now computes Reynolds number for laminar flow and/or turbulent flow
when possible
* The second input of epsfD2Re and epsRe2fD now is optional with default value
eps=2e-3
* Plots now include a complete turbulence line for reference

inflowlib 0.0.4 (2022-07-16)
=============================
* Version removed due to bugged functions

inflowlib 0.0.3 (2022-07-09)
=============================
* First release
* Module under construction            
Files (1)
[84.81 kB]
Source code archive

News (0)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.