ansys-fluent-core 0.30.1__py3-none-any.whl → 0.30.2__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/codegen/tuigen.py +3 -2
- ansys/fluent/core/filereader/case_file.py +2 -2
- ansys/fluent/core/filereader/data_file.py +2 -2
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/system_coupling.py +3 -1
- {ansys_fluent_core-0.30.1.dist-info → ansys_fluent_core-0.30.2.dist-info}/METADATA +3 -2
- {ansys_fluent_core-0.30.1.dist-info → ansys_fluent_core-0.30.2.dist-info}/RECORD +10 -10
- {ansys_fluent_core-0.30.1.dist-info → ansys_fluent_core-0.30.2.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.30.1.dist-info → ansys_fluent_core-0.30.2.dist-info}/WHEEL +0 -0
|
@@ -27,6 +27,8 @@ import os
|
|
|
27
27
|
from typing import List
|
|
28
28
|
import xml.etree.ElementTree as XmlET
|
|
29
29
|
|
|
30
|
+
from defusedxml.ElementTree import fromstring
|
|
31
|
+
|
|
30
32
|
import ansys.fluent.core as pyfluent
|
|
31
33
|
from ansys.fluent.core.utils.fluent_version import FluentVersion
|
|
32
34
|
|
|
@@ -324,7 +326,7 @@ class SystemCoupling:
|
|
|
324
326
|
|
|
325
327
|
setup_info = dict()
|
|
326
328
|
|
|
327
|
-
xml_root = XmlET.ElementTree(
|
|
329
|
+
xml_root = XmlET.ElementTree(fromstring(get_scp_string()))
|
|
328
330
|
cosim_control = xml_root.find("./CosimulationControl")
|
|
329
331
|
|
|
330
332
|
setup_info["analysis-type"] = cosim_control.find("AnalysisType").text
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ansys-fluent-core
|
|
3
|
-
Version: 0.30.
|
|
3
|
+
Version: 0.30.2
|
|
4
4
|
Summary: PyFluent provides Pythonic access to Ansys Fluent.
|
|
5
5
|
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
|
6
6
|
Maintainer-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
|
@@ -13,7 +13,8 @@ Classifier: Operating System :: OS Independent
|
|
|
13
13
|
Requires-Dist: ansys-api-fluent>=0.3.35
|
|
14
14
|
Requires-Dist: ansys-platform-instancemanagement~=1.1
|
|
15
15
|
Requires-Dist: ansys-tools-filetransfer>=0.1,<0.3
|
|
16
|
-
Requires-Dist: ansys-units>=0.
|
|
16
|
+
Requires-Dist: ansys-units>=0.4.0,<1.0
|
|
17
|
+
Requires-Dist: defusedxml>=0.7.1
|
|
17
18
|
Requires-Dist: docker>=7.1.0
|
|
18
19
|
Requires-Dist: grpcio>=1.30.0
|
|
19
20
|
Requires-Dist: grpcio-health-checking>=1.30.0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ansys/fluent/core/__init__.py,sha256=
|
|
1
|
+
ansys/fluent/core/__init__.py,sha256=r5nfxI0mEBQn7Cbh-NgiQnxdch5DbQ77Z3XHCtbyYy0,5925
|
|
2
2
|
ansys/fluent/core/data_model_cache.py,sha256=MVnBuH7s5Yr_AI8f0F9kPw-gMExDopUKvW9a99MX2RE,16963
|
|
3
3
|
ansys/fluent/core/exceptions.py,sha256=fNOlOANWh1UJE2qBqOFxBjLXYQFvKzszX3KDQbVdEIY,2006
|
|
4
4
|
ansys/fluent/core/file_session.py,sha256=5Pvotahjxw796IeyFJxZIXRh2zdLjz_4abDxdOJTyX4,27850
|
|
@@ -24,7 +24,7 @@ ansys/fluent/core/session_solver.pyi,sha256=-mls29iDdVxU7wrh6do3zoEir0qHyO14koD1
|
|
|
24
24
|
ansys/fluent/core/session_solver_aero.py,sha256=6XuZR6JsWhiX5Wppty4BImG-LG7RFxXeqZ-VlyQDA2g,4492
|
|
25
25
|
ansys/fluent/core/session_solver_icing.py,sha256=_-gsew_0gan9mx2QZSycXAzNOvGS3MxykBacORS5Kqg,3649
|
|
26
26
|
ansys/fluent/core/session_solver_lite.py,sha256=LHiGY6qdNOY7OwtnZwlWyTDSd3T_fGF4pL2M-M_xW14,3101
|
|
27
|
-
ansys/fluent/core/system_coupling.py,sha256=
|
|
27
|
+
ansys/fluent/core/system_coupling.py,sha256=6HjfMPV1IHAtAHoILu9RQI51rJBHew0a-8BcvN_LHYk,13843
|
|
28
28
|
ansys/fluent/core/workflow.py,sha256=bPuK--EMfs7rPPQVAh4wgEHWGNa0ea5z5XXG5UbWcMU,59209
|
|
29
29
|
ansys/fluent/core/_stand_alone_datamodel_client/_datamodel_client.py,sha256=0RNLFEcHva7X3HxMaDuC-Ry2qZqkNkbm8jMkFNcuyP0,2118
|
|
30
30
|
ansys/fluent/core/codegen/__init__.py,sha256=W8cAyIWfzg80ilUh_m3Jb_uxnfWL2yYnwPOKViQWVO4,1755
|
|
@@ -33,7 +33,7 @@ ansys/fluent/core/codegen/builtin_settingsgen.py,sha256=LY8wkDSQu08bZQSjKbnK9mZ5
|
|
|
33
33
|
ansys/fluent/core/codegen/datamodelgen.py,sha256=kZVeXdMlDE7KaGLWyhIqlR8cijatR_DVebGxutiheN0,20707
|
|
34
34
|
ansys/fluent/core/codegen/print_fluent_version.py,sha256=4Oy8olebE3LLyQfIHtJ0f-2CEMzAQGo_141VG_3nFCw,2063
|
|
35
35
|
ansys/fluent/core/codegen/settingsgen.py,sha256=PVBMu8B1wwcnli6nAfhj0fndMpmL3lNJ_ORxzrnBpd0,15754
|
|
36
|
-
ansys/fluent/core/codegen/tuigen.py,sha256=
|
|
36
|
+
ansys/fluent/core/codegen/tuigen.py,sha256=rwwPKNp2Bavp8OCrfwCVvw7Z-EXgT0MCbJESotMbkWs,13927
|
|
37
37
|
ansys/fluent/core/codegen/walk_api.py,sha256=sD3stBx47XfKl7IdxAYln7IGe_n7cntTZqZ_c6d5OAg,4430
|
|
38
38
|
ansys/fluent/core/codegen/write_settings_yaml.py,sha256=HPWqpzUiDZTkbVOD-Nl-8ihPgqDNgsRCwXHqNrw_cJU,2540
|
|
39
39
|
ansys/fluent/core/codegen/data/__init__.py,sha256=iU3iD1C8euFedGFX4o1-NVuoI7OKhEgjmbXR1tqjv0o,1153
|
|
@@ -45,9 +45,9 @@ ansys/fluent/core/docs/.gitignore,sha256=ez7QK8c9wGt9uQbPl6qR3sKy6yHy2SvFyqdh31u
|
|
|
45
45
|
ansys/fluent/core/examples/__init__.py,sha256=Umpy8-WcLFES08kiG_i9V9ILw85Q1KzedIJQd9aFBjw,1281
|
|
46
46
|
ansys/fluent/core/examples/downloads.py,sha256=lS4lpitG6KAfeuW9Fnymv2xCNTOWV9REOdnf77lxUY0,7750
|
|
47
47
|
ansys/fluent/core/filereader/__init__.py,sha256=iU3iD1C8euFedGFX4o1-NVuoI7OKhEgjmbXR1tqjv0o,1153
|
|
48
|
-
ansys/fluent/core/filereader/case_file.py,sha256=
|
|
48
|
+
ansys/fluent/core/filereader/case_file.py,sha256=NPirgQE1a4-66bs2ieXHvFnv_ZEp8LZdlFWbUWiAIkU,23378
|
|
49
49
|
ansys/fluent/core/filereader/casereader.py,sha256=W1D9N69Q3AYqbMbVunLupEfoCYPCTyJW5zJxNChguDw,1486
|
|
50
|
-
ansys/fluent/core/filereader/data_file.py,sha256=
|
|
50
|
+
ansys/fluent/core/filereader/data_file.py,sha256=JzS4AydAn8uJFxIotKlB21BcwUPcHFFiZ0ZFInkDJ-c,8194
|
|
51
51
|
ansys/fluent/core/filereader/lispy.py,sha256=oTtcdh8XveutpBcCK5N7zi8OHHRg9QhJ0Nn1NVguUC4,17455
|
|
52
52
|
ansys/fluent/core/generated/fluent_version_222.py,sha256=g38e3ctUL71_k29qiHAvApjzm4CjL37i2gCSgNEcpjg,158
|
|
53
53
|
ansys/fluent/core/generated/fluent_version_231.py,sha256=KEimazbeoKgKAxljiOwth1WpPK0Df99MTOEbd3Ze80s,167
|
|
@@ -56,7 +56,7 @@ ansys/fluent/core/generated/fluent_version_241.py,sha256=R60bDiS2y_VYuI49NMPWTYg
|
|
|
56
56
|
ansys/fluent/core/generated/fluent_version_242.py,sha256=098i_ge1V5f_MZxu9hIjNAF_nYL5RTEzsGNkrgVIn0A,167
|
|
57
57
|
ansys/fluent/core/generated/fluent_version_251.py,sha256=HB2VZqVDg8DbP2kDE1v2rCxCgUrXwnWdiLGaTOdNnF0,167
|
|
58
58
|
ansys/fluent/core/generated/fluent_version_252.py,sha256=JuvZqvIkHRaTAnR4tVTtF0Zz9addO5ZXYE6-gRTj52c,151
|
|
59
|
-
ansys/fluent/core/generated/api_tree/api_objects.json,sha256=
|
|
59
|
+
ansys/fluent/core/generated/api_tree/api_objects.json,sha256=ZXtvE92C8AtYIbwxmYf4WsOhA7KgrsWtnJ_SRXWMOSQ,13464029
|
|
60
60
|
ansys/fluent/core/generated/datamodel_222/meshing.py,sha256=w815twyOdeNBQjuyWGCWektjM4oDaWq2MBoSiZXiYoI,49964
|
|
61
61
|
ansys/fluent/core/generated/datamodel_222/part_management.py,sha256=Lvq9BtPFQK_26m0K-pHIeN2QaMr_8xu2pGGW-07avPA,40605
|
|
62
62
|
ansys/fluent/core/generated/datamodel_222/pm_file_management.py,sha256=LhCYSB_swkVZ8iPqGus-miHD65LqZB_x3C6y0B_Bl34,7270
|
|
@@ -217,7 +217,7 @@ ansys/fluent/core/utils/fluent_version.py,sha256=QgHlyjAQKKlHy-NX3Os4PrsZ-FGZtSW
|
|
|
217
217
|
ansys/fluent/core/utils/networking.py,sha256=hrZi4WgUSKGwV3iJBAK3tOaS4XLs4Nfs63fOwWvwM6I,4428
|
|
218
218
|
ansys/fluent/core/utils/setup_for_fluent.py,sha256=kgRIB40Fs0tx6Nup5LGhVIu63lX9CYzGx6TkgmJfZBw,2031
|
|
219
219
|
ansys/fluent/core/utils/test_grpc_connection.py,sha256=_7HyGZn9huR12D9WvR-8rDZ7ni1DHxzQii2YL7vRp98,5649
|
|
220
|
-
ansys_fluent_core-0.30.
|
|
221
|
-
ansys_fluent_core-0.30.
|
|
222
|
-
ansys_fluent_core-0.30.
|
|
223
|
-
ansys_fluent_core-0.30.
|
|
220
|
+
ansys_fluent_core-0.30.2.dist-info/LICENSE,sha256=5w5etzTlBx3bnQfaa3IXMnV4n9cHCJn4bD5XbiUfCbY,1097
|
|
221
|
+
ansys_fluent_core-0.30.2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
|
222
|
+
ansys_fluent_core-0.30.2.dist-info/METADATA,sha256=pPxSZcb3s5RYBiUch8aQ2UUNgl0Cg2ahHomMkEaS3g8,9494
|
|
223
|
+
ansys_fluent_core-0.30.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|