cfdpre 0.2.3__tar.gz → 0.2.4__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.3
3
+ Version: 0.2.4
4
4
  Summary: CFD PreProcessing Library
5
5
  Author: Pushkar Sheth
6
6
  Author-email: siglyserdev@gmail.com
@@ -62,12 +62,12 @@ Output:
62
62
  'flow velocity [m/sec]': 18.875569021507275,
63
63
  'reynolds number': 1288541.1444310248,
64
64
  'prandtl number': 0.7103701741111368,
65
- 'skin friction coefficient [cf]': 0.0035835733898580227,
66
- 'wall shear stress [tau_wall]': 6.889956204766106,
67
- 'yplus [m]': 2.2917570116263887e-06,
68
- 'first layer height [m]': 4.5835140232527775e-06,
65
+ 'skin friction coefficient [cf]': 0.003583573389858024,
66
+ 'wall shear stress [tau_wall]': 6.889956204766108,
67
+ 'height of cell centroid from wall [yp] [m]': 2.2917570116263883e-06,
68
+ 'first layer height [yh] [m]': 4.583514023252777e-06,
69
69
  'Growth Ratio': 2.3120331242085856,
70
- 'Final Layer Thickness [m]': 0.0016186648187374525}
70
+ 'Final Layer Thickness [m]': 0.0016186648187374523}
71
71
  ```
72
72
 
73
73
  Documentation
@@ -52,12 +52,12 @@ Output:
52
52
  'flow velocity [m/sec]': 18.875569021507275,
53
53
  'reynolds number': 1288541.1444310248,
54
54
  'prandtl number': 0.7103701741111368,
55
- 'skin friction coefficient [cf]': 0.0035835733898580227,
56
- 'wall shear stress [tau_wall]': 6.889956204766106,
57
- 'yplus [m]': 2.2917570116263887e-06,
58
- 'first layer height [m]': 4.5835140232527775e-06,
55
+ 'skin friction coefficient [cf]': 0.003583573389858024,
56
+ 'wall shear stress [tau_wall]': 6.889956204766108,
57
+ 'height of cell centroid from wall [yp] [m]': 2.2917570116263883e-06,
58
+ 'first layer height [yh] [m]': 4.583514023252777e-06,
59
59
  'Growth Ratio': 2.3120331242085856,
60
- 'Final Layer Thickness [m]': 0.0016186648187374525}
60
+ 'Final Layer Thickness [m]': 0.0016186648187374523}
61
61
  ```
62
62
 
63
63
  Documentation
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cfdpre
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: CFD PreProcessing Library
5
5
  Author: Pushkar Sheth
6
6
  Author-email: siglyserdev@gmail.com
@@ -62,12 +62,12 @@ Output:
62
62
  'flow velocity [m/sec]': 18.875569021507275,
63
63
  'reynolds number': 1288541.1444310248,
64
64
  'prandtl number': 0.7103701741111368,
65
- 'skin friction coefficient [cf]': 0.0035835733898580227,
66
- 'wall shear stress [tau_wall]': 6.889956204766106,
67
- 'yplus [m]': 2.2917570116263887e-06,
68
- 'first layer height [m]': 4.5835140232527775e-06,
65
+ 'skin friction coefficient [cf]': 0.003583573389858024,
66
+ 'wall shear stress [tau_wall]': 6.889956204766108,
67
+ 'height of cell centroid from wall [yp] [m]': 2.2917570116263883e-06,
68
+ 'first layer height [yh] [m]': 4.583514023252777e-06,
69
69
  'Growth Ratio': 2.3120331242085856,
70
- 'Final Layer Thickness [m]': 0.0016186648187374525}
70
+ 'Final Layer Thickness [m]': 0.0016186648187374523}
71
71
  ```
72
72
 
73
73
  Documentation
@@ -8,7 +8,7 @@ with open("README.md", "r") as f:
8
8
 
9
9
  setup(
10
10
  name='cfdpre',
11
- version='0.2.3',
11
+ version='0.2.4',
12
12
  description='CFD PreProcessing Library',
13
13
  author='Pushkar Sheth',
14
14
  author_email='siglyserdev@gmail.com',
File without changes
File without changes
File without changes