ansys-fluent-core 0.33.0__py3-none-any.whl → 0.34.dev0__py3-none-any.whl
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.
Potentially problematic release.
This version of ansys-fluent-core might be problematic. Click here for more details.
- ansys/fluent/core/__init__.py +2 -2
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_231/meshing.py +211 -211
- ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
- ansys/fluent/core/generated/datamodel_232/meshing.py +180 -180
- ansys/fluent/core/generated/datamodel_241/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_241/meshing.py +269 -269
- ansys/fluent/core/generated/datamodel_242/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_242/meshing.py +309 -309
- ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
- ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_251/meshing.py +355 -355
- ansys/fluent/core/generated/datamodel_251/part_management.py +3 -3
- ansys/fluent/core/generated/datamodel_252/flicing.py +45 -45
- ansys/fluent/core/generated/datamodel_252/meshing.py +353 -353
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +20 -20
- ansys/fluent/core/generated/datamodel_261/meshing.py +416 -416
- ansys/fluent/core/generated/datamodel_261/part_management.py +15 -15
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/RECORD +24 -24
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/WHEEL +0 -0
- {ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/licenses/LICENSE +0 -0
|
@@ -3225,8 +3225,8 @@ class Root(PyMenu):
|
|
|
3225
3225
|
super().__init__(parent, attr, service, rules, path)
|
|
3226
3226
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
3227
3227
|
self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
|
|
3228
|
-
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3229
3228
|
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3229
|
+
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3230
3230
|
|
|
3231
3231
|
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
3232
3232
|
"""
|
|
@@ -3238,14 +3238,14 @@ class Root(PyMenu):
|
|
|
3238
3238
|
This option is available when DSCO is selected for the Import Route. When enabled, this option will refacet the geometry as it is converted to a .fmd file. This option eliminates the need for any refaceting operation after the geometry is loaded, which can be expensive.
|
|
3239
3239
|
"""
|
|
3240
3240
|
|
|
3241
|
-
class
|
|
3241
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
3242
3242
|
"""
|
|
3243
|
-
Specify
|
|
3243
|
+
Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
|
|
3244
3244
|
"""
|
|
3245
3245
|
|
|
3246
|
-
class
|
|
3246
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
3247
3247
|
"""
|
|
3248
|
-
Specify
|
|
3248
|
+
Specify a rotational angle (in degrees) of transformation.
|
|
3249
3249
|
"""
|
|
3250
3250
|
|
|
3251
3251
|
def create_instance(self) -> _AppendFmdFilesCommandArguments:
|
|
@@ -3543,8 +3543,8 @@ class Root(PyMenu):
|
|
|
3543
3543
|
super().__init__(parent, attr, service, rules, path)
|
|
3544
3544
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
3545
3545
|
self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
|
|
3546
|
-
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3547
3546
|
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3547
|
+
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3548
3548
|
|
|
3549
3549
|
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
3550
3550
|
"""
|
|
@@ -3556,14 +3556,14 @@ class Root(PyMenu):
|
|
|
3556
3556
|
This option is available when DSCO is selected for the Import Route. When enabled, this option will refacet the geometry as it is converted to a .fmd file. This option eliminates the need for any refaceting operation after the geometry is loaded, which can be expensive.
|
|
3557
3557
|
"""
|
|
3558
3558
|
|
|
3559
|
-
class
|
|
3559
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
3560
3560
|
"""
|
|
3561
|
-
Specify
|
|
3561
|
+
Specify a rotational angle (in degrees) of transformation.
|
|
3562
3562
|
"""
|
|
3563
3563
|
|
|
3564
|
-
class
|
|
3564
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
3565
3565
|
"""
|
|
3566
|
-
Specify
|
|
3566
|
+
Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
|
|
3567
3567
|
"""
|
|
3568
3568
|
|
|
3569
3569
|
def create_instance(self) -> _InputFileChangedCommandArguments:
|
|
@@ -3714,8 +3714,8 @@ class Root(PyMenu):
|
|
|
3714
3714
|
super().__init__(parent, attr, service, rules, path)
|
|
3715
3715
|
self.MaxSize = self._MaxSize(self, "MaxSize", service, rules, path)
|
|
3716
3716
|
self.RefacetDuringLoad = self._RefacetDuringLoad(self, "RefacetDuringLoad", service, rules, path)
|
|
3717
|
-
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3718
3717
|
self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
|
|
3718
|
+
self.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
|
|
3719
3719
|
|
|
3720
3720
|
class _MaxSize(PyNumericalCommandArgumentsSubItem):
|
|
3721
3721
|
"""
|
|
@@ -3727,14 +3727,14 @@ class Root(PyMenu):
|
|
|
3727
3727
|
This option is available when DSCO is selected for the Import Route. When enabled, this option will refacet the geometry as it is converted to a .fmd file. This option eliminates the need for any refaceting operation after the geometry is loaded, which can be expensive.
|
|
3728
3728
|
"""
|
|
3729
3729
|
|
|
3730
|
-
class
|
|
3730
|
+
class _Deviation(PyNumericalCommandArgumentsSubItem):
|
|
3731
3731
|
"""
|
|
3732
|
-
Specify
|
|
3732
|
+
Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
|
|
3733
3733
|
"""
|
|
3734
3734
|
|
|
3735
|
-
class
|
|
3735
|
+
class _NormalAngle(PyNumericalCommandArgumentsSubItem):
|
|
3736
3736
|
"""
|
|
3737
|
-
Specify
|
|
3737
|
+
Specify a rotational angle (in degrees) of transformation.
|
|
3738
3738
|
"""
|
|
3739
3739
|
|
|
3740
3740
|
def create_instance(self) -> _LoadFmdFileCommandArguments:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ansys/fluent/core/__init__.py,sha256=
|
|
1
|
+
ansys/fluent/core/__init__.py,sha256=FyQDHo0qwsq5rmiZ1hnZN1m3MiON110_F6ILQr0SxsQ,6300
|
|
2
2
|
ansys/fluent/core/data_model_cache.py,sha256=MVnBuH7s5Yr_AI8f0F9kPw-gMExDopUKvW9a99MX2RE,16963
|
|
3
3
|
ansys/fluent/core/exceptions.py,sha256=UBx1BZmuICRUk38YuOLCY1KzsJ-Jb15GmFDhroCTiFM,2005
|
|
4
4
|
ansys/fluent/core/field_data_interfaces.py,sha256=I-_rR3vdet9ljxblVOLUoDDL7ln9pOJEHiaCnOjvB3o,19620
|
|
@@ -60,60 +60,60 @@ ansys/fluent/core/generated/fluent_version_242.py,sha256=098i_ge1V5f_MZxu9hIjNAF
|
|
|
60
60
|
ansys/fluent/core/generated/fluent_version_251.py,sha256=HB2VZqVDg8DbP2kDE1v2rCxCgUrXwnWdiLGaTOdNnF0,167
|
|
61
61
|
ansys/fluent/core/generated/fluent_version_252.py,sha256=6m6hyy-eDRVThRQ_GRdv_Db3smeyWy02pOgK15_HUHc,173
|
|
62
62
|
ansys/fluent/core/generated/fluent_version_261.py,sha256=P_Bg8lN7LEBXCq26SafAvxpJjcfdPtnk2DFkRCWhAxA,150
|
|
63
|
-
ansys/fluent/core/generated/api_tree/api_objects.json,sha256=
|
|
64
|
-
ansys/fluent/core/generated/datamodel_231/flicing.py,sha256=
|
|
65
|
-
ansys/fluent/core/generated/datamodel_231/meshing.py,sha256=
|
|
63
|
+
ansys/fluent/core/generated/api_tree/api_objects.json,sha256=Z_GCvzxQYrDOBc5Vmgi0SzTEX3UB_x_XvTrU3itkDCY,7866977
|
|
64
|
+
ansys/fluent/core/generated/datamodel_231/flicing.py,sha256=IkXnO5xdAh7H_UHRA1-wIe2Y_cbG0eFzW7hnfe7f3GE,468431
|
|
65
|
+
ansys/fluent/core/generated/datamodel_231/meshing.py,sha256=VZqQ3Mo3dN45Xi1nIHI3bLA2iNiVVpF6M99SeSmgPxs,446627
|
|
66
66
|
ansys/fluent/core/generated/datamodel_231/part_management.py,sha256=YxMOgaBReFWTs-5MSxdhXyhtGGt186sg1rSlBH0zfdg,140437
|
|
67
67
|
ansys/fluent/core/generated/datamodel_231/pm_file_management.py,sha256=6JZlJ-gjcZgBcDBsW6RSCHp0jAROPVOd7DeotW5P1ng,10477
|
|
68
68
|
ansys/fluent/core/generated/datamodel_231/preferences.py,sha256=plsjq7rJqmEhrYz9SdXA0O0lS-UAkZ_c-haTy7tiaOw,102519
|
|
69
69
|
ansys/fluent/core/generated/datamodel_231/solver_workflow.py,sha256=JAaaZvdBsXe6F8uTedJ-PIVfngG9cLndm3zi6QUrCoI,37317
|
|
70
70
|
ansys/fluent/core/generated/datamodel_231/workflow.py,sha256=Cja8z2YF9dOxhlEKu5cCiDclnqmjPN9cYUqZ2oJ0G_A,25151
|
|
71
|
-
ansys/fluent/core/generated/datamodel_232/flicing.py,sha256=
|
|
72
|
-
ansys/fluent/core/generated/datamodel_232/meshing.py,sha256=
|
|
71
|
+
ansys/fluent/core/generated/datamodel_232/flicing.py,sha256=n8geQQeZFtxSiliUxARzWMUSUTi1gLfqe2X6KR6dTX4,468737
|
|
72
|
+
ansys/fluent/core/generated/datamodel_232/meshing.py,sha256=0FVnGyqgjzdTE5eKBFx5Q_l3OEIhrkzzmFeL9YCKPc8,467203
|
|
73
73
|
ansys/fluent/core/generated/datamodel_232/part_management.py,sha256=YxMOgaBReFWTs-5MSxdhXyhtGGt186sg1rSlBH0zfdg,140437
|
|
74
74
|
ansys/fluent/core/generated/datamodel_232/pm_file_management.py,sha256=6JZlJ-gjcZgBcDBsW6RSCHp0jAROPVOd7DeotW5P1ng,10477
|
|
75
75
|
ansys/fluent/core/generated/datamodel_232/preferences.py,sha256=kArGDPyFzidmnTczouYjA9WZmnJX_8s-vIelN6IESIM,106005
|
|
76
76
|
ansys/fluent/core/generated/datamodel_232/solver_workflow.py,sha256=Ts_c6mj65W5i15aMBN5puYn66N2j5lTzSgt_TYCdBMc,44298
|
|
77
77
|
ansys/fluent/core/generated/datamodel_232/workflow.py,sha256=Cja8z2YF9dOxhlEKu5cCiDclnqmjPN9cYUqZ2oJ0G_A,25151
|
|
78
|
-
ansys/fluent/core/generated/datamodel_241/flicing.py,sha256=
|
|
79
|
-
ansys/fluent/core/generated/datamodel_241/meshing.py,sha256=
|
|
78
|
+
ansys/fluent/core/generated/datamodel_241/flicing.py,sha256=ieoh0dPZXSvKfxw5g4heTuctCWMqbvGso85QfaZBqRY,468737
|
|
79
|
+
ansys/fluent/core/generated/datamodel_241/meshing.py,sha256=oljsyDpFXoGwOHf1fuzleied0XiAPi-76PTqPxHVO50,506723
|
|
80
80
|
ansys/fluent/core/generated/datamodel_241/part_management.py,sha256=W1oJO-y4hIIMq9g7R3gzZ6pjK34F7xyAveOF7ZWXLhA,142916
|
|
81
81
|
ansys/fluent/core/generated/datamodel_241/pm_file_management.py,sha256=6JZlJ-gjcZgBcDBsW6RSCHp0jAROPVOd7DeotW5P1ng,10477
|
|
82
82
|
ansys/fluent/core/generated/datamodel_241/preferences.py,sha256=5lOaO5d_7rNI6g_P0KXtdEF-IUUYneZe_x2bA3G3jP8,107946
|
|
83
83
|
ansys/fluent/core/generated/datamodel_241/solver_workflow.py,sha256=Ts_c6mj65W5i15aMBN5puYn66N2j5lTzSgt_TYCdBMc,44298
|
|
84
84
|
ansys/fluent/core/generated/datamodel_241/workflow.py,sha256=w_zv2NxCAZvLSDbwLJHA_FTwZoVndDO_V7gL_TEQ46o,25523
|
|
85
|
-
ansys/fluent/core/generated/datamodel_242/flicing.py,sha256=
|
|
86
|
-
ansys/fluent/core/generated/datamodel_242/meshing.py,sha256=
|
|
85
|
+
ansys/fluent/core/generated/datamodel_242/flicing.py,sha256=ur5D2gzXoug0Hh7eUY9a-gT_ESdw7-6NAE_SgOuiM3U,519701
|
|
86
|
+
ansys/fluent/core/generated/datamodel_242/meshing.py,sha256=RZ0LY_HUGy-MFMIMxGl_c9Z4TTPlYiHQXPPQkJ829tw,705038
|
|
87
87
|
ansys/fluent/core/generated/datamodel_242/meshing_utilities.py,sha256=FIZ4pdO9ZS52hrBT8XrU0XWOgWkJroFy891tphDw8tQ,145933
|
|
88
88
|
ansys/fluent/core/generated/datamodel_242/meshing_utilities.pyi,sha256=NW-Du7YaM603iZaCe5zk6BaV2w7_zVKCSVS3eO8rEWM,30119
|
|
89
|
-
ansys/fluent/core/generated/datamodel_242/part_management.py,sha256=
|
|
89
|
+
ansys/fluent/core/generated/datamodel_242/part_management.py,sha256=43GUvCj1SD3ziuNdnZXJHIWU4dLT2ll1j8ZF-0StDzM,198878
|
|
90
90
|
ansys/fluent/core/generated/datamodel_242/pm_file_management.py,sha256=LtXmO9-v86N9-RspThPSENexAmr8afIKzz_j2x107r4,12023
|
|
91
91
|
ansys/fluent/core/generated/datamodel_242/preferences.py,sha256=-HT1_FcL_-kz28cBjJAHNxfDKasyH22t_VK0hS2TF-0,112187
|
|
92
92
|
ansys/fluent/core/generated/datamodel_242/solver_workflow.py,sha256=eGZQTFTB1QVkEIvj-WhsYGH5MmXXCWcn9_rPKOljFew,48235
|
|
93
93
|
ansys/fluent/core/generated/datamodel_242/workflow.py,sha256=LBiYdvXAEO3zgiqSRjsrRLiFDOjdOWFfD5yFjI97qAU,27425
|
|
94
|
-
ansys/fluent/core/generated/datamodel_251/flicing.py,sha256=
|
|
95
|
-
ansys/fluent/core/generated/datamodel_251/meshing.py,sha256=
|
|
94
|
+
ansys/fluent/core/generated/datamodel_251/flicing.py,sha256=NhaH8RVntyEM_Y95AmdPexou72kvofSs8L8ldM8Bb2g,519701
|
|
95
|
+
ansys/fluent/core/generated/datamodel_251/meshing.py,sha256=0i0VacxI-BCtY1KMPpTifY2ppIH4HkMjaP_BmO114LY,749229
|
|
96
96
|
ansys/fluent/core/generated/datamodel_251/meshing_utilities.py,sha256=3bh58FJz19swsfJrC9uKHqytC0fLFI4E4_-eWBRFvYk,177566
|
|
97
97
|
ansys/fluent/core/generated/datamodel_251/meshing_utilities.pyi,sha256=tRXOj4HqsmsfY_5_uqcWdT9mlVwWDsrrDBGkkgE9Qk8,30506
|
|
98
|
-
ansys/fluent/core/generated/datamodel_251/part_management.py,sha256=
|
|
98
|
+
ansys/fluent/core/generated/datamodel_251/part_management.py,sha256=AU3EU2BHLIyg1qXQmjJtPGArNL7tWP1E5VJgkYpcCOg,200176
|
|
99
99
|
ansys/fluent/core/generated/datamodel_251/pm_file_management.py,sha256=LtXmO9-v86N9-RspThPSENexAmr8afIKzz_j2x107r4,12023
|
|
100
100
|
ansys/fluent/core/generated/datamodel_251/preferences.py,sha256=jwNacZDoZaEmpRjsJqr5lDh_vwVUJ-enLXmYH7DYx2E,115630
|
|
101
101
|
ansys/fluent/core/generated/datamodel_251/solver_workflow.py,sha256=eGZQTFTB1QVkEIvj-WhsYGH5MmXXCWcn9_rPKOljFew,48235
|
|
102
102
|
ansys/fluent/core/generated/datamodel_251/workflow.py,sha256=UKwbtOadCV8C3LoXhAwsOLxnsKFQaYxxv_Z1M3gUDZw,27742
|
|
103
|
-
ansys/fluent/core/generated/datamodel_252/flicing.py,sha256=
|
|
104
|
-
ansys/fluent/core/generated/datamodel_252/meshing.py,sha256=
|
|
103
|
+
ansys/fluent/core/generated/datamodel_252/flicing.py,sha256=N2nwSep7E8gPwBJ-aQ1tISL8l7wakWChW1Sk_kZFd1Y,521561
|
|
104
|
+
ansys/fluent/core/generated/datamodel_252/meshing.py,sha256=Ow7WuJzN-zgsfimVi_6RPXxZL6YMreitJPsE80E7orw,877607
|
|
105
105
|
ansys/fluent/core/generated/datamodel_252/meshing_utilities.py,sha256=49pEckN_MlwhN7rlp3ojBuAwEKEJYl7PDUmgBqwJwPw,178034
|
|
106
106
|
ansys/fluent/core/generated/datamodel_252/meshing_utilities.pyi,sha256=J53pQomR2sQozP66bnsGuaOG0Y422lUnYT8sk2p8PH0,30634
|
|
107
|
-
ansys/fluent/core/generated/datamodel_252/part_management.py,sha256=
|
|
107
|
+
ansys/fluent/core/generated/datamodel_252/part_management.py,sha256=et44ItDn39ATF02YQ_sDITrLP7pOGNOfAX0i1tRPsNo,166591
|
|
108
108
|
ansys/fluent/core/generated/datamodel_252/pm_file_management.py,sha256=LtXmO9-v86N9-RspThPSENexAmr8afIKzz_j2x107r4,12023
|
|
109
109
|
ansys/fluent/core/generated/datamodel_252/preferences.py,sha256=mTH6hN1i1sTPJfLpCwVtvd-5XSiKXwn3GbuFLRECjFs,123632
|
|
110
110
|
ansys/fluent/core/generated/datamodel_252/solver_workflow.py,sha256=Y0SR_7bc-qPCqabBbrBDatctD9U_U0f1LtS8UjUuu90,51272
|
|
111
111
|
ansys/fluent/core/generated/datamodel_252/workflow.py,sha256=J0vlBf1tLOe5kUHKEDJRLV033BhZVK0Y5OwMqjRoEW8,28018
|
|
112
|
-
ansys/fluent/core/generated/datamodel_261/flicing.py,sha256=
|
|
113
|
-
ansys/fluent/core/generated/datamodel_261/meshing.py,sha256=
|
|
112
|
+
ansys/fluent/core/generated/datamodel_261/flicing.py,sha256=AksIEKIW0FnlkDEUOSH-7Cu5aoRBS1SlWKM3v6KCn7A,521561
|
|
113
|
+
ansys/fluent/core/generated/datamodel_261/meshing.py,sha256=wnJ3wrQkuk9z4g0fpEC0YNMb9L76tSGv6PugKBDe_tI,877913
|
|
114
114
|
ansys/fluent/core/generated/datamodel_261/meshing_utilities.py,sha256=49pEckN_MlwhN7rlp3ojBuAwEKEJYl7PDUmgBqwJwPw,178034
|
|
115
115
|
ansys/fluent/core/generated/datamodel_261/meshing_utilities.pyi,sha256=J53pQomR2sQozP66bnsGuaOG0Y422lUnYT8sk2p8PH0,30634
|
|
116
|
-
ansys/fluent/core/generated/datamodel_261/part_management.py,sha256=
|
|
116
|
+
ansys/fluent/core/generated/datamodel_261/part_management.py,sha256=Dg8sCXarsXZ7TUFPSNr02Y2rTiYSERLmontdQvw1HrI,166591
|
|
117
117
|
ansys/fluent/core/generated/datamodel_261/pm_file_management.py,sha256=LtXmO9-v86N9-RspThPSENexAmr8afIKzz_j2x107r4,12023
|
|
118
118
|
ansys/fluent/core/generated/datamodel_261/preferences.py,sha256=mTH6hN1i1sTPJfLpCwVtvd-5XSiKXwn3GbuFLRECjFs,123632
|
|
119
119
|
ansys/fluent/core/generated/datamodel_261/solver_workflow.py,sha256=Gf_i1k-xYjekEpGoyyVzTsbRNytl8eoH9hoOiNd8798,51517
|
|
@@ -222,7 +222,7 @@ ansys/fluent/core/variable_strategies/__init__.py,sha256=hlwG6jACtNTBIMKM8V5e7ls
|
|
|
222
222
|
ansys/fluent/core/variable_strategies/expr.py,sha256=1OLXL4solil9Zx_jfIFSrMradFrqgquH4rXYmRRhAWA,8676
|
|
223
223
|
ansys/fluent/core/variable_strategies/field.py,sha256=xsg7NaCABeOSMrrq8t50nOyw231wIUB3BLgB-yXJqw4,8590
|
|
224
224
|
ansys/fluent/core/variable_strategies/svar.py,sha256=tcqpA0B6WQ6XJyLqiLWBuJDHsvlwLGat3iTb315Hres,1969
|
|
225
|
-
ansys_fluent_core-0.
|
|
226
|
-
ansys_fluent_core-0.
|
|
227
|
-
ansys_fluent_core-0.
|
|
228
|
-
ansys_fluent_core-0.
|
|
225
|
+
ansys_fluent_core-0.34.dev0.dist-info/licenses/LICENSE,sha256=5w5etzTlBx3bnQfaa3IXMnV4n9cHCJn4bD5XbiUfCbY,1097
|
|
226
|
+
ansys_fluent_core-0.34.dev0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
227
|
+
ansys_fluent_core-0.34.dev0.dist-info/METADATA,sha256=QkUlv2MQa6fBpzkpfCqc1sVYVvZ09oBYNJWlzlG1Xb8,9550
|
|
228
|
+
ansys_fluent_core-0.34.dev0.dist-info/RECORD,,
|
|
File without changes
|
{ansys_fluent_core-0.33.0.dist-info → ansys_fluent_core-0.34.dev0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|