ansys-fluent-core 0.20.dev5__py3-none-any.whl → 0.20.dev6__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.

Files changed (35) hide show
  1. ansys/fluent/core/__init__.py +1 -1
  2. ansys/fluent/core/_version.py +1 -1
  3. ansys/fluent/core/data/api_tree_231.pickle +0 -0
  4. ansys/fluent/core/data/api_tree_232.pickle +0 -0
  5. ansys/fluent/core/data/api_tree_241.pickle +0 -0
  6. ansys/fluent/core/data/api_tree_242.pickle +0 -0
  7. ansys/fluent/core/launcher/launcher.py +3 -2
  8. ansys/fluent/core/meshing/faulttolerant.py +12 -21
  9. ansys/fluent/core/meshing/meshing_workflow.py +71 -33
  10. ansys/fluent/core/meshing/tui_231.py +7168 -7168
  11. ansys/fluent/core/meshing/tui_232.py +7588 -7588
  12. ansys/fluent/core/meshing/tui_241.py +7805 -7805
  13. ansys/fluent/core/meshing/tui_242.py +7764 -7764
  14. ansys/fluent/core/meshing/watertight.py +16 -30
  15. ansys/fluent/core/session.py +7 -27
  16. ansys/fluent/core/session_base_meshing.py +18 -6
  17. ansys/fluent/core/session_pure_meshing.py +6 -6
  18. ansys/fluent/core/session_pure_meshing.pyi +2 -2
  19. ansys/fluent/core/solver/tui_231.py +37494 -38175
  20. ansys/fluent/core/solver/tui_232.py +26414 -26414
  21. ansys/fluent/core/solver/tui_241.py +25865 -25865
  22. ansys/fluent/core/solver/tui_242.py +27770 -27770
  23. ansys/fluent/core/systemcoupling.py +12 -6
  24. ansys/fluent/core/utils/file_transfer_service.py +3 -9
  25. ansys/fluent/core/utils/search.py +2 -2
  26. ansys/fluent/core/workflow.py +11 -15
  27. ansys/fluent/tests/test_codegen.py +20 -0
  28. ansys/fluent/tests/test_meshing_workflow.py +1 -1
  29. ansys/fluent/tests/test_new_meshing_workflow.py +114 -18
  30. ansys/fluent/tests/test_settings_api.py +11 -8
  31. {ansys_fluent_core-0.20.dev5.dist-info → ansys_fluent_core-0.20.dev6.dist-info}/METADATA +1 -1
  32. {ansys_fluent_core-0.20.dev5.dist-info → ansys_fluent_core-0.20.dev6.dist-info}/RECORD +35 -34
  33. {ansys_fluent_core-0.20.dev5.dist-info → ansys_fluent_core-0.20.dev6.dist-info}/LICENSE +0 -0
  34. {ansys_fluent_core-0.20.dev5.dist-info → ansys_fluent_core-0.20.dev6.dist-info}/WHEEL +0 -0
  35. {ansys_fluent_core-0.20.dev5.dist-info → ansys_fluent_core-0.20.dev6.dist-info}/top_level.txt +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.