ansys-fluent-core 0.35.dev0__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 (73) hide show
  1. ansys/fluent/core/__init__.py +2 -2
  2. ansys/fluent/core/codegen/__init__.py +1 -0
  3. ansys/fluent/core/codegen/builtin_settingsgen.py +4 -0
  4. ansys/fluent/core/codegen/datamodelgen.py +13 -2
  5. ansys/fluent/core/codegen/settingsgen.py +7 -0
  6. ansys/fluent/core/docker/docker_compose.py +30 -1
  7. ansys/fluent/core/examples/downloads.py +3 -4
  8. ansys/fluent/core/fluent_connection.py +2 -3
  9. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  10. ansys/fluent/core/generated/datamodel_231/flicing.py +20 -20
  11. ansys/fluent/core/generated/datamodel_231/meshing.py +236 -236
  12. ansys/fluent/core/generated/datamodel_232/flicing.py +50 -50
  13. ansys/fluent/core/generated/datamodel_232/meshing.py +187 -187
  14. ansys/fluent/core/generated/datamodel_241/flicing.py +45 -45
  15. ansys/fluent/core/generated/datamodel_241/meshing.py +229 -229
  16. ansys/fluent/core/generated/datamodel_242/flicing.py +50 -50
  17. ansys/fluent/core/generated/datamodel_242/meshing.py +275 -275
  18. ansys/fluent/core/generated/datamodel_242/part_management.py +3 -3
  19. ansys/fluent/core/generated/datamodel_251/flicing.py +45 -45
  20. ansys/fluent/core/generated/datamodel_251/meshing.py +417 -417
  21. ansys/fluent/core/generated/datamodel_251/part_management.py +9 -9
  22. ansys/fluent/core/generated/datamodel_252/flicing.py +30 -30
  23. ansys/fluent/core/generated/datamodel_252/meshing.py +418 -418
  24. ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
  25. ansys/fluent/core/generated/datamodel_261/flicing.py +35 -35
  26. ansys/fluent/core/generated/datamodel_261/meshing.py +481 -425
  27. ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
  28. ansys/fluent/core/generated/datamodel_261/meshing_workflow.py +61694 -0
  29. ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
  30. ansys/fluent/core/generated/datamodel_261/preferences.py +56 -0
  31. ansys/fluent/core/generated/datamodel_261/solver_workflow.py +14 -0
  32. ansys/fluent/core/generated/fluent_version_261.py +3 -3
  33. ansys/fluent/core/generated/meshing/tui_261.py +408 -10
  34. ansys/fluent/core/generated/solver/settings_261.py +15135 -5725
  35. ansys/fluent/core/generated/solver/settings_261.pyi +10252 -3619
  36. ansys/fluent/core/generated/solver/tui_261.py +2632 -834
  37. ansys/fluent/core/launcher/container_launcher.py +12 -3
  38. ansys/fluent/core/launcher/fluent_container.py +7 -1
  39. ansys/fluent/core/launcher/launch_options.py +2 -2
  40. ansys/fluent/core/launcher/launcher.py +2 -6
  41. ansys/fluent/core/launcher/pim_launcher.py +76 -3
  42. ansys/fluent/core/launcher/process_launch_string.py +1 -2
  43. ansys/fluent/core/launcher/slurm_launcher.py +4 -3
  44. ansys/fluent/core/launcher/standalone_launcher.py +3 -2
  45. ansys/fluent/core/module_config.py +10 -10
  46. ansys/fluent/core/report.py +1 -1
  47. ansys/fluent/core/search.py +12 -0
  48. ansys/fluent/core/services/__init__.py +2 -0
  49. ansys/fluent/core/services/datamodel_se.py +4 -1
  50. ansys/fluent/core/services/field_data.py +24 -0
  51. ansys/fluent/core/services/reduction.py +2 -0
  52. ansys/fluent/core/services/settings.py +1 -1
  53. ansys/fluent/core/services/solution_variables.py +92 -0
  54. ansys/fluent/core/session.py +1 -2
  55. ansys/fluent/core/session_base_meshing.py +8 -0
  56. ansys/fluent/core/session_meshing.py +5 -0
  57. ansys/fluent/core/session_pure_meshing.py +6 -0
  58. ansys/fluent/core/session_pure_meshing.pyi +5 -0
  59. ansys/fluent/core/session_solver.py +5 -4
  60. ansys/fluent/core/session_utilities.py +8 -5
  61. ansys/fluent/core/solver/flobject.py +19 -0
  62. ansys/fluent/core/solver/flunits.py +2 -0
  63. ansys/fluent/core/solver/function/reduction.py +2 -0
  64. ansys/fluent/core/ui/__init__.py +64 -0
  65. ansys/fluent/core/ui/jupyter_ui.py +203 -0
  66. ansys/fluent/core/ui/standalone_web_ui.py +296 -0
  67. ansys/fluent/core/ui/utils.py +173 -0
  68. ansys/fluent/core/utils/deprecate.py +1 -0
  69. ansys/fluent/core/utils/networking.py +11 -2
  70. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/METADATA +29 -22
  71. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/RECORD +73 -68
  72. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.36.dev0.dist-info}/WHEEL +1 -1
  73. {ansys_fluent_core-0.35.dev0.dist-info → ansys_fluent_core-0.36.dev0.dist-info/licenses}/LICENSE +0 -0
@@ -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,17 +9845,47 @@ 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"])
9851
+ self.point_size = self.__class__.point_size(service, version, mode, path + ["point_size"])
9852
+ self.point_symbol = self.__class__.point_symbol(service, version, mode, path + ["point_symbol"])
9491
9853
  self.quick_slicing = self.__class__.quick_slicing(service, version, mode, path + ["quick_slicing"])
9854
+ self.vector_size = self.__class__.vector_size(service, version, mode, path + ["vector_size"])
9855
+ self.vector_symbol = self.__class__.vector_symbol(service, version, mode, path + ["vector_symbol"])
9492
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
+ """
9493
9865
  class max_positions(TUIMethod):
9494
9866
  """
9495
9867
  No help available.
9496
9868
  """
9869
+ class point_size(TUIMethod):
9870
+ """
9871
+ No help available.
9872
+ """
9873
+ class point_symbol(TUIMethod):
9874
+ """
9875
+ No help available.
9876
+ """
9497
9877
  class quick_slicing(TUIMethod):
9498
9878
  """
9499
9879
  No help available.
9500
9880
  """
9881
+ class vector_size(TUIMethod):
9882
+ """
9883
+ No help available.
9884
+ """
9885
+ class vector_symbol(TUIMethod):
9886
+ """
9887
+ No help available.
9888
+ """
9501
9889
 
9502
9890
  class meshing_workflow(TUIMenu):
9503
9891
  """
@@ -9820,6 +10208,7 @@ class main_menu(TUIMenu):
9820
10208
  def __init__(self, service, version, mode, path):
9821
10209
  self.console_suggestion = self.__class__.console_suggestion(service, version, mode, path + ["console_suggestion"])
9822
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"])
9823
10212
  self.pretty_print_dict = self.__class__.pretty_print_dict(service, version, mode, path + ["pretty_print_dict"])
9824
10213
  self.quick_search_results_active_only = self.__class__.quick_search_results_active_only(service, version, mode, path + ["quick_search_results_active_only"])
9825
10214
  super().__init__(service, version, mode, path)
@@ -9831,6 +10220,10 @@ class main_menu(TUIMenu):
9831
10220
  """
9832
10221
  No help available.
9833
10222
  """
10223
+ class echo_journal_commands(TUIMethod):
10224
+ """
10225
+ No help available.
10226
+ """
9834
10227
  class pretty_print_dict(TUIMethod):
9835
10228
  """
9836
10229
  No help available.
@@ -9847,6 +10240,7 @@ class main_menu(TUIMenu):
9847
10240
  def __init__(self, service, version, mode, path):
9848
10241
  self.report_definitions = self.__class__.report_definitions(service, version, mode, path + ["report_definitions"])
9849
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"])
9850
10244
  self.local_residual_scaling = self.__class__.local_residual_scaling(service, version, mode, path + ["local_residual_scaling"])
9851
10245
  self.pdf_combustion_robust_numerics = self.__class__.pdf_combustion_robust_numerics(service, version, mode, path + ["pdf_combustion_robust_numerics"])
9852
10246
  super().__init__(service, version, mode, path)
@@ -9854,6 +10248,10 @@ class main_menu(TUIMenu):
9854
10248
  """
9855
10249
  No help available.
9856
10250
  """
10251
+ class gpudirect_post_regular(TUIMethod):
10252
+ """
10253
+ No help available.
10254
+ """
9857
10255
  class local_residual_scaling(TUIMethod):
9858
10256
  """
9859
10257
  No help available.