ansys-fluent-core 0.35.dev1__py3-none-any.whl → 0.36.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.

Files changed (67) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/codegen/__init__.py +1 -0
  3. ansys/fluent/core/codegen/datamodelgen.py +13 -2
  4. ansys/fluent/core/codegen/settingsgen.py +4 -0
  5. ansys/fluent/core/docker/docker_compose.py +30 -1
  6. ansys/fluent/core/examples/downloads.py +3 -4
  7. ansys/fluent/core/fluent_connection.py +2 -3
  8. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  9. ansys/fluent/core/generated/datamodel_231/flicing.py +25 -25
  10. ansys/fluent/core/generated/datamodel_231/meshing.py +202 -202
  11. ansys/fluent/core/generated/datamodel_232/flicing.py +25 -25
  12. ansys/fluent/core/generated/datamodel_232/meshing.py +161 -161
  13. ansys/fluent/core/generated/datamodel_241/flicing.py +30 -30
  14. ansys/fluent/core/generated/datamodel_241/meshing.py +241 -241
  15. ansys/fluent/core/generated/datamodel_242/flicing.py +45 -45
  16. ansys/fluent/core/generated/datamodel_242/meshing.py +318 -318
  17. ansys/fluent/core/generated/datamodel_242/part_management.py +9 -9
  18. ansys/fluent/core/generated/datamodel_251/flicing.py +25 -25
  19. ansys/fluent/core/generated/datamodel_251/meshing.py +395 -395
  20. ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
  21. ansys/fluent/core/generated/datamodel_252/flicing.py +45 -45
  22. ansys/fluent/core/generated/datamodel_252/meshing.py +394 -394
  23. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  24. ansys/fluent/core/generated/datamodel_261/flicing.py +20 -20
  25. ansys/fluent/core/generated/datamodel_261/meshing.py +500 -493
  26. ansys/fluent/core/generated/datamodel_261/meshing_workflow.py +61694 -0
  27. ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
  28. ansys/fluent/core/generated/datamodel_261/preferences.py +28 -0
  29. ansys/fluent/core/generated/datamodel_261/solver_workflow.py +14 -0
  30. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  31. ansys/fluent/core/generated/meshing/tui_261.py +388 -10
  32. ansys/fluent/core/generated/solver/settings_261.py +8273 -3465
  33. ansys/fluent/core/generated/solver/settings_261.pyi +5805 -2181
  34. ansys/fluent/core/generated/solver/tui_261.py +1049 -335
  35. ansys/fluent/core/launcher/container_launcher.py +12 -3
  36. ansys/fluent/core/launcher/fluent_container.py +5 -3
  37. ansys/fluent/core/launcher/launch_options.py +2 -2
  38. ansys/fluent/core/launcher/launcher.py +2 -6
  39. ansys/fluent/core/launcher/pim_launcher.py +76 -3
  40. ansys/fluent/core/launcher/process_launch_string.py +1 -2
  41. ansys/fluent/core/launcher/slurm_launcher.py +4 -3
  42. ansys/fluent/core/launcher/standalone_launcher.py +3 -2
  43. ansys/fluent/core/module_config.py +5 -10
  44. ansys/fluent/core/report.py +1 -1
  45. ansys/fluent/core/services/__init__.py +2 -0
  46. ansys/fluent/core/services/datamodel_se.py +4 -1
  47. ansys/fluent/core/services/field_data.py +24 -0
  48. ansys/fluent/core/services/reduction.py +2 -0
  49. ansys/fluent/core/services/settings.py +1 -1
  50. ansys/fluent/core/services/solution_variables.py +92 -0
  51. ansys/fluent/core/session.py +1 -2
  52. ansys/fluent/core/session_base_meshing.py +8 -0
  53. ansys/fluent/core/session_meshing.py +5 -0
  54. ansys/fluent/core/session_pure_meshing.py +6 -0
  55. ansys/fluent/core/session_pure_meshing.pyi +5 -0
  56. ansys/fluent/core/session_utilities.py +8 -5
  57. ansys/fluent/core/solver/flobject.py +19 -0
  58. ansys/fluent/core/solver/function/reduction.py +2 -0
  59. ansys/fluent/core/ui/__init__.py +64 -0
  60. ansys/fluent/core/ui/jupyter_ui.py +203 -0
  61. ansys/fluent/core/ui/standalone_web_ui.py +296 -0
  62. ansys/fluent/core/ui/utils.py +173 -0
  63. ansys/fluent/core/utils/deprecate.py +1 -0
  64. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/METADATA +25 -19
  65. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/RECORD +67 -62
  66. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/WHEEL +0 -0
  67. {ansys_fluent_core-0.35.dev1.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/licenses/LICENSE +0 -0
@@ -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.NormalAngle = self._NormalAngle(self, "NormalAngle", service, rules, path)
3547
3546
  self.Deviation = self._Deviation(self, "Deviation", service, rules, path)
3547
+ self.NormalAngle = self._NormalAngle(self, "NormalAngle", 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 _NormalAngle(PyNumericalCommandArgumentsSubItem):
3559
+ class _Deviation(PyNumericalCommandArgumentsSubItem):
3560
3560
  """
3561
- Specify a rotational angle (in degrees) of transformation.
3561
+ Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3562
3562
  """
3563
3563
 
3564
- class _Deviation(PyNumericalCommandArgumentsSubItem):
3564
+ class _NormalAngle(PyNumericalCommandArgumentsSubItem):
3565
3565
  """
3566
- Specify the distance between facet edges and the geometry edges. Decreasing this value will result in more facets along curved edges.
3566
+ Specify a rotational angle (in degrees) of transformation.
3567
3567
  """
3568
3568
 
3569
3569
  def create_instance(self) -> _InputFileChangedCommandArguments:
@@ -2160,6 +2160,8 @@ class Root(PyMenu):
2160
2160
  Singleton Statistics.
2161
2161
  """
2162
2162
  def __init__(self, service, rules, path):
2163
+ self.DisplayExecutable = self.__class__.DisplayExecutable(service, rules, path + [("DisplayExecutable", "")])
2164
+ self.DisplayOptions = self.__class__.DisplayOptions(service, rules, path + [("DisplayOptions", "")])
2163
2165
  self.MaxPositions = self.__class__.MaxPositions(service, rules, path + [("MaxPositions", "")])
2164
2166
  self.PointSize = self.__class__.PointSize(service, rules, path + [("PointSize", "")])
2165
2167
  self.PointSymbol = self.__class__.PointSymbol(service, rules, path + [("PointSymbol", "")])
@@ -2168,6 +2170,18 @@ class Root(PyMenu):
2168
2170
  self.VectorSymbol = self.__class__.VectorSymbol(service, rules, path + [("VectorSymbol", "")])
2169
2171
  super().__init__(service, rules, path)
2170
2172
 
2173
+ class DisplayExecutable(PyTextual):
2174
+ """
2175
+ Parameter DisplayExecutable of value type str.
2176
+ """
2177
+ pass
2178
+
2179
+ class DisplayOptions(PyTextual):
2180
+ """
2181
+ Parameter DisplayOptions of value type str.
2182
+ """
2183
+ pass
2184
+
2171
2185
  class MaxPositions(PyNumerical):
2172
2186
  """
2173
2187
  Parameter MaxPositions of value type int.
@@ -2659,6 +2673,7 @@ class Root(PyMenu):
2659
2673
  def __init__(self, service, rules, path):
2660
2674
  self.ConsoleSuggestion = self.__class__.ConsoleSuggestion(service, rules, path + [("ConsoleSuggestion", "")])
2661
2675
  self.ConsoleSuggestionActiveOnly = self.__class__.ConsoleSuggestionActiveOnly(service, rules, path + [("ConsoleSuggestionActiveOnly", "")])
2676
+ self.EchoJournalCommands = self.__class__.EchoJournalCommands(service, rules, path + [("EchoJournalCommands", "")])
2662
2677
  self.PrettyPrintDict = self.__class__.PrettyPrintDict(service, rules, path + [("PrettyPrintDict", "")])
2663
2678
  self.QuickSearchResultsActiveOnly = self.__class__.QuickSearchResultsActiveOnly(service, rules, path + [("QuickSearchResultsActiveOnly", "")])
2664
2679
  super().__init__(service, rules, path)
@@ -2675,6 +2690,12 @@ class Root(PyMenu):
2675
2690
  """
2676
2691
  pass
2677
2692
 
2693
+ class EchoJournalCommands(PyParameter):
2694
+ """
2695
+ Parameter EchoJournalCommands of value type bool.
2696
+ """
2697
+ pass
2698
+
2678
2699
  class PrettyPrintDict(PyParameter):
2679
2700
  """
2680
2701
  Parameter PrettyPrintDict of value type bool.
@@ -2694,6 +2715,7 @@ class Root(PyMenu):
2694
2715
  def __init__(self, service, rules, path):
2695
2716
  self.ReportDefinitions = self.__class__.ReportDefinitions(service, rules, path + [("ReportDefinitions", "")])
2696
2717
  self.FlowModel = self.__class__.FlowModel(service, rules, path + [("FlowModel", "")])
2718
+ self.GPUDirectPostRegular = self.__class__.GPUDirectPostRegular(service, rules, path + [("GPUDirectPostRegular", "")])
2697
2719
  self.LocalResidualScaling = self.__class__.LocalResidualScaling(service, rules, path + [("LocalResidualScaling", "")])
2698
2720
  self.PdfCombustionRobustNumerics = self.__class__.PdfCombustionRobustNumerics(service, rules, path + [("PdfCombustionRobustNumerics", "")])
2699
2721
  super().__init__(service, rules, path)
@@ -2725,6 +2747,12 @@ class Root(PyMenu):
2725
2747
  """
2726
2748
  pass
2727
2749
 
2750
+ class GPUDirectPostRegular(PyParameter):
2751
+ """
2752
+ Parameter GPUDirectPostRegular of value type bool.
2753
+ """
2754
+ pass
2755
+
2728
2756
  class LocalResidualScaling(PyParameter):
2729
2757
  """
2730
2758
  Parameter LocalResidualScaling of value type bool.
@@ -1067,6 +1067,8 @@ class Root(PyMenu):
1067
1067
  TopologyName : str
1068
1068
  Provide a name for the turbo topology, or use the default name.
1069
1069
  AddChild : str
1070
+ StartRow : str
1071
+ EndRow : str
1070
1072
  UseWireframe : bool
1071
1073
  In order to more easily visualize highlighted items, use this option to display the 3D wireframe representation of the turbo topology model in the graphics window.
1072
1074
  SkipTurboTopology : bool
@@ -1086,6 +1088,8 @@ class Root(PyMenu):
1086
1088
  super().__init__(service, rules, command, path, id)
1087
1089
  self.TopologyName = self._TopologyName(self, "TopologyName", service, rules, path)
1088
1090
  self.AddChild = self._AddChild(self, "AddChild", service, rules, path)
1091
+ self.StartRow = self._StartRow(self, "StartRow", service, rules, path)
1092
+ self.EndRow = self._EndRow(self, "EndRow", service, rules, path)
1089
1093
  self.UseWireframe = self._UseWireframe(self, "UseWireframe", service, rules, path)
1090
1094
  self.SkipTurboTopology = self._SkipTurboTopology(self, "SkipTurboTopology", service, rules, path)
1091
1095
  self.DefaultTopologyNameList = self._DefaultTopologyNameList(self, "DefaultTopologyNameList", service, rules, path)
@@ -1104,6 +1108,16 @@ class Root(PyMenu):
1104
1108
  Argument AddChild.
1105
1109
  """
1106
1110
 
1111
+ class _StartRow(PyTextualCommandArgumentsSubItem):
1112
+ """
1113
+ Argument StartRow.
1114
+ """
1115
+
1116
+ class _EndRow(PyTextualCommandArgumentsSubItem):
1117
+ """
1118
+ Argument EndRow.
1119
+ """
1120
+
1107
1121
  class _UseWireframe(PyParameterCommandArgumentsSubItem):
1108
1122
  """
1109
1123
  In order to more easily visualize highlighted items, use this option to display the 3D wireframe representation of the turbo topology model in the graphics window.
@@ -1,5 +1,5 @@
1
1
  FLUENT_VERSION = "261"
2
- FLUENT_BUILD_TIME = "Aug 26 2025 12:13:58 EDT"
3
- FLUENT_BUILD_ID = "123"
4
- FLUENT_REVISION = "c5231046fc"
2
+ FLUENT_BUILD_TIME = "Oct 05 2025 12:32:43 EDT"
3
+ FLUENT_BUILD_ID = "163"
4
+ FLUENT_REVISION = "52dd00a8ea"
5
5
  FLUENT_BRANCH = "develop"
@@ -1689,6 +1689,7 @@ class main_menu(TUIMenu):
1689
1689
  self.set = self.__class__.set(service, version, mode, path + ["set"])
1690
1690
  self.set_grid = self.__class__.set_grid(service, version, mode, path + ["set_grid"])
1691
1691
  self.update_scene = self.__class__.update_scene(service, version, mode, path + ["update_scene"])
1692
+ self.views = self.__class__.views(service, version, mode, path + ["views"])
1692
1693
  self.xy_plot = self.__class__.xy_plot(service, version, mode, path + ["xy_plot"])
1693
1694
  self.zones = self.__class__.zones(service, version, mode, path + ["zones"])
1694
1695
  self.all_grid = self.__class__.all_grid(service, version, mode, path + ["all_grid"])
@@ -1707,7 +1708,6 @@ class main_menu(TUIMenu):
1707
1708
  self.set_list_tree_separator = self.__class__.set_list_tree_separator(service, version, mode, path + ["set_list_tree_separator"])
1708
1709
  self.show_hide_clipping_plane_triad = self.__class__.show_hide_clipping_plane_triad(service, version, mode, path + ["show_hide_clipping_plane_triad"])
1709
1710
  self.update_layout = self.__class__.update_layout(service, version, mode, path + ["update_layout"])
1710
- self.views = self.__class__.views(service, version, mode, path + ["views"])
1711
1711
  super().__init__(service, version, mode, path)
1712
1712
  class all_grid(TUIMethod):
1713
1713
  """
@@ -1773,10 +1773,6 @@ class main_menu(TUIMenu):
1773
1773
  """
1774
1774
  Update the fluent layout.
1775
1775
  """
1776
- class views(TUIMethod):
1777
- """
1778
- Enter the view menu.
1779
- """
1780
1776
 
1781
1777
  class advanced_rendering(TUIMenu):
1782
1778
  """
@@ -3026,6 +3022,373 @@ class main_menu(TUIMenu):
3026
3022
  Apply transformation matrix on selected geometries.
3027
3023
  """
3028
3024
 
3025
+ class views(TUIMenu):
3026
+ """
3027
+ No help available.
3028
+ """
3029
+ def __init__(self, service, version, mode, path):
3030
+ self.camera = self.__class__.camera(service, version, mode, path + ["camera"])
3031
+ self.display_states = self.__class__.display_states(service, version, mode, path + ["display_states"])
3032
+ self.mirror_planes = self.__class__.mirror_planes(service, version, mode, path + ["mirror_planes"])
3033
+ self.rendering_options = self.__class__.rendering_options(service, version, mode, path + ["rendering_options"])
3034
+ self.view_sync = self.__class__.view_sync(service, version, mode, path + ["view_sync"])
3035
+ self.apply_mirror_planes = self.__class__.apply_mirror_planes(service, version, mode, path + ["apply_mirror_planes"])
3036
+ self.auto_scale = self.__class__.auto_scale(service, version, mode, path + ["auto_scale"])
3037
+ self.default_view = self.__class__.default_view(service, version, mode, path + ["default_view"])
3038
+ self.delete_view = self.__class__.delete_view(service, version, mode, path + ["delete_view"])
3039
+ self.last_view = self.__class__.last_view(service, version, mode, path + ["last_view"])
3040
+ self.list_views = self.__class__.list_views(service, version, mode, path + ["list_views"])
3041
+ self.mirror_zones = self.__class__.mirror_zones(service, version, mode, path + ["mirror_zones"])
3042
+ self.next_view = self.__class__.next_view(service, version, mode, path + ["next_view"])
3043
+ self.read_views = self.__class__.read_views(service, version, mode, path + ["read_views"])
3044
+ self.restore_view = self.__class__.restore_view(service, version, mode, path + ["restore_view"])
3045
+ self.save_view = self.__class__.save_view(service, version, mode, path + ["save_view"])
3046
+ self.write_views = self.__class__.write_views(service, version, mode, path + ["write_views"])
3047
+ super().__init__(service, version, mode, path)
3048
+ class apply_mirror_planes(TUIMethod):
3049
+ """
3050
+ No help available.
3051
+ """
3052
+ class auto_scale(TUIMethod):
3053
+ """
3054
+ No help available.
3055
+ """
3056
+ class default_view(TUIMethod):
3057
+ """
3058
+ No help available.
3059
+ """
3060
+ class delete_view(TUIMethod):
3061
+ """
3062
+ No help available.
3063
+ """
3064
+ class last_view(TUIMethod):
3065
+ """
3066
+ No help available.
3067
+ """
3068
+ class list_views(TUIMethod):
3069
+ """
3070
+ No help available.
3071
+ """
3072
+ class mirror_zones(TUIMethod):
3073
+ """
3074
+ No help available.
3075
+ """
3076
+ class next_view(TUIMethod):
3077
+ """
3078
+ No help available.
3079
+ """
3080
+ class read_views(TUIMethod):
3081
+ """
3082
+ No help available.
3083
+ """
3084
+ class restore_view(TUIMethod):
3085
+ """
3086
+ No help available.
3087
+ """
3088
+ class save_view(TUIMethod):
3089
+ """
3090
+ No help available.
3091
+ """
3092
+ class write_views(TUIMethod):
3093
+ """
3094
+ No help available.
3095
+ """
3096
+
3097
+ class camera(TUIMenu):
3098
+ """
3099
+ No help available.
3100
+ """
3101
+ def __init__(self, service, version, mode, path):
3102
+ self.dolly_camera = self.__class__.dolly_camera(service, version, mode, path + ["dolly_camera"])
3103
+ self.field = self.__class__.field(service, version, mode, path + ["field"])
3104
+ self.orbit_camera = self.__class__.orbit_camera(service, version, mode, path + ["orbit_camera"])
3105
+ self.pan_camera = self.__class__.pan_camera(service, version, mode, path + ["pan_camera"])
3106
+ self.position = self.__class__.position(service, version, mode, path + ["position"])
3107
+ self.projection = self.__class__.projection(service, version, mode, path + ["projection"])
3108
+ self.roll_camera = self.__class__.roll_camera(service, version, mode, path + ["roll_camera"])
3109
+ self.target = self.__class__.target(service, version, mode, path + ["target"])
3110
+ self.up_vector = self.__class__.up_vector(service, version, mode, path + ["up_vector"])
3111
+ self.zoom_camera = self.__class__.zoom_camera(service, version, mode, path + ["zoom_camera"])
3112
+ super().__init__(service, version, mode, path)
3113
+ class dolly_camera(TUIMethod):
3114
+ """
3115
+ No help available.
3116
+ """
3117
+ class field(TUIMethod):
3118
+ """
3119
+ No help available.
3120
+ """
3121
+ class orbit_camera(TUIMethod):
3122
+ """
3123
+ No help available.
3124
+ """
3125
+ class pan_camera(TUIMethod):
3126
+ """
3127
+ No help available.
3128
+ """
3129
+ class position(TUIMethod):
3130
+ """
3131
+ No help available.
3132
+ """
3133
+ class projection(TUIMethod):
3134
+ """
3135
+ No help available.
3136
+ """
3137
+ class roll_camera(TUIMethod):
3138
+ """
3139
+ No help available.
3140
+ """
3141
+ class target(TUIMethod):
3142
+ """
3143
+ No help available.
3144
+ """
3145
+ class up_vector(TUIMethod):
3146
+ """
3147
+ No help available.
3148
+ """
3149
+ class zoom_camera(TUIMethod):
3150
+ """
3151
+ No help available.
3152
+ """
3153
+
3154
+ class display_states(TUIMenu):
3155
+ """
3156
+ No help available.
3157
+ """
3158
+ def __init__(self, service, version, mode, path):
3159
+ self.apply = self.__class__.apply(service, version, mode, path + ["apply"])
3160
+ self.copy = self.__class__.copy(service, version, mode, path + ["copy"])
3161
+ self.create = self.__class__.create(service, version, mode, path + ["create"])
3162
+ self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
3163
+ self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
3164
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
3165
+ self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
3166
+ self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
3167
+ self.new = self.__class__.new(service, version, mode, path + ["new"])
3168
+ self.read = self.__class__.read(service, version, mode, path + ["read"])
3169
+ self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
3170
+ self.use_active = self.__class__.use_active(service, version, mode, path + ["use_active"])
3171
+ self.write = self.__class__.write(service, version, mode, path + ["write"])
3172
+ super().__init__(service, version, mode, path)
3173
+ class apply(TUIMethod):
3174
+ """
3175
+ No help available.
3176
+ """
3177
+ class copy(TUIMethod):
3178
+ """
3179
+ No help available.
3180
+ """
3181
+ class create(TUIMethod):
3182
+ """
3183
+ No help available.
3184
+ """
3185
+ class delete(TUIMethod):
3186
+ """
3187
+ No help available.
3188
+ """
3189
+ class edit(TUIMethod):
3190
+ """
3191
+ Edit display-states object.
3192
+ """
3193
+ class list(TUIMethod):
3194
+ """
3195
+ No help available.
3196
+ """
3197
+ class list_properties(TUIMethod):
3198
+ """
3199
+ No help available.
3200
+ """
3201
+ class make_a_copy(TUIMethod):
3202
+ """
3203
+ No help available.
3204
+ """
3205
+ class new(TUIMethod):
3206
+ """
3207
+ Create a new display-states object.
3208
+ """
3209
+ class read(TUIMethod):
3210
+ """
3211
+ No help available.
3212
+ """
3213
+ class rename(TUIMethod):
3214
+ """
3215
+ No help available.
3216
+ """
3217
+ class use_active(TUIMethod):
3218
+ """
3219
+ No help available.
3220
+ """
3221
+ class write(TUIMethod):
3222
+ """
3223
+ No help available.
3224
+ """
3225
+
3226
+ class mirror_planes(TUIMenu):
3227
+ """
3228
+ No help available.
3229
+ """
3230
+ def __init__(self, service, version, mode, path):
3231
+ self.create = self.__class__.create(service, version, mode, path + ["create"])
3232
+ self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
3233
+ self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
3234
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
3235
+ self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
3236
+ self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
3237
+ self.new = self.__class__.new(service, version, mode, path + ["new"])
3238
+ self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
3239
+ super().__init__(service, version, mode, path)
3240
+ class create(TUIMethod):
3241
+ """
3242
+ No help available.
3243
+ """
3244
+ class delete(TUIMethod):
3245
+ """
3246
+ No help available.
3247
+ """
3248
+ class edit(TUIMethod):
3249
+ """
3250
+ Edit mirror-planes object.
3251
+ """
3252
+ class list(TUIMethod):
3253
+ """
3254
+ No help available.
3255
+ """
3256
+ class list_properties(TUIMethod):
3257
+ """
3258
+ No help available.
3259
+ """
3260
+ class make_a_copy(TUIMethod):
3261
+ """
3262
+ No help available.
3263
+ """
3264
+ class new(TUIMethod):
3265
+ """
3266
+ Create a new mirror-planes object.
3267
+ """
3268
+ class rename(TUIMethod):
3269
+ """
3270
+ No help available.
3271
+ """
3272
+
3273
+ class rendering_options(TUIMenu):
3274
+ """
3275
+ No help available.
3276
+ """
3277
+ def __init__(self, service, version, mode, path):
3278
+ self.animation_option = self.__class__.animation_option(service, version, mode, path + ["animation_option"])
3279
+ self.auto_spin = self.__class__.auto_spin(service, version, mode, path + ["auto_spin"])
3280
+ self.color_map_alignment = self.__class__.color_map_alignment(service, version, mode, path + ["color_map_alignment"])
3281
+ self.device_info = self.__class__.device_info(service, version, mode, path + ["device_info"])
3282
+ self.double_buffering = self.__class__.double_buffering(service, version, mode, path + ["double_buffering"])
3283
+ self.driver = self.__class__.driver(service, version, mode, path + ["driver"])
3284
+ self.face_displacement = self.__class__.face_displacement(service, version, mode, path + ["face_displacement"])
3285
+ self.front_faces_transparent = self.__class__.front_faces_transparent(service, version, mode, path + ["front_faces_transparent"])
3286
+ self.hidden_surface_method = self.__class__.hidden_surface_method(service, version, mode, path + ["hidden_surface_method"])
3287
+ self.hidden_surfaces = self.__class__.hidden_surfaces(service, version, mode, path + ["hidden_surfaces"])
3288
+ self.line_weight = self.__class__.line_weight(service, version, mode, path + ["line_weight"])
3289
+ self.marker_size = self.__class__.marker_size(service, version, mode, path + ["marker_size"])
3290
+ self.marker_symbol = self.__class__.marker_symbol(service, version, mode, path + ["marker_symbol"])
3291
+ self.set_rendering_options = self.__class__.set_rendering_options(service, version, mode, path + ["set_rendering_options"])
3292
+ self.show_colormap = self.__class__.show_colormap(service, version, mode, path + ["show_colormap"])
3293
+ super().__init__(service, version, mode, path)
3294
+ class animation_option(TUIMethod):
3295
+ """
3296
+ No help available.
3297
+ """
3298
+ class auto_spin(TUIMethod):
3299
+ """
3300
+ No help available.
3301
+ """
3302
+ class color_map_alignment(TUIMethod):
3303
+ """
3304
+ No help available.
3305
+ """
3306
+ class device_info(TUIMethod):
3307
+ """
3308
+ No help available.
3309
+ """
3310
+ class double_buffering(TUIMethod):
3311
+ """
3312
+ No help available.
3313
+ """
3314
+ class driver(TUIMethod):
3315
+ """
3316
+ No help available.
3317
+ """
3318
+ class face_displacement(TUIMethod):
3319
+ """
3320
+ No help available.
3321
+ """
3322
+ class front_faces_transparent(TUIMethod):
3323
+ """
3324
+ No help available.
3325
+ """
3326
+ class hidden_surface_method(TUIMethod):
3327
+ """
3328
+ No help available.
3329
+ """
3330
+ class hidden_surfaces(TUIMethod):
3331
+ """
3332
+ No help available.
3333
+ """
3334
+ class line_weight(TUIMethod):
3335
+ """
3336
+ No help available.
3337
+ """
3338
+ class marker_size(TUIMethod):
3339
+ """
3340
+ No help available.
3341
+ """
3342
+ class marker_symbol(TUIMethod):
3343
+ """
3344
+ No help available.
3345
+ """
3346
+ class set_rendering_options(TUIMethod):
3347
+ """
3348
+ No help available.
3349
+ """
3350
+ class show_colormap(TUIMethod):
3351
+ """
3352
+ No help available.
3353
+ """
3354
+
3355
+ class view_sync(TUIMenu):
3356
+ """
3357
+ No help available.
3358
+ """
3359
+ def __init__(self, service, version, mode, path):
3360
+ self.add = self.__class__.add(service, version, mode, path + ["add"])
3361
+ self.add_all = self.__class__.add_all(service, version, mode, path + ["add_all"])
3362
+ self.list = self.__class__.list(service, version, mode, path + ["list"])
3363
+ self.remove = self.__class__.remove(service, version, mode, path + ["remove"])
3364
+ self.start = self.__class__.start(service, version, mode, path + ["start"])
3365
+ self.stop = self.__class__.stop(service, version, mode, path + ["stop"])
3366
+ super().__init__(service, version, mode, path)
3367
+ class add(TUIMethod):
3368
+ """
3369
+ No help available.
3370
+ """
3371
+ class add_all(TUIMethod):
3372
+ """
3373
+ No help available.
3374
+ """
3375
+ class list(TUIMethod):
3376
+ """
3377
+ No help available.
3378
+ """
3379
+ class remove(TUIMethod):
3380
+ """
3381
+ No help available.
3382
+ """
3383
+ class start(TUIMethod):
3384
+ """
3385
+ No help available.
3386
+ """
3387
+ class stop(TUIMethod):
3388
+ """
3389
+ No help available.
3390
+ """
3391
+
3029
3392
  class xy_plot(TUIMenu):
3030
3393
  """
3031
3394
  Enter X-Y plot menu.
@@ -4966,7 +5329,6 @@ class main_menu(TUIMenu):
4966
5329
  self.node_smooth_local = self.__class__.node_smooth_local(service, version, mode, path + ["node_smooth_local"])
4967
5330
  self.node_smooth_rings = self.__class__.node_smooth_rings(service, version, mode, path + ["node_smooth_rings"])
4968
5331
  self.post_adjust_height = self.__class__.post_adjust_height(service, version, mode, path + ["post_adjust_height"])
4969
- self.shrink_left_handed_cap = self.__class__.shrink_left_handed_cap(service, version, mode, path + ["shrink_left_handed_cap"])
4970
5332
  self.smooth_improve_prism_cells = self.__class__.smooth_improve_prism_cells(service, version, mode, path + ["smooth_improve_prism_cells"])
4971
5333
  self.swap_smooth_skew = self.__class__.swap_smooth_skew(service, version, mode, path + ["swap_smooth_skew"])
4972
5334
  super().__init__(service, version, mode, path)
@@ -5080,10 +5442,6 @@ class main_menu(TUIMenu):
5080
5442
  """
5081
5443
  Perform prism height adjustment based on growth rate?.
5082
5444
  """
5083
- class shrink_left_handed_cap(TUIMethod):
5084
- """
5085
- Shrink if required to get rid of left handed faces.
5086
- """
5087
5445
  class smooth_improve_prism_cells(TUIMethod):
5088
5446
  """
5089
5447
  Smooth and improve prism cells.
@@ -9487,6 +9845,8 @@ class main_menu(TUIMenu):
9487
9845
  No help available.
9488
9846
  """
9489
9847
  def __init__(self, service, version, mode, path):
9848
+ self.display_executable = self.__class__.display_executable(service, version, mode, path + ["display_executable"])
9849
+ self.display_options = self.__class__.display_options(service, version, mode, path + ["display_options"])
9490
9850
  self.max_positions = self.__class__.max_positions(service, version, mode, path + ["max_positions"])
9491
9851
  self.point_size = self.__class__.point_size(service, version, mode, path + ["point_size"])
9492
9852
  self.point_symbol = self.__class__.point_symbol(service, version, mode, path + ["point_symbol"])
@@ -9494,6 +9854,14 @@ class main_menu(TUIMenu):
9494
9854
  self.vector_size = self.__class__.vector_size(service, version, mode, path + ["vector_size"])
9495
9855
  self.vector_symbol = self.__class__.vector_symbol(service, version, mode, path + ["vector_symbol"])
9496
9856
  super().__init__(service, version, mode, path)
9857
+ class display_executable(TUIMethod):
9858
+ """
9859
+ No help available.
9860
+ """
9861
+ class display_options(TUIMethod):
9862
+ """
9863
+ No help available.
9864
+ """
9497
9865
  class max_positions(TUIMethod):
9498
9866
  """
9499
9867
  No help available.
@@ -9840,6 +10208,7 @@ class main_menu(TUIMenu):
9840
10208
  def __init__(self, service, version, mode, path):
9841
10209
  self.console_suggestion = self.__class__.console_suggestion(service, version, mode, path + ["console_suggestion"])
9842
10210
  self.console_suggestion_active_only = self.__class__.console_suggestion_active_only(service, version, mode, path + ["console_suggestion_active_only"])
10211
+ self.echo_journal_commands = self.__class__.echo_journal_commands(service, version, mode, path + ["echo_journal_commands"])
9843
10212
  self.pretty_print_dict = self.__class__.pretty_print_dict(service, version, mode, path + ["pretty_print_dict"])
9844
10213
  self.quick_search_results_active_only = self.__class__.quick_search_results_active_only(service, version, mode, path + ["quick_search_results_active_only"])
9845
10214
  super().__init__(service, version, mode, path)
@@ -9851,6 +10220,10 @@ class main_menu(TUIMenu):
9851
10220
  """
9852
10221
  No help available.
9853
10222
  """
10223
+ class echo_journal_commands(TUIMethod):
10224
+ """
10225
+ No help available.
10226
+ """
9854
10227
  class pretty_print_dict(TUIMethod):
9855
10228
  """
9856
10229
  No help available.
@@ -9867,6 +10240,7 @@ class main_menu(TUIMenu):
9867
10240
  def __init__(self, service, version, mode, path):
9868
10241
  self.report_definitions = self.__class__.report_definitions(service, version, mode, path + ["report_definitions"])
9869
10242
  self.flow_model = self.__class__.flow_model(service, version, mode, path + ["flow_model"])
10243
+ self.gpudirect_post_regular = self.__class__.gpudirect_post_regular(service, version, mode, path + ["gpudirect_post_regular"])
9870
10244
  self.local_residual_scaling = self.__class__.local_residual_scaling(service, version, mode, path + ["local_residual_scaling"])
9871
10245
  self.pdf_combustion_robust_numerics = self.__class__.pdf_combustion_robust_numerics(service, version, mode, path + ["pdf_combustion_robust_numerics"])
9872
10246
  super().__init__(service, version, mode, path)
@@ -9874,6 +10248,10 @@ class main_menu(TUIMenu):
9874
10248
  """
9875
10249
  No help available.
9876
10250
  """
10251
+ class gpudirect_post_regular(TUIMethod):
10252
+ """
10253
+ No help available.
10254
+ """
9877
10255
  class local_residual_scaling(TUIMethod):
9878
10256
  """
9879
10257
  No help available.