cfdpre 0.2__tar.gz → 0.2.1__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 → cfdpre-0.2.1}/PKG-INFO +37 -1
- {cfdpre-0.2 → cfdpre-0.2.1}/README.md +36 -0
- {cfdpre-0.2 → cfdpre-0.2.1}/cfdpre.egg-info/PKG-INFO +37 -1
- {cfdpre-0.2 → cfdpre-0.2.1}/setup.py +1 -1
- {cfdpre-0.2 → cfdpre-0.2.1}/cfdpre/__init__.py +0 -0
- {cfdpre-0.2 → cfdpre-0.2.1}/cfdpre/main.py +0 -0
- {cfdpre-0.2 → cfdpre-0.2.1}/cfdpre.egg-info/SOURCES.txt +0 -0
- {cfdpre-0.2 → cfdpre-0.2.1}/cfdpre.egg-info/dependency_links.txt +0 -0
- {cfdpre-0.2 → cfdpre-0.2.1}/cfdpre.egg-info/requires.txt +0 -0
- {cfdpre-0.2 → cfdpre-0.2.1}/cfdpre.egg-info/top_level.txt +0 -0
- {cfdpre-0.2 → cfdpre-0.2.1}/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.1
|
|
4
4
|
Summary: CFD PreProcessing Library
|
|
5
5
|
Author: Pushkar Sheth
|
|
6
6
|
Author-email: siglyserdev@gmail.com
|
|
@@ -31,6 +31,42 @@ https://pypi.org/project/cfdpre/)
|
|
|
31
31
|
|
|
32
32
|
- The Python module can also be installed using pip on Windows, macOS, and Linux.
|
|
33
33
|
|
|
34
|
+
|
|
35
|
+
Usage
|
|
36
|
+
=====
|
|
37
|
+
|
|
38
|
+
```python
|
|
39
|
+
from cfdpre import yhgrcalc
|
|
40
|
+
yhgrcalc('Air', 50, 10, 2.5, 125, 1, 8)
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
Output:
|
|
44
|
+
```
|
|
45
|
+
{'fluid': 'Air',
|
|
46
|
+
'temperature [C]': 50,
|
|
47
|
+
'pressure [bar]': 10,
|
|
48
|
+
'massflow [kg/sec]': 2.5,
|
|
49
|
+
'hydraulicdia [mm]': 125,
|
|
50
|
+
'target yplus': 1,
|
|
51
|
+
'number of layers': 8,
|
|
52
|
+
'dynvisc [N-sec/m^2]': 1.9762497305390764e-05,
|
|
53
|
+
'thermal conductivity [W/m-k]': 0.028357331300649127,
|
|
54
|
+
'specific heat [cp] [J/kg-k]': 1019.3146170790077,
|
|
55
|
+
'density [kg/m^3]': 10.792698589669245,
|
|
56
|
+
'kinematic viscosity [m^2/s]': 1.8310987878701066e-06,
|
|
57
|
+
'flow velocity [m/sec]': 18.875569021507275,
|
|
58
|
+
'reynolds number': 1288541.1444310248,
|
|
59
|
+
'prandtl number': 0.7103701741111368,
|
|
60
|
+
'skin friction coefficient [cf]': 0.0035835733898580227,
|
|
61
|
+
'wall shear stress [tau_wall]': 6.889956204766106,
|
|
62
|
+
'yplus [m]': 2.2917570116263887e-06,
|
|
63
|
+
'first layer height [m]': 4.5835140232527775e-06,
|
|
64
|
+
'Growth Ratio': 2.3120331242085856,
|
|
65
|
+
'Final Layer Thickness [m]': 0.0016186648187374525}
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
34
70
|
Documentation
|
|
35
71
|
=============
|
|
36
72
|
|
|
@@ -21,6 +21,42 @@ https://pypi.org/project/cfdpre/)
|
|
|
21
21
|
|
|
22
22
|
- The Python module can also be installed using pip on Windows, macOS, and Linux.
|
|
23
23
|
|
|
24
|
+
|
|
25
|
+
Usage
|
|
26
|
+
=====
|
|
27
|
+
|
|
28
|
+
```python
|
|
29
|
+
from cfdpre import yhgrcalc
|
|
30
|
+
yhgrcalc('Air', 50, 10, 2.5, 125, 1, 8)
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
Output:
|
|
34
|
+
```
|
|
35
|
+
{'fluid': 'Air',
|
|
36
|
+
'temperature [C]': 50,
|
|
37
|
+
'pressure [bar]': 10,
|
|
38
|
+
'massflow [kg/sec]': 2.5,
|
|
39
|
+
'hydraulicdia [mm]': 125,
|
|
40
|
+
'target yplus': 1,
|
|
41
|
+
'number of layers': 8,
|
|
42
|
+
'dynvisc [N-sec/m^2]': 1.9762497305390764e-05,
|
|
43
|
+
'thermal conductivity [W/m-k]': 0.028357331300649127,
|
|
44
|
+
'specific heat [cp] [J/kg-k]': 1019.3146170790077,
|
|
45
|
+
'density [kg/m^3]': 10.792698589669245,
|
|
46
|
+
'kinematic viscosity [m^2/s]': 1.8310987878701066e-06,
|
|
47
|
+
'flow velocity [m/sec]': 18.875569021507275,
|
|
48
|
+
'reynolds number': 1288541.1444310248,
|
|
49
|
+
'prandtl number': 0.7103701741111368,
|
|
50
|
+
'skin friction coefficient [cf]': 0.0035835733898580227,
|
|
51
|
+
'wall shear stress [tau_wall]': 6.889956204766106,
|
|
52
|
+
'yplus [m]': 2.2917570116263887e-06,
|
|
53
|
+
'first layer height [m]': 4.5835140232527775e-06,
|
|
54
|
+
'Growth Ratio': 2.3120331242085856,
|
|
55
|
+
'Final Layer Thickness [m]': 0.0016186648187374525}
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
24
60
|
Documentation
|
|
25
61
|
=============
|
|
26
62
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cfdpre
|
|
3
|
-
Version: 0.2
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: CFD PreProcessing Library
|
|
5
5
|
Author: Pushkar Sheth
|
|
6
6
|
Author-email: siglyserdev@gmail.com
|
|
@@ -31,6 +31,42 @@ https://pypi.org/project/cfdpre/)
|
|
|
31
31
|
|
|
32
32
|
- The Python module can also be installed using pip on Windows, macOS, and Linux.
|
|
33
33
|
|
|
34
|
+
|
|
35
|
+
Usage
|
|
36
|
+
=====
|
|
37
|
+
|
|
38
|
+
```python
|
|
39
|
+
from cfdpre import yhgrcalc
|
|
40
|
+
yhgrcalc('Air', 50, 10, 2.5, 125, 1, 8)
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
Output:
|
|
44
|
+
```
|
|
45
|
+
{'fluid': 'Air',
|
|
46
|
+
'temperature [C]': 50,
|
|
47
|
+
'pressure [bar]': 10,
|
|
48
|
+
'massflow [kg/sec]': 2.5,
|
|
49
|
+
'hydraulicdia [mm]': 125,
|
|
50
|
+
'target yplus': 1,
|
|
51
|
+
'number of layers': 8,
|
|
52
|
+
'dynvisc [N-sec/m^2]': 1.9762497305390764e-05,
|
|
53
|
+
'thermal conductivity [W/m-k]': 0.028357331300649127,
|
|
54
|
+
'specific heat [cp] [J/kg-k]': 1019.3146170790077,
|
|
55
|
+
'density [kg/m^3]': 10.792698589669245,
|
|
56
|
+
'kinematic viscosity [m^2/s]': 1.8310987878701066e-06,
|
|
57
|
+
'flow velocity [m/sec]': 18.875569021507275,
|
|
58
|
+
'reynolds number': 1288541.1444310248,
|
|
59
|
+
'prandtl number': 0.7103701741111368,
|
|
60
|
+
'skin friction coefficient [cf]': 0.0035835733898580227,
|
|
61
|
+
'wall shear stress [tau_wall]': 6.889956204766106,
|
|
62
|
+
'yplus [m]': 2.2917570116263887e-06,
|
|
63
|
+
'first layer height [m]': 4.5835140232527775e-06,
|
|
64
|
+
'Growth Ratio': 2.3120331242085856,
|
|
65
|
+
'Final Layer Thickness [m]': 0.0016186648187374525}
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
34
70
|
Documentation
|
|
35
71
|
=============
|
|
36
72
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|