-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (30 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Toolbox: inflowlib
Title: Internal Fluid Flow Toolbox for Scilab
Summary: A toolbox for internal fluid flow
Version: 0.2.2
Author: Alexandre Umpierre
Maintainer: Alexandre Umpierre <aumpierre@gmail.com>
Category: Physics
Entity:
WebSite: https://aumpierre-unb.github.io/Internal-Fluid-Flow-for-Scilab
License: GPL 3.0
ScilabVersion: >= 6.0
Depends:
Date: 2023-04-03
Description: This package provides
a set of functions
designed to solve problems of internal fluid flow
on Scilab under GNU GPLv3.
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.
Basic functions allow to compute either
the Reynolds number or the Darcy friction factor,
given one of them is given along with the relative roughness.
More advanced functions allow to compute
both the Reynolds number and the Darcy friction factor
given the head loss and other variables
that describe the fluid flow.
https://doi.org/10.5281/zenodo.6927994
Enjoy!