cfdpre 0.2.2__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cfdpre-0.2.2 → cfdpre-0.2.3}/PKG-INFO +6 -3
- {cfdpre-0.2.2 → cfdpre-0.2.3}/README.md +5 -2
- {cfdpre-0.2.2 → cfdpre-0.2.3}/cfdpre/main.py +2 -2
- {cfdpre-0.2.2 → cfdpre-0.2.3}/cfdpre.egg-info/PKG-INFO +6 -3
- {cfdpre-0.2.2 → cfdpre-0.2.3}/setup.py +1 -1
- {cfdpre-0.2.2 → cfdpre-0.2.3}/cfdpre/__init__.py +0 -0
- {cfdpre-0.2.2 → cfdpre-0.2.3}/cfdpre.egg-info/SOURCES.txt +0 -0
- {cfdpre-0.2.2 → cfdpre-0.2.3}/cfdpre.egg-info/dependency_links.txt +0 -0
- {cfdpre-0.2.2 → cfdpre-0.2.3}/cfdpre.egg-info/requires.txt +0 -0
- {cfdpre-0.2.2 → cfdpre-0.2.3}/cfdpre.egg-info/top_level.txt +0 -0
- {cfdpre-0.2.2 → cfdpre-0.2.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cfdpre
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: CFD PreProcessing Library
|
|
5
5
|
Author: Pushkar Sheth
|
|
6
6
|
Author-email: siglyserdev@gmail.com
|
|
@@ -9,7 +9,7 @@ Requires-Dist: numpy
|
|
|
9
9
|
Requires-Dist: CoolProp
|
|
10
10
|
|
|
11
11
|
<h1 align="center">
|
|
12
|
-
<img src="cfdprelogo.png" width="300">
|
|
12
|
+
<img src="https://raw.githubusercontent.com/phsheth/cfdpre/refs/heads/main/cfdprelogo.png" width="300">
|
|
13
13
|
</h1><br>
|
|
14
14
|
|
|
15
15
|
|
|
@@ -75,9 +75,12 @@ Documentation
|
|
|
75
75
|
|
|
76
76
|
In progress - not yet made!
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
- **Project Home Page:** https://cfdpre.github.io/ [under construction]
|
|
79
79
|
- **Users Group:** https://groups.google.com/g/cfdpre
|
|
80
80
|
- **Source code:** https://github.com/phsheth/cfdpre
|
|
81
|
+
- **PyPI Page:** https://pypi.org/project/cfdpre/
|
|
82
|
+
|
|
83
|
+
|
|
81
84
|
|
|
82
85
|
Call for Contributors
|
|
83
86
|
----------------------
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<h1 align="center">
|
|
2
|
-
<img src="cfdprelogo.png" width="300">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/phsheth/cfdpre/refs/heads/main/cfdprelogo.png" width="300">
|
|
3
3
|
</h1><br>
|
|
4
4
|
|
|
5
5
|
|
|
@@ -65,9 +65,12 @@ Documentation
|
|
|
65
65
|
|
|
66
66
|
In progress - not yet made!
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
- **Project Home Page:** https://cfdpre.github.io/ [under construction]
|
|
69
69
|
- **Users Group:** https://groups.google.com/g/cfdpre
|
|
70
70
|
- **Source code:** https://github.com/phsheth/cfdpre
|
|
71
|
+
- **PyPI Page:** https://pypi.org/project/cfdpre/
|
|
72
|
+
|
|
73
|
+
|
|
71
74
|
|
|
72
75
|
Call for Contributors
|
|
73
76
|
----------------------
|
|
@@ -98,8 +98,8 @@ def yhgrcalc(fluid, temperature_c, pressure_bar, massflow_kgpersec, hydraulicdia
|
|
|
98
98
|
'prandtl number' : prandtl,
|
|
99
99
|
'skin friction coefficient [cf]' : cf,
|
|
100
100
|
'wall shear stress [tau_wall]' : tau_wall,
|
|
101
|
-
'
|
|
102
|
-
'first layer height [m]' : yh_m,
|
|
101
|
+
'height of cell centroid from wall [yp] [m]' : yp_m,
|
|
102
|
+
'first layer height [yh] [m]' : yh_m,
|
|
103
103
|
'Growth Ratio' : growth_ratio,
|
|
104
104
|
'Final Layer Thickness [m]' : final_layer_thickness_m
|
|
105
105
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cfdpre
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: CFD PreProcessing Library
|
|
5
5
|
Author: Pushkar Sheth
|
|
6
6
|
Author-email: siglyserdev@gmail.com
|
|
@@ -9,7 +9,7 @@ Requires-Dist: numpy
|
|
|
9
9
|
Requires-Dist: CoolProp
|
|
10
10
|
|
|
11
11
|
<h1 align="center">
|
|
12
|
-
<img src="cfdprelogo.png" width="300">
|
|
12
|
+
<img src="https://raw.githubusercontent.com/phsheth/cfdpre/refs/heads/main/cfdprelogo.png" width="300">
|
|
13
13
|
</h1><br>
|
|
14
14
|
|
|
15
15
|
|
|
@@ -75,9 +75,12 @@ Documentation
|
|
|
75
75
|
|
|
76
76
|
In progress - not yet made!
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
- **Project Home Page:** https://cfdpre.github.io/ [under construction]
|
|
79
79
|
- **Users Group:** https://groups.google.com/g/cfdpre
|
|
80
80
|
- **Source code:** https://github.com/phsheth/cfdpre
|
|
81
|
+
- **PyPI Page:** https://pypi.org/project/cfdpre/
|
|
82
|
+
|
|
83
|
+
|
|
81
84
|
|
|
82
85
|
Call for Contributors
|
|
83
86
|
----------------------
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|