ansys-fluent-core 0.29.dev0__py3-none-any.whl → 0.29.dev2__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 +1 -1
- ansys/fluent/core/_version.py +2 -2
- ansys/fluent/core/codegen/tuigen.py +1 -1
- ansys/fluent/core/codegen/walk_api.py +45 -18
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_252/meshing.py +1 -0
- ansys/fluent/core/generated/datamodel_252/preferences.py +7 -0
- ansys/fluent/core/generated/fluent_version_252.py +3 -3
- ansys/fluent/core/generated/meshing/tui_252.py +395 -390
- ansys/fluent/core/generated/solver/settings_252.py +782 -306
- ansys/fluent/core/generated/solver/settings_252.pyi +442 -133
- ansys/fluent/core/generated/solver/tui_252.py +4046 -3737
- ansys/fluent/core/launcher/container_launcher.py +4 -3
- ansys/fluent/core/launcher/fluent_container.py +22 -19
- ansys/fluent/core/launcher/launcher.py +2 -2
- ansys/fluent/core/launcher/pim_launcher.py +2 -2
- ansys/fluent/core/launcher/slurm_launcher.py +2 -2
- ansys/fluent/core/launcher/standalone_launcher.py +2 -2
- ansys/fluent/core/logging.py +2 -0
- ansys/fluent/core/logging_config.yaml +3 -0
- ansys/fluent/core/services/app_utilities.py +2 -1
- ansys/fluent/core/services/datamodel_se.py +141 -61
- ansys/fluent/core/services/field_data.py +252 -0
- ansys/fluent/core/services/interceptors.py +28 -2
- ansys/fluent/core/session.py +7 -2
- ansys/fluent/core/session_solver.py +21 -0
- ansys/fluent/core/streaming_services/datamodel_event_streaming.py +12 -12
- {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.dist-info}/LICENSE +1 -1
- {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.dist-info}/METADATA +53 -31
- {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.dist-info}/RECORD +65 -141
- {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.dist-info}/WHEEL +1 -1
- ansys/fluent/core/docs/README.rst +0 -155
- ansys/fluent/tests/conftest.py +0 -415
- ansys/fluent/tests/fluent_fixtures.py +0 -195
- ansys/fluent/tests/integration/test_optislang/test_optislang_integration.py +0 -263
- ansys/fluent/tests/parametric/test_local_parametric_run.py +0 -36
- ansys/fluent/tests/parametric/test_local_parametric_setup.py +0 -34
- ansys/fluent/tests/parametric/test_parametric_workflow.py +0 -279
- ansys/fluent/tests/test_aero_session.py +0 -88
- ansys/fluent/tests/test_batch_ops.py +0 -39
- ansys/fluent/tests/test_builtin_settings.py +0 -761
- ansys/fluent/tests/test_cad_to_post_ftm.py +0 -525
- ansys/fluent/tests/test_cad_to_post_wtm.py +0 -250
- ansys/fluent/tests/test_casereader.py +0 -324
- ansys/fluent/tests/test_codegen.py +0 -783
- ansys/fluent/tests/test_creatable.py +0 -31
- ansys/fluent/tests/test_data_model_cache.py +0 -434
- ansys/fluent/tests/test_datamodel_api.py +0 -449
- ansys/fluent/tests/test_datamodel_service.py +0 -814
- ansys/fluent/tests/test_datareader.py +0 -103
- ansys/fluent/tests/test_error_handling.py +0 -24
- ansys/fluent/tests/test_events_manager.py +0 -214
- ansys/fluent/tests/test_field_data.py +0 -466
- ansys/fluent/tests/test_file_session.py +0 -355
- ansys/fluent/tests/test_file_transfer_service.py +0 -165
- ansys/fluent/tests/test_fix_doc.py +0 -29
- ansys/fluent/tests/test_flobject.py +0 -1235
- ansys/fluent/tests/test_fluent_fixes.py +0 -106
- ansys/fluent/tests/test_fluent_session.py +0 -270
- ansys/fluent/tests/test_fluent_version.py +0 -66
- ansys/fluent/tests/test_fluent_version_marker.py +0 -65
- ansys/fluent/tests/test_icing_session.py +0 -9
- ansys/fluent/tests/test_launcher.py +0 -529
- ansys/fluent/tests/test_launcher_remote.py +0 -272
- ansys/fluent/tests/test_lispy.py +0 -40
- ansys/fluent/tests/test_logging.py +0 -16
- ansys/fluent/tests/test_mapped_api.py +0 -774
- ansys/fluent/tests/test_meshing_utilities.py +0 -2436
- ansys/fluent/tests/test_meshing_workflow.py +0 -421
- ansys/fluent/tests/test_meshingmode/test_meshing_launch.py +0 -168
- ansys/fluent/tests/test_new_meshing_workflow.py +0 -1801
- ansys/fluent/tests/test_preferences.py +0 -89
- ansys/fluent/tests/test_pure_mesh_vs_mesh_workflow.py +0 -101
- ansys/fluent/tests/test_reduction.py +0 -484
- ansys/fluent/tests/test_rp_vars.py +0 -77
- ansys/fluent/tests/test_scheduler.py +0 -471
- ansys/fluent/tests/test_scheme_eval_222.py +0 -338
- ansys/fluent/tests/test_scheme_eval_231.py +0 -243
- ansys/fluent/tests/test_search.py +0 -344
- ansys/fluent/tests/test_session.py +0 -594
- ansys/fluent/tests/test_settings_api.py +0 -606
- ansys/fluent/tests/test_settings_reader.py +0 -85
- ansys/fluent/tests/test_slurm_future.py +0 -67
- ansys/fluent/tests/test_solution_variables.py +0 -241
- ansys/fluent/tests/test_solver_monitors.py +0 -83
- ansys/fluent/tests/test_solvermode/boundaries_periodic_expDict +0 -1712
- ansys/fluent/tests/test_solvermode/test_boundaries.py +0 -127
- ansys/fluent/tests/test_solvermode/test_calculationactivities.py +0 -20
- ansys/fluent/tests/test_solvermode/test_controls.py +0 -131
- ansys/fluent/tests/test_solvermode/test_general.py +0 -109
- ansys/fluent/tests/test_solvermode/test_initialization.py +0 -83
- ansys/fluent/tests/test_solvermode/test_materials.py +0 -40
- ansys/fluent/tests/test_solvermode/test_methods.py +0 -65
- ansys/fluent/tests/test_solvermode/test_models.py +0 -99
- ansys/fluent/tests/test_solvermode/test_named_expressions.py +0 -35
- ansys/fluent/tests/test_solvermode/test_post_vector.py +0 -22
- ansys/fluent/tests/test_solvermode/test_species_model.py +0 -67
- ansys/fluent/tests/test_streaming_services.py +0 -52
- ansys/fluent/tests/test_systemcoupling.py +0 -44
- ansys/fluent/tests/test_topy.py +0 -179
- ansys/fluent/tests/test_tui_api.py +0 -70
- ansys/fluent/tests/test_type_stub.py +0 -37
- ansys/fluent/tests/test_utils.py +0 -82
- ansys/fluent/tests/util/__init__.py +0 -36
- ansys/fluent/tests/util/meshing_workflow.py +0 -33
- ansys/fluent/tests/util/solver.py +0 -72
- ansys_fluent_core-0.29.dev0.dist-info/AUTHORS +0 -12
|
@@ -1,34 +1,62 @@
|
|
|
1
|
-
ansys/fluent/core/
|
|
2
|
-
ansys/fluent/core/
|
|
1
|
+
ansys/fluent/core/__init__.py,sha256=KIzcGxbSedXBG3c4d9MOfzO35oHRb_rAAr-mzA352Xs,4499
|
|
2
|
+
ansys/fluent/core/_version.py,sha256=PUMO_fxkQkY3yYyeWeZHXz-G6lZMo_0O-adylLcHUJs,396
|
|
3
|
+
ansys/fluent/core/data_model_cache.py,sha256=L6AiDnm7IMrWhcKWY4uGwqJX1Abw09Y0aPBip4IcRZg,15809
|
|
4
|
+
ansys/fluent/core/exceptions.py,sha256=YAnt3wBfoaO4LMVZYMJijy2UmB79TwxgJ-7L5og7tFU,736
|
|
5
|
+
ansys/fluent/core/file_session.py,sha256=MRZN6dSZ8jbbnjngxHthDClD4oSoZ3Wfswctw0Tib2s,26696
|
|
6
|
+
ansys/fluent/core/fluent_connection.py,sha256=r0q39kw_J9Q3VpnvozDxb5ZSEd53pbbU99z7pum_JFk,28034
|
|
7
|
+
ansys/fluent/core/get_build_details.py,sha256=-bsTZuRZEBn4UG4hYt0v3fztvMp45NR10_bUQEnQCe8,1292
|
|
8
|
+
ansys/fluent/core/journaling.py,sha256=aNZXf2BvGFUhaX0T-HxDMClJx_yug7sMd-2I__0BieU,592
|
|
9
|
+
ansys/fluent/core/logging.py,sha256=vhCWW9338wlTc_nCVpLAFfkSnhd0c253mHqZVNDCXeQ,8298
|
|
10
|
+
ansys/fluent/core/logging_config.yaml,sha256=vRRU5i-XxnAJgPxgJPfSrMUDXFVh0XJ2kBNrZsxwrB0,1408
|
|
11
|
+
ansys/fluent/core/parametric.py,sha256=gonI7Q2hYCv07GGhb3LRt-dT2UlEdcVT38xYeUtZgfQ,10223
|
|
12
|
+
ansys/fluent/core/rpvars.py,sha256=Tunf9l5vpsyCQT3Tsxb-eErDAZk8Sb7euKjQf17PdHA,3486
|
|
13
|
+
ansys/fluent/core/search.py,sha256=DKt-FaxnlgLUyZQAwp8NLFgow9nDXsnQZrBwUOsWWLY,16376
|
|
14
|
+
ansys/fluent/core/session.py,sha256=Wid53Wwy6icTFRxcKEVELQDPolAqBoePpKm1qwQXHNg,15417
|
|
15
|
+
ansys/fluent/core/session_base_meshing.py,sha256=j7MbiEedewdwEupy5JCNg0zZPXU-gw0o3idvbOotcAg,8914
|
|
16
|
+
ansys/fluent/core/session_meshing.py,sha256=sZE91HgfjTo56f5IGB1fUDX2mcG6DHKnDVVol0hoG8c,3716
|
|
17
|
+
ansys/fluent/core/session_meshing.pyi,sha256=Rxbl3KWC5U2SmVYOdlNF8D6UsM7SYVsEGhXe6-8DYxo,1131
|
|
18
|
+
ansys/fluent/core/session_pure_meshing.py,sha256=q-Zbdzt_NRuoVukVFtFOKIJzJ9sif4NbYNFfdTXRvW8,7454
|
|
19
|
+
ansys/fluent/core/session_pure_meshing.pyi,sha256=IixsbnEp8Yc7avAxNmna9XDwTfK_cEmrKI1atf5yu08,1618
|
|
20
|
+
ansys/fluent/core/session_shared.py,sha256=nVzSeYTmO_zp1pIlQcNeNkwEvqOcSrxHahv6YXn-wVQ,1900
|
|
21
|
+
ansys/fluent/core/session_solver.py,sha256=pqIn3Hv3pERgT9RziaMmkDHUuI6IgcHarXMLEAHQ_wM,12613
|
|
22
|
+
ansys/fluent/core/session_solver.pyi,sha256=7z-xcRLv1E5wTdKOSLeMncAkK_oogyvHiq0P4W_QJKI,891
|
|
23
|
+
ansys/fluent/core/session_solver_aero.py,sha256=P7_GhdpUFeYzg3E62nGGrjH_cvZwYDCHv99V_2FMRok,3338
|
|
24
|
+
ansys/fluent/core/session_solver_icing.py,sha256=d9oc9GP_89Z2g666m0Iin3ehZUOefjnSasNk46jWXSU,2495
|
|
25
|
+
ansys/fluent/core/session_solver_lite.py,sha256=6AP985grNg5ti3cTuAPvEp5qoOL3Hs7Wr3JdTPNvuco,1947
|
|
26
|
+
ansys/fluent/core/systemcoupling.py,sha256=YNLnZHI88-aJo20KkPeDIpWpNCvxzF7XjpH6NTG9Q64,12648
|
|
27
|
+
ansys/fluent/core/warnings.py,sha256=qM9kn1BgVXvjP4jj31MWQt-4gCs-rVkP6EIe64Us0i8,874
|
|
28
|
+
ansys/fluent/core/workflow.py,sha256=NCTj5h3N4ikzF2o_L4gLeR3Ge82_ZEAtofBCYxiN59M,58003
|
|
3
29
|
ansys/fluent/core/_stand_alone_datamodel_client/_datamodel_client.py,sha256=x1FWjAbfzU-MMnbKTDwUhe4eohJpUcOsa9qnHywEUrk,964
|
|
4
|
-
ansys/fluent/core/_version.py,sha256=vM9D2JczeaNmqXa-emoXbrJPupxUkBG6IXJlgR7GhJc,396
|
|
5
30
|
ansys/fluent/core/codegen/__init__.py,sha256=02kiTxU0Q8hoZsThW2QQtjs6ZywYp7wA_y9zwStleRs,601
|
|
6
31
|
ansys/fluent/core/codegen/allapigen.py,sha256=hgQVVtbETGwiZNrXdVCeeqQqSVsAqyUa3RRNdjVks3w,1103
|
|
7
32
|
ansys/fluent/core/codegen/builtin_settingsgen.py,sha256=jGNKHFDmT6nXnOUmm5bGYQtF-z8qfbgL-PX274JrmNc,4101
|
|
33
|
+
ansys/fluent/core/codegen/datamodelgen.py,sha256=Z6EVBwMHGbuIBPwjP5SZu1QfwtAfSwP5MJTFmxYwp9Y,18674
|
|
34
|
+
ansys/fluent/core/codegen/print_fluent_version.py,sha256=c1lqvffVMDOAzmWMxqXKB39KPTPcRlgLGs98qsrozWc,909
|
|
35
|
+
ansys/fluent/core/codegen/settingsgen.py,sha256=czjEr0B7Eq8fyTZLZRKQs6b9Pbkf2eoGrBrFea_OLyU,12646
|
|
36
|
+
ansys/fluent/core/codegen/tuigen.py,sha256=bk5EvDxB_Of-ixqXIwJV4RbZHa7W4g5KKCbU1U7Bqo4,12243
|
|
37
|
+
ansys/fluent/core/codegen/walk_api.py,sha256=VC8lM9DsEQxiAHoSy3nd7ihKHnSQ3uBOp7SBlYL_5I4,2884
|
|
38
|
+
ansys/fluent/core/codegen/write_settings_yaml.py,sha256=S5fWFIBbS0xuv9w69luEBwOOcJFkWm4NV1NA7UTVdAk,1386
|
|
8
39
|
ansys/fluent/core/codegen/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
40
|
ansys/fluent/core/codegen/data/fluent_gui_help_patch.py,sha256=D71VsmV0cqxqWIemPaayvAJK7PcmYjJFvHAOUS8Uzzk,486
|
|
10
41
|
ansys/fluent/core/codegen/data/meshing_utilities_examples.py,sha256=AMAtookD9RGdCejfoDyQb1AUGn5G_LSAY_yWqyx9_js,46492
|
|
11
42
|
ansys/fluent/core/codegen/data/static_info_222_meshing.pickle,sha256=W77lAHK8zE8NK_Vjcy9z3HgcLvBlXf-b2sk9PG_RyOg,288626
|
|
12
43
|
ansys/fluent/core/codegen/data/static_info_222_solver.pickle,sha256=rdXZm32IyvhztClk5mirzlf3_hczC-3FYFW8JEMoK3Y,1196326
|
|
13
|
-
ansys/fluent/core/codegen/datamodelgen.py,sha256=Z6EVBwMHGbuIBPwjP5SZu1QfwtAfSwP5MJTFmxYwp9Y,18674
|
|
14
|
-
ansys/fluent/core/codegen/print_fluent_version.py,sha256=c1lqvffVMDOAzmWMxqXKB39KPTPcRlgLGs98qsrozWc,909
|
|
15
|
-
ansys/fluent/core/codegen/settingsgen.py,sha256=czjEr0B7Eq8fyTZLZRKQs6b9Pbkf2eoGrBrFea_OLyU,12646
|
|
16
|
-
ansys/fluent/core/codegen/tuigen.py,sha256=ZKpvBoBjWaw8A457EyYziDAQ665Ic-DgoXjFbvvASzs,12243
|
|
17
|
-
ansys/fluent/core/codegen/walk_api.py,sha256=tAl4KWM9cY9XR_bT5_NsNdh2uQskLXaKBg3QAM-4Ca8,1991
|
|
18
|
-
ansys/fluent/core/codegen/write_settings_yaml.py,sha256=S5fWFIBbS0xuv9w69luEBwOOcJFkWm4NV1NA7UTVdAk,1386
|
|
19
|
-
ansys/fluent/core/data_model_cache.py,sha256=L6AiDnm7IMrWhcKWY4uGwqJX1Abw09Y0aPBip4IcRZg,15809
|
|
20
44
|
ansys/fluent/core/docs/.gitignore,sha256=ez7QK8c9wGt9uQbPl6qR3sKy6yHy2SvFyqdh31u8Fo8,10
|
|
21
45
|
ansys/fluent/core/examples/__init__.py,sha256=gCw28HNTkJdC4WGzC-vZJkQbvfpBhcezukuzeCbL7Pg,127
|
|
22
46
|
ansys/fluent/core/examples/downloads.py,sha256=YbXtBJn0JYjWqFgNArlM3hV2_7l8vf2xP0bSAaS4QC8,6596
|
|
23
|
-
ansys/fluent/core/exceptions.py,sha256=YAnt3wBfoaO4LMVZYMJijy2UmB79TwxgJ-7L5og7tFU,736
|
|
24
|
-
ansys/fluent/core/file_session.py,sha256=MRZN6dSZ8jbbnjngxHthDClD4oSoZ3Wfswctw0Tib2s,26696
|
|
25
47
|
ansys/fluent/core/filereader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
48
|
ansys/fluent/core/filereader/case_file.py,sha256=g1kQL_7EFKtjhgl79TQYRR93fkWX4-uTzbnYduMUIPg,21646
|
|
27
49
|
ansys/fluent/core/filereader/casereader.py,sha256=vOQFfsOpn-vQ2N-sX304Dkiw7Rh0HfR_U4AusZgM-vY,323
|
|
28
50
|
ansys/fluent/core/filereader/data_file.py,sha256=CPhN1aDIV_eZ-iv0YmuiZLIlPWe6b4cD5UiRw7GTo80,7111
|
|
29
51
|
ansys/fluent/core/filereader/lispy.py,sha256=eMvLNQkAH874mpIBy7grw2gzT5WILp9v3lb8Fa-sNLM,16301
|
|
30
|
-
ansys/fluent/core/
|
|
31
|
-
ansys/fluent/core/generated/
|
|
52
|
+
ansys/fluent/core/generated/fluent_version_222.py,sha256=g38e3ctUL71_k29qiHAvApjzm4CjL37i2gCSgNEcpjg,158
|
|
53
|
+
ansys/fluent/core/generated/fluent_version_231.py,sha256=KEimazbeoKgKAxljiOwth1WpPK0Df99MTOEbd3Ze80s,167
|
|
54
|
+
ansys/fluent/core/generated/fluent_version_232.py,sha256=tA4sMzKfssaeUwlM6WSk0qAVI0PG9jmWHxyy9Q2r_GM,167
|
|
55
|
+
ansys/fluent/core/generated/fluent_version_241.py,sha256=R60bDiS2y_VYuI49NMPWTYgSaNDJsoESO163fY_KTJ0,167
|
|
56
|
+
ansys/fluent/core/generated/fluent_version_242.py,sha256=098i_ge1V5f_MZxu9hIjNAF_nYL5RTEzsGNkrgVIn0A,167
|
|
57
|
+
ansys/fluent/core/generated/fluent_version_251.py,sha256=HB2VZqVDg8DbP2kDE1v2rCxCgUrXwnWdiLGaTOdNnF0,167
|
|
58
|
+
ansys/fluent/core/generated/fluent_version_252.py,sha256=d9zQD4c6zyzWTKIh9bjNO4k5PFFVxg59pMrUTInEcWw,150
|
|
59
|
+
ansys/fluent/core/generated/api_tree/api_objects.json,sha256=9wxN4GLvgdsOH91CY0Eh_qF8Aep392L8TmDPJ6SyqqU,13551466
|
|
32
60
|
ansys/fluent/core/generated/datamodel_222/PMFileManagement.py,sha256=LhCYSB_swkVZ8iPqGus-miHD65LqZB_x3C6y0B_Bl34,7270
|
|
33
61
|
ansys/fluent/core/generated/datamodel_222/PartManagement.py,sha256=Lvq9BtPFQK_26m0K-pHIeN2QaMr_8xu2pGGW-07avPA,40605
|
|
34
62
|
ansys/fluent/core/generated/datamodel_222/meshing.py,sha256=w815twyOdeNBQjuyWGCWektjM4oDaWq2MBoSiZXiYoI,49964
|
|
@@ -75,24 +103,17 @@ ansys/fluent/core/generated/datamodel_252/MeshingUtilities.py,sha256=xXaIzWxJgnT
|
|
|
75
103
|
ansys/fluent/core/generated/datamodel_252/PMFileManagement.py,sha256=KH3_g8Y0l1PIBQUqFPUROjWmRGS2FCVDagjgqJyTGVs,9410
|
|
76
104
|
ansys/fluent/core/generated/datamodel_252/PartManagement.py,sha256=V9sVd5hk7UyoSv5jZV_Sr6mzbCplnXnDscJ0H0oESpI,75723
|
|
77
105
|
ansys/fluent/core/generated/datamodel_252/flicing.py,sha256=I3QlCsXVpEWBYmP9X452jpf4OZwlBXGnEj8m7Y0y9eE,367224
|
|
78
|
-
ansys/fluent/core/generated/datamodel_252/meshing.py,sha256=
|
|
79
|
-
ansys/fluent/core/generated/datamodel_252/preferences.py,sha256=
|
|
106
|
+
ansys/fluent/core/generated/datamodel_252/meshing.py,sha256=2AtxuZnZ0UGqQkvQnEAEzwBKxbedlNWzTFylxBvtWds,74621
|
|
107
|
+
ansys/fluent/core/generated/datamodel_252/preferences.py,sha256=mnHJMd9gyoEoC6SRZU4ORflahe0yLhsxSDW6qU63EBg,116355
|
|
80
108
|
ansys/fluent/core/generated/datamodel_252/solverworkflow.py,sha256=NhNfnHKQlAoKE2yp2Th8oZn6B5jnnD2xxv8LD7hxZps,14407
|
|
81
109
|
ansys/fluent/core/generated/datamodel_252/workflow.py,sha256=j5_RWZ6r87LzpMiSFVDh-zBZFN8OpjRG-4obfvGsxI8,12935
|
|
82
|
-
ansys/fluent/core/generated/fluent_version_222.py,sha256=g38e3ctUL71_k29qiHAvApjzm4CjL37i2gCSgNEcpjg,158
|
|
83
|
-
ansys/fluent/core/generated/fluent_version_231.py,sha256=KEimazbeoKgKAxljiOwth1WpPK0Df99MTOEbd3Ze80s,167
|
|
84
|
-
ansys/fluent/core/generated/fluent_version_232.py,sha256=tA4sMzKfssaeUwlM6WSk0qAVI0PG9jmWHxyy9Q2r_GM,167
|
|
85
|
-
ansys/fluent/core/generated/fluent_version_241.py,sha256=R60bDiS2y_VYuI49NMPWTYgSaNDJsoESO163fY_KTJ0,167
|
|
86
|
-
ansys/fluent/core/generated/fluent_version_242.py,sha256=098i_ge1V5f_MZxu9hIjNAF_nYL5RTEzsGNkrgVIn0A,167
|
|
87
|
-
ansys/fluent/core/generated/fluent_version_251.py,sha256=HB2VZqVDg8DbP2kDE1v2rCxCgUrXwnWdiLGaTOdNnF0,167
|
|
88
|
-
ansys/fluent/core/generated/fluent_version_252.py,sha256=FTyIO7USZ-LTSMkhLfyp2tOoy_3NqmSL1UV6mdnbJLI,126
|
|
89
110
|
ansys/fluent/core/generated/meshing/tui_222.py,sha256=-N3_qz1sEzDFIXwYEwZu3IQStw2AbUYdVO5EhlnYRBs,596960
|
|
90
111
|
ansys/fluent/core/generated/meshing/tui_231.py,sha256=9Bc9p0rDlE0dGXqtlt4Rc-G092tIW03f_BS6dtL_esQ,564248
|
|
91
112
|
ansys/fluent/core/generated/meshing/tui_232.py,sha256=nVG3OvGE0iEz_qW6968LA5wW75V5RG-CJoS_l-tWoYY,593820
|
|
92
113
|
ansys/fluent/core/generated/meshing/tui_241.py,sha256=TXZY6uTqj8C9N6403dIse9lWTZHQoFdZbd6id1rn5fw,609442
|
|
93
114
|
ansys/fluent/core/generated/meshing/tui_242.py,sha256=PW76uDMeQjBExAbHKLaCdReqdimzeaVgupn36eZ8RsM,616621
|
|
94
115
|
ansys/fluent/core/generated/meshing/tui_251.py,sha256=H01sTWY8oPlGg0os-t0I9DXprNrSWMhxVXH8G_cVsJo,624478
|
|
95
|
-
ansys/fluent/core/generated/meshing/tui_252.py,sha256=
|
|
116
|
+
ansys/fluent/core/generated/meshing/tui_252.py,sha256=lMjnbK-humfIe_Vk94f9N7l2eMpSqvcEh5ajP8p7cP0,548122
|
|
96
117
|
ansys/fluent/core/generated/solver/settings_222.py,sha256=xsjjEOjUjVplDr4Gv4X1rCG1EBmZIaDzkF8SMgPYv34,959626
|
|
97
118
|
ansys/fluent/core/generated/solver/settings_222.pyi,sha256=zCMZPYfb3pcbEO09wy5k9JbJTXeenqARjdbRBYTeEdo,566274
|
|
98
119
|
ansys/fluent/core/generated/solver/settings_231.py,sha256=4XmqVs1ZO0lWYscQm0hl0pY8U4FeThJRwUD94Bb_L7Q,1400095
|
|
@@ -105,8 +126,8 @@ ansys/fluent/core/generated/solver/settings_242.py,sha256=BiyXYSwBhWGdHJSq0NfinB
|
|
|
105
126
|
ansys/fluent/core/generated/solver/settings_242.pyi,sha256=4MNcKZehVdpXMqkqavDUadvGUG2PjZr9xzixjQ9mW40,1527865
|
|
106
127
|
ansys/fluent/core/generated/solver/settings_251.py,sha256=wfhTJfRWfpqu1x1UpIZ0FSEkCDUMVIVvBm7LkXS3h8Y,2608724
|
|
107
128
|
ansys/fluent/core/generated/solver/settings_251.pyi,sha256=0ErDqUce50Ph_nst6tnS_4JzKswV3KaDb2uLG_LVD8c,1739652
|
|
108
|
-
ansys/fluent/core/generated/solver/settings_252.py,sha256=
|
|
109
|
-
ansys/fluent/core/generated/solver/settings_252.pyi,sha256=
|
|
129
|
+
ansys/fluent/core/generated/solver/settings_252.py,sha256=eWMR7a8wodckHNUtlonTKnkVSIVMd_vgmidLn3DQpws,2687539
|
|
130
|
+
ansys/fluent/core/generated/solver/settings_252.pyi,sha256=rDIXtXpqDl2lQX8F9Be4I5488oJ78fOfI-2UvFYXG64,1778255
|
|
110
131
|
ansys/fluent/core/generated/solver/settings_builtin.py,sha256=4IWfVaV7SQs-yrvD9plYYPlDnnyrJyi-gQ0Sfcw5u1A,54375
|
|
111
132
|
ansys/fluent/core/generated/solver/settings_builtin.pyi,sha256=r_a-OMU4lEIX-4q6IDK7llzs1ezC7pvCDSSQ77jdG5A,83441
|
|
112
133
|
ansys/fluent/core/generated/solver/tui_222.py,sha256=YrWs6To25qtAGTjLIxK2yg9um9rOsiJKmCPcZrHxI0o,2785708
|
|
@@ -115,28 +136,23 @@ ansys/fluent/core/generated/solver/tui_232.py,sha256=g-wYWRFEUCo8lf-JxOG3GhBqB_i
|
|
|
115
136
|
ansys/fluent/core/generated/solver/tui_241.py,sha256=2c2NW4k2dP3dY5d--MJNJ082jp0ixlK9flshd3EaYqg,2009332
|
|
116
137
|
ansys/fluent/core/generated/solver/tui_242.py,sha256=e3DOfh-Tl6DFaotqBlrJLebOA9Uz5prxAqMKICPU76g,2085786
|
|
117
138
|
ansys/fluent/core/generated/solver/tui_251.py,sha256=vZsxD1mMqdFZDGLF6epEOJgNPO7XsUT1J_jyRIu3Gds,2159906
|
|
118
|
-
ansys/fluent/core/generated/solver/tui_252.py,sha256=
|
|
119
|
-
ansys/fluent/core/get_build_details.py,sha256=-bsTZuRZEBn4UG4hYt0v3fztvMp45NR10_bUQEnQCe8,1292
|
|
120
|
-
ansys/fluent/core/journaling.py,sha256=aNZXf2BvGFUhaX0T-HxDMClJx_yug7sMd-2I__0BieU,592
|
|
139
|
+
ansys/fluent/core/generated/solver/tui_252.py,sha256=WWPSQcJV1R057-fLwgQ-TllVkM-KljorP2Zs_PRQ7OA,2154775
|
|
121
140
|
ansys/fluent/core/launcher/__init__.py,sha256=HpsP63Pawrbpoe941J6G5c1TPs__uvBAOtLjen7-1m4,456
|
|
122
|
-
ansys/fluent/core/launcher/container_launcher.py,sha256=
|
|
141
|
+
ansys/fluent/core/launcher/container_launcher.py,sha256=igdqIsQh3a1qOPcY17dYOOeFUUA1BU5Jv40Eoj0CKnw,9818
|
|
123
142
|
ansys/fluent/core/launcher/error_handler.py,sha256=2EGuYSzVleXVO_Hqxo_07WLNBG3cpBdqAw_umsBneFw,2607
|
|
124
|
-
ansys/fluent/core/launcher/fluent_container.py,sha256=
|
|
143
|
+
ansys/fluent/core/launcher/fluent_container.py,sha256=VNNgMayEGohmq9m7m-hEEooPCI9qQJiBbSDmC1dTphE,17068
|
|
125
144
|
ansys/fluent/core/launcher/fluent_launcher_options.json,sha256=QFuWt_s8wRKVqHd3s_GAVn-m6nRBF7i5cNOWICX0g1Y,805
|
|
126
|
-
ansys/fluent/core/launcher/launcher.py,sha256=
|
|
145
|
+
ansys/fluent/core/launcher/launcher.py,sha256=krPgtAev25ASUk7k6TkLS4oqfp4Io9qj_qO-D-CpOXQ,17633
|
|
127
146
|
ansys/fluent/core/launcher/launcher_utils.py,sha256=qhMY1HFpkbff_W1ZUELoTF1s8f-Rr572xPZhqGeCt7c,4572
|
|
128
|
-
ansys/fluent/core/launcher/pim_launcher.py,sha256
|
|
147
|
+
ansys/fluent/core/launcher/pim_launcher.py,sha256=-HkwminXdNXwE5zw8sgYcDEFBs3N4TnSHXmXq9yfgW4,11517
|
|
129
148
|
ansys/fluent/core/launcher/process_launch_string.py,sha256=jo4pHhubIGnTp-GCQV_EpZytyrfAj14VNygjD2QrPcc,6213
|
|
130
149
|
ansys/fluent/core/launcher/pyfluent_enums.py,sha256=fLAlxXuoZeQLs8_ASqxNwdzc3LSc3RyJNEXk07sJgso,9529
|
|
131
150
|
ansys/fluent/core/launcher/server_info.py,sha256=3UVdescDcjpcZ2k9dpBV8h-npwH6zNEe04FdIJNznlA,3205
|
|
132
|
-
ansys/fluent/core/launcher/slurm_launcher.py,sha256=
|
|
133
|
-
ansys/fluent/core/launcher/standalone_launcher.py,sha256=
|
|
151
|
+
ansys/fluent/core/launcher/slurm_launcher.py,sha256=2TJkHaKjHq6MiQp0zuGu380aaMWhwIEnEXWHCMw8T_w,19244
|
|
152
|
+
ansys/fluent/core/launcher/standalone_launcher.py,sha256=R_vz_K6kTsE6u4PZ-dwr4dXYB1UGOaLIA9jZw5n19eE,14774
|
|
134
153
|
ansys/fluent/core/launcher/watchdog.py,sha256=Bg2o2LTEeIVTnt9-QjIT3X30Odszs1G4dhD7GLugpSY,5927
|
|
135
154
|
ansys/fluent/core/launcher/watchdog_exec,sha256=FkODof1TWvOerNqIMdqmBQRc0kIawkNC240w3qpUhbI,6201
|
|
136
|
-
ansys/fluent/core/logging.py,sha256=LXexf9yVmvPMLiLn6X9fnxUJ31Xe608Xbs6lDRmb3BQ,8166
|
|
137
|
-
ansys/fluent/core/logging_config.yaml,sha256=ajmRCwit05i84dDz6AlcSpukJlslUFGWd_qy_xIbAxA,1338
|
|
138
155
|
ansys/fluent/core/meshing/meshing_workflow.py,sha256=lSaTEBDbWJHDgHYLwDs9hf8q3h7wWNT0Z0ZSKP7n1Mc,9622
|
|
139
|
-
ansys/fluent/core/parametric.py,sha256=gonI7Q2hYCv07GGhb3LRt-dT2UlEdcVT38xYeUtZgfQ,10223
|
|
140
156
|
ansys/fluent/core/post_objects/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
141
157
|
ansys/fluent/core/post_objects/check_in_notebook.py,sha256=NaLTi5Q4knOtgG81q60hzLBY6SwufZrUlnxoE5Psw5I,365
|
|
142
158
|
ansys/fluent/core/post_objects/meta.py,sha256=lHqjEIq9WIP63IGEUrC1DRXsBuGI5rHqOWzFQmAR1Gw,31711
|
|
@@ -145,22 +161,20 @@ ansys/fluent/core/post_objects/post_object_definitions.py,sha256=1OnAInAYhdrrPIo
|
|
|
145
161
|
ansys/fluent/core/post_objects/post_objects_container.py,sha256=qEfILjSI-Bo271t2firjZC4-4WLBE-7cDtXYOIz82JM,7788
|
|
146
162
|
ansys/fluent/core/post_objects/singleton_meta.py,sha256=QAM6WsIV3a8PpQYNRYjv8u-Rv1-ZeNj_0vGX0iZEfKo,513
|
|
147
163
|
ansys/fluent/core/post_objects/timing_decorator.py,sha256=ZKUzBQBf23LHRANoeM9lzLmiSoJNEy90ULv3FFZojhc,327
|
|
148
|
-
ansys/fluent/core/rpvars.py,sha256=Tunf9l5vpsyCQT3Tsxb-eErDAZk8Sb7euKjQf17PdHA,3486
|
|
149
164
|
ansys/fluent/core/scheduler/__init__.py,sha256=CCfioQbLrotEpk3new2Yhg9NXIQ8bGkL9BDCvdy4bA8,2016
|
|
150
165
|
ansys/fluent/core/scheduler/load_machines.py,sha256=UL-5ilC1OrASlRH-CdWZAegur24CQWdUmYM64J02bKE,18116
|
|
151
166
|
ansys/fluent/core/scheduler/machine_list.py,sha256=uOqzNVxvLsnN5J2nFtsqLgAxdUDPP74fv9bj30Np5Lg,5625
|
|
152
|
-
ansys/fluent/core/search.py,sha256=DKt-FaxnlgLUyZQAwp8NLFgow9nDXsnQZrBwUOsWWLY,16376
|
|
153
167
|
ansys/fluent/core/services/__init__.py,sha256=vVylbaJnevWZNhuqnGo0xOTv28vmhOgxaoTWJ6K1eZ4,2012
|
|
154
168
|
ansys/fluent/core/services/api_upgrade.py,sha256=lIJ4Iq7gorZhqELPw67Hm27aA4c_HlfXUvxWJgMVni0,1676
|
|
155
|
-
ansys/fluent/core/services/app_utilities.py,sha256=
|
|
169
|
+
ansys/fluent/core/services/app_utilities.py,sha256=oLhHQQjpzG8ZuJVcNpsUDJMnT9V-phW7QqFQMW73JGU,16753
|
|
156
170
|
ansys/fluent/core/services/batch_ops.py,sha256=X9IMRPCOVTzBxhWDkjOUl2GkgG42Ji5JgGHS61wj7uI,7452
|
|
157
|
-
ansys/fluent/core/services/datamodel_se.py,sha256=
|
|
171
|
+
ansys/fluent/core/services/datamodel_se.py,sha256=bZcYbfQ5TrlvvcPy0YW8ERipPSZ1tV_A68e69P-Ws90,78090
|
|
158
172
|
ansys/fluent/core/services/datamodel_tui.py,sha256=g8iikzutkrQcj-3ud57kGgkRO1s0eQkYWGgT1CrzO0M,14147
|
|
159
173
|
ansys/fluent/core/services/deprecated_field_data.py,sha256=wNX7kBWxCWzvW_sSXspWadWqYfLKIePHUu1I56JPgbQ,24844
|
|
160
174
|
ansys/fluent/core/services/events.py,sha256=FNUHZy1eqm6caCjxRJCWogX8VFS97DMqlFd62LpJdvk,592
|
|
161
|
-
ansys/fluent/core/services/field_data.py,sha256=
|
|
175
|
+
ansys/fluent/core/services/field_data.py,sha256=InKn0Xqa2dOiClyGNXpdYP8iaNVw1KX_sSWWuNMCRI8,53553
|
|
162
176
|
ansys/fluent/core/services/health_check.py,sha256=XqdR4lhgmnTv24uiDIm2AuC33yqiwtwbfQ5HESrDhH4,3651
|
|
163
|
-
ansys/fluent/core/services/interceptors.py,sha256=
|
|
177
|
+
ansys/fluent/core/services/interceptors.py,sha256=IBK-_2m0rDhtDOfHzskTj9VXSQTh7-pxTkrpxvbLvFI,8131
|
|
164
178
|
ansys/fluent/core/services/monitor.py,sha256=OKUM8wyT6zszuSIlXsRLE1w88tGEsa0yQeLjUA1J2rA,1692
|
|
165
179
|
ansys/fluent/core/services/reduction.py,sha256=NkgCZ1XtbPEYz6yUan_BgKNi44h6M45xkTsQ7m-5i3s,17900
|
|
166
180
|
ansys/fluent/core/services/scheme_eval.py,sha256=uvbTrT4t3X3ln3TN9u1oYAdWjBsRY-hLwz9-MPJftO4,11884
|
|
@@ -168,36 +182,23 @@ ansys/fluent/core/services/settings.py,sha256=aMqBaf-QSNQqeOEbQiXud6Iylf1cOlY7Pv
|
|
|
168
182
|
ansys/fluent/core/services/solution_variables.py,sha256=1fKZBSs_2X47QC-PV9ZiLODrGOg7ioi79TLFwf4OQe0,26989
|
|
169
183
|
ansys/fluent/core/services/streaming.py,sha256=zBoqLTDkh1nSNa3rwNwiFNc6qsjuqozhRQxn6j0Ubd8,2433
|
|
170
184
|
ansys/fluent/core/services/transcript.py,sha256=MCFRy99jk0vcRdN4waMDwHcySxYT8wCEAhebi1JlyAM,600
|
|
171
|
-
ansys/fluent/core/session.py,sha256=i87RW9KFsU8dabXSEad4-NJmOHhNHYWXPk885cOo-0A,15086
|
|
172
|
-
ansys/fluent/core/session_base_meshing.py,sha256=j7MbiEedewdwEupy5JCNg0zZPXU-gw0o3idvbOotcAg,8914
|
|
173
|
-
ansys/fluent/core/session_meshing.py,sha256=sZE91HgfjTo56f5IGB1fUDX2mcG6DHKnDVVol0hoG8c,3716
|
|
174
|
-
ansys/fluent/core/session_meshing.pyi,sha256=Rxbl3KWC5U2SmVYOdlNF8D6UsM7SYVsEGhXe6-8DYxo,1131
|
|
175
|
-
ansys/fluent/core/session_pure_meshing.py,sha256=q-Zbdzt_NRuoVukVFtFOKIJzJ9sif4NbYNFfdTXRvW8,7454
|
|
176
|
-
ansys/fluent/core/session_pure_meshing.pyi,sha256=IixsbnEp8Yc7avAxNmna9XDwTfK_cEmrKI1atf5yu08,1618
|
|
177
|
-
ansys/fluent/core/session_shared.py,sha256=nVzSeYTmO_zp1pIlQcNeNkwEvqOcSrxHahv6YXn-wVQ,1900
|
|
178
|
-
ansys/fluent/core/session_solver.py,sha256=xAqG_ZJWvPKi_51dj6iTMLYJ1czLMKnVkr-IsHpdc0I,11816
|
|
179
|
-
ansys/fluent/core/session_solver.pyi,sha256=7z-xcRLv1E5wTdKOSLeMncAkK_oogyvHiq0P4W_QJKI,891
|
|
180
|
-
ansys/fluent/core/session_solver_aero.py,sha256=P7_GhdpUFeYzg3E62nGGrjH_cvZwYDCHv99V_2FMRok,3338
|
|
181
|
-
ansys/fluent/core/session_solver_icing.py,sha256=d9oc9GP_89Z2g666m0Iin3ehZUOefjnSasNk46jWXSU,2495
|
|
182
|
-
ansys/fluent/core/session_solver_lite.py,sha256=6AP985grNg5ti3cTuAPvEp5qoOL3Hs7Wr3JdTPNvuco,1947
|
|
183
185
|
ansys/fluent/core/solver/__init__.py,sha256=anh-MUaJhE-vBUbliIXqcgd6BjU14JgtWix05pI4zZU,235
|
|
184
186
|
ansys/fluent/core/solver/error_message.py,sha256=cUezDa5uhp1MhzZ0t0vEoDievOYnKzFw_fAtZemUinU,1756
|
|
185
187
|
ansys/fluent/core/solver/flobject.py,sha256=QY14KiYYIerK1EJTL9VqUBaT7VgmTqNEw8ubqLI9VkM,71851
|
|
186
188
|
ansys/fluent/core/solver/flunits.py,sha256=3J-Pay5MaAVWK4XaNRHndAuKpCW_Eezbwo4eapD8rvw,9351
|
|
187
|
-
ansys/fluent/core/solver/function/__init__.py,sha256=TS0jGvOjXA-rQnch7KNEj3piRVJUIlL8K5s_oJgbIE4,45
|
|
188
|
-
ansys/fluent/core/solver/function/reduction.py,sha256=pjvwQFZC4rq0tismR_qR-kMRGqmKeRnlvrIXrn234bc,15563
|
|
189
189
|
ansys/fluent/core/solver/settings_builtin_bases.py,sha256=2OtuS9fvtkqxV84DxwVz_Kg3-ai8fNxIL_8Qu6dx8FA,4397
|
|
190
190
|
ansys/fluent/core/solver/settings_builtin_data.py,sha256=vTm7LD7zBBjLPmf8HIXhzWlZGA1uIjlSj-FknfUrwhM,42914
|
|
191
191
|
ansys/fluent/core/solver/settings_external.py,sha256=XyJcIUvZItpIxw3VQcgzZp7O6O-f-tLlEpryEG4b9Js,380
|
|
192
|
+
ansys/fluent/core/solver/function/__init__.py,sha256=TS0jGvOjXA-rQnch7KNEj3piRVJUIlL8K5s_oJgbIE4,45
|
|
193
|
+
ansys/fluent/core/solver/function/reduction.py,sha256=pjvwQFZC4rq0tismR_qR-kMRGqmKeRnlvrIXrn234bc,15563
|
|
192
194
|
ansys/fluent/core/streaming_services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
193
|
-
ansys/fluent/core/streaming_services/datamodel_event_streaming.py,sha256=
|
|
195
|
+
ansys/fluent/core/streaming_services/datamodel_event_streaming.py,sha256=ZUKK1D2FJ6OY7V9Ma8jsER9lvMJqXcq_5bi3MEwhgTM,3739
|
|
194
196
|
ansys/fluent/core/streaming_services/datamodel_streaming.py,sha256=2MtZfvDWsze1xcUOaOdEsyxpbZaclyZA417hZXV0D1M,2207
|
|
195
197
|
ansys/fluent/core/streaming_services/events_streaming.py,sha256=ctj4kKD-FZ32r1zibTd5AuNTE5-7txrgs4OlEPqBemM,18406
|
|
196
198
|
ansys/fluent/core/streaming_services/field_data_streaming.py,sha256=vb1cTvGs6mphhX0epe__bRo5efv7UbtWlM4aJhsktNk,1494
|
|
197
199
|
ansys/fluent/core/streaming_services/monitor_streaming.py,sha256=dTB1ZX8Y5uZDr5FzS0kX4k0ijYYdXlT1JfULYgAj2nU,7093
|
|
198
200
|
ansys/fluent/core/streaming_services/streaming.py,sha256=M2jdREoIFFW9KpSqNBRAd3E-3rQIOnqUjof8aJ6fISM,3198
|
|
199
201
|
ansys/fluent/core/streaming_services/transcript_streaming.py,sha256=1qxdTpW47aBhQyBO8_lPVvwfz9cS5OXoh5JYxthc8qQ,3605
|
|
200
|
-
ansys/fluent/core/systemcoupling.py,sha256=YNLnZHI88-aJo20KkPeDIpWpNCvxzF7XjpH6NTG9Q64,12648
|
|
201
202
|
ansys/fluent/core/utils/__init__.py,sha256=mRB2nS6zC7qt_dC-WSYRIEJbEsPih2RSlmGBjqeulL8,1103
|
|
202
203
|
ansys/fluent/core/utils/data_transfer.py,sha256=l2pOvSui_8kfFFytVGW-9d73nelq2TJPNx5mCxKVT9k,6440
|
|
203
204
|
ansys/fluent/core/utils/deprecate.py,sha256=8BoVbV8D4jE8pG_iZGYe6J4jUotcAkFredwcZkIlA5M,2874
|
|
@@ -211,84 +212,7 @@ ansys/fluent/core/utils/fldoc.py,sha256=sBqtRiSQWEgC3jwOrbnrcTzS0RgS6gKpdJj490VK
|
|
|
211
212
|
ansys/fluent/core/utils/fluent_version.py,sha256=7kng7F4nGeEV5zJz7gsMxOAClRmDWpg62CM7-w9lvIE,4180
|
|
212
213
|
ansys/fluent/core/utils/networking.py,sha256=pU91zEGk6BDSHgSGJjMLubXVkAS_VVR_XhkKnB45uf0,3274
|
|
213
214
|
ansys/fluent/core/utils/setup_for_fluent.py,sha256=5PYQt_17OiHZHEGtxVrwjyXAE3FYwZPn2uTpJ8GaoK4,877
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
ansys/fluent/tests/integration/test_optislang/test_optislang_integration.py,sha256=g8ksUV5_lOzcdnCprD_EJ22QVSVNGTgL5jcdyimbIaQ,9989
|
|
219
|
-
ansys/fluent/tests/parametric/test_local_parametric_run.py,sha256=I9ZUjEDDrrer-9wbpUDyJ_SU3xoswpLSuo6O6STmR4E,1049
|
|
220
|
-
ansys/fluent/tests/parametric/test_local_parametric_setup.py,sha256=f0KCuNjFVCWxNr31szxCDbafNLCqQy7mqlDn9io1ThU,964
|
|
221
|
-
ansys/fluent/tests/parametric/test_parametric_workflow.py,sha256=HUOsOrPvlkIJZgP6C3Ylp5CRWp-X3aXCRbO8Eb5yxgI,12309
|
|
222
|
-
ansys/fluent/tests/test_aero_session.py,sha256=53Ce463msRHEn_4tjcRr3OFMbrZnlsDr2xv83Bk3WoU,3272
|
|
223
|
-
ansys/fluent/tests/test_batch_ops.py,sha256=Qg9X1NxD8hnyPD3AdeoWNeeNfcBKq9lixh8xL5pSBd4,1409
|
|
224
|
-
ansys/fluent/tests/test_builtin_settings.py,sha256=GYNcx8tGQdkc1w9ClNHO2ZwqU7EbU2hRFDRGmmHTqHI,28964
|
|
225
|
-
ansys/fluent/tests/test_cad_to_post_ftm.py,sha256=NNLu7Y4u15X0wb9liJgOtenfBX1zSLNhxyBXKFSACDI,19199
|
|
226
|
-
ansys/fluent/tests/test_cad_to_post_wtm.py,sha256=NEz2XGGJYb9NUr3YDQuSwWn-zoMMapyVjmydsOx03vM,10187
|
|
227
|
-
ansys/fluent/tests/test_casereader.py,sha256=pMrWSfU5S45T7sAhdIpFIwcuIud7IAIlScCCJ-RA6mg,10250
|
|
228
|
-
ansys/fluent/tests/test_codegen.py,sha256=o-ycXHhRMlP6Ccfgb3km0KK-T_HBh_L9bGTGTwRePhM,22065
|
|
229
|
-
ansys/fluent/tests/test_creatable.py,sha256=4PlcU-bisExuJWFNXDwIT9Va6PV-wfVoQPpBgqQuRpk,989
|
|
230
|
-
ansys/fluent/tests/test_data_model_cache.py,sha256=82z2VAJCsmgTmxXNsIV0QHj4VCyb9WEjXesCX7TFwlg,14610
|
|
231
|
-
ansys/fluent/tests/test_datamodel_api.py,sha256=ye0nfQ-E0po_qmsqCJ9enIxIe_CJGrm-cjOHMNA8P5E,14973
|
|
232
|
-
ansys/fluent/tests/test_datamodel_service.py,sha256=W_tgyRgN7-FqbhVzmTcTbR2-BfqmNKxw29WNnfFZd4I,28857
|
|
233
|
-
ansys/fluent/tests/test_datareader.py,sha256=i3M9uAEXwbFOBvvIQdAGbuuTBFneLFBWEIgI2rCSb8o,2653
|
|
234
|
-
ansys/fluent/tests/test_error_handling.py,sha256=KOmp6PyyhKIRQK2wt8ExecZyTXppuLmiwv50QdwkH4g,721
|
|
235
|
-
ansys/fluent/tests/test_events_manager.py,sha256=ADBTXroFAfo2kuB29bUKIGt4cX8fgCjE1C32CNeKaX4,7110
|
|
236
|
-
ansys/fluent/tests/test_field_data.py,sha256=rrh_yvRON0AWfMPhGO07Hbjw809jWOZiRJ9a9SG9toU,17025
|
|
237
|
-
ansys/fluent/tests/test_file_session.py,sha256=hc4UWErkn4nNOlJAs4NiBuEBqMrg97YiHQE0QQKOXHo,11282
|
|
238
|
-
ansys/fluent/tests/test_file_transfer_service.py,sha256=Ae_qya6kFJZu9SEEnRzaysleiKY_73a2E8aWrfqib40,5191
|
|
239
|
-
ansys/fluent/tests/test_fix_doc.py,sha256=bulL3_88pZyqg_vDPj4NuBm5QSPSqr1DxqFbV3ei28s,996
|
|
240
|
-
ansys/fluent/tests/test_flobject.py,sha256=JaOoOcxP1P1EdFpf_A9Pvm9VwDfqmzwzbx3fQE6vHZ8,37508
|
|
241
|
-
ansys/fluent/tests/test_fluent_fixes.py,sha256=RVlWDLkH_cRpuGKMMEESuPKLjkJGYqpNIjXGFwdmdqY,2931
|
|
242
|
-
ansys/fluent/tests/test_fluent_session.py,sha256=gJ8jUwzSqaq159PIXLcEPyPxTHOf9Jgnef1coUSkCT4,8836
|
|
243
|
-
ansys/fluent/tests/test_fluent_version.py,sha256=HnKwh4EaOgGa6b4oW9Fk1hE28nW08Y11kVyo0-wpGlY,1823
|
|
244
|
-
ansys/fluent/tests/test_fluent_version_marker.py,sha256=ucpQKwLQgyR2YvIYjL_Ec9Of2y86-TqbR4RTUJpGNM8,1030
|
|
245
|
-
ansys/fluent/tests/test_icing_session.py,sha256=VqS8Zjjnid1m8tMGg9nXC9L1wby2NgyhKI3WAAy1hlI,241
|
|
246
|
-
ansys/fluent/tests/test_launcher.py,sha256=TGF_q8cuBdXLepWXLkWqfeCZP0jfcjCTXJES7yab-cU,18324
|
|
247
|
-
ansys/fluent/tests/test_launcher_remote.py,sha256=oewu0cC5GUXtluH12KBpVtu3nggZqdjRqyBiiQ-OkQY,9458
|
|
248
|
-
ansys/fluent/tests/test_lispy.py,sha256=Up5BhY5rnePXlj6udp02_haSEHg2zPY6PhCLbXjpGsk,1109
|
|
249
|
-
ansys/fluent/tests/test_logging.py,sha256=ZsTt_RQIciUmrDr5S-uRBZoP2usOFzQptP3tYP3C6CU,412
|
|
250
|
-
ansys/fluent/tests/test_mapped_api.py,sha256=vBA-JnxjI6gwHDnq12XWuDgdOWouNrLj9RntBZEvx9I,25367
|
|
251
|
-
ansys/fluent/tests/test_meshing_utilities.py,sha256=RFD1WP1GfL5rpTYkqAbB4AQTrvF9M568JLujsFp-SKI,70695
|
|
252
|
-
ansys/fluent/tests/test_meshing_workflow.py,sha256=dS-QjJeHvuN7-G6mrbRLn8i2UeGmM10GVTP01lIPE5o,14622
|
|
253
|
-
ansys/fluent/tests/test_meshingmode/test_meshing_launch.py,sha256=UTBRTG8hh-Yvh-qAk-WlthqE4pfLLHytowsZmmSiWbQ,5148
|
|
254
|
-
ansys/fluent/tests/test_new_meshing_workflow.py,sha256=nbvu05T79EulwyCXmt_A2JHrtWgDrHkKPihP_2uhd8w,69775
|
|
255
|
-
ansys/fluent/tests/test_preferences.py,sha256=9RmSXDdzVABDfwUGVmX2GnKlia0RPva03BLYzMjRyBI,3096
|
|
256
|
-
ansys/fluent/tests/test_pure_mesh_vs_mesh_workflow.py,sha256=ui5EGxdK71J528WyHSkQU7MWBDhJC3Mjv2WcSVyu9Ao,4205
|
|
257
|
-
ansys/fluent/tests/test_reduction.py,sha256=yc-iEsLetdjC303ylHLFGaI062YAGT4ixrNp1Gf8ND0,18336
|
|
258
|
-
ansys/fluent/tests/test_rp_vars.py,sha256=jLEqPYgJemNd6pVAZY2400HXOgV8EPXqbGOf_C1PgUE,2557
|
|
259
|
-
ansys/fluent/tests/test_scheduler.py,sha256=2JkkINxDiEKwicHxsozgfUY00QIJNN1N7_azeuRLL1s,21656
|
|
260
|
-
ansys/fluent/tests/test_scheme_eval_222.py,sha256=61yaPUZhFlRbIkCTpgovzxVczgN4Ewx2Th2F1V7BmXc,10108
|
|
261
|
-
ansys/fluent/tests/test_scheme_eval_231.py,sha256=vR_F-Dk-mD6PYHX8ij0ISFx_6E7x74f0DKoLgCmsGos,7087
|
|
262
|
-
ansys/fluent/tests/test_search.py,sha256=K0FYgMeoVjxZjYQLcEbVhgEYiDeHtX1WbIOFdxwFdSg,11221
|
|
263
|
-
ansys/fluent/tests/test_session.py,sha256=zAQT5QrySerqebUPMBgnFMfzrSLEAyTt1Dl3wWI2ICU,20466
|
|
264
|
-
ansys/fluent/tests/test_settings_api.py,sha256=8haxQ4DiCDR-75GcYWU7s8Oj96O6G50_cZydGgSpjNs,22866
|
|
265
|
-
ansys/fluent/tests/test_settings_reader.py,sha256=jPAFxSxiPBAB6MJj5sCFj1Rp9V1cskRkDlz4qgTXm6g,2756
|
|
266
|
-
ansys/fluent/tests/test_slurm_future.py,sha256=-JomP9FayHL4Ca0sWyPRR6XJNYI_xTo1szT0MOsmUEk,1875
|
|
267
|
-
ansys/fluent/tests/test_solution_variables.py,sha256=ABjCMcQRa0QTjBetxe4ccnbjJD-Vy8oopbgX_lbJE1U,7568
|
|
268
|
-
ansys/fluent/tests/test_solver_monitors.py,sha256=POqwpv4wI2ftRRhJ0bfX45RQ5QpRIjYxVIcLwcaJFGE,2614
|
|
269
|
-
ansys/fluent/tests/test_solvermode/boundaries_periodic_expDict,sha256=zbs6YtzKqhiSDFtzGXBd2iEY-1sPkZPuaOuQkM2RfQs,52914
|
|
270
|
-
ansys/fluent/tests/test_solvermode/test_boundaries.py,sha256=mTNz2h6TslQGyqXzhzfF6KxsnP6usJ2ChZv7lk_OgdA,5337
|
|
271
|
-
ansys/fluent/tests/test_solvermode/test_calculationactivities.py,sha256=jhKuYvDfnx1BBKGoKFft6PBtbOM93zh6vVDhwZyw05Y,1051
|
|
272
|
-
ansys/fluent/tests/test_solvermode/test_controls.py,sha256=uzIzOylLZamdYsQF5-vfb52aguShgoicgA2iFhrYLcQ,4383
|
|
273
|
-
ansys/fluent/tests/test_solvermode/test_general.py,sha256=hfXDCnHw_WanpBpq4j6Wwhcd4TpdR65pTyGgAZh_z7o,4173
|
|
274
|
-
ansys/fluent/tests/test_solvermode/test_initialization.py,sha256=Xe2BVMenPbaW7ItjOMwR8cGHTs9HTaIXD_Gdv6p0RVQ,2956
|
|
275
|
-
ansys/fluent/tests/test_solvermode/test_materials.py,sha256=yJ7_7ADAB-ZICKKNe4htoIHUTCwaBoPFp4TdswfB9MM,1370
|
|
276
|
-
ansys/fluent/tests/test_solvermode/test_methods.py,sha256=i7M0YSotqWqPNA0vefOu9_hN5WlfbJJdGSZdGbXCpbM,2627
|
|
277
|
-
ansys/fluent/tests/test_solvermode/test_models.py,sha256=HrTo8ZCKdpil6KDPnZ6rcQofy1Y79nLGqvxMMbwl9Mc,3745
|
|
278
|
-
ansys/fluent/tests/test_solvermode/test_named_expressions.py,sha256=qbD6nMjDilPsISMrHlOa6dwp-5wpw5nJsv62myfyBS8,1534
|
|
279
|
-
ansys/fluent/tests/test_solvermode/test_post_vector.py,sha256=5D0fE0EKpSHdx8WPTLQgbgBpLfZqAnobWSOynVBAmbQ,868
|
|
280
|
-
ansys/fluent/tests/test_solvermode/test_species_model.py,sha256=mpBxVjq144Zcm5FJNo4KZLVGanQCbLpSbcF6xqaX1MQ,2617
|
|
281
|
-
ansys/fluent/tests/test_streaming_services.py,sha256=kQWRpIWREGn5F_Gu5DdBlZZ9RQGSTZD0JFnUrmR8qTQ,1558
|
|
282
|
-
ansys/fluent/tests/test_systemcoupling.py,sha256=uNxJM9SbYtP2Lthn6oSrfiN5xiGZHC-rwRJjaUk1d80,1924
|
|
283
|
-
ansys/fluent/tests/test_topy.py,sha256=xVomB8L5FGOOE2ZCOK8LlOzXD-yWxH4CQ2ZrgsPGHrs,4680
|
|
284
|
-
ansys/fluent/tests/test_tui_api.py,sha256=8jppvzCEltc9g4j5kW6lRvX1s31EK2jyhbfuqg7Hqps,2212
|
|
285
|
-
ansys/fluent/tests/test_type_stub.py,sha256=qQ3YIDyuY2HO7rC_0oPK2jU0f79Pw1rmGXKb-T01H2M,1332
|
|
286
|
-
ansys/fluent/tests/test_utils.py,sha256=eEcr626AAXasEDMv0GNbxw_RGyzj4wZxhAb8B3ZtdmQ,2318
|
|
287
|
-
ansys/fluent/tests/util/__init__.py,sha256=ViLzkfvLK_RDGqsZt6ImKtK4ctE7wLO9Ds-QkXbIPhg,1488
|
|
288
|
-
ansys/fluent/tests/util/meshing_workflow.py,sha256=6zb3dYfSHv3G9bbFSujwui_qFx979aGm4ky5e_wB-ZY,1139
|
|
289
|
-
ansys/fluent/tests/util/solver.py,sha256=QenlLkM3smAP_f0uN9Bj-BrSH737yefSAQbKGxrD550,2048
|
|
290
|
-
ansys_fluent_core-0.29.dev0.dist-info/AUTHORS,sha256=CgA5YrqOfO0G-Ao94gKeUF2fqUyYa3rdeAkJVqUT2WE,348
|
|
291
|
-
ansys_fluent_core-0.29.dev0.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
|
|
292
|
-
ansys_fluent_core-0.29.dev0.dist-info/METADATA,sha256=dLVNLx5jZQpLJZknyTTKBzZvPK950NdUUtraKwfJbb8,8120
|
|
293
|
-
ansys_fluent_core-0.29.dev0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
294
|
-
ansys_fluent_core-0.29.dev0.dist-info/RECORD,,
|
|
215
|
+
ansys_fluent_core-0.29.dev2.dist-info/LICENSE,sha256=gsgB71ilREszSYJUBTt851_vFWU4sLsyBhyL4lYtzyI,1089
|
|
216
|
+
ansys_fluent_core-0.29.dev2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
|
217
|
+
ansys_fluent_core-0.29.dev2.dist-info/METADATA,sha256=R12l0_YoC1165uhnPTH4qB0ilq3soX_SwpFIBK6-_HQ,9331
|
|
218
|
+
ansys_fluent_core-0.29.dev2.dist-info/RECORD,,
|
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
PyFluent
|
|
2
|
-
========
|
|
3
|
-
|pyansys| |python| |pypi| |GH-CI| |codecov| |MIT| |black| |pre-commit|
|
|
4
|
-
|
|
5
|
-
.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
|
|
6
|
-
:target: https://docs.pyansys.com/
|
|
7
|
-
:alt: PyAnsys
|
|
8
|
-
|
|
9
|
-
.. |python| image:: https://img.shields.io/pypi/pyversions/ansys-fluent-core?logo=pypi
|
|
10
|
-
:target: https://pypi.org/project/ansys-fluent-core/
|
|
11
|
-
:alt: Python
|
|
12
|
-
|
|
13
|
-
.. |pypi| image:: https://img.shields.io/pypi/v/ansys-fluent-core.svg?logo=python&logoColor=white
|
|
14
|
-
:target: https://pypi.org/project/ansys-fluent-core
|
|
15
|
-
:alt: PyPI
|
|
16
|
-
|
|
17
|
-
.. |GH-CI| image:: https://github.com/ansys/pyfluent/actions/workflows/ci.yml/badge.svg
|
|
18
|
-
:target: https://github.com/ansys/pyfluent/actions/workflows/ci.yml
|
|
19
|
-
:alt: GH-CI
|
|
20
|
-
|
|
21
|
-
.. |codecov| image:: https://codecov.io/gh/ansys/pyfluent/branch/main/graph/badge.svg
|
|
22
|
-
:target: https://codecov.io/gh/ansys/pyfluent
|
|
23
|
-
|
|
24
|
-
.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
|
|
25
|
-
:target: https://opensource.org/licenses/MIT
|
|
26
|
-
:alt: MIT
|
|
27
|
-
|
|
28
|
-
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat
|
|
29
|
-
:target: https://github.com/psf/black
|
|
30
|
-
:alt: Black
|
|
31
|
-
|
|
32
|
-
.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/ansys/pyfluent/main.svg
|
|
33
|
-
:target: https://results.pre-commit.ci/latest/github/ansys/pyfluent/main
|
|
34
|
-
:alt: pre-commit.ci status
|
|
35
|
-
|
|
36
|
-
Overview
|
|
37
|
-
--------
|
|
38
|
-
PyFluent provides Pythonic access to Ansys Fluent. Its features enable the seamless use of
|
|
39
|
-
Fluent within the Python ecosystem and broad access to native Fluent features, including the
|
|
40
|
-
ability to:
|
|
41
|
-
|
|
42
|
-
- Launch Fluent using a local Ansys installation
|
|
43
|
-
- Use Fluent's TUI (text user interface) commands for both meshing and solver features
|
|
44
|
-
- Use Fluent's built-in postprocessing capabilities
|
|
45
|
-
|
|
46
|
-
Documentation and issues
|
|
47
|
-
------------------------
|
|
48
|
-
Documentation for the latest stable release of PyFluent is hosted at
|
|
49
|
-
`PyFluent documentation <https://fluent.docs.pyansys.com/version/stable/>`_.
|
|
50
|
-
|
|
51
|
-
In the upper right corner of the documentation's title bar, there is an option for switching from
|
|
52
|
-
viewing the documentation for the latest stable release to viewing the documentation for the
|
|
53
|
-
development version or previously released versions.
|
|
54
|
-
|
|
55
|
-
You can also `view <https://cheatsheets.docs.pyansys.com/pyfluent_cheat_sheet.png>`_ or
|
|
56
|
-
`download <https://cheatsheets.docs.pyansys.com/pyfluent_cheat_sheet.pdf>`_ the
|
|
57
|
-
PyFluent cheat sheet. This one-page reference provides syntax rules and commands
|
|
58
|
-
for using PyFluent.
|
|
59
|
-
|
|
60
|
-
On the `PyFluent Issues <https://github.com/ansys/pyfluent/issues>`_ page, you can create
|
|
61
|
-
issues to report bugs and request new features. On the `PyFluent Discussions
|
|
62
|
-
<https://github.com/ansys/pyfluent/discussions>`_ page or the `Discussions <https://discuss.ansys.com/>`_
|
|
63
|
-
page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback.
|
|
64
|
-
|
|
65
|
-
To reach the project support team, email `pyansys.core@ansys.com <pyansys.core@ansys.com>`_.
|
|
66
|
-
|
|
67
|
-
Installation
|
|
68
|
-
------------
|
|
69
|
-
The ``ansys-fluent-core`` package supports Python 3.9 through Python
|
|
70
|
-
3.13 on Windows and Linux.
|
|
71
|
-
|
|
72
|
-
Install the latest release from `PyPI
|
|
73
|
-
<https://pypi.org/project/ansys-fluent-core/>`_ with:
|
|
74
|
-
|
|
75
|
-
.. code:: console
|
|
76
|
-
|
|
77
|
-
pip install ansys-fluent-core
|
|
78
|
-
|
|
79
|
-
For developers
|
|
80
|
-
--------------
|
|
81
|
-
If you plan on doing local *development* of PyFluent with Git, install
|
|
82
|
-
the latest release with:
|
|
83
|
-
|
|
84
|
-
.. code:: console
|
|
85
|
-
|
|
86
|
-
git clone https://github.com/ansys/pyfluent.git
|
|
87
|
-
cd pyfluent
|
|
88
|
-
pip install pip -U
|
|
89
|
-
pip install -e .
|
|
90
|
-
python codegen/allapigen.py # Generates the API files
|
|
91
|
-
|
|
92
|
-
Dependencies
|
|
93
|
-
------------
|
|
94
|
-
You must have a licensed copy of Ansys Fluent installed locally. PyFluent
|
|
95
|
-
supports Fluent 2022 R2 and later. The Windows installation of Ansys Fluent automatically
|
|
96
|
-
sets the required environment variables so that PyFluent can find the Ansys Fluent
|
|
97
|
-
installation. Using Fluent 2023 R2 (or 23.2) installed in the default directory as an
|
|
98
|
-
example, the installer automatically sets the ``AWP_ROOT232`` environment variable to point
|
|
99
|
-
to ``C:\Program Files\ANSYS Inc\v232``.
|
|
100
|
-
|
|
101
|
-
On Linux, the required environment variable is not set automatically, and can be set for the
|
|
102
|
-
current user in the current shell session, using Fluent 2023 R2 in the default installation
|
|
103
|
-
directory as an example, before running PyFluent, with:
|
|
104
|
-
|
|
105
|
-
.. code:: console
|
|
106
|
-
|
|
107
|
-
export AWP_ROOT232=/usr/ansys_inc/v232
|
|
108
|
-
|
|
109
|
-
For this setting to persist between different shell sessions for the current user, the same
|
|
110
|
-
export command can instead be added to the user's ``~/.profile`` file.
|
|
111
|
-
|
|
112
|
-
Getting started
|
|
113
|
-
---------------
|
|
114
|
-
|
|
115
|
-
Launching Fluent
|
|
116
|
-
~~~~~~~~~~~~~~~~
|
|
117
|
-
To launch Fluent from Python, use the ``launch_fluent`` function:
|
|
118
|
-
|
|
119
|
-
.. code:: python
|
|
120
|
-
|
|
121
|
-
import ansys.fluent.core as pyfluent
|
|
122
|
-
solver_session = pyfluent.launch_fluent(mode="solver")
|
|
123
|
-
solver_session.health_check.is_serving
|
|
124
|
-
|
|
125
|
-
Basic usage
|
|
126
|
-
~~~~~~~~~~~
|
|
127
|
-
You can use the ``solver_session.tui`` interface to run all Fluent TUI commands:
|
|
128
|
-
|
|
129
|
-
.. code:: python
|
|
130
|
-
|
|
131
|
-
solver_session.tui.file.read_case('elbow.cas.h5')
|
|
132
|
-
solver_session.tui.define.models.unsteady_2nd_order("yes")
|
|
133
|
-
solver_session.tui.solve.initialize.initialize_flow()
|
|
134
|
-
solver_session.tui.solve.dual_time_iterate(2, 3)
|
|
135
|
-
|
|
136
|
-
You can also install and use these PyFluent libraries:
|
|
137
|
-
|
|
138
|
-
- `PyFluent Parametric <https://parametric.fluent.docs.pyansys.com/>`_, which provides
|
|
139
|
-
access to Fluent's parametric workflows.
|
|
140
|
-
- `PyFluent Visualization <https://visualization.fluent.docs.pyansys.com/>`_, which
|
|
141
|
-
provides postprocessing and visualization capabilities using the `pyvista <https://docs.pyvista.org/>`_
|
|
142
|
-
and `matplotlib <https://matplotlib.org/>`_ packages.
|
|
143
|
-
|
|
144
|
-
License and acknowledgments
|
|
145
|
-
---------------------------
|
|
146
|
-
PyFluent is licensed under the MIT license.
|
|
147
|
-
|
|
148
|
-
PyFluent makes no commercial claim over Ansys whatsoever. This library
|
|
149
|
-
extends the functionality of Ansys Fluent by adding a Python interface
|
|
150
|
-
to Fluent without changing the core behavior or license of the original
|
|
151
|
-
software. The use of the interactive Fluent control of PyFluent requires a
|
|
152
|
-
legally licensed local copy of Fluent.
|
|
153
|
-
|
|
154
|
-
For more information on Fluent, see the `Ansys Fluent <https://www.ansys.com/products/fluids/ansys-fluent>`_
|
|
155
|
-
page on the Ansys website.
|