ansys-fluent-core 0.32.1__py3-none-any.whl → 0.33.0__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 +11 -4
- ansys/fluent/core/codegen/builtin_settingsgen.py +17 -9
- ansys/fluent/core/codegen/datamodelgen.py +2 -2
- ansys/fluent/core/codegen/print_fluent_version.py +4 -4
- ansys/fluent/core/codegen/settingsgen.py +1 -2
- ansys/fluent/core/exceptions.py +0 -1
- ansys/fluent/core/file_session.py +9 -9
- ansys/fluent/core/filereader/case_file.py +2 -2
- ansys/fluent/core/fluent_connection.py +5 -5
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +50 -50
- ansys/fluent/core/generated/datamodel_231/meshing.py +201 -201
- ansys/fluent/core/generated/datamodel_232/flicing.py +45 -45
- ansys/fluent/core/generated/datamodel_232/meshing.py +158 -158
- ansys/fluent/core/generated/datamodel_241/flicing.py +60 -60
- ansys/fluent/core/generated/datamodel_241/meshing.py +279 -279
- ansys/fluent/core/generated/datamodel_242/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_242/meshing.py +290 -290
- ansys/fluent/core/generated/datamodel_251/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_251/meshing.py +311 -311
- ansys/fluent/core/generated/datamodel_251/part_management.py +9 -9
- ansys/fluent/core/generated/datamodel_252/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_252/meshing.py +365 -365
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_261/meshing.py +427 -421
- ansys/fluent/core/generated/datamodel_261/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
- ansys/fluent/core/generated/fluent_version_261.py +3 -3
- ansys/fluent/core/generated/solver/settings_252.py +55 -55
- ansys/fluent/core/generated/solver/settings_261.py +2464 -3937
- ansys/fluent/core/generated/solver/settings_261.pyi +3520 -6126
- ansys/fluent/core/generated/solver/settings_builtin.py +57 -1
- ansys/fluent/core/generated/solver/settings_builtin.pyi +79 -0
- ansys/fluent/core/generated/solver/tui_261.py +185 -345
- ansys/fluent/core/launcher/container_launcher.py +7 -9
- ansys/fluent/core/launcher/fluent_container.py +106 -75
- ansys/fluent/core/launcher/launch_options.py +22 -1
- ansys/fluent/core/launcher/launcher.py +5 -4
- ansys/fluent/core/pyfluent_warnings.py +13 -0
- ansys/fluent/core/search.py +170 -83
- ansys/fluent/core/services/app_utilities.py +52 -32
- ansys/fluent/core/services/datamodel_se.py +6 -3
- ansys/fluent/core/services/scheme_eval.py +2 -0
- ansys/fluent/core/services/solution_variables.py +64 -49
- ansys/fluent/core/session.py +36 -30
- ansys/fluent/core/session_base_meshing.py +2 -24
- ansys/fluent/core/session_shared.py +5 -2
- ansys/fluent/core/session_solver.py +15 -9
- ansys/fluent/core/solver/__init__.py +1 -1
- ansys/fluent/core/solver/flobject.py +62 -64
- ansys/fluent/core/solver/settings_builtin_bases.py +14 -7
- ansys/fluent/core/solver/settings_builtin_data.py +121 -540
- ansys/fluent/core/utils/context_managers.py +0 -17
- ansys/fluent/core/utils/fluent_version.py +173 -0
- {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.33.0.dist-info}/METADATA +9 -9
- {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.33.0.dist-info}/RECORD +59 -77
- {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.33.0.dist-info}/WHEEL +1 -1
- ansys/fluent/core/generated/datamodel_222/meshing.py +0 -6332
- ansys/fluent/core/generated/datamodel_222/part_management.py +0 -2072
- ansys/fluent/core/generated/datamodel_222/pm_file_management.py +0 -290
- ansys/fluent/core/generated/datamodel_222/preferences.py +0 -2449
- ansys/fluent/core/generated/datamodel_222/workflow.py +0 -651
- ansys/fluent/core/generated/fluent_version_222.py +0 -5
- ansys/fluent/core/generated/meshing/tui_222.py +0 -9649
- ansys/fluent/core/generated/solver/settings_222.py +0 -29473
- ansys/fluent/core/generated/solver/settings_222.pyi +0 -19590
- ansys/fluent/core/generated/solver/tui_222.py +0 -43451
- ansys/fluent/core/post_objects/__init__.py +0 -21
- ansys/fluent/core/post_objects/check_in_notebook.py +0 -35
- ansys/fluent/core/post_objects/meta.py +0 -926
- ansys/fluent/core/post_objects/post_helper.py +0 -178
- ansys/fluent/core/post_objects/post_object_definitions.py +0 -693
- ansys/fluent/core/post_objects/post_objects_container.py +0 -248
- ansys/fluent/core/post_objects/singleton_meta.py +0 -42
- ansys/fluent/core/post_objects/timing_decorator.py +0 -38
- {ansys_fluent_core-0.32.1.dist-info → ansys_fluent_core-0.33.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -3109,11 +3109,17 @@ class main_menu(TUIMenu):
|
|
|
3109
3109
|
No help available.
|
|
3110
3110
|
"""
|
|
3111
3111
|
def __init__(self, service, version, mode, path):
|
|
3112
|
+
self.collision_pair_selection = self.__class__.collision_pair_selection(service, version, mode, path + ["collision_pair_selection"])
|
|
3112
3113
|
self.enabled = self.__class__.enabled(service, version, mode, path + ["enabled"])
|
|
3113
3114
|
self.real_to_simulated_particle_ratio = self.__class__.real_to_simulated_particle_ratio(service, version, mode, path + ["real_to_simulated_particle_ratio"])
|
|
3114
3115
|
self.sampling_begin_iteration = self.__class__.sampling_begin_iteration(service, version, mode, path + ["sampling_begin_iteration"])
|
|
3116
|
+
self.target_number_of_particle_per_subcell = self.__class__.target_number_of_particle_per_subcell(service, version, mode, path + ["target_number_of_particle_per_subcell"])
|
|
3115
3117
|
self.time_step = self.__class__.time_step(service, version, mode, path + ["time_step"])
|
|
3116
3118
|
super().__init__(service, version, mode, path)
|
|
3119
|
+
class collision_pair_selection(TUIMethod):
|
|
3120
|
+
"""
|
|
3121
|
+
No help available.
|
|
3122
|
+
"""
|
|
3117
3123
|
class enabled(TUIMethod):
|
|
3118
3124
|
"""
|
|
3119
3125
|
No help available.
|
|
@@ -3126,6 +3132,10 @@ class main_menu(TUIMenu):
|
|
|
3126
3132
|
"""
|
|
3127
3133
|
No help available.
|
|
3128
3134
|
"""
|
|
3135
|
+
class target_number_of_particle_per_subcell(TUIMethod):
|
|
3136
|
+
"""
|
|
3137
|
+
No help available.
|
|
3138
|
+
"""
|
|
3129
3139
|
class time_step(TUIMethod):
|
|
3130
3140
|
"""
|
|
3131
3141
|
No help available.
|
|
@@ -3133,7 +3143,7 @@ class main_menu(TUIMenu):
|
|
|
3133
3143
|
|
|
3134
3144
|
class electrolysis_setup(TUIMenu):
|
|
3135
3145
|
"""
|
|
3136
|
-
Enter the
|
|
3146
|
+
Enter the Electrochemical Devices setup menu.
|
|
3137
3147
|
"""
|
|
3138
3148
|
def __init__(self, service, version, mode, path):
|
|
3139
3149
|
self.advanced_setup = self.__class__.advanced_setup(service, version, mode, path + ["advanced_setup"])
|
|
@@ -3168,11 +3178,16 @@ class main_menu(TUIMenu):
|
|
|
3168
3178
|
"""
|
|
3169
3179
|
def __init__(self, service, version, mode, path):
|
|
3170
3180
|
self.contact_resistivity = self.__class__.contact_resistivity(service, version, mode, path + ["contact_resistivity"])
|
|
3181
|
+
self.membrane_species_diffusion = self.__class__.membrane_species_diffusion(service, version, mode, path + ["membrane_species_diffusion"])
|
|
3171
3182
|
super().__init__(service, version, mode, path)
|
|
3172
3183
|
class contact_resistivity(TUIMethod):
|
|
3173
3184
|
"""
|
|
3174
3185
|
Set Contact Resistivity.
|
|
3175
3186
|
"""
|
|
3187
|
+
class membrane_species_diffusion(TUIMethod):
|
|
3188
|
+
"""
|
|
3189
|
+
Set Membrane Species Diffusion.
|
|
3190
|
+
"""
|
|
3176
3191
|
|
|
3177
3192
|
class anode_setup(TUIMenu):
|
|
3178
3193
|
"""
|
|
@@ -9971,11 +9986,11 @@ class main_menu(TUIMenu):
|
|
|
9971
9986
|
"""
|
|
9972
9987
|
class copy_modification(TUIMethod):
|
|
9973
9988
|
"""
|
|
9974
|
-
|
|
9989
|
+
Copy a single case modification.
|
|
9975
9990
|
"""
|
|
9976
9991
|
class delete_modification(TUIMethod):
|
|
9977
9992
|
"""
|
|
9978
|
-
|
|
9993
|
+
Delete a single case modification.
|
|
9979
9994
|
"""
|
|
9980
9995
|
class disable_modification(TUIMethod):
|
|
9981
9996
|
"""
|
|
@@ -17113,56 +17128,11 @@ class main_menu(TUIMenu):
|
|
|
17113
17128
|
self.study = self.__class__.study(service, version, mode, path + ["study"])
|
|
17114
17129
|
self.update = self.__class__.update(service, version, mode, path + ["update"])
|
|
17115
17130
|
self.case_settings_changed = self.__class__.case_settings_changed(service, version, mode, path + ["case_settings_changed"])
|
|
17116
|
-
self.delete_study = self.__class__.delete_study(service, version, mode, path + ["delete_study"])
|
|
17117
|
-
self.duplicate_study = self.__class__.duplicate_study(service, version, mode, path + ["duplicate_study"])
|
|
17118
|
-
self.export_design_table = self.__class__.export_design_table(service, version, mode, path + ["export_design_table"])
|
|
17119
|
-
self.import_design_table = self.__class__.import_design_table(service, version, mode, path + ["import_design_table"])
|
|
17120
|
-
self.initialize = self.__class__.initialize(service, version, mode, path + ["initialize"])
|
|
17121
|
-
self.list_studies = self.__class__.list_studies(service, version, mode, path + ["list_studies"])
|
|
17122
|
-
self.rename_study = self.__class__.rename_study(service, version, mode, path + ["rename_study"])
|
|
17123
|
-
self.set_as_current_study = self.__class__.set_as_current_study(service, version, mode, path + ["set_as_current_study"])
|
|
17124
|
-
self.use_base_data = self.__class__.use_base_data(service, version, mode, path + ["use_base_data"])
|
|
17125
17131
|
super().__init__(service, version, mode, path)
|
|
17126
17132
|
class case_settings_changed(TUIMethod):
|
|
17127
17133
|
"""
|
|
17128
17134
|
Check if case settings are changed.
|
|
17129
17135
|
"""
|
|
17130
|
-
class delete_study(TUIMethod):
|
|
17131
|
-
"""
|
|
17132
|
-
Delete Study.
|
|
17133
|
-
"""
|
|
17134
|
-
class duplicate_study(TUIMethod):
|
|
17135
|
-
"""
|
|
17136
|
-
Duplicate Parametric Study.
|
|
17137
|
-
"""
|
|
17138
|
-
class export_design_table(TUIMethod):
|
|
17139
|
-
"""
|
|
17140
|
-
Export Design Point Table.
|
|
17141
|
-
"""
|
|
17142
|
-
class import_design_table(TUIMethod):
|
|
17143
|
-
"""
|
|
17144
|
-
Import Design Point Table.
|
|
17145
|
-
"""
|
|
17146
|
-
class initialize(TUIMethod):
|
|
17147
|
-
"""
|
|
17148
|
-
Start Parametric Study.
|
|
17149
|
-
"""
|
|
17150
|
-
class list_studies(TUIMethod):
|
|
17151
|
-
"""
|
|
17152
|
-
List Studies.
|
|
17153
|
-
"""
|
|
17154
|
-
class rename_study(TUIMethod):
|
|
17155
|
-
"""
|
|
17156
|
-
Rename Study.
|
|
17157
|
-
"""
|
|
17158
|
-
class set_as_current_study(TUIMethod):
|
|
17159
|
-
"""
|
|
17160
|
-
Set As Current Study.
|
|
17161
|
-
"""
|
|
17162
|
-
class use_base_data(TUIMethod):
|
|
17163
|
-
"""
|
|
17164
|
-
Use Base Data.
|
|
17165
|
-
"""
|
|
17166
17136
|
|
|
17167
17137
|
class design_points(TUIMenu):
|
|
17168
17138
|
"""
|
|
@@ -28961,25 +28931,14 @@ class main_menu(TUIMenu):
|
|
|
28961
28931
|
No help available.
|
|
28962
28932
|
"""
|
|
28963
28933
|
def __init__(self, service, version, mode, path):
|
|
28964
|
-
self.
|
|
28965
|
-
self.initialization_method = self.__class__.initialization_method(service, version, mode, path + ["initialization_method"])
|
|
28966
|
-
self.add_edit_modification = self.__class__.add_edit_modification(service, version, mode, path + ["add_edit_modification"])
|
|
28934
|
+
self.automatic_case_modification = self.__class__.automatic_case_modification(service, version, mode, path + ["automatic_case_modification"])
|
|
28967
28935
|
self.automatic_initialization = self.__class__.automatic_initialization(service, version, mode, path + ["automatic_initialization"])
|
|
28968
28936
|
self.continue_strategy_execution = self.__class__.continue_strategy_execution(service, version, mode, path + ["continue_strategy_execution"])
|
|
28969
|
-
self.copy_modification = self.__class__.copy_modification(service, version, mode, path + ["copy_modification"])
|
|
28970
|
-
self.delete_modification = self.__class__.delete_modification(service, version, mode, path + ["delete_modification"])
|
|
28971
|
-
self.disable_modification = self.__class__.disable_modification(service, version, mode, path + ["disable_modification"])
|
|
28972
|
-
self.enable_modification = self.__class__.enable_modification(service, version, mode, path + ["enable_modification"])
|
|
28973
|
-
self.enable_strategy = self.__class__.enable_strategy(service, version, mode, path + ["enable_strategy"])
|
|
28974
|
-
self.enabled = self.__class__.enabled(service, version, mode, path + ["enabled"])
|
|
28975
28937
|
self.execute_strategy = self.__class__.execute_strategy(service, version, mode, path + ["execute_strategy"])
|
|
28976
|
-
self.
|
|
28977
|
-
self.
|
|
28938
|
+
self.export = self.__class__.export(service, version, mode, path + ["export"])
|
|
28939
|
+
self.import_ = self.__class__.import_(service, version, mode, path + ["import_"])
|
|
28940
|
+
self.strategy_enable = self.__class__.strategy_enable(service, version, mode, path + ["strategy_enable"])
|
|
28978
28941
|
super().__init__(service, version, mode, path)
|
|
28979
|
-
class add_edit_modification(TUIMethod):
|
|
28980
|
-
"""
|
|
28981
|
-
No help available.
|
|
28982
|
-
"""
|
|
28983
28942
|
class automatic_initialization(TUIMethod):
|
|
28984
28943
|
"""
|
|
28985
28944
|
No help available.
|
|
@@ -28988,188 +28947,79 @@ class main_menu(TUIMenu):
|
|
|
28988
28947
|
"""
|
|
28989
28948
|
No help available.
|
|
28990
28949
|
"""
|
|
28991
|
-
class
|
|
28992
|
-
"""
|
|
28993
|
-
No help available.
|
|
28994
|
-
"""
|
|
28995
|
-
class delete_modification(TUIMethod):
|
|
28996
|
-
"""
|
|
28997
|
-
No help available.
|
|
28998
|
-
"""
|
|
28999
|
-
class disable_modification(TUIMethod):
|
|
29000
|
-
"""
|
|
29001
|
-
No help available.
|
|
29002
|
-
"""
|
|
29003
|
-
class enable_modification(TUIMethod):
|
|
29004
|
-
"""
|
|
29005
|
-
No help available.
|
|
29006
|
-
"""
|
|
29007
|
-
class enable_strategy(TUIMethod):
|
|
29008
|
-
"""
|
|
29009
|
-
No help available.
|
|
29010
|
-
"""
|
|
29011
|
-
class enabled(TUIMethod):
|
|
28950
|
+
class execute_strategy(TUIMethod):
|
|
29012
28951
|
"""
|
|
29013
28952
|
No help available.
|
|
29014
28953
|
"""
|
|
29015
|
-
class
|
|
28954
|
+
class export(TUIMethod):
|
|
29016
28955
|
"""
|
|
29017
28956
|
No help available.
|
|
29018
28957
|
"""
|
|
29019
|
-
class
|
|
28958
|
+
class import_(TUIMethod):
|
|
29020
28959
|
"""
|
|
29021
28960
|
No help available.
|
|
29022
28961
|
"""
|
|
29023
|
-
class
|
|
28962
|
+
class strategy_enable(TUIMethod):
|
|
29024
28963
|
"""
|
|
29025
28964
|
No help available.
|
|
29026
28965
|
"""
|
|
29027
28966
|
|
|
29028
|
-
class
|
|
28967
|
+
class automatic_case_modification(TUIMenu):
|
|
29029
28968
|
"""
|
|
29030
28969
|
No help available.
|
|
29031
28970
|
"""
|
|
29032
28971
|
def __init__(self, service, version, mode, path):
|
|
29033
|
-
self.
|
|
29034
|
-
self.
|
|
29035
|
-
self.
|
|
28972
|
+
self.add_edit = self.__class__.add_edit(service, version, mode, path + ["add_edit"])
|
|
28973
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
28974
|
+
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
28975
|
+
self.disable = self.__class__.disable(service, version, mode, path + ["disable"])
|
|
28976
|
+
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
28977
|
+
self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
|
|
28978
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
28979
|
+
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
28980
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
28981
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
29036
28982
|
super().__init__(service, version, mode, path)
|
|
29037
|
-
|
|
29038
|
-
class before_init_modification(TUIMenu):
|
|
28983
|
+
class add_edit(TUIMethod):
|
|
29039
28984
|
"""
|
|
29040
28985
|
No help available.
|
|
29041
28986
|
"""
|
|
29042
|
-
|
|
29043
|
-
self.active = self.__class__.active(service, version, mode, path + ["active"])
|
|
29044
|
-
self.command = self.__class__.command(service, version, mode, path + ["command"])
|
|
29045
|
-
self.count = self.__class__.count(service, version, mode, path + ["count"])
|
|
29046
|
-
self.flowtime = self.__class__.flowtime(service, version, mode, path + ["flowtime"])
|
|
29047
|
-
self.ftselected = self.__class__.ftselected(service, version, mode, path + ["ftselected"])
|
|
29048
|
-
self.name = self.__class__.name(service, version, mode, path + ["name"])
|
|
29049
|
-
self.python_cmd = self.__class__.python_cmd(service, version, mode, path + ["python_cmd"])
|
|
29050
|
-
super().__init__(service, version, mode, path)
|
|
29051
|
-
class active(TUIMethod):
|
|
29052
|
-
"""
|
|
29053
|
-
No help available.
|
|
29054
|
-
"""
|
|
29055
|
-
class command(TUIMethod):
|
|
29056
|
-
"""
|
|
29057
|
-
No help available.
|
|
29058
|
-
"""
|
|
29059
|
-
class count(TUIMethod):
|
|
29060
|
-
"""
|
|
29061
|
-
No help available.
|
|
29062
|
-
"""
|
|
29063
|
-
class flowtime(TUIMethod):
|
|
29064
|
-
"""
|
|
29065
|
-
No help available.
|
|
29066
|
-
"""
|
|
29067
|
-
class ftselected(TUIMethod):
|
|
29068
|
-
"""
|
|
29069
|
-
No help available.
|
|
29070
|
-
"""
|
|
29071
|
-
class name(TUIMethod):
|
|
29072
|
-
"""
|
|
29073
|
-
No help available.
|
|
29074
|
-
"""
|
|
29075
|
-
class python_cmd(TUIMethod):
|
|
29076
|
-
"""
|
|
29077
|
-
No help available.
|
|
29078
|
-
"""
|
|
29079
|
-
|
|
29080
|
-
class modifications(TUIMenu):
|
|
28987
|
+
class create(TUIMethod):
|
|
29081
28988
|
"""
|
|
29082
28989
|
No help available.
|
|
29083
28990
|
"""
|
|
29084
|
-
|
|
29085
|
-
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
29086
|
-
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
29087
|
-
self.resize = self.__class__.resize(service, version, mode, path + ["resize"])
|
|
29088
|
-
super().__init__(service, version, mode, path)
|
|
29089
|
-
class edit(TUIMethod):
|
|
29090
|
-
"""
|
|
29091
|
-
Edit modifications object.
|
|
29092
|
-
"""
|
|
29093
|
-
class list_properties(TUIMethod):
|
|
29094
|
-
"""
|
|
29095
|
-
No help available.
|
|
29096
|
-
"""
|
|
29097
|
-
class resize(TUIMethod):
|
|
29098
|
-
"""
|
|
29099
|
-
No help available.
|
|
29100
|
-
"""
|
|
29101
|
-
|
|
29102
|
-
class original_settings(TUIMenu):
|
|
28991
|
+
class delete(TUIMethod):
|
|
29103
28992
|
"""
|
|
29104
28993
|
No help available.
|
|
29105
28994
|
"""
|
|
29106
|
-
|
|
29107
|
-
self.active = self.__class__.active(service, version, mode, path + ["active"])
|
|
29108
|
-
self.command = self.__class__.command(service, version, mode, path + ["command"])
|
|
29109
|
-
self.count = self.__class__.count(service, version, mode, path + ["count"])
|
|
29110
|
-
self.flowtime = self.__class__.flowtime(service, version, mode, path + ["flowtime"])
|
|
29111
|
-
self.ftselected = self.__class__.ftselected(service, version, mode, path + ["ftselected"])
|
|
29112
|
-
self.name = self.__class__.name(service, version, mode, path + ["name"])
|
|
29113
|
-
self.python_cmd = self.__class__.python_cmd(service, version, mode, path + ["python_cmd"])
|
|
29114
|
-
super().__init__(service, version, mode, path)
|
|
29115
|
-
class active(TUIMethod):
|
|
29116
|
-
"""
|
|
29117
|
-
No help available.
|
|
29118
|
-
"""
|
|
29119
|
-
class command(TUIMethod):
|
|
29120
|
-
"""
|
|
29121
|
-
No help available.
|
|
29122
|
-
"""
|
|
29123
|
-
class count(TUIMethod):
|
|
29124
|
-
"""
|
|
29125
|
-
No help available.
|
|
29126
|
-
"""
|
|
29127
|
-
class flowtime(TUIMethod):
|
|
29128
|
-
"""
|
|
29129
|
-
No help available.
|
|
29130
|
-
"""
|
|
29131
|
-
class ftselected(TUIMethod):
|
|
29132
|
-
"""
|
|
29133
|
-
No help available.
|
|
29134
|
-
"""
|
|
29135
|
-
class name(TUIMethod):
|
|
29136
|
-
"""
|
|
29137
|
-
No help available.
|
|
29138
|
-
"""
|
|
29139
|
-
class python_cmd(TUIMethod):
|
|
29140
|
-
"""
|
|
29141
|
-
No help available.
|
|
29142
|
-
"""
|
|
29143
|
-
|
|
29144
|
-
class initialization_method(TUIMenu):
|
|
29145
|
-
"""
|
|
29146
|
-
No help available.
|
|
29147
|
-
"""
|
|
29148
|
-
def __init__(self, service, version, mode, path):
|
|
29149
|
-
self.init_from_solution = self.__class__.init_from_solution(service, version, mode, path + ["init_from_solution"])
|
|
29150
|
-
self.init_from_data_file = self.__class__.init_from_data_file(service, version, mode, path + ["init_from_data_file"])
|
|
29151
|
-
super().__init__(service, version, mode, path)
|
|
29152
|
-
class init_from_data_file(TUIMethod):
|
|
28995
|
+
class disable(TUIMethod):
|
|
29153
28996
|
"""
|
|
29154
28997
|
No help available.
|
|
29155
28998
|
"""
|
|
29156
|
-
|
|
29157
|
-
|
|
28999
|
+
class edit(TUIMethod):
|
|
29000
|
+
"""
|
|
29001
|
+
Edit automatic-case-modification object.
|
|
29002
|
+
"""
|
|
29003
|
+
class enable(TUIMethod):
|
|
29004
|
+
"""
|
|
29005
|
+
No help available.
|
|
29006
|
+
"""
|
|
29007
|
+
class list(TUIMethod):
|
|
29008
|
+
"""
|
|
29009
|
+
No help available.
|
|
29010
|
+
"""
|
|
29011
|
+
class list_properties(TUIMethod):
|
|
29012
|
+
"""
|
|
29013
|
+
No help available.
|
|
29014
|
+
"""
|
|
29015
|
+
class make_a_copy(TUIMethod):
|
|
29016
|
+
"""
|
|
29017
|
+
No help available.
|
|
29018
|
+
"""
|
|
29019
|
+
class rename(TUIMethod):
|
|
29158
29020
|
"""
|
|
29159
29021
|
No help available.
|
|
29160
29022
|
"""
|
|
29161
|
-
def __init__(self, service, version, mode, path):
|
|
29162
|
-
self.init_from_data_file = self.__class__.init_from_data_file(service, version, mode, path + ["init_from_data_file"])
|
|
29163
|
-
self.option = self.__class__.option(service, version, mode, path + ["option"])
|
|
29164
|
-
super().__init__(service, version, mode, path)
|
|
29165
|
-
class init_from_data_file(TUIMethod):
|
|
29166
|
-
"""
|
|
29167
|
-
No help available.
|
|
29168
|
-
"""
|
|
29169
|
-
class option(TUIMethod):
|
|
29170
|
-
"""
|
|
29171
|
-
No help available.
|
|
29172
|
-
"""
|
|
29173
29023
|
|
|
29174
29024
|
class execute_commands(TUIMenu):
|
|
29175
29025
|
"""
|
|
@@ -31385,6 +31235,7 @@ class main_menu(TUIMenu):
|
|
|
31385
31235
|
def __init__(self, service, version, mode, path):
|
|
31386
31236
|
self.boundary_zone = self.__class__.boundary_zone(service, version, mode, path + ["boundary_zone"])
|
|
31387
31237
|
self.flat_init = self.__class__.flat_init(service, version, mode, path + ["flat_init"])
|
|
31238
|
+
self.open_channel_initialization_method = self.__class__.open_channel_initialization_method(service, version, mode, path + ["open_channel_initialization_method"])
|
|
31388
31239
|
self.wavy_surface_init = self.__class__.wavy_surface_init(service, version, mode, path + ["wavy_surface_init"])
|
|
31389
31240
|
super().__init__(service, version, mode, path)
|
|
31390
31241
|
class boundary_zone(TUIMethod):
|
|
@@ -31395,6 +31246,10 @@ class main_menu(TUIMenu):
|
|
|
31395
31246
|
"""
|
|
31396
31247
|
No help available.
|
|
31397
31248
|
"""
|
|
31249
|
+
class open_channel_initialization_method(TUIMethod):
|
|
31250
|
+
"""
|
|
31251
|
+
No help available.
|
|
31252
|
+
"""
|
|
31398
31253
|
class wavy_surface_init(TUIMethod):
|
|
31399
31254
|
"""
|
|
31400
31255
|
No help available.
|
|
@@ -34398,6 +34253,7 @@ class main_menu(TUIMenu):
|
|
|
34398
34253
|
self.cfl_based_adaptive_time_stepping = self.__class__.cfl_based_adaptive_time_stepping(service, version, mode, path + ["cfl_based_adaptive_time_stepping"])
|
|
34399
34254
|
self.data_sampling = self.__class__.data_sampling(service, version, mode, path + ["data_sampling"])
|
|
34400
34255
|
self.data_sampling_options = self.__class__.data_sampling_options(service, version, mode, path + ["data_sampling_options"])
|
|
34256
|
+
self.parameters = self.__class__.parameters(service, version, mode, path + ["parameters"])
|
|
34401
34257
|
self.pollutants = self.__class__.pollutants(service, version, mode, path + ["pollutants"])
|
|
34402
34258
|
self.pseudo_time_settings = self.__class__.pseudo_time_settings(service, version, mode, path + ["pseudo_time_settings"])
|
|
34403
34259
|
self.solution_steering = self.__class__.solution_steering(service, version, mode, path + ["solution_steering"])
|
|
@@ -34405,10 +34261,7 @@ class main_menu(TUIMenu):
|
|
|
34405
34261
|
self.calculate = self.__class__.calculate(service, version, mode, path + ["calculate"])
|
|
34406
34262
|
self.dual_time_iterate = self.__class__.dual_time_iterate(service, version, mode, path + ["dual_time_iterate"])
|
|
34407
34263
|
self.interrupt = self.__class__.interrupt(service, version, mode, path + ["interrupt"])
|
|
34408
|
-
self.iter_count = self.__class__.iter_count(service, version, mode, path + ["iter_count"])
|
|
34409
34264
|
self.iterate = self.__class__.iterate(service, version, mode, path + ["iterate"])
|
|
34410
|
-
self.profile_update_interval = self.__class__.profile_update_interval(service, version, mode, path + ["profile_update_interval"])
|
|
34411
|
-
self.reporting_interval = self.__class__.reporting_interval(service, version, mode, path + ["reporting_interval"])
|
|
34412
34265
|
self.residual_verbosity = self.__class__.residual_verbosity(service, version, mode, path + ["residual_verbosity"])
|
|
34413
34266
|
self.time_step_count = self.__class__.time_step_count(service, version, mode, path + ["time_step_count"])
|
|
34414
34267
|
super().__init__(service, version, mode, path)
|
|
@@ -34424,22 +34277,10 @@ class main_menu(TUIMenu):
|
|
|
34424
34277
|
"""
|
|
34425
34278
|
No help available.
|
|
34426
34279
|
"""
|
|
34427
|
-
class iter_count(TUIMethod):
|
|
34428
|
-
"""
|
|
34429
|
-
No help available.
|
|
34430
|
-
"""
|
|
34431
34280
|
class iterate(TUIMethod):
|
|
34432
34281
|
"""
|
|
34433
34282
|
No help available.
|
|
34434
34283
|
"""
|
|
34435
|
-
class profile_update_interval(TUIMethod):
|
|
34436
|
-
"""
|
|
34437
|
-
No help available.
|
|
34438
|
-
"""
|
|
34439
|
-
class reporting_interval(TUIMethod):
|
|
34440
|
-
"""
|
|
34441
|
-
No help available.
|
|
34442
|
-
"""
|
|
34443
34284
|
class residual_verbosity(TUIMethod):
|
|
34444
34285
|
"""
|
|
34445
34286
|
No help available.
|
|
@@ -34695,6 +34536,43 @@ class main_menu(TUIMenu):
|
|
|
34695
34536
|
No help available.
|
|
34696
34537
|
"""
|
|
34697
34538
|
|
|
34539
|
+
class parameters(TUIMenu):
|
|
34540
|
+
"""
|
|
34541
|
+
No help available.
|
|
34542
|
+
"""
|
|
34543
|
+
def __init__(self, service, version, mode, path):
|
|
34544
|
+
self.iter_count = self.__class__.iter_count(service, version, mode, path + ["iter_count"])
|
|
34545
|
+
self.max_iter_per_time_step = self.__class__.max_iter_per_time_step(service, version, mode, path + ["max_iter_per_time_step"])
|
|
34546
|
+
self.profile_update_interval = self.__class__.profile_update_interval(service, version, mode, path + ["profile_update_interval"])
|
|
34547
|
+
self.reporting_interval = self.__class__.reporting_interval(service, version, mode, path + ["reporting_interval"])
|
|
34548
|
+
self.time_step_count = self.__class__.time_step_count(service, version, mode, path + ["time_step_count"])
|
|
34549
|
+
self.time_step_size = self.__class__.time_step_size(service, version, mode, path + ["time_step_size"])
|
|
34550
|
+
super().__init__(service, version, mode, path)
|
|
34551
|
+
class iter_count(TUIMethod):
|
|
34552
|
+
"""
|
|
34553
|
+
No help available.
|
|
34554
|
+
"""
|
|
34555
|
+
class max_iter_per_time_step(TUIMethod):
|
|
34556
|
+
"""
|
|
34557
|
+
No help available.
|
|
34558
|
+
"""
|
|
34559
|
+
class profile_update_interval(TUIMethod):
|
|
34560
|
+
"""
|
|
34561
|
+
No help available.
|
|
34562
|
+
"""
|
|
34563
|
+
class reporting_interval(TUIMethod):
|
|
34564
|
+
"""
|
|
34565
|
+
No help available.
|
|
34566
|
+
"""
|
|
34567
|
+
class time_step_count(TUIMethod):
|
|
34568
|
+
"""
|
|
34569
|
+
No help available.
|
|
34570
|
+
"""
|
|
34571
|
+
class time_step_size(TUIMethod):
|
|
34572
|
+
"""
|
|
34573
|
+
No help available.
|
|
34574
|
+
"""
|
|
34575
|
+
|
|
34698
34576
|
class pollutants(TUIMenu):
|
|
34699
34577
|
"""
|
|
34700
34578
|
No help available.
|
|
@@ -34718,12 +34596,7 @@ class main_menu(TUIMenu):
|
|
|
34718
34596
|
"""
|
|
34719
34597
|
def __init__(self, service, version, mode, path):
|
|
34720
34598
|
self.time_step_method = self.__class__.time_step_method(service, version, mode, path + ["time_step_method"])
|
|
34721
|
-
self.verbosity = self.__class__.verbosity(service, version, mode, path + ["verbosity"])
|
|
34722
34599
|
super().__init__(service, version, mode, path)
|
|
34723
|
-
class verbosity(TUIMethod):
|
|
34724
|
-
"""
|
|
34725
|
-
No help available.
|
|
34726
|
-
"""
|
|
34727
34600
|
|
|
34728
34601
|
class time_step_method(TUIMenu):
|
|
34729
34602
|
"""
|
|
@@ -34738,6 +34611,7 @@ class main_menu(TUIMenu):
|
|
|
34738
34611
|
self.time_step_method = self.__class__.time_step_method(service, version, mode, path + ["time_step_method"])
|
|
34739
34612
|
self.time_step_size_for_solid_zone = self.__class__.time_step_size_for_solid_zone(service, version, mode, path + ["time_step_size_for_solid_zone"])
|
|
34740
34613
|
self.time_step_size_scale_factor = self.__class__.time_step_size_scale_factor(service, version, mode, path + ["time_step_size_scale_factor"])
|
|
34614
|
+
self.verbosity = self.__class__.verbosity(service, version, mode, path + ["verbosity"])
|
|
34741
34615
|
super().__init__(service, version, mode, path)
|
|
34742
34616
|
class auto_time_size_calc_solid_zone(TUIMethod):
|
|
34743
34617
|
"""
|
|
@@ -34771,6 +34645,10 @@ class main_menu(TUIMenu):
|
|
|
34771
34645
|
"""
|
|
34772
34646
|
No help available.
|
|
34773
34647
|
"""
|
|
34648
|
+
class verbosity(TUIMethod):
|
|
34649
|
+
"""
|
|
34650
|
+
No help available.
|
|
34651
|
+
"""
|
|
34774
34652
|
|
|
34775
34653
|
class solution_steering(TUIMenu):
|
|
34776
34654
|
"""
|
|
@@ -34810,32 +34688,26 @@ class main_menu(TUIMenu):
|
|
|
34810
34688
|
"""
|
|
34811
34689
|
def __init__(self, service, version, mode, path):
|
|
34812
34690
|
self.cfl_based_time_stepping = self.__class__.cfl_based_time_stepping(service, version, mode, path + ["cfl_based_time_stepping"])
|
|
34813
|
-
self.cfl_based_time_stepping_advanced_options = self.__class__.cfl_based_time_stepping_advanced_options(service, version, mode, path + ["cfl_based_time_stepping_advanced_options"])
|
|
34814
34691
|
self.error_based_time_stepping = self.__class__.error_based_time_stepping(service, version, mode, path + ["error_based_time_stepping"])
|
|
34815
34692
|
self.extrapolate_eqn_vars = self.__class__.extrapolate_eqn_vars(service, version, mode, path + ["extrapolate_eqn_vars"])
|
|
34816
34693
|
self.fixed_periodic = self.__class__.fixed_periodic(service, version, mode, path + ["fixed_periodic"])
|
|
34817
34694
|
self.mp_specific_time_stepping = self.__class__.mp_specific_time_stepping(service, version, mode, path + ["mp_specific_time_stepping"])
|
|
34818
|
-
self.multiphase_specific_time_constraints = self.__class__.multiphase_specific_time_constraints(service, version, mode, path + ["multiphase_specific_time_constraints"])
|
|
34819
34695
|
self.solid_time_step_size = self.__class__.solid_time_step_size(service, version, mode, path + ["solid_time_step_size"])
|
|
34820
34696
|
self.duration_specification_method = self.__class__.duration_specification_method(service, version, mode, path + ["duration_specification_method"])
|
|
34821
34697
|
self.extrapolate_variables = self.__class__.extrapolate_variables(service, version, mode, path + ["extrapolate_variables"])
|
|
34822
34698
|
self.flow_time = self.__class__.flow_time(service, version, mode, path + ["flow_time"])
|
|
34823
34699
|
self.incremental_time = self.__class__.incremental_time(service, version, mode, path + ["incremental_time"])
|
|
34824
34700
|
self.max_flow_time = self.__class__.max_flow_time(service, version, mode, path + ["max_flow_time"])
|
|
34825
|
-
self.max_iter_per_time_step = self.__class__.max_iter_per_time_step(service, version, mode, path + ["max_iter_per_time_step"])
|
|
34826
34701
|
self.method = self.__class__.method(service, version, mode, path + ["method"])
|
|
34827
34702
|
self.predict_next = self.__class__.predict_next(service, version, mode, path + ["predict_next"])
|
|
34828
34703
|
self.rotating_mesh_flow_predictor = self.__class__.rotating_mesh_flow_predictor(service, version, mode, path + ["rotating_mesh_flow_predictor"])
|
|
34829
34704
|
self.solution_status = self.__class__.solution_status(service, version, mode, path + ["solution_status"])
|
|
34830
34705
|
self.specified_time_step = self.__class__.specified_time_step(service, version, mode, path + ["specified_time_step"])
|
|
34831
|
-
self.time_step_count = self.__class__.time_step_count(service, version, mode, path + ["time_step_count"])
|
|
34832
|
-
self.time_step_size = self.__class__.time_step_size(service, version, mode, path + ["time_step_size"])
|
|
34833
34706
|
self.time_step_size_for_acoustic_export = self.__class__.time_step_size_for_acoustic_export(service, version, mode, path + ["time_step_size_for_acoustic_export"])
|
|
34834
34707
|
self.total_time = self.__class__.total_time(service, version, mode, path + ["total_time"])
|
|
34835
34708
|
self.total_time_step_count = self.__class__.total_time_step_count(service, version, mode, path + ["total_time_step_count"])
|
|
34836
34709
|
self.type = self.__class__.type(service, version, mode, path + ["type"])
|
|
34837
34710
|
self.udf_hook = self.__class__.udf_hook(service, version, mode, path + ["udf_hook"])
|
|
34838
|
-
self.undo_timestep = self.__class__.undo_timestep(service, version, mode, path + ["undo_timestep"])
|
|
34839
34711
|
super().__init__(service, version, mode, path)
|
|
34840
34712
|
class duration_specification_method(TUIMethod):
|
|
34841
34713
|
"""
|
|
@@ -34857,10 +34729,6 @@ class main_menu(TUIMenu):
|
|
|
34857
34729
|
"""
|
|
34858
34730
|
No help available.
|
|
34859
34731
|
"""
|
|
34860
|
-
class max_iter_per_time_step(TUIMethod):
|
|
34861
|
-
"""
|
|
34862
|
-
No help available.
|
|
34863
|
-
"""
|
|
34864
34732
|
class method(TUIMethod):
|
|
34865
34733
|
"""
|
|
34866
34734
|
No help available.
|
|
@@ -34881,14 +34749,6 @@ class main_menu(TUIMenu):
|
|
|
34881
34749
|
"""
|
|
34882
34750
|
No help available.
|
|
34883
34751
|
"""
|
|
34884
|
-
class time_step_count(TUIMethod):
|
|
34885
|
-
"""
|
|
34886
|
-
No help available.
|
|
34887
|
-
"""
|
|
34888
|
-
class time_step_size(TUIMethod):
|
|
34889
|
-
"""
|
|
34890
|
-
No help available.
|
|
34891
|
-
"""
|
|
34892
34752
|
class time_step_size_for_acoustic_export(TUIMethod):
|
|
34893
34753
|
"""
|
|
34894
34754
|
No help available.
|
|
@@ -34909,16 +34769,13 @@ class main_menu(TUIMenu):
|
|
|
34909
34769
|
"""
|
|
34910
34770
|
No help available.
|
|
34911
34771
|
"""
|
|
34912
|
-
class undo_timestep(TUIMethod):
|
|
34913
|
-
"""
|
|
34914
|
-
No help available.
|
|
34915
|
-
"""
|
|
34916
34772
|
|
|
34917
34773
|
class cfl_based_time_stepping(TUIMenu):
|
|
34918
34774
|
"""
|
|
34919
34775
|
No help available.
|
|
34920
34776
|
"""
|
|
34921
34777
|
def __init__(self, service, version, mode, path):
|
|
34778
|
+
self.advanced_options = self.__class__.advanced_options(service, version, mode, path + ["advanced_options"])
|
|
34922
34779
|
self.courant_number = self.__class__.courant_number(service, version, mode, path + ["courant_number"])
|
|
34923
34780
|
self.fixed_time_step_size = self.__class__.fixed_time_step_size(service, version, mode, path + ["fixed_time_step_size"])
|
|
34924
34781
|
self.initial_time_step_size = self.__class__.initial_time_step_size(service, version, mode, path + ["initial_time_step_size"])
|
|
@@ -34961,27 +34818,27 @@ class main_menu(TUIMenu):
|
|
|
34961
34818
|
No help available.
|
|
34962
34819
|
"""
|
|
34963
34820
|
|
|
34964
|
-
|
|
34965
|
-
"""
|
|
34966
|
-
No help available.
|
|
34967
|
-
"""
|
|
34968
|
-
def __init__(self, service, version, mode, path):
|
|
34969
|
-
self.cfl_type = self.__class__.cfl_type(service, version, mode, path + ["cfl_type"])
|
|
34970
|
-
self.control_time_step_size_variation = self.__class__.control_time_step_size_variation(service, version, mode, path + ["control_time_step_size_variation"])
|
|
34971
|
-
self.use_average_cfl = self.__class__.use_average_cfl(service, version, mode, path + ["use_average_cfl"])
|
|
34972
|
-
super().__init__(service, version, mode, path)
|
|
34973
|
-
class cfl_type(TUIMethod):
|
|
34974
|
-
"""
|
|
34975
|
-
No help available.
|
|
34976
|
-
"""
|
|
34977
|
-
class control_time_step_size_variation(TUIMethod):
|
|
34978
|
-
"""
|
|
34979
|
-
No help available.
|
|
34980
|
-
"""
|
|
34981
|
-
class use_average_cfl(TUIMethod):
|
|
34821
|
+
class advanced_options(TUIMenu):
|
|
34982
34822
|
"""
|
|
34983
34823
|
No help available.
|
|
34984
34824
|
"""
|
|
34825
|
+
def __init__(self, service, version, mode, path):
|
|
34826
|
+
self.cfl_type = self.__class__.cfl_type(service, version, mode, path + ["cfl_type"])
|
|
34827
|
+
self.control_time_step_size_variation = self.__class__.control_time_step_size_variation(service, version, mode, path + ["control_time_step_size_variation"])
|
|
34828
|
+
self.use_average_cfl = self.__class__.use_average_cfl(service, version, mode, path + ["use_average_cfl"])
|
|
34829
|
+
super().__init__(service, version, mode, path)
|
|
34830
|
+
class cfl_type(TUIMethod):
|
|
34831
|
+
"""
|
|
34832
|
+
No help available.
|
|
34833
|
+
"""
|
|
34834
|
+
class control_time_step_size_variation(TUIMethod):
|
|
34835
|
+
"""
|
|
34836
|
+
No help available.
|
|
34837
|
+
"""
|
|
34838
|
+
class use_average_cfl(TUIMethod):
|
|
34839
|
+
"""
|
|
34840
|
+
No help available.
|
|
34841
|
+
"""
|
|
34985
34842
|
|
|
34986
34843
|
class error_based_time_stepping(TUIMenu):
|
|
34987
34844
|
"""
|
|
@@ -34995,6 +34852,7 @@ class main_menu(TUIMenu):
|
|
|
34995
34852
|
self.max_time_step_size = self.__class__.max_time_step_size(service, version, mode, path + ["max_time_step_size"])
|
|
34996
34853
|
self.min_step_change_factor = self.__class__.min_step_change_factor(service, version, mode, path + ["min_step_change_factor"])
|
|
34997
34854
|
self.min_time_step_size = self.__class__.min_time_step_size(service, version, mode, path + ["min_time_step_size"])
|
|
34855
|
+
self.undo_timestep = self.__class__.undo_timestep(service, version, mode, path + ["undo_timestep"])
|
|
34998
34856
|
self.update_interval = self.__class__.update_interval(service, version, mode, path + ["update_interval"])
|
|
34999
34857
|
super().__init__(service, version, mode, path)
|
|
35000
34858
|
class error_tolerance(TUIMethod):
|
|
@@ -35025,6 +34883,10 @@ class main_menu(TUIMenu):
|
|
|
35025
34883
|
"""
|
|
35026
34884
|
No help available.
|
|
35027
34885
|
"""
|
|
34886
|
+
class undo_timestep(TUIMethod):
|
|
34887
|
+
"""
|
|
34888
|
+
No help available.
|
|
34889
|
+
"""
|
|
35028
34890
|
class update_interval(TUIMethod):
|
|
35029
34891
|
"""
|
|
35030
34892
|
No help available.
|
|
@@ -35124,6 +34986,7 @@ class main_menu(TUIMenu):
|
|
|
35124
34986
|
No help available.
|
|
35125
34987
|
"""
|
|
35126
34988
|
def __init__(self, service, version, mode, path):
|
|
34989
|
+
self.time_constraints = self.__class__.time_constraints(service, version, mode, path + ["time_constraints"])
|
|
35127
34990
|
self.enabled = self.__class__.enabled(service, version, mode, path + ["enabled"])
|
|
35128
34991
|
self.fixed_time_step_size = self.__class__.fixed_time_step_size(service, version, mode, path + ["fixed_time_step_size"])
|
|
35129
34992
|
self.global_courant_number = self.__class__.global_courant_number(service, version, mode, path + ["global_courant_number"])
|
|
@@ -35171,68 +35034,68 @@ class main_menu(TUIMenu):
|
|
|
35171
35034
|
No help available.
|
|
35172
35035
|
"""
|
|
35173
35036
|
|
|
35174
|
-
|
|
35175
|
-
"""
|
|
35176
|
-
No help available.
|
|
35177
|
-
"""
|
|
35178
|
-
def __init__(self, service, version, mode, path):
|
|
35179
|
-
self.moving_mesh_cfl_constraint = self.__class__.moving_mesh_cfl_constraint(service, version, mode, path + ["moving_mesh_cfl_constraint"])
|
|
35180
|
-
self.time_scale_options = self.__class__.time_scale_options(service, version, mode, path + ["time_scale_options"])
|
|
35181
|
-
self.physics_based_constraint = self.__class__.physics_based_constraint(service, version, mode, path + ["physics_based_constraint"])
|
|
35182
|
-
self.verbosity = self.__class__.verbosity(service, version, mode, path + ["verbosity"])
|
|
35183
|
-
super().__init__(service, version, mode, path)
|
|
35184
|
-
class physics_based_constraint(TUIMethod):
|
|
35185
|
-
"""
|
|
35186
|
-
No help available.
|
|
35187
|
-
"""
|
|
35188
|
-
class verbosity(TUIMethod):
|
|
35189
|
-
"""
|
|
35190
|
-
No help available.
|
|
35191
|
-
"""
|
|
35192
|
-
|
|
35193
|
-
class moving_mesh_cfl_constraint(TUIMenu):
|
|
35037
|
+
class time_constraints(TUIMenu):
|
|
35194
35038
|
"""
|
|
35195
35039
|
No help available.
|
|
35196
35040
|
"""
|
|
35197
35041
|
def __init__(self, service, version, mode, path):
|
|
35198
|
-
self.
|
|
35199
|
-
self.
|
|
35042
|
+
self.moving_mesh_cfl_constraint = self.__class__.moving_mesh_cfl_constraint(service, version, mode, path + ["moving_mesh_cfl_constraint"])
|
|
35043
|
+
self.time_scale_options = self.__class__.time_scale_options(service, version, mode, path + ["time_scale_options"])
|
|
35044
|
+
self.physics_based_constraint = self.__class__.physics_based_constraint(service, version, mode, path + ["physics_based_constraint"])
|
|
35045
|
+
self.verbosity = self.__class__.verbosity(service, version, mode, path + ["verbosity"])
|
|
35200
35046
|
super().__init__(service, version, mode, path)
|
|
35201
|
-
class
|
|
35047
|
+
class physics_based_constraint(TUIMethod):
|
|
35202
35048
|
"""
|
|
35203
35049
|
No help available.
|
|
35204
35050
|
"""
|
|
35205
|
-
class
|
|
35051
|
+
class verbosity(TUIMethod):
|
|
35206
35052
|
"""
|
|
35207
35053
|
No help available.
|
|
35208
35054
|
"""
|
|
35209
35055
|
|
|
35210
|
-
|
|
35211
|
-
"""
|
|
35212
|
-
No help available.
|
|
35213
|
-
"""
|
|
35214
|
-
def __init__(self, service, version, mode, path):
|
|
35215
|
-
self.acoustic_scale = self.__class__.acoustic_scale(service, version, mode, path + ["acoustic_scale"])
|
|
35216
|
-
self.gravity_scale = self.__class__.gravity_scale(service, version, mode, path + ["gravity_scale"])
|
|
35217
|
-
self.surface_tension_scale = self.__class__.surface_tension_scale(service, version, mode, path + ["surface_tension_scale"])
|
|
35218
|
-
self.viscous_scale = self.__class__.viscous_scale(service, version, mode, path + ["viscous_scale"])
|
|
35219
|
-
super().__init__(service, version, mode, path)
|
|
35220
|
-
class acoustic_scale(TUIMethod):
|
|
35221
|
-
"""
|
|
35222
|
-
No help available.
|
|
35223
|
-
"""
|
|
35224
|
-
class gravity_scale(TUIMethod):
|
|
35056
|
+
class moving_mesh_cfl_constraint(TUIMenu):
|
|
35225
35057
|
"""
|
|
35226
35058
|
No help available.
|
|
35227
35059
|
"""
|
|
35228
|
-
|
|
35229
|
-
|
|
35230
|
-
|
|
35231
|
-
|
|
35232
|
-
|
|
35060
|
+
def __init__(self, service, version, mode, path):
|
|
35061
|
+
self.mesh_courant_number = self.__class__.mesh_courant_number(service, version, mode, path + ["mesh_courant_number"])
|
|
35062
|
+
self.moving_mesh_constraint = self.__class__.moving_mesh_constraint(service, version, mode, path + ["moving_mesh_constraint"])
|
|
35063
|
+
super().__init__(service, version, mode, path)
|
|
35064
|
+
class mesh_courant_number(TUIMethod):
|
|
35065
|
+
"""
|
|
35066
|
+
No help available.
|
|
35067
|
+
"""
|
|
35068
|
+
class moving_mesh_constraint(TUIMethod):
|
|
35069
|
+
"""
|
|
35070
|
+
No help available.
|
|
35071
|
+
"""
|
|
35072
|
+
|
|
35073
|
+
class time_scale_options(TUIMenu):
|
|
35233
35074
|
"""
|
|
35234
35075
|
No help available.
|
|
35235
35076
|
"""
|
|
35077
|
+
def __init__(self, service, version, mode, path):
|
|
35078
|
+
self.acoustic_scale = self.__class__.acoustic_scale(service, version, mode, path + ["acoustic_scale"])
|
|
35079
|
+
self.gravity_scale = self.__class__.gravity_scale(service, version, mode, path + ["gravity_scale"])
|
|
35080
|
+
self.surface_tension_scale = self.__class__.surface_tension_scale(service, version, mode, path + ["surface_tension_scale"])
|
|
35081
|
+
self.viscous_scale = self.__class__.viscous_scale(service, version, mode, path + ["viscous_scale"])
|
|
35082
|
+
super().__init__(service, version, mode, path)
|
|
35083
|
+
class acoustic_scale(TUIMethod):
|
|
35084
|
+
"""
|
|
35085
|
+
No help available.
|
|
35086
|
+
"""
|
|
35087
|
+
class gravity_scale(TUIMethod):
|
|
35088
|
+
"""
|
|
35089
|
+
No help available.
|
|
35090
|
+
"""
|
|
35091
|
+
class surface_tension_scale(TUIMethod):
|
|
35092
|
+
"""
|
|
35093
|
+
No help available.
|
|
35094
|
+
"""
|
|
35095
|
+
class viscous_scale(TUIMethod):
|
|
35096
|
+
"""
|
|
35097
|
+
No help available.
|
|
35098
|
+
"""
|
|
35236
35099
|
|
|
35237
35100
|
class solid_time_step_size(TUIMenu):
|
|
35238
35101
|
"""
|
|
@@ -36114,7 +35977,7 @@ class main_menu(TUIMenu):
|
|
|
36114
35977
|
"""
|
|
36115
35978
|
class open_channel_auto_init(TUIMethod):
|
|
36116
35979
|
"""
|
|
36117
|
-
|
|
35980
|
+
Open channel initialization method.
|
|
36118
35981
|
"""
|
|
36119
35982
|
class reference_frame(TUIMethod):
|
|
36120
35983
|
"""
|
|
@@ -36327,7 +36190,7 @@ class main_menu(TUIMenu):
|
|
|
36327
36190
|
super().__init__(service, version, mode, path)
|
|
36328
36191
|
class enable(TUIMethod):
|
|
36329
36192
|
"""
|
|
36330
|
-
|
|
36193
|
+
Enable localized initialization of turbulent flow variables for VOF/Mixture multiphase flow models.
|
|
36331
36194
|
"""
|
|
36332
36195
|
class turb_init_parameters(TUIMethod):
|
|
36333
36196
|
"""
|
|
@@ -39427,7 +39290,7 @@ class main_menu(TUIMenu):
|
|
|
39427
39290
|
"""
|
|
39428
39291
|
class multiphase_specific_time_stepping(TUIMethod):
|
|
39429
39292
|
"""
|
|
39430
|
-
|
|
39293
|
+
Multiphase specific time stepping parameters.
|
|
39431
39294
|
"""
|
|
39432
39295
|
class number_of_time_steps(TUIMethod):
|
|
39433
39296
|
"""
|
|
@@ -39483,9 +39346,9 @@ class main_menu(TUIMenu):
|
|
|
39483
39346
|
Set Multiphase-specific time constraints.
|
|
39484
39347
|
"""
|
|
39485
39348
|
def __init__(self, service, version, mode, path):
|
|
39486
|
-
self.time_scale_options = self.__class__.time_scale_options(service, version, mode, path + ["time_scale_options"])
|
|
39487
39349
|
self.moving_mesh_cfl_constraint = self.__class__.moving_mesh_cfl_constraint(service, version, mode, path + ["moving_mesh_cfl_constraint"])
|
|
39488
39350
|
self.physics_based_constraint = self.__class__.physics_based_constraint(service, version, mode, path + ["physics_based_constraint"])
|
|
39351
|
+
self.time_scale_options = self.__class__.time_scale_options(service, version, mode, path + ["time_scale_options"])
|
|
39489
39352
|
self.verbosity = self.__class__.verbosity(service, version, mode, path + ["verbosity"])
|
|
39490
39353
|
super().__init__(service, version, mode, path)
|
|
39491
39354
|
class moving_mesh_cfl_constraint(TUIMethod):
|
|
@@ -39496,37 +39359,14 @@ class main_menu(TUIMenu):
|
|
|
39496
39359
|
"""
|
|
39497
39360
|
No help available.
|
|
39498
39361
|
"""
|
|
39499
|
-
class
|
|
39362
|
+
class time_scale_options(TUIMethod):
|
|
39500
39363
|
"""
|
|
39501
39364
|
No help available.
|
|
39502
39365
|
"""
|
|
39503
|
-
|
|
39504
|
-
class time_scale_options(TUIMenu):
|
|
39366
|
+
class verbosity(TUIMethod):
|
|
39505
39367
|
"""
|
|
39506
39368
|
No help available.
|
|
39507
39369
|
"""
|
|
39508
|
-
def __init__(self, service, version, mode, path):
|
|
39509
|
-
self.acoustic_scale = self.__class__.acoustic_scale(service, version, mode, path + ["acoustic_scale"])
|
|
39510
|
-
self.gravity_scale = self.__class__.gravity_scale(service, version, mode, path + ["gravity_scale"])
|
|
39511
|
-
self.surface_tension_scale = self.__class__.surface_tension_scale(service, version, mode, path + ["surface_tension_scale"])
|
|
39512
|
-
self.viscous_scale = self.__class__.viscous_scale(service, version, mode, path + ["viscous_scale"])
|
|
39513
|
-
super().__init__(service, version, mode, path)
|
|
39514
|
-
class acoustic_scale(TUIMethod):
|
|
39515
|
-
"""
|
|
39516
|
-
No help available.
|
|
39517
|
-
"""
|
|
39518
|
-
class gravity_scale(TUIMethod):
|
|
39519
|
-
"""
|
|
39520
|
-
No help available.
|
|
39521
|
-
"""
|
|
39522
|
-
class surface_tension_scale(TUIMethod):
|
|
39523
|
-
"""
|
|
39524
|
-
No help available.
|
|
39525
|
-
"""
|
|
39526
|
-
class viscous_scale(TUIMethod):
|
|
39527
|
-
"""
|
|
39528
|
-
No help available.
|
|
39529
|
-
"""
|
|
39530
39370
|
|
|
39531
39371
|
class warped_face_gradient_correction(TUIMenu):
|
|
39532
39372
|
"""
|