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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cfdpre
3
- Version: 0.2.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
- 'yplus [m]' : yp_m,
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.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
  ----------------------
@@ -8,7 +8,7 @@ with open("README.md", "r") as f:
8
8
 
9
9
  setup(
10
10
  name='cfdpre',
11
- version='0.2.2',
11
+ version='0.2.3',
12
12
  description='CFD PreProcessing Library',
13
13
  author='Pushkar Sheth',
14
14
  author_email='siglyserdev@gmail.com',
File without changes
File without changes