-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
106 lines (85 loc) · 3.45 KB
/
NEWS
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
### TODO
### InternalFluidFlow 2.1.0 (2024-09-25)
* hDthk2fRe introduced as internal function
* Warning message in h2fRe function is fixed for the case where pipe roughness in given instead of pipe relative roughness
* ε is now a keyword arguments in doPlot function
* doPlot function now accepts custom basckground color
* Minor changes on documentation
### InternalFluidFlow 2.0.0 (2024-09-17)
* Main and internal functions reformulated
* All functions now scan for solutions within the laminar (Re < 4e3) and the turbulent (Re > 2.3e3) bounds
* D, v, and Q are now keyword arguments in h2fRe function
* f is now a nukeyword arguments in f2Re function
* Re is now a keyword arguments in Re2f function
* h2fRe function now accepts pipe roughness
* Computed values now are presented as structure Moody(Re, f, ε)
* Moody diagrams now display more turbulent lines, with relative roughness identified at the right margin
* doPlot function now is available to plot schematic Moody diagram
* Tests are extended
### InternalFluidFlow 1.1.4 (2024-07-15)
* Manifest.toml upgraded
### InternalFluidFlow 1.1.3 (2024-07-13)
* runtests.jl fixed
### InternalFluidFlow 1.1.2 (2024-07-13)
* Manifest.toml updated
### InternalFluidFlow 1.1.1 (2024-05-19)
* Annotations to the curves included on plots
* Extra ticks included to plot's y-axis
* Plot no strict ticks found warning solved
### InternalFluidFlow 1.0.0 (2023-05-03)
* h2fRe replaces hDeps2fRe,
hveps2fRe, hQeps2fRe, hvthk2fRe and hQthk2fRe
* h2fRe accepts the
either the pipe hydraulic diameter or
the flow speed or the volumetric flow rate, and
either the pipe roughness or
the pipe relative roughness
* pipe length default set to L = 100
### InternalFluidFlow 0.3.2 (2023-04-17)
* Major changes on documentation on units
for parameters' default values
### InternalFluidFlow 0.3.1 (2023-04-09)
* Minor changes on functions' returns
### InternalFluidFlow 0.3.0 (2023-01-05)
* Major changes on functions
* Minor changes in docstrings
* Help comments included for internal functions
### InternalFluidFlow 0.2.3 (2022-10-20)
* Minor changes in README.md
* Minor changes in docstrings
### InternalFluidFlow 0.2.2 (2022-10-08)
* CITATION simplified
### InternalFluidFlow 0.2.1 (2022-09-24)
* Major changes in README.md
* Minor changes in docstrings
### InternalFluidFlow 0.2.0 (2022-09-22)
* Parameters sequence altered for most functions
(please, check it out at Julia's help)
* Parameters' types declared as Number
* Default values for density and viscosity
set to ρ = 0.997 g/cc and
μ = 0.91 g/cm/s (water @ 25 °C)
* Default value for gravitational acceleration
set to g = 981 cm/s/s
* Major changes on docstrings and on README.md
### InternalFluidFlow 0.1.6 (2022-09-15)
* Major changes in README.md
* Mathematical equations removed
to best fit README to JuliaHub
### InternalFluidFlow 0.1.5 (2022-09-14)
* Major changes in README.md
* Minor changes in docstrings
### InternalFluidFlow 0.1.4 (2022-09-13)
* Major changes in README.md
* Minor changes in docstrings
### InternalFluidFlow 0.1.3 (2022-09-13)
* Add module description
### InternalFluidFlow 0.1.2 (2022-09-03)
* Remove brackets from syntaxes in README.md
* Minor adjustments on plots
* Minor adjustments on descriptions
### InternalFluidFlow 0.1.1 (2022-08-27)
* Minor adjustments on plots
### InternalFluidFlow 0.1.0 (2022-08-20)
* First release
* Package under construction