ansys-fluent-core 0.28.2__py3-none-any.whl → 0.29.dev1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-fluent-core might be problematic. Click here for more details.
- ansys/fluent/core/__init__.py +1 -1
- ansys/fluent/core/_version.py +2 -2
- ansys/fluent/core/codegen/tuigen.py +1 -1
- ansys/fluent/core/codegen/walk_api.py +45 -18
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_252/meshing.py +1 -0
- ansys/fluent/core/generated/fluent_version_252.py +3 -3
- ansys/fluent/core/generated/solver/settings_252.py +251 -160
- ansys/fluent/core/generated/solver/settings_252.pyi +146 -54
- ansys/fluent/core/generated/solver/tui_252.py +48 -24
- ansys/fluent/core/launcher/container_launcher.py +4 -3
- ansys/fluent/core/launcher/fluent_container.py +22 -19
- ansys/fluent/core/launcher/launcher.py +2 -2
- ansys/fluent/core/launcher/pim_launcher.py +2 -2
- ansys/fluent/core/launcher/slurm_launcher.py +2 -2
- ansys/fluent/core/launcher/standalone_launcher.py +2 -2
- ansys/fluent/core/logging.py +2 -0
- ansys/fluent/core/logging_config.yaml +3 -0
- ansys/fluent/core/services/datamodel_se.py +4 -1
- ansys/fluent/core/services/field_data.py +252 -0
- ansys/fluent/core/services/interceptors.py +28 -2
- ansys/fluent/core/session.py +7 -2
- ansys/fluent/core/session_solver.py +21 -0
- {ansys_fluent_core-0.28.2.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/LICENSE +1 -1
- {ansys_fluent_core-0.28.2.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/METADATA +53 -32
- {ansys_fluent_core-0.28.2.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/RECORD +61 -137
- {ansys_fluent_core-0.28.2.dist-info → ansys_fluent_core-0.29.dev1.dist-info}/WHEEL +1 -1
- ansys/fluent/core/docs/README.rst +0 -155
- ansys/fluent/tests/conftest.py +0 -415
- ansys/fluent/tests/fluent_fixtures.py +0 -195
- ansys/fluent/tests/integration/test_optislang/test_optislang_integration.py +0 -263
- ansys/fluent/tests/parametric/test_local_parametric_run.py +0 -36
- ansys/fluent/tests/parametric/test_local_parametric_setup.py +0 -34
- ansys/fluent/tests/parametric/test_parametric_workflow.py +0 -279
- ansys/fluent/tests/test_aero_session.py +0 -88
- ansys/fluent/tests/test_batch_ops.py +0 -39
- ansys/fluent/tests/test_builtin_settings.py +0 -761
- ansys/fluent/tests/test_cad_to_post_ftm.py +0 -525
- ansys/fluent/tests/test_cad_to_post_wtm.py +0 -250
- ansys/fluent/tests/test_casereader.py +0 -324
- ansys/fluent/tests/test_codegen.py +0 -783
- ansys/fluent/tests/test_creatable.py +0 -31
- ansys/fluent/tests/test_data_model_cache.py +0 -434
- ansys/fluent/tests/test_datamodel_api.py +0 -429
- ansys/fluent/tests/test_datamodel_service.py +0 -814
- ansys/fluent/tests/test_datareader.py +0 -103
- ansys/fluent/tests/test_error_handling.py +0 -24
- ansys/fluent/tests/test_events_manager.py +0 -214
- ansys/fluent/tests/test_field_data.py +0 -466
- ansys/fluent/tests/test_file_session.py +0 -355
- ansys/fluent/tests/test_file_transfer_service.py +0 -165
- ansys/fluent/tests/test_fix_doc.py +0 -29
- ansys/fluent/tests/test_flobject.py +0 -1235
- ansys/fluent/tests/test_fluent_fixes.py +0 -106
- ansys/fluent/tests/test_fluent_session.py +0 -270
- ansys/fluent/tests/test_fluent_version.py +0 -66
- ansys/fluent/tests/test_fluent_version_marker.py +0 -65
- ansys/fluent/tests/test_icing_session.py +0 -9
- ansys/fluent/tests/test_launcher.py +0 -529
- ansys/fluent/tests/test_launcher_remote.py +0 -272
- ansys/fluent/tests/test_lispy.py +0 -40
- ansys/fluent/tests/test_logging.py +0 -16
- ansys/fluent/tests/test_mapped_api.py +0 -766
- ansys/fluent/tests/test_meshing_utilities.py +0 -2436
- ansys/fluent/tests/test_meshing_workflow.py +0 -421
- ansys/fluent/tests/test_meshingmode/test_meshing_launch.py +0 -168
- ansys/fluent/tests/test_new_meshing_workflow.py +0 -1801
- ansys/fluent/tests/test_preferences.py +0 -89
- ansys/fluent/tests/test_pure_mesh_vs_mesh_workflow.py +0 -101
- ansys/fluent/tests/test_reduction.py +0 -484
- ansys/fluent/tests/test_rp_vars.py +0 -77
- ansys/fluent/tests/test_scheduler.py +0 -471
- ansys/fluent/tests/test_scheme_eval_222.py +0 -338
- ansys/fluent/tests/test_scheme_eval_231.py +0 -243
- ansys/fluent/tests/test_search.py +0 -344
- ansys/fluent/tests/test_session.py +0 -594
- ansys/fluent/tests/test_settings_api.py +0 -606
- ansys/fluent/tests/test_settings_reader.py +0 -85
- ansys/fluent/tests/test_slurm_future.py +0 -67
- ansys/fluent/tests/test_solution_variables.py +0 -241
- ansys/fluent/tests/test_solver_monitors.py +0 -83
- ansys/fluent/tests/test_solvermode/boundaries_periodic_expDict +0 -1712
- ansys/fluent/tests/test_solvermode/test_boundaries.py +0 -127
- ansys/fluent/tests/test_solvermode/test_calculationactivities.py +0 -20
- ansys/fluent/tests/test_solvermode/test_controls.py +0 -131
- ansys/fluent/tests/test_solvermode/test_general.py +0 -109
- ansys/fluent/tests/test_solvermode/test_initialization.py +0 -83
- ansys/fluent/tests/test_solvermode/test_materials.py +0 -40
- ansys/fluent/tests/test_solvermode/test_methods.py +0 -65
- ansys/fluent/tests/test_solvermode/test_models.py +0 -99
- ansys/fluent/tests/test_solvermode/test_named_expressions.py +0 -35
- ansys/fluent/tests/test_solvermode/test_post_vector.py +0 -22
- ansys/fluent/tests/test_solvermode/test_species_model.py +0 -67
- ansys/fluent/tests/test_streaming_services.py +0 -52
- ansys/fluent/tests/test_systemcoupling.py +0 -44
- ansys/fluent/tests/test_topy.py +0 -179
- ansys/fluent/tests/test_tui_api.py +0 -70
- ansys/fluent/tests/test_type_stub.py +0 -37
- ansys/fluent/tests/test_utils.py +0 -82
- ansys/fluent/tests/util/__init__.py +0 -36
- ansys/fluent/tests/util/meshing_workflow.py +0 -33
- ansys/fluent/tests/util/solver.py +0 -72
- ansys_fluent_core-0.28.2.dist-info/AUTHORS +0 -12
|
@@ -48436,67 +48436,121 @@ class initialization_1(Group):
|
|
|
48436
48436
|
"""
|
|
48437
48437
|
Levelset function automatic initialization.
|
|
48438
48438
|
"""
|
|
48439
|
-
class
|
|
48439
|
+
class enable_24(Boolean):
|
|
48440
|
+
version: str
|
|
48441
|
+
fluent_name: str
|
|
48442
|
+
_python_name: str
|
|
48443
|
+
class execution_type(String, AllowedValuesMixin):
|
|
48444
|
+
version: str
|
|
48445
|
+
fluent_name: str
|
|
48446
|
+
_python_name: str
|
|
48447
|
+
class execution_command(String):
|
|
48448
|
+
version: str
|
|
48449
|
+
fluent_name: str
|
|
48450
|
+
_python_name: str
|
|
48451
|
+
class when_to_execute(String, AllowedValuesMixin):
|
|
48452
|
+
version: str
|
|
48453
|
+
fluent_name: str
|
|
48454
|
+
_python_name: str
|
|
48455
|
+
class frequency_cmd(Real):
|
|
48456
|
+
version: str
|
|
48457
|
+
fluent_name: str
|
|
48458
|
+
_python_name: str
|
|
48459
|
+
class python_cmd(Boolean):
|
|
48460
|
+
version: str
|
|
48461
|
+
fluent_name: str
|
|
48462
|
+
_python_name: str
|
|
48463
|
+
class execute_commands_child(Group):
|
|
48464
|
+
version: str
|
|
48465
|
+
fluent_name: str
|
|
48466
|
+
_python_name: str
|
|
48467
|
+
child_names: list[str]
|
|
48468
|
+
name: name_2
|
|
48469
|
+
enable: enable_24
|
|
48470
|
+
execution_type: execution_type
|
|
48471
|
+
execution_command: execution_command
|
|
48472
|
+
when_to_execute: when_to_execute
|
|
48473
|
+
frequency_cmd: frequency_cmd
|
|
48474
|
+
python_cmd: python_cmd
|
|
48475
|
+
class execute_commands(NamedObject[execute_commands_child]):
|
|
48440
48476
|
version: str
|
|
48441
48477
|
fluent_name: str
|
|
48442
48478
|
_python_name: str
|
|
48443
48479
|
command_names: list[str]
|
|
48444
|
-
def
|
|
48480
|
+
def create(self, name: str):
|
|
48445
48481
|
"""
|
|
48446
|
-
|
|
48482
|
+
Create an instance of this.
|
|
48447
48483
|
|
|
48448
48484
|
Parameters
|
|
48449
48485
|
----------
|
|
48450
|
-
|
|
48451
|
-
|
|
48486
|
+
name : str
|
|
48487
|
+
Set name for an object.
|
|
48452
48488
|
"""
|
|
48453
|
-
def
|
|
48489
|
+
def delete(self, name_list: list[str]):
|
|
48454
48490
|
"""
|
|
48455
|
-
|
|
48491
|
+
Delete selected objects.
|
|
48456
48492
|
|
|
48457
48493
|
Parameters
|
|
48458
48494
|
----------
|
|
48459
|
-
|
|
48460
|
-
|
|
48495
|
+
name_list : List
|
|
48496
|
+
Select objects to be deleted.
|
|
48461
48497
|
"""
|
|
48462
|
-
def
|
|
48498
|
+
def rename(self, new: str, old: str):
|
|
48463
48499
|
"""
|
|
48464
|
-
|
|
48500
|
+
Rename the object.
|
|
48465
48501
|
|
|
48466
48502
|
Parameters
|
|
48467
48503
|
----------
|
|
48468
|
-
|
|
48469
|
-
|
|
48504
|
+
new : str
|
|
48505
|
+
New name for the object.
|
|
48506
|
+
old : str
|
|
48507
|
+
Select object to rename.
|
|
48508
|
+
"""
|
|
48509
|
+
def list(self):
|
|
48510
|
+
"""
|
|
48511
|
+
List the names of the objects.
|
|
48470
48512
|
"""
|
|
48471
|
-
def
|
|
48513
|
+
def list_properties(self, object_name: str):
|
|
48472
48514
|
"""
|
|
48473
|
-
|
|
48515
|
+
List active properties of the object.
|
|
48474
48516
|
|
|
48475
48517
|
Parameters
|
|
48476
48518
|
----------
|
|
48477
|
-
|
|
48478
|
-
|
|
48519
|
+
object_name : str
|
|
48520
|
+
Select object for which properties are to be listed.
|
|
48521
|
+
"""
|
|
48522
|
+
def make_a_copy(self, from_: str, to: str):
|
|
48523
|
+
"""
|
|
48524
|
+
Create a copy of the object.
|
|
48525
|
+
|
|
48526
|
+
Parameters
|
|
48527
|
+
----------
|
|
48528
|
+
from_ : str
|
|
48529
|
+
Select the object to duplicate.
|
|
48530
|
+
to : str
|
|
48531
|
+
Specify the name of the new object.
|
|
48479
48532
|
"""
|
|
48480
48533
|
def export(self, command_name: list[str], tsv_file_name: str):
|
|
48481
48534
|
"""
|
|
48482
|
-
Export
|
|
48535
|
+
Export Commands.
|
|
48483
48536
|
|
|
48484
48537
|
Parameters
|
|
48485
48538
|
----------
|
|
48486
48539
|
command_name : List
|
|
48487
|
-
|
|
48540
|
+
Command names to export.
|
|
48488
48541
|
tsv_file_name : str
|
|
48489
|
-
|
|
48542
|
+
.tsv file name to save exported commands.
|
|
48490
48543
|
"""
|
|
48491
48544
|
def import_(self, tsv_file_name: str):
|
|
48492
48545
|
"""
|
|
48493
|
-
Import
|
|
48546
|
+
Import commands from .tsv file.
|
|
48494
48547
|
|
|
48495
48548
|
Parameters
|
|
48496
48549
|
----------
|
|
48497
48550
|
tsv_file_name_1 : str
|
|
48498
|
-
|
|
48551
|
+
.tsv file name to save exported commands.
|
|
48499
48552
|
"""
|
|
48553
|
+
child_object_type: execute_commands_child
|
|
48500
48554
|
class name_22(String):
|
|
48501
48555
|
version: str
|
|
48502
48556
|
fluent_name: str
|
|
@@ -48690,7 +48744,7 @@ class initialization_method(Group):
|
|
|
48690
48744
|
child_names: list[str]
|
|
48691
48745
|
init_from_data_file: init_from_data_file
|
|
48692
48746
|
init_from_solution: init_from_solution
|
|
48693
|
-
class
|
|
48747
|
+
class python_cmd_1(Boolean):
|
|
48694
48748
|
version: str
|
|
48695
48749
|
fluent_name: str
|
|
48696
48750
|
_python_name: str
|
|
@@ -48717,7 +48771,7 @@ class before_init_modification(Group):
|
|
|
48717
48771
|
child_names: list[str]
|
|
48718
48772
|
active: active
|
|
48719
48773
|
name: name_21
|
|
48720
|
-
python_cmd:
|
|
48774
|
+
python_cmd: python_cmd_1
|
|
48721
48775
|
command: command
|
|
48722
48776
|
count: count
|
|
48723
48777
|
ftselected: ftselected
|
|
@@ -48729,7 +48783,7 @@ class original_settings(Group):
|
|
|
48729
48783
|
child_names: list[str]
|
|
48730
48784
|
active: active
|
|
48731
48785
|
name: name_21
|
|
48732
|
-
python_cmd:
|
|
48786
|
+
python_cmd: python_cmd_1
|
|
48733
48787
|
command: command
|
|
48734
48788
|
count: count
|
|
48735
48789
|
ftselected: ftselected
|
|
@@ -48741,7 +48795,7 @@ class modifications_child(Group):
|
|
|
48741
48795
|
child_names: list[str]
|
|
48742
48796
|
active: active
|
|
48743
48797
|
name: name_21
|
|
48744
|
-
python_cmd:
|
|
48798
|
+
python_cmd: python_cmd_1
|
|
48745
48799
|
command: command
|
|
48746
48800
|
count: count
|
|
48747
48801
|
ftselected: ftselected
|
|
@@ -57010,6 +57064,44 @@ class plot_4(Group):
|
|
|
57010
57064
|
plot_from_file: plot_from_file
|
|
57011
57065
|
profile_data: profile_data
|
|
57012
57066
|
interpolated_data: interpolated_data
|
|
57067
|
+
def circum_avg_axial(self, field: str, surface: str, number_of_bands: int, method: str, file_name: str, order_point: bool):
|
|
57068
|
+
"""
|
|
57069
|
+
Compute iso-axial band surfaces and plot data vs axial coordinate on them.
|
|
57070
|
+
|
|
57071
|
+
Parameters
|
|
57072
|
+
----------
|
|
57073
|
+
field : str
|
|
57074
|
+
Select the field variable.
|
|
57075
|
+
surface : str
|
|
57076
|
+
Select surface.
|
|
57077
|
+
number_of_bands : int
|
|
57078
|
+
Specify the number of divisions of the field variable to be plotted.
|
|
57079
|
+
method : str
|
|
57080
|
+
Select the method you want to use to compute.
|
|
57081
|
+
file_name : str
|
|
57082
|
+
Type in the desired file name to save.
|
|
57083
|
+
order_point : bool
|
|
57084
|
+
Choose whether or not to reorder the points.
|
|
57085
|
+
"""
|
|
57086
|
+
def circum_avg_radial(self, field: str, surface: str, number_of_bands: int, method: str, file_name: str, order_point: bool):
|
|
57087
|
+
"""
|
|
57088
|
+
Compute iso-radial band surfaces and plot data vs radius on them.
|
|
57089
|
+
|
|
57090
|
+
Parameters
|
|
57091
|
+
----------
|
|
57092
|
+
field : str
|
|
57093
|
+
Select the field variable.
|
|
57094
|
+
surface : str
|
|
57095
|
+
Select surface.
|
|
57096
|
+
number_of_bands : int
|
|
57097
|
+
Specify the number of divisions of the field variable to be plotted.
|
|
57098
|
+
method : str
|
|
57099
|
+
Select the method you want to use to compute.
|
|
57100
|
+
file_name : str
|
|
57101
|
+
Type in the desired file name to save.
|
|
57102
|
+
order_point : bool
|
|
57103
|
+
Choose whether or not to reorder the points.
|
|
57104
|
+
"""
|
|
57013
57105
|
def plot_direction(self, plot_direction: list[float | str]):
|
|
57014
57106
|
"""
|
|
57015
57107
|
Set plot direction for xy plot.
|
|
@@ -60557,7 +60649,7 @@ class strategy(String, AllowedValuesMixin):
|
|
|
60557
60649
|
version: str
|
|
60558
60650
|
fluent_name: str
|
|
60559
60651
|
_python_name: str
|
|
60560
|
-
class
|
|
60652
|
+
class method_13(String, AllowedValuesMixin):
|
|
60561
60653
|
version: str
|
|
60562
60654
|
fluent_name: str
|
|
60563
60655
|
_python_name: str
|
|
@@ -60632,10 +60724,10 @@ class current_scheme(Group):
|
|
|
60632
60724
|
fluent_name: str
|
|
60633
60725
|
_python_name: str
|
|
60634
60726
|
child_names: list[str]
|
|
60635
|
-
method:
|
|
60727
|
+
method: method_13
|
|
60636
60728
|
dissipation: dissipation
|
|
60637
60729
|
residual_minimization: residual_minimization
|
|
60638
|
-
class
|
|
60730
|
+
class method_14(String, AllowedValuesMixin):
|
|
60639
60731
|
version: str
|
|
60640
60732
|
fluent_name: str
|
|
60641
60733
|
_python_name: str
|
|
@@ -60652,11 +60744,11 @@ class first_scheme(Group):
|
|
|
60652
60744
|
fluent_name: str
|
|
60653
60745
|
_python_name: str
|
|
60654
60746
|
child_names: list[str]
|
|
60655
|
-
method:
|
|
60747
|
+
method: method_14
|
|
60656
60748
|
auto_detection: auto_detection
|
|
60657
60749
|
iterations: iterations_2
|
|
60658
60750
|
dissipation: dissipation
|
|
60659
|
-
class
|
|
60751
|
+
class method_15(String, AllowedValuesMixin):
|
|
60660
60752
|
version: str
|
|
60661
60753
|
fluent_name: str
|
|
60662
60754
|
_python_name: str
|
|
@@ -60665,7 +60757,7 @@ class second_scheme(Group):
|
|
|
60665
60757
|
fluent_name: str
|
|
60666
60758
|
_python_name: str
|
|
60667
60759
|
child_names: list[str]
|
|
60668
|
-
method:
|
|
60760
|
+
method: method_15
|
|
60669
60761
|
iterations: iterations_2
|
|
60670
60762
|
residual_minimization: residual_minimization
|
|
60671
60763
|
class stabilization_1(Group):
|
|
@@ -60819,7 +60911,7 @@ class initialize_stabilization(Group):
|
|
|
60819
60911
|
"""
|
|
60820
60912
|
Initialize the stabilization scheme.
|
|
60821
60913
|
"""
|
|
60822
|
-
class
|
|
60914
|
+
class file_name_16(String):
|
|
60823
60915
|
version: str
|
|
60824
60916
|
fluent_name: str
|
|
60825
60917
|
_python_name: str
|
|
@@ -60836,7 +60928,7 @@ class autosave(Group):
|
|
|
60836
60928
|
fluent_name: str
|
|
60837
60929
|
_python_name: str
|
|
60838
60930
|
child_names: list[str]
|
|
60839
|
-
file_name:
|
|
60931
|
+
file_name: file_name_16
|
|
60840
60932
|
frequency: frequency_6
|
|
60841
60933
|
max_files: max_files_1
|
|
60842
60934
|
class calculation_activities(Group):
|
|
@@ -60870,7 +60962,7 @@ class sensitivity_orientation(String, AllowedValuesMixin):
|
|
|
60870
60962
|
version: str
|
|
60871
60963
|
fluent_name: str
|
|
60872
60964
|
_python_name: str
|
|
60873
|
-
class
|
|
60965
|
+
class method_16(String, AllowedValuesMixin):
|
|
60874
60966
|
version: str
|
|
60875
60967
|
fluent_name: str
|
|
60876
60968
|
_python_name: str
|
|
@@ -60883,7 +60975,7 @@ class surface_shape_sensitivity(Group):
|
|
|
60883
60975
|
fluent_name: str
|
|
60884
60976
|
_python_name: str
|
|
60885
60977
|
child_names: list[str]
|
|
60886
|
-
method:
|
|
60978
|
+
method: method_16
|
|
60887
60979
|
smoothness: smoothness
|
|
60888
60980
|
class postprocess_options(Group):
|
|
60889
60981
|
version: str
|
|
@@ -60923,7 +61015,7 @@ class reporting(Group):
|
|
|
60923
61015
|
append_data : bool
|
|
60924
61016
|
Append data to file.
|
|
60925
61017
|
"""
|
|
60926
|
-
class
|
|
61018
|
+
class method_17(String, AllowedValuesMixin):
|
|
60927
61019
|
version: str
|
|
60928
61020
|
fluent_name: str
|
|
60929
61021
|
_python_name: str
|
|
@@ -61130,7 +61222,7 @@ class morpher(Group):
|
|
|
61130
61222
|
fluent_name: str
|
|
61131
61223
|
_python_name: str
|
|
61132
61224
|
child_names: list[str]
|
|
61133
|
-
method:
|
|
61225
|
+
method: method_17
|
|
61134
61226
|
constraint_method: constraint_method
|
|
61135
61227
|
numerics: numerics_1
|
|
61136
61228
|
class modifiable_zones(StringList, AllowedValuesMixin):
|
|
@@ -61706,7 +61798,7 @@ class orientation_1(Group):
|
|
|
61706
61798
|
surfaces : List
|
|
61707
61799
|
Surfaces orientations to be reverse.
|
|
61708
61800
|
"""
|
|
61709
|
-
class
|
|
61801
|
+
class method_18(String, AllowedValuesMixin):
|
|
61710
61802
|
version: str
|
|
61711
61803
|
fluent_name: str
|
|
61712
61804
|
_python_name: str
|
|
@@ -61719,7 +61811,7 @@ class compound(Group):
|
|
|
61719
61811
|
fluent_name: str
|
|
61720
61812
|
_python_name: str
|
|
61721
61813
|
child_names: list[str]
|
|
61722
|
-
method:
|
|
61814
|
+
method: method_18
|
|
61723
61815
|
conditions: conditions_1
|
|
61724
61816
|
class definition_3_child(Group):
|
|
61725
61817
|
version: str
|
|
@@ -61848,7 +61940,7 @@ class applied_conditions(StringList, AllowedValuesMixin):
|
|
|
61848
61940
|
version: str
|
|
61849
61941
|
fluent_name: str
|
|
61850
61942
|
_python_name: str
|
|
61851
|
-
class
|
|
61943
|
+
class method_19(String, AllowedValuesMixin):
|
|
61852
61944
|
version: str
|
|
61853
61945
|
fluent_name: str
|
|
61854
61946
|
_python_name: str
|
|
@@ -61870,7 +61962,7 @@ class fix_surfaces(Group):
|
|
|
61870
61962
|
_python_name: str
|
|
61871
61963
|
child_names: list[str]
|
|
61872
61964
|
command_names: list[str]
|
|
61873
|
-
method:
|
|
61965
|
+
method: method_19
|
|
61874
61966
|
layers: layers
|
|
61875
61967
|
distance: distance_2
|
|
61876
61968
|
applied_moving_conditions: applied_moving_conditions
|
|
@@ -62176,7 +62268,7 @@ class parameters_5(NamedObject[parameters_5_child]):
|
|
|
62176
62268
|
Specify the name of the new object.
|
|
62177
62269
|
"""
|
|
62178
62270
|
child_object_type: parameters_5_child
|
|
62179
|
-
class
|
|
62271
|
+
class file_name_21(String):
|
|
62180
62272
|
version: str
|
|
62181
62273
|
fluent_name: str
|
|
62182
62274
|
_python_name: str
|
|
@@ -62193,7 +62285,7 @@ class results_1_child(Group):
|
|
|
62193
62285
|
fluent_name: str
|
|
62194
62286
|
_python_name: str
|
|
62195
62287
|
child_names: list[str]
|
|
62196
|
-
file_name:
|
|
62288
|
+
file_name: file_name_21
|
|
62197
62289
|
observable: observable_2
|
|
62198
62290
|
value: value_22
|
|
62199
62291
|
weight: weight_5
|
|
@@ -62417,7 +62509,7 @@ class selection_2(StringList, AllowedValuesMixin):
|
|
|
62417
62509
|
version: str
|
|
62418
62510
|
fluent_name: str
|
|
62419
62511
|
_python_name: str
|
|
62420
|
-
class
|
|
62512
|
+
class method_20(String, AllowedValuesMixin):
|
|
62421
62513
|
version: str
|
|
62422
62514
|
fluent_name: str
|
|
62423
62515
|
_python_name: str
|
|
@@ -62434,7 +62526,7 @@ class evaluation(Group):
|
|
|
62434
62526
|
fluent_name: str
|
|
62435
62527
|
_python_name: str
|
|
62436
62528
|
child_names: list[str]
|
|
62437
|
-
method:
|
|
62529
|
+
method: method_20
|
|
62438
62530
|
frequency: frequency_7
|
|
62439
62531
|
sampling_after: sampling_after
|
|
62440
62532
|
class observables_1(Group):
|
|
@@ -62686,7 +62778,7 @@ class objectives_2(Group):
|
|
|
62686
62778
|
observables: observables_1
|
|
62687
62779
|
operating_conditions: operating_conditions_1
|
|
62688
62780
|
objectives: objectives_3
|
|
62689
|
-
class
|
|
62781
|
+
class method_21(String, AllowedValuesMixin):
|
|
62690
62782
|
version: str
|
|
62691
62783
|
fluent_name: str
|
|
62692
62784
|
_python_name: str
|
|
@@ -62715,7 +62807,7 @@ class optimizer_settings(Group):
|
|
|
62715
62807
|
fluent_name: str
|
|
62716
62808
|
_python_name: str
|
|
62717
62809
|
child_names: list[str]
|
|
62718
|
-
method:
|
|
62810
|
+
method: method_21
|
|
62719
62811
|
current_design_iteration: current_design_iteration
|
|
62720
62812
|
design_iterations: design_iterations
|
|
62721
62813
|
convergence_criteria: convergence_criteria
|
|
@@ -63129,7 +63221,7 @@ class autosave_1(Group):
|
|
|
63129
63221
|
fluent_name: str
|
|
63130
63222
|
_python_name: str
|
|
63131
63223
|
child_names: list[str]
|
|
63132
|
-
file_name:
|
|
63224
|
+
file_name: file_name_17
|
|
63133
63225
|
save_files: save_files
|
|
63134
63226
|
save_optimal: save_optimal
|
|
63135
63227
|
export_stl: export_stl_1
|
|
@@ -64194,7 +64286,7 @@ class across_zones(Boolean):
|
|
|
64194
64286
|
version: str
|
|
64195
64287
|
fluent_name: str
|
|
64196
64288
|
_python_name: str
|
|
64197
|
-
class
|
|
64289
|
+
class method_23(String, AllowedValuesMixin):
|
|
64198
64290
|
version: str
|
|
64199
64291
|
fluent_name: str
|
|
64200
64292
|
_python_name: str
|
|
@@ -64213,7 +64305,7 @@ class auto(Group):
|
|
|
64213
64305
|
child_names: list[str]
|
|
64214
64306
|
case_file: case_file
|
|
64215
64307
|
across_zones: across_zones
|
|
64216
|
-
method:
|
|
64308
|
+
method: method_23
|
|
64217
64309
|
load_vector: load_vector
|
|
64218
64310
|
pre_test: pre_test
|
|
64219
64311
|
class across_zone_boundaries(Boolean):
|
|
@@ -64628,7 +64720,7 @@ class iter_per_coupling_count(Integer):
|
|
|
64628
64720
|
version: str
|
|
64629
64721
|
fluent_name: str
|
|
64630
64722
|
_python_name: str
|
|
64631
|
-
class
|
|
64723
|
+
class method_24(String, AllowedValuesMixin):
|
|
64632
64724
|
version: str
|
|
64633
64725
|
fluent_name: str
|
|
64634
64726
|
_python_name: str
|
|
@@ -64649,7 +64741,7 @@ class single_session_coupling(Group):
|
|
|
64649
64741
|
fluent_name: str
|
|
64650
64742
|
_python_name: str
|
|
64651
64743
|
child_names: list[str]
|
|
64652
|
-
method:
|
|
64744
|
+
method: method_24
|
|
64653
64745
|
type: type_2
|
|
64654
64746
|
interval: interval_1
|
|
64655
64747
|
frequency: frequency_10
|
|
@@ -64659,7 +64751,7 @@ class two_session_coupling(Group):
|
|
|
64659
64751
|
fluent_name: str
|
|
64660
64752
|
_python_name: str
|
|
64661
64753
|
child_names: list[str]
|
|
64662
|
-
method:
|
|
64754
|
+
method: method_24
|
|
64663
64755
|
type: type_2
|
|
64664
64756
|
frequency: frequency_10
|
|
64665
64757
|
class coupling(Group):
|
|
@@ -15991,20 +15991,19 @@ class main_menu(TUIMenu):
|
|
|
15991
15991
|
super().__init__(service, version, mode, path)
|
|
15992
15992
|
class convert_domain(TUIMethod):
|
|
15993
15993
|
"""
|
|
15994
|
-
|
|
15994
|
+
No help available.
|
|
15995
15995
|
"""
|
|
15996
15996
|
class convert_hanging_nodes(TUIMethod):
|
|
15997
15997
|
"""
|
|
15998
|
-
|
|
15998
|
+
No help available.
|
|
15999
15999
|
"""
|
|
16000
16000
|
class convert_hanging_nodes_zones(TUIMethod):
|
|
16001
16001
|
"""
|
|
16002
|
-
|
|
16003
|
-
The selected cell zones cannot be connected to other zones.
|
|
16002
|
+
No help available.
|
|
16004
16003
|
"""
|
|
16005
16004
|
class convert_skewed_cells(TUIMethod):
|
|
16006
16005
|
"""
|
|
16007
|
-
|
|
16006
|
+
No help available.
|
|
16008
16007
|
"""
|
|
16009
16008
|
|
|
16010
16009
|
class options(TUIMenu):
|
|
@@ -17835,11 +17834,11 @@ class main_menu(TUIMenu):
|
|
|
17835
17834
|
"""
|
|
17836
17835
|
class circum_avg_axial(TUIMethod):
|
|
17837
17836
|
"""
|
|
17838
|
-
|
|
17837
|
+
No help available.
|
|
17839
17838
|
"""
|
|
17840
17839
|
class circum_avg_radial(TUIMethod):
|
|
17841
17840
|
"""
|
|
17842
|
-
|
|
17841
|
+
No help available.
|
|
17843
17842
|
"""
|
|
17844
17843
|
class display_profile_data(TUIMethod):
|
|
17845
17844
|
"""
|
|
@@ -17867,11 +17866,11 @@ class main_menu(TUIMenu):
|
|
|
17867
17866
|
"""
|
|
17868
17867
|
class plot(TUIMethod):
|
|
17869
17868
|
"""
|
|
17870
|
-
|
|
17869
|
+
No help available.
|
|
17871
17870
|
"""
|
|
17872
17871
|
class plot_direction(TUIMethod):
|
|
17873
17872
|
"""
|
|
17874
|
-
|
|
17873
|
+
No help available.
|
|
17875
17874
|
"""
|
|
17876
17875
|
class residuals(TUIMethod):
|
|
17877
17876
|
"""
|
|
@@ -23804,8 +23803,18 @@ class main_menu(TUIMenu):
|
|
|
23804
23803
|
self.profile_data = self.__class__.profile_data(service, version, mode, path + ["profile_data"])
|
|
23805
23804
|
self.solution_plot = self.__class__.solution_plot(service, version, mode, path + ["solution_plot"])
|
|
23806
23805
|
self.xy_plot = self.__class__.xy_plot(service, version, mode, path + ["xy_plot"])
|
|
23806
|
+
self.circum_avg_axial = self.__class__.circum_avg_axial(service, version, mode, path + ["circum_avg_axial"])
|
|
23807
|
+
self.circum_avg_radial = self.__class__.circum_avg_radial(service, version, mode, path + ["circum_avg_radial"])
|
|
23807
23808
|
self.plot_direction = self.__class__.plot_direction(service, version, mode, path + ["plot_direction"])
|
|
23808
23809
|
super().__init__(service, version, mode, path)
|
|
23810
|
+
class circum_avg_axial(TUIMethod):
|
|
23811
|
+
"""
|
|
23812
|
+
No help available.
|
|
23813
|
+
"""
|
|
23814
|
+
class circum_avg_radial(TUIMethod):
|
|
23815
|
+
"""
|
|
23816
|
+
No help available.
|
|
23817
|
+
"""
|
|
23809
23818
|
class plot_direction(TUIMethod):
|
|
23810
23819
|
"""
|
|
23811
23820
|
No help available.
|
|
@@ -27561,14 +27570,17 @@ class main_menu(TUIMenu):
|
|
|
27561
27570
|
No help available.
|
|
27562
27571
|
"""
|
|
27563
27572
|
def __init__(self, service, version, mode, path):
|
|
27564
|
-
self.
|
|
27573
|
+
self.create = self.__class__.create(service, version, mode, path + ["create"])
|
|
27565
27574
|
self.delete = self.__class__.delete(service, version, mode, path + ["delete"])
|
|
27566
|
-
self.
|
|
27567
|
-
self.enable = self.__class__.enable(service, version, mode, path + ["enable"])
|
|
27575
|
+
self.edit = self.__class__.edit(service, version, mode, path + ["edit"])
|
|
27568
27576
|
self.export = self.__class__.export(service, version, mode, path + ["export"])
|
|
27569
|
-
self.import_ = self.__class__.import_(service, version, mode, path + ["
|
|
27577
|
+
self.import_ = self.__class__.import_(service, version, mode, path + ["import_"])
|
|
27578
|
+
self.list = self.__class__.list(service, version, mode, path + ["list"])
|
|
27579
|
+
self.list_properties = self.__class__.list_properties(service, version, mode, path + ["list_properties"])
|
|
27580
|
+
self.make_a_copy = self.__class__.make_a_copy(service, version, mode, path + ["make_a_copy"])
|
|
27581
|
+
self.rename = self.__class__.rename(service, version, mode, path + ["rename"])
|
|
27570
27582
|
super().__init__(service, version, mode, path)
|
|
27571
|
-
class
|
|
27583
|
+
class create(TUIMethod):
|
|
27572
27584
|
"""
|
|
27573
27585
|
No help available.
|
|
27574
27586
|
"""
|
|
@@ -27576,19 +27588,31 @@ class main_menu(TUIMenu):
|
|
|
27576
27588
|
"""
|
|
27577
27589
|
No help available.
|
|
27578
27590
|
"""
|
|
27579
|
-
class
|
|
27591
|
+
class edit(TUIMethod):
|
|
27592
|
+
"""
|
|
27593
|
+
Edit execute-commands object.
|
|
27594
|
+
"""
|
|
27595
|
+
class export(TUIMethod):
|
|
27580
27596
|
"""
|
|
27581
27597
|
No help available.
|
|
27582
27598
|
"""
|
|
27583
|
-
class
|
|
27599
|
+
class import_(TUIMethod):
|
|
27584
27600
|
"""
|
|
27585
27601
|
No help available.
|
|
27586
27602
|
"""
|
|
27587
|
-
class
|
|
27603
|
+
class list(TUIMethod):
|
|
27588
27604
|
"""
|
|
27589
27605
|
No help available.
|
|
27590
27606
|
"""
|
|
27591
|
-
class
|
|
27607
|
+
class list_properties(TUIMethod):
|
|
27608
|
+
"""
|
|
27609
|
+
No help available.
|
|
27610
|
+
"""
|
|
27611
|
+
class make_a_copy(TUIMethod):
|
|
27612
|
+
"""
|
|
27613
|
+
No help available.
|
|
27614
|
+
"""
|
|
27615
|
+
class rename(TUIMethod):
|
|
27592
27616
|
"""
|
|
27593
27617
|
No help available.
|
|
27594
27618
|
"""
|
|
@@ -34200,27 +34224,27 @@ class main_menu(TUIMenu):
|
|
|
34200
34224
|
"""
|
|
34201
34225
|
class copy(TUIMethod):
|
|
34202
34226
|
"""
|
|
34203
|
-
|
|
34227
|
+
Copy execute-command.
|
|
34204
34228
|
"""
|
|
34205
34229
|
class delete(TUIMethod):
|
|
34206
34230
|
"""
|
|
34207
|
-
|
|
34231
|
+
Delete an execute-command.
|
|
34208
34232
|
"""
|
|
34209
34233
|
class disable(TUIMethod):
|
|
34210
34234
|
"""
|
|
34211
|
-
|
|
34235
|
+
Disable an execute-command.
|
|
34212
34236
|
"""
|
|
34213
34237
|
class enable(TUIMethod):
|
|
34214
34238
|
"""
|
|
34215
|
-
|
|
34239
|
+
Enable an execute-command.
|
|
34216
34240
|
"""
|
|
34217
34241
|
class export(TUIMethod):
|
|
34218
34242
|
"""
|
|
34219
|
-
|
|
34243
|
+
Export execute-commands to a TSV file.
|
|
34220
34244
|
"""
|
|
34221
34245
|
class import_(TUIMethod):
|
|
34222
34246
|
"""
|
|
34223
|
-
|
|
34247
|
+
Import execute-commands from a TSV file.
|
|
34224
34248
|
"""
|
|
34225
34249
|
|
|
34226
34250
|
class initialize(TUIMenu):
|
|
@@ -80,8 +80,8 @@ class DockerLauncher:
|
|
|
80
80
|
``FluentWindowsGraphicsDriver`` enum in Windows or the values of the
|
|
81
81
|
``FluentLinuxGraphicsDriver`` enum in Linux.
|
|
82
82
|
product_version : FluentVersion or str or float or int, optional
|
|
83
|
-
Version of Ansys Fluent to launch. To use Fluent version
|
|
84
|
-
any of ``FluentVersion.
|
|
83
|
+
Version of Ansys Fluent to launch. To use Fluent version 2025 R1, pass
|
|
84
|
+
any of ``FluentVersion.v251``, ``"25.1.0"``, ``"25.1"``, ``25.1``, or ``251``.
|
|
85
85
|
The default is ``None``, in which case the newest installed version is used.
|
|
86
86
|
dimension : Dimension or int, optional
|
|
87
87
|
Geometric dimensionality of the Fluent simulation. The default is ``None``,
|
|
@@ -184,7 +184,7 @@ class DockerLauncher:
|
|
|
184
184
|
del config_dict_h
|
|
185
185
|
return config_dict
|
|
186
186
|
|
|
187
|
-
port, password = start_fluent_container(
|
|
187
|
+
port, password, container = start_fluent_container(
|
|
188
188
|
self._args, self.argvals["container_dict"]
|
|
189
189
|
)
|
|
190
190
|
|
|
@@ -203,6 +203,7 @@ class DockerLauncher:
|
|
|
203
203
|
file_transfer_service=self.file_transfer_service,
|
|
204
204
|
start_transcript=self.argvals["start_transcript"],
|
|
205
205
|
)
|
|
206
|
+
session._container = container
|
|
206
207
|
|
|
207
208
|
if self.argvals["start_watchdog"] is None and self.argvals["cleanup_on_exit"]:
|
|
208
209
|
self.argvals["start_watchdog"] = True
|