ansys-fluent-core 0.29.dev0__py3-none-any.whl → 0.29.dev2__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/datamodel_252/preferences.py +7 -0
- ansys/fluent/core/generated/fluent_version_252.py +3 -3
- ansys/fluent/core/generated/meshing/tui_252.py +395 -390
- ansys/fluent/core/generated/solver/settings_252.py +782 -306
- ansys/fluent/core/generated/solver/settings_252.pyi +442 -133
- ansys/fluent/core/generated/solver/tui_252.py +4046 -3737
- 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/app_utilities.py +2 -1
- ansys/fluent/core/services/datamodel_se.py +141 -61
- 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/streaming_services/datamodel_event_streaming.py +12 -12
- {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.dist-info}/LICENSE +1 -1
- {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.dist-info}/METADATA +53 -31
- {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.dist-info}/RECORD +65 -141
- {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.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 -449
- 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 -774
- 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.29.dev0.dist-info/AUTHORS +0 -12
|
@@ -12,7 +12,7 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
12
12
|
_InOutFile,
|
|
13
13
|
)
|
|
14
14
|
|
|
15
|
-
SHASH = "
|
|
15
|
+
SHASH = "319b933b458c06d854da789d589c6f58024edafba473106aeac30b301dd27a61"
|
|
16
16
|
|
|
17
17
|
class single_precision_coordinates(Boolean):
|
|
18
18
|
"""
|
|
@@ -10583,6 +10583,65 @@ class specify_species_in(String, AllowedValuesMixin):
|
|
|
10583
10583
|
fluent_name = 'specify-species-in'
|
|
10584
10584
|
_python_name = 'specify_species_in'
|
|
10585
10585
|
|
|
10586
|
+
class default_progress_variable(Boolean):
|
|
10587
|
+
"""
|
|
10588
|
+
Set Species Coefficients for Reaction Progress Definition?.
|
|
10589
|
+
"""
|
|
10590
|
+
version = '252'
|
|
10591
|
+
fluent_name = 'default-progress-variable'
|
|
10592
|
+
_python_name = 'default_progress_variable'
|
|
10593
|
+
|
|
10594
|
+
class weight(Real):
|
|
10595
|
+
"""
|
|
10596
|
+
Species Weight.
|
|
10597
|
+
"""
|
|
10598
|
+
version = '252'
|
|
10599
|
+
fluent_name = 'weight'
|
|
10600
|
+
_python_name = 'weight'
|
|
10601
|
+
|
|
10602
|
+
class definition_of_progress_variable_child(Group):
|
|
10603
|
+
"""
|
|
10604
|
+
'child_object_type' of definition_of_progress_variable.
|
|
10605
|
+
"""
|
|
10606
|
+
version = '252'
|
|
10607
|
+
fluent_name = 'child-object-type'
|
|
10608
|
+
_python_name = 'definition_of_progress_variable_child'
|
|
10609
|
+
child_names = ['weight']
|
|
10610
|
+
_child_classes = dict(
|
|
10611
|
+
weight=weight,
|
|
10612
|
+
)
|
|
10613
|
+
|
|
10614
|
+
class definition_of_progress_variable(NamedObject[definition_of_progress_variable_child], CreatableNamedObjectMixin[definition_of_progress_variable_child]):
|
|
10615
|
+
"""
|
|
10616
|
+
Set Species Coefficients for Reaction Progress Definition.
|
|
10617
|
+
"""
|
|
10618
|
+
version = '252'
|
|
10619
|
+
fluent_name = 'definition-of-progress-variable'
|
|
10620
|
+
_python_name = 'definition_of_progress_variable'
|
|
10621
|
+
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy']
|
|
10622
|
+
_child_classes = dict(
|
|
10623
|
+
create=create_1,
|
|
10624
|
+
delete=delete_1,
|
|
10625
|
+
rename=rename,
|
|
10626
|
+
list=list,
|
|
10627
|
+
list_properties=list_properties,
|
|
10628
|
+
make_a_copy=make_a_copy,
|
|
10629
|
+
)
|
|
10630
|
+
child_object_type = definition_of_progress_variable_child
|
|
10631
|
+
|
|
10632
|
+
class progress_variable_definition(Group):
|
|
10633
|
+
"""
|
|
10634
|
+
PDF Boundary Options.
|
|
10635
|
+
"""
|
|
10636
|
+
version = '252'
|
|
10637
|
+
fluent_name = 'progress-variable-definition'
|
|
10638
|
+
_python_name = 'progress_variable_definition'
|
|
10639
|
+
child_names = ['default_progress_variable', 'definition_of_progress_variable']
|
|
10640
|
+
_child_classes = dict(
|
|
10641
|
+
default_progress_variable=default_progress_variable,
|
|
10642
|
+
definition_of_progress_variable=definition_of_progress_variable,
|
|
10643
|
+
)
|
|
10644
|
+
|
|
10586
10645
|
class boundary(Group):
|
|
10587
10646
|
"""
|
|
10588
10647
|
PDF Boundary Options.
|
|
@@ -10590,12 +10649,13 @@ class boundary(Group):
|
|
|
10590
10649
|
version = '252'
|
|
10591
10650
|
fluent_name = 'boundary'
|
|
10592
10651
|
_python_name = 'boundary'
|
|
10593
|
-
child_names = ['fuel_temperature', 'oxidizer_temperature', 'species_boundary', 'specify_species_in']
|
|
10652
|
+
child_names = ['fuel_temperature', 'oxidizer_temperature', 'species_boundary', 'specify_species_in', 'progress_variable_definition']
|
|
10594
10653
|
_child_classes = dict(
|
|
10595
10654
|
fuel_temperature=fuel_temperature,
|
|
10596
10655
|
oxidizer_temperature=oxidizer_temperature,
|
|
10597
10656
|
species_boundary=species_boundary,
|
|
10598
10657
|
specify_species_in=specify_species_in,
|
|
10658
|
+
progress_variable_definition=progress_variable_definition,
|
|
10599
10659
|
)
|
|
10600
10660
|
|
|
10601
10661
|
class initial_fourier_number(Real):
|
|
@@ -13246,6 +13306,64 @@ class times(Group):
|
|
|
13246
13306
|
stop_time=stop_time,
|
|
13247
13307
|
)
|
|
13248
13308
|
|
|
13309
|
+
class unsteady_ca_start(Real, AllowedValuesMixin):
|
|
13310
|
+
"""
|
|
13311
|
+
Help for this object class is not available without an instantiated object.
|
|
13312
|
+
"""
|
|
13313
|
+
version = '252'
|
|
13314
|
+
fluent_name = 'unsteady-ca-start'
|
|
13315
|
+
_python_name = 'unsteady_ca_start'
|
|
13316
|
+
|
|
13317
|
+
class unsteady_ca_stop(Real, AllowedValuesMixin):
|
|
13318
|
+
"""
|
|
13319
|
+
Help for this object class is not available without an instantiated object.
|
|
13320
|
+
"""
|
|
13321
|
+
version = '252'
|
|
13322
|
+
fluent_name = 'unsteady-ca-stop'
|
|
13323
|
+
_python_name = 'unsteady_ca_stop'
|
|
13324
|
+
|
|
13325
|
+
class crank_angles(Group):
|
|
13326
|
+
"""
|
|
13327
|
+
Help for this object class is not available without an instantiated object.
|
|
13328
|
+
"""
|
|
13329
|
+
version = '252'
|
|
13330
|
+
fluent_name = 'crank-angles'
|
|
13331
|
+
_python_name = 'crank_angles'
|
|
13332
|
+
child_names = ['unsteady_ca_start', 'unsteady_ca_stop']
|
|
13333
|
+
_child_classes = dict(
|
|
13334
|
+
unsteady_ca_start=unsteady_ca_start,
|
|
13335
|
+
unsteady_ca_stop=unsteady_ca_stop,
|
|
13336
|
+
)
|
|
13337
|
+
|
|
13338
|
+
class start_at_flow_time_in_unsteady_inj_file(Real, AllowedValuesMixin):
|
|
13339
|
+
"""
|
|
13340
|
+
Help for this object class is not available without an instantiated object.
|
|
13341
|
+
"""
|
|
13342
|
+
version = '252'
|
|
13343
|
+
fluent_name = 'start-at-flow-time-in-unsteady-inj-file'
|
|
13344
|
+
_python_name = 'start_at_flow_time_in_unsteady_inj_file'
|
|
13345
|
+
|
|
13346
|
+
class interval_to_repeat_in_unsteady_inj_file(Real, AllowedValuesMixin):
|
|
13347
|
+
"""
|
|
13348
|
+
Help for this object class is not available without an instantiated object.
|
|
13349
|
+
"""
|
|
13350
|
+
version = '252'
|
|
13351
|
+
fluent_name = 'interval-to-repeat-in-unsteady-inj-file'
|
|
13352
|
+
_python_name = 'interval_to_repeat_in_unsteady_inj_file'
|
|
13353
|
+
|
|
13354
|
+
class unsteady_inj_file(Group):
|
|
13355
|
+
"""
|
|
13356
|
+
Help for this object class is not available without an instantiated object.
|
|
13357
|
+
"""
|
|
13358
|
+
version = '252'
|
|
13359
|
+
fluent_name = 'unsteady-inj-file'
|
|
13360
|
+
_python_name = 'unsteady_inj_file'
|
|
13361
|
+
child_names = ['start_at_flow_time_in_unsteady_inj_file', 'interval_to_repeat_in_unsteady_inj_file']
|
|
13362
|
+
_child_classes = dict(
|
|
13363
|
+
start_at_flow_time_in_unsteady_inj_file=start_at_flow_time_in_unsteady_inj_file,
|
|
13364
|
+
interval_to_repeat_in_unsteady_inj_file=interval_to_repeat_in_unsteady_inj_file,
|
|
13365
|
+
)
|
|
13366
|
+
|
|
13249
13367
|
class injection_surfaces(StringList, AllowedValuesMixin):
|
|
13250
13368
|
"""
|
|
13251
13369
|
Help for this object class is not available without an instantiated object.
|
|
@@ -13855,10 +13973,12 @@ class initial_values(Group):
|
|
|
13855
13973
|
version = '252'
|
|
13856
13974
|
fluent_name = 'initial-values'
|
|
13857
13975
|
_python_name = 'initial_values'
|
|
13858
|
-
child_names = ['reference_frame', 'times', 'location', 'cone_settings', 'mass_flow_rate', 'matrix', 'velocity', 'angular_velocity', 'particle_size', 'temperature', 'temperature_2']
|
|
13976
|
+
child_names = ['reference_frame', 'times', 'crank_angles', 'unsteady_inj_file', 'location', 'cone_settings', 'mass_flow_rate', 'matrix', 'velocity', 'angular_velocity', 'particle_size', 'temperature', 'temperature_2']
|
|
13859
13977
|
_child_classes = dict(
|
|
13860
13978
|
reference_frame=reference_frame_1,
|
|
13861
13979
|
times=times,
|
|
13980
|
+
crank_angles=crank_angles,
|
|
13981
|
+
unsteady_inj_file=unsteady_inj_file,
|
|
13862
13982
|
location=location_1,
|
|
13863
13983
|
cone_settings=cone_settings,
|
|
13864
13984
|
mass_flow_rate=mass_flow_rate,
|
|
@@ -33413,29 +33533,6 @@ class reaction(Group):
|
|
|
33413
33533
|
)
|
|
33414
33534
|
|
|
33415
33535
|
class enable_14(Boolean):
|
|
33416
|
-
"""
|
|
33417
|
-
Zone is electrode.
|
|
33418
|
-
"""
|
|
33419
|
-
version = '252'
|
|
33420
|
-
fluent_name = 'enable?'
|
|
33421
|
-
_python_name = 'enable'
|
|
33422
|
-
|
|
33423
|
-
class electrode(Group):
|
|
33424
|
-
"""
|
|
33425
|
-
Zone is electrode.
|
|
33426
|
-
"""
|
|
33427
|
-
version = '252'
|
|
33428
|
-
fluent_name = 'electrode'
|
|
33429
|
-
_python_name = 'electrode'
|
|
33430
|
-
child_names = ['enable']
|
|
33431
|
-
_child_classes = dict(
|
|
33432
|
-
enable=enable_14,
|
|
33433
|
-
)
|
|
33434
|
-
_child_aliases = dict(
|
|
33435
|
-
electrode=('enable', 'electrode?'),
|
|
33436
|
-
)
|
|
33437
|
-
|
|
33438
|
-
class enable_15(Boolean):
|
|
33439
33536
|
"""
|
|
33440
33537
|
Enable/disable source terms.
|
|
33441
33538
|
"""
|
|
@@ -33503,7 +33600,7 @@ class sources(Group):
|
|
|
33503
33600
|
_python_name = 'sources'
|
|
33504
33601
|
child_names = ['enable', 'terms']
|
|
33505
33602
|
_child_classes = dict(
|
|
33506
|
-
enable=
|
|
33603
|
+
enable=enable_14,
|
|
33507
33604
|
terms=terms,
|
|
33508
33605
|
)
|
|
33509
33606
|
_child_aliases = dict(
|
|
@@ -33511,7 +33608,7 @@ class sources(Group):
|
|
|
33511
33608
|
sources=('enable', 'sources?'),
|
|
33512
33609
|
)
|
|
33513
33610
|
|
|
33514
|
-
class
|
|
33611
|
+
class enable_15(Boolean):
|
|
33515
33612
|
"""
|
|
33516
33613
|
Enable/disable fixed terms.
|
|
33517
33614
|
"""
|
|
@@ -33573,7 +33670,7 @@ class fixed_values(Group):
|
|
|
33573
33670
|
_python_name = 'fixed_values'
|
|
33574
33671
|
child_names = ['enable', 'cylindrical_fixed_var', 'variables']
|
|
33575
33672
|
_child_classes = dict(
|
|
33576
|
-
enable=
|
|
33673
|
+
enable=enable_15,
|
|
33577
33674
|
cylindrical_fixed_var=cylindrical_fixed_var,
|
|
33578
33675
|
variables=variables,
|
|
33579
33676
|
)
|
|
@@ -33953,7 +34050,7 @@ class solid_relative_to_thread(String, AllowedValuesMixin):
|
|
|
33953
34050
|
fluent_name = 'solid-relative-to-thread'
|
|
33954
34051
|
_python_name = 'solid_relative_to_thread'
|
|
33955
34052
|
|
|
33956
|
-
class
|
|
34053
|
+
class enable_16(Boolean):
|
|
33957
34054
|
"""
|
|
33958
34055
|
Enable/disable solid motion.
|
|
33959
34056
|
"""
|
|
@@ -34118,7 +34215,7 @@ class disabled(Group):
|
|
|
34118
34215
|
cursys=cursys,
|
|
34119
34216
|
solid_omega=solid_omega,
|
|
34120
34217
|
solid_relative_to_thread=solid_relative_to_thread,
|
|
34121
|
-
enable=
|
|
34218
|
+
enable=enable_16,
|
|
34122
34219
|
solid_motion_axis_direction=solid_motion_axis_direction,
|
|
34123
34220
|
solid_motion_axis_origin=solid_motion_axis_origin,
|
|
34124
34221
|
solid_motion_velocity=solid_motion_velocity,
|
|
@@ -34160,7 +34257,7 @@ class phase_child(Group):
|
|
|
34160
34257
|
version = '252'
|
|
34161
34258
|
fluent_name = 'child-object-type'
|
|
34162
34259
|
_python_name = 'phase_child'
|
|
34163
|
-
child_names = ['general', 'conical', 'reference_frame', 'mesh_motion', 'zonal_models', 'porous_zone', 'fan_zone', 'embedded_les', 'reaction', '
|
|
34260
|
+
child_names = ['general', 'conical', 'reference_frame', 'mesh_motion', 'zonal_models', 'porous_zone', 'fan_zone', 'embedded_les', 'reaction', 'sources', 'fixed_values', 'multiphase', 'disabled']
|
|
34164
34261
|
query_names = ['adjacent_cell_zone', 'shadow_face_zone']
|
|
34165
34262
|
_child_classes = dict(
|
|
34166
34263
|
general=general_2,
|
|
@@ -34172,7 +34269,6 @@ class phase_child(Group):
|
|
|
34172
34269
|
fan_zone=fan_zone,
|
|
34173
34270
|
embedded_les=embedded_les,
|
|
34174
34271
|
reaction=reaction,
|
|
34175
|
-
electrode=electrode,
|
|
34176
34272
|
sources=sources,
|
|
34177
34273
|
fixed_values=fixed_values,
|
|
34178
34274
|
multiphase=multiphase_1,
|
|
@@ -34209,7 +34305,7 @@ class fluid_1_child(Group):
|
|
|
34209
34305
|
version = '252'
|
|
34210
34306
|
fluent_name = 'child-object-type'
|
|
34211
34307
|
_python_name = 'fluid_child'
|
|
34212
|
-
child_names = ['name', 'phase', 'general', 'conical', 'reference_frame', 'mesh_motion', 'zonal_models', 'porous_zone', 'fan_zone', 'embedded_les', 'reaction', '
|
|
34308
|
+
child_names = ['name', 'phase', 'general', 'conical', 'reference_frame', 'mesh_motion', 'zonal_models', 'porous_zone', 'fan_zone', 'embedded_les', 'reaction', 'sources', 'fixed_values', 'multiphase', 'disabled']
|
|
34213
34309
|
query_names = ['adjacent_cell_zone', 'shadow_face_zone']
|
|
34214
34310
|
_child_classes = dict(
|
|
34215
34311
|
name=name_2,
|
|
@@ -34223,7 +34319,6 @@ class fluid_1_child(Group):
|
|
|
34223
34319
|
fan_zone=fan_zone,
|
|
34224
34320
|
embedded_les=embedded_les,
|
|
34225
34321
|
reaction=reaction,
|
|
34226
|
-
electrode=electrode,
|
|
34227
34322
|
sources=sources,
|
|
34228
34323
|
fixed_values=fixed_values,
|
|
34229
34324
|
multiphase=multiphase_1,
|
|
@@ -34303,7 +34398,7 @@ class solid_motion(Group):
|
|
|
34303
34398
|
_python_name = 'solid_motion'
|
|
34304
34399
|
child_names = ['enable', 'solid_relative_to_thread', 'solid_omega', 'solid_motion_velocity', 'solid_motion_axis_origin', 'solid_motion_axis_direction', 'solid_motion_zone_motion_function']
|
|
34305
34400
|
_child_classes = dict(
|
|
34306
|
-
enable=
|
|
34401
|
+
enable=enable_16,
|
|
34307
34402
|
solid_relative_to_thread=solid_relative_to_thread,
|
|
34308
34403
|
solid_omega=solid_omega,
|
|
34309
34404
|
solid_motion_velocity=solid_motion_velocity,
|
|
@@ -34464,21 +34559,6 @@ class internal(Group):
|
|
|
34464
34559
|
pcb_model=('pcb_model', 'pcb-model?'),
|
|
34465
34560
|
)
|
|
34466
34561
|
|
|
34467
|
-
class electrolyte_1(Group):
|
|
34468
|
-
"""
|
|
34469
|
-
Zone is electrolyte.
|
|
34470
|
-
"""
|
|
34471
|
-
version = '252'
|
|
34472
|
-
fluent_name = 'electrolyte'
|
|
34473
|
-
_python_name = 'electrolyte'
|
|
34474
|
-
child_names = ['enable']
|
|
34475
|
-
_child_classes = dict(
|
|
34476
|
-
enable=enable_13,
|
|
34477
|
-
)
|
|
34478
|
-
_child_aliases = dict(
|
|
34479
|
-
electrolyte=('enable', 'electrolyte?'),
|
|
34480
|
-
)
|
|
34481
|
-
|
|
34482
34562
|
class phase_1_child(Group):
|
|
34483
34563
|
"""
|
|
34484
34564
|
'child_object_type' of phase.
|
|
@@ -34486,7 +34566,7 @@ class phase_1_child(Group):
|
|
|
34486
34566
|
version = '252'
|
|
34487
34567
|
fluent_name = 'child-object-type'
|
|
34488
34568
|
_python_name = 'phase_child'
|
|
34489
|
-
child_names = ['general', 'reference_frame', 'mesh_motion', 'solid_motion', 'sources', 'fixed_values', 'material_orientation', 'disabled', 'internal'
|
|
34569
|
+
child_names = ['general', 'reference_frame', 'mesh_motion', 'solid_motion', 'sources', 'fixed_values', 'material_orientation', 'disabled', 'internal']
|
|
34490
34570
|
query_names = ['adjacent_cell_zone', 'shadow_face_zone']
|
|
34491
34571
|
_child_classes = dict(
|
|
34492
34572
|
general=general_3,
|
|
@@ -34498,8 +34578,6 @@ class phase_1_child(Group):
|
|
|
34498
34578
|
material_orientation=material_orientation,
|
|
34499
34579
|
disabled=disabled_1,
|
|
34500
34580
|
internal=internal,
|
|
34501
|
-
electrolyte=electrolyte_1,
|
|
34502
|
-
electrode=electrode,
|
|
34503
34581
|
adjacent_cell_zone=adjacent_cell_zone,
|
|
34504
34582
|
shadow_face_zone=shadow_face_zone,
|
|
34505
34583
|
)
|
|
@@ -34532,7 +34610,7 @@ class solid_2_child(Group):
|
|
|
34532
34610
|
version = '252'
|
|
34533
34611
|
fluent_name = 'child-object-type'
|
|
34534
34612
|
_python_name = 'solid_child'
|
|
34535
|
-
child_names = ['name', 'phase', 'general', 'reference_frame', 'mesh_motion', 'solid_motion', 'sources', 'fixed_values', 'material_orientation', 'disabled', 'internal'
|
|
34613
|
+
child_names = ['name', 'phase', 'general', 'reference_frame', 'mesh_motion', 'solid_motion', 'sources', 'fixed_values', 'material_orientation', 'disabled', 'internal']
|
|
34536
34614
|
query_names = ['adjacent_cell_zone', 'shadow_face_zone']
|
|
34537
34615
|
_child_classes = dict(
|
|
34538
34616
|
name=name_2,
|
|
@@ -34546,8 +34624,6 @@ class solid_2_child(Group):
|
|
|
34546
34624
|
material_orientation=material_orientation,
|
|
34547
34625
|
disabled=disabled_1,
|
|
34548
34626
|
internal=internal,
|
|
34549
|
-
electrolyte=electrolyte_1,
|
|
34550
|
-
electrode=electrode,
|
|
34551
34627
|
adjacent_cell_zone=adjacent_cell_zone,
|
|
34552
34628
|
shadow_face_zone=shadow_face_zone,
|
|
34553
34629
|
)
|
|
@@ -35000,7 +35076,7 @@ class phase_2_child(Group):
|
|
|
35000
35076
|
version = '252'
|
|
35001
35077
|
fluent_name = 'child-object-type'
|
|
35002
35078
|
_python_name = 'phase_child'
|
|
35003
|
-
child_names = ['general', 'conical', 'reference_frame', 'mesh_motion', 'zonal_models', 'porous_zone', 'fan_zone', 'embedded_les', 'reaction', '
|
|
35079
|
+
child_names = ['general', 'conical', 'reference_frame', 'mesh_motion', 'zonal_models', 'porous_zone', 'fan_zone', 'embedded_les', 'reaction', 'sources', 'fixed_values', 'multiphase', 'disabled']
|
|
35004
35080
|
_child_classes = dict(
|
|
35005
35081
|
general=general_2,
|
|
35006
35082
|
conical=conical,
|
|
@@ -35011,7 +35087,6 @@ class phase_2_child(Group):
|
|
|
35011
35087
|
fan_zone=fan_zone,
|
|
35012
35088
|
embedded_les=embedded_les,
|
|
35013
35089
|
reaction=reaction,
|
|
35014
|
-
electrode=electrode,
|
|
35015
35090
|
sources=sources,
|
|
35016
35091
|
fixed_values=fixed_values,
|
|
35017
35092
|
multiphase=multiphase_1,
|
|
@@ -35046,7 +35121,7 @@ class settings_1(Group):
|
|
|
35046
35121
|
version = '252'
|
|
35047
35122
|
fluent_name = 'settings'
|
|
35048
35123
|
_python_name = 'settings'
|
|
35049
|
-
child_names = ['general', 'conical', 'reference_frame', 'mesh_motion', 'zonal_models', 'porous_zone', 'fan_zone', 'embedded_les', 'reaction', '
|
|
35124
|
+
child_names = ['general', 'conical', 'reference_frame', 'mesh_motion', 'zonal_models', 'porous_zone', 'fan_zone', 'embedded_les', 'reaction', 'sources', 'fixed_values', 'multiphase', 'disabled', 'phase']
|
|
35050
35125
|
_child_classes = dict(
|
|
35051
35126
|
general=general_2,
|
|
35052
35127
|
conical=conical,
|
|
@@ -35057,7 +35132,6 @@ class settings_1(Group):
|
|
|
35057
35132
|
fan_zone=fan_zone,
|
|
35058
35133
|
embedded_les=embedded_les,
|
|
35059
35134
|
reaction=reaction,
|
|
35060
|
-
electrode=electrode,
|
|
35061
35135
|
sources=sources,
|
|
35062
35136
|
fixed_values=fixed_values,
|
|
35063
35137
|
multiphase=multiphase_1,
|
|
@@ -50354,7 +50428,7 @@ class phase_27_child(Group):
|
|
|
50354
50428
|
version = '252'
|
|
50355
50429
|
fluent_name = 'child-object-type'
|
|
50356
50430
|
_python_name = 'phase_child'
|
|
50357
|
-
child_names = ['general', 'reference_frame', 'mesh_motion', 'solid_motion', 'sources', 'fixed_values', 'material_orientation', 'disabled', 'internal'
|
|
50431
|
+
child_names = ['general', 'reference_frame', 'mesh_motion', 'solid_motion', 'sources', 'fixed_values', 'material_orientation', 'disabled', 'internal']
|
|
50358
50432
|
_child_classes = dict(
|
|
50359
50433
|
general=general_3,
|
|
50360
50434
|
reference_frame=reference_frame_3,
|
|
@@ -50365,8 +50439,6 @@ class phase_27_child(Group):
|
|
|
50365
50439
|
material_orientation=material_orientation,
|
|
50366
50440
|
disabled=disabled_1,
|
|
50367
50441
|
internal=internal,
|
|
50368
|
-
electrolyte=electrolyte_1,
|
|
50369
|
-
electrode=electrode,
|
|
50370
50442
|
)
|
|
50371
50443
|
_child_aliases = dict(
|
|
50372
50444
|
material=('general/material', 'material'),
|
|
@@ -50397,7 +50469,7 @@ class settings_26(Group):
|
|
|
50397
50469
|
version = '252'
|
|
50398
50470
|
fluent_name = 'settings'
|
|
50399
50471
|
_python_name = 'settings'
|
|
50400
|
-
child_names = ['general', 'reference_frame', 'mesh_motion', 'solid_motion', 'sources', 'fixed_values', 'material_orientation', 'disabled', 'internal', '
|
|
50472
|
+
child_names = ['general', 'reference_frame', 'mesh_motion', 'solid_motion', 'sources', 'fixed_values', 'material_orientation', 'disabled', 'internal', 'phase']
|
|
50401
50473
|
_child_classes = dict(
|
|
50402
50474
|
general=general_3,
|
|
50403
50475
|
reference_frame=reference_frame_3,
|
|
@@ -50408,8 +50480,6 @@ class settings_26(Group):
|
|
|
50408
50480
|
material_orientation=material_orientation,
|
|
50409
50481
|
disabled=disabled_1,
|
|
50410
50482
|
internal=internal,
|
|
50411
|
-
electrolyte=electrolyte_1,
|
|
50412
|
-
electrode=electrode,
|
|
50413
50483
|
phase=phase_27,
|
|
50414
50484
|
)
|
|
50415
50485
|
_child_aliases = dict(
|
|
@@ -53005,7 +53075,7 @@ class general_nrbc(Group):
|
|
|
53005
53075
|
verbosity=verbosity_4,
|
|
53006
53076
|
)
|
|
53007
53077
|
|
|
53008
|
-
class
|
|
53078
|
+
class enable_17(Boolean):
|
|
53009
53079
|
"""
|
|
53010
53080
|
Enable/disable turbo-specific non-reflecting b.c.'s.
|
|
53011
53081
|
"""
|
|
@@ -53069,7 +53139,7 @@ class turbo_sepcific_nrbc(Group):
|
|
|
53069
53139
|
child_names = ['enable', 'discretization', 'under_relaxation', 'verbosity']
|
|
53070
53140
|
command_names = ['initialize', 'show_status']
|
|
53071
53141
|
_child_classes = dict(
|
|
53072
|
-
enable=
|
|
53142
|
+
enable=enable_17,
|
|
53073
53143
|
discretization=discretization,
|
|
53074
53144
|
under_relaxation=under_relaxation_1,
|
|
53075
53145
|
verbosity=verbosity_5,
|
|
@@ -53676,6 +53746,80 @@ class advanced_2(Group):
|
|
|
53676
53746
|
batch_thread_update=batch_thread_update,
|
|
53677
53747
|
)
|
|
53678
53748
|
|
|
53749
|
+
class type_7(String, AllowedValuesMixin):
|
|
53750
|
+
"""
|
|
53751
|
+
Select periodic type.
|
|
53752
|
+
"""
|
|
53753
|
+
version = '252'
|
|
53754
|
+
fluent_name = 'type'
|
|
53755
|
+
_python_name = 'type'
|
|
53756
|
+
|
|
53757
|
+
class mass_flow_1(Real):
|
|
53758
|
+
"""
|
|
53759
|
+
Set periodic mass flow rate.
|
|
53760
|
+
"""
|
|
53761
|
+
version = '252'
|
|
53762
|
+
fluent_name = 'mass-flow'
|
|
53763
|
+
_python_name = 'mass_flow'
|
|
53764
|
+
|
|
53765
|
+
class pressure_gradient(Real):
|
|
53766
|
+
"""
|
|
53767
|
+
Set periodic pressure gradient.
|
|
53768
|
+
"""
|
|
53769
|
+
version = '252'
|
|
53770
|
+
fluent_name = 'pressure-gradient'
|
|
53771
|
+
_python_name = 'pressure_gradient'
|
|
53772
|
+
|
|
53773
|
+
class bulk_temperature(Real):
|
|
53774
|
+
"""
|
|
53775
|
+
Set bulk temperature for periodic boundary conditions.
|
|
53776
|
+
"""
|
|
53777
|
+
version = '252'
|
|
53778
|
+
fluent_name = 'bulk-temperature'
|
|
53779
|
+
_python_name = 'bulk_temperature'
|
|
53780
|
+
|
|
53781
|
+
class relax_1(Real):
|
|
53782
|
+
"""
|
|
53783
|
+
Set relaxation factor.
|
|
53784
|
+
"""
|
|
53785
|
+
version = '252'
|
|
53786
|
+
fluent_name = 'relax'
|
|
53787
|
+
_python_name = 'relax'
|
|
53788
|
+
|
|
53789
|
+
class niter(Integer):
|
|
53790
|
+
"""
|
|
53791
|
+
Set number of iterations.
|
|
53792
|
+
"""
|
|
53793
|
+
version = '252'
|
|
53794
|
+
fluent_name = 'niter'
|
|
53795
|
+
_python_name = 'niter'
|
|
53796
|
+
|
|
53797
|
+
class flow_direction_2(RealList):
|
|
53798
|
+
"""
|
|
53799
|
+
Set periodic direction vector.
|
|
53800
|
+
"""
|
|
53801
|
+
version = '252'
|
|
53802
|
+
fluent_name = 'flow-direction'
|
|
53803
|
+
_python_name = 'flow_direction'
|
|
53804
|
+
|
|
53805
|
+
class periodic_conditions(Group):
|
|
53806
|
+
"""
|
|
53807
|
+
The periodic boundary conditions menu.
|
|
53808
|
+
"""
|
|
53809
|
+
version = '252'
|
|
53810
|
+
fluent_name = 'periodic-conditions'
|
|
53811
|
+
_python_name = 'periodic_conditions'
|
|
53812
|
+
child_names = ['type', 'mass_flow', 'pressure_gradient', 'bulk_temperature', 'relax', 'niter', 'flow_direction']
|
|
53813
|
+
_child_classes = dict(
|
|
53814
|
+
type=type_7,
|
|
53815
|
+
mass_flow=mass_flow_1,
|
|
53816
|
+
pressure_gradient=pressure_gradient,
|
|
53817
|
+
bulk_temperature=bulk_temperature,
|
|
53818
|
+
relax=relax_1,
|
|
53819
|
+
niter=niter,
|
|
53820
|
+
flow_direction=flow_direction_2,
|
|
53821
|
+
)
|
|
53822
|
+
|
|
53679
53823
|
class detect_boundary_advection(Command):
|
|
53680
53824
|
"""
|
|
53681
53825
|
Detect and set boundary advection at solid walls.
|
|
@@ -53691,7 +53835,7 @@ class settings_27(Group):
|
|
|
53691
53835
|
version = '252'
|
|
53692
53836
|
fluent_name = 'settings'
|
|
53693
53837
|
_python_name = 'settings'
|
|
53694
|
-
child_names = ['degassing_verbosity', 'mass_flow', 'pressure_outlet', 'pressure_far_field', 'physical_velocity_porous_formulation', 'target_mass_flow_rate_settings', 'advanced']
|
|
53838
|
+
child_names = ['degassing_verbosity', 'mass_flow', 'pressure_outlet', 'pressure_far_field', 'physical_velocity_porous_formulation', 'target_mass_flow_rate_settings', 'advanced', 'periodic_conditions']
|
|
53695
53839
|
command_names = ['detect_boundary_advection']
|
|
53696
53840
|
_child_classes = dict(
|
|
53697
53841
|
degassing_verbosity=degassing_verbosity,
|
|
@@ -53701,6 +53845,7 @@ class settings_27(Group):
|
|
|
53701
53845
|
physical_velocity_porous_formulation=physical_velocity_porous_formulation,
|
|
53702
53846
|
target_mass_flow_rate_settings=target_mass_flow_rate_settings,
|
|
53703
53847
|
advanced=advanced_2,
|
|
53848
|
+
periodic_conditions=periodic_conditions,
|
|
53704
53849
|
detect_boundary_advection=detect_boundary_advection,
|
|
53705
53850
|
)
|
|
53706
53851
|
|
|
@@ -54109,7 +54254,7 @@ class static_1(Boolean):
|
|
|
54109
54254
|
fluent_name = 'static?'
|
|
54110
54255
|
_python_name = 'static'
|
|
54111
54256
|
|
|
54112
|
-
class
|
|
54257
|
+
class create_7(CommandWithPositionalArgs):
|
|
54113
54258
|
"""
|
|
54114
54259
|
Create mesh interfaces.
|
|
54115
54260
|
|
|
@@ -54234,7 +54379,7 @@ class interface_3(NamedObject[interface_3_child], CreatableNamedObjectMixin[inte
|
|
|
54234
54379
|
_python_name = 'interface'
|
|
54235
54380
|
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy']
|
|
54236
54381
|
_child_classes = dict(
|
|
54237
|
-
create=
|
|
54382
|
+
create=create_7,
|
|
54238
54383
|
delete=delete_1,
|
|
54239
54384
|
rename=rename,
|
|
54240
54385
|
list=list,
|
|
@@ -54490,7 +54635,7 @@ class turbo_non_overlap(Boolean):
|
|
|
54490
54635
|
fluent_name = 'turbo-non-overlap'
|
|
54491
54636
|
_python_name = 'turbo_non_overlap'
|
|
54492
54637
|
|
|
54493
|
-
class
|
|
54638
|
+
class create_8(CommandWithPositionalArgs):
|
|
54494
54639
|
"""
|
|
54495
54640
|
Create turbo mesh interface.
|
|
54496
54641
|
|
|
@@ -54604,7 +54749,7 @@ class turbo_interface(NamedObject[turbo_interface_child], CreatableNamedObjectMi
|
|
|
54604
54749
|
_python_name = 'turbo_interface'
|
|
54605
54750
|
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy']
|
|
54606
54751
|
_child_classes = dict(
|
|
54607
|
-
create=
|
|
54752
|
+
create=create_8,
|
|
54608
54753
|
delete=delete_1,
|
|
54609
54754
|
rename=rename,
|
|
54610
54755
|
list=list,
|
|
@@ -54865,6 +55010,111 @@ class non_conformal_interface_numerics(Group):
|
|
|
54865
55010
|
change_numerics=change_numerics,
|
|
54866
55011
|
)
|
|
54867
55012
|
|
|
55013
|
+
class si_name(String):
|
|
55014
|
+
"""
|
|
55015
|
+
Enter a name/prefix for the mesh interface.
|
|
55016
|
+
"""
|
|
55017
|
+
version = '252'
|
|
55018
|
+
fluent_name = 'si-name'
|
|
55019
|
+
_python_name = 'si_name'
|
|
55020
|
+
|
|
55021
|
+
class all_bnd(Boolean):
|
|
55022
|
+
"""
|
|
55023
|
+
Pick up zones for mesh interface creation.
|
|
55024
|
+
"""
|
|
55025
|
+
version = '252'
|
|
55026
|
+
fluent_name = 'all-bnd?'
|
|
55027
|
+
_python_name = 'all_bnd'
|
|
55028
|
+
|
|
55029
|
+
class zone_ids(StringList, AllowedValuesMixin):
|
|
55030
|
+
"""
|
|
55031
|
+
Select boundary zones and/or cell zones for pairing.
|
|
55032
|
+
"""
|
|
55033
|
+
version = '252'
|
|
55034
|
+
fluent_name = 'zone-ids'
|
|
55035
|
+
_python_name = 'zone_ids'
|
|
55036
|
+
|
|
55037
|
+
class exclude_pair(Boolean):
|
|
55038
|
+
"""
|
|
55039
|
+
Excluding specified zone pairs.
|
|
55040
|
+
"""
|
|
55041
|
+
version = '252'
|
|
55042
|
+
fluent_name = 'exclude-pair?'
|
|
55043
|
+
_python_name = 'exclude_pair'
|
|
55044
|
+
|
|
55045
|
+
class exclude_zone_ids(StringList, AllowedValuesMixin):
|
|
55046
|
+
"""
|
|
55047
|
+
Select wall and/or interface zones for pairing.
|
|
55048
|
+
"""
|
|
55049
|
+
version = '252'
|
|
55050
|
+
fluent_name = 'exclude-zone-ids'
|
|
55051
|
+
_python_name = 'exclude_zone_ids'
|
|
55052
|
+
|
|
55053
|
+
class create_6(CommandWithPositionalArgs):
|
|
55054
|
+
"""
|
|
55055
|
+
Create a mesh interface.
|
|
55056
|
+
|
|
55057
|
+
Parameters
|
|
55058
|
+
----------
|
|
55059
|
+
si_name : str
|
|
55060
|
+
Enter a name/prefix for the mesh interface.
|
|
55061
|
+
all_bnd : bool
|
|
55062
|
+
Pick up zones for mesh interface creation.
|
|
55063
|
+
zone_ids : List
|
|
55064
|
+
Select boundary zones and/or cell zones for pairing.
|
|
55065
|
+
exclude_pair : bool
|
|
55066
|
+
Excluding specified zone pairs.
|
|
55067
|
+
exclude_zone_ids : List
|
|
55068
|
+
Select wall and/or interface zones for pairing.
|
|
55069
|
+
zone1_list : List
|
|
55070
|
+
Select first interface defining this mesh-interface.
|
|
55071
|
+
zone2_list : List
|
|
55072
|
+
Select second interface defining this mesh-interface.
|
|
55073
|
+
mapped : bool
|
|
55074
|
+
Indicate if mesh-interface is mapped.
|
|
55075
|
+
enable_local_mapped_tolerance : bool
|
|
55076
|
+
Enable local tolerance for this mesh interface.
|
|
55077
|
+
use_local_edge_length_factor : bool
|
|
55078
|
+
Enable tolerance based on local edge length factor instead of absolute tolerance.
|
|
55079
|
+
local_relative_mapped_tolerance : real
|
|
55080
|
+
Tolerance.
|
|
55081
|
+
local_absolute_mapped_tolerance : real
|
|
55082
|
+
Tolerance.
|
|
55083
|
+
periodic : bool
|
|
55084
|
+
Indicate if mesh-interface is adjacent to periodic boundaries.
|
|
55085
|
+
coupled : bool
|
|
55086
|
+
Indicate if mesh-interface is coupled.
|
|
55087
|
+
matching : bool
|
|
55088
|
+
Indicate if mesh-interface is matching.
|
|
55089
|
+
static : bool
|
|
55090
|
+
Indicate if mesh-interface is static.
|
|
55091
|
+
ignore_area_difference : bool
|
|
55092
|
+
Check if user want to create poorly matched interface.
|
|
55093
|
+
"""
|
|
55094
|
+
version = '252'
|
|
55095
|
+
fluent_name = 'create'
|
|
55096
|
+
_python_name = 'create'
|
|
55097
|
+
argument_names = ['si_name', 'all_bnd', 'zone_ids', 'exclude_pair', 'exclude_zone_ids', 'zone1_list', 'zone2_list', 'mapped', 'enable_local_mapped_tolerance', 'use_local_edge_length_factor', 'local_relative_mapped_tolerance', 'local_absolute_mapped_tolerance', 'periodic', 'coupled', 'matching', 'static', 'ignore_area_difference']
|
|
55098
|
+
_child_classes = dict(
|
|
55099
|
+
si_name=si_name,
|
|
55100
|
+
all_bnd=all_bnd,
|
|
55101
|
+
zone_ids=zone_ids,
|
|
55102
|
+
exclude_pair=exclude_pair,
|
|
55103
|
+
exclude_zone_ids=exclude_zone_ids,
|
|
55104
|
+
zone1_list=zone1_list,
|
|
55105
|
+
zone2_list=zone2_list,
|
|
55106
|
+
mapped=mapped,
|
|
55107
|
+
enable_local_mapped_tolerance=enable_local_mapped_tolerance,
|
|
55108
|
+
use_local_edge_length_factor=use_local_edge_length_factor,
|
|
55109
|
+
local_relative_mapped_tolerance=local_relative_mapped_tolerance,
|
|
55110
|
+
local_absolute_mapped_tolerance=local_absolute_mapped_tolerance,
|
|
55111
|
+
periodic=periodic_3,
|
|
55112
|
+
coupled=coupled_1,
|
|
55113
|
+
matching=matching,
|
|
55114
|
+
static=static_1,
|
|
55115
|
+
ignore_area_difference=ignore_area_difference,
|
|
55116
|
+
)
|
|
55117
|
+
|
|
54868
55118
|
class name_16(String, AllowedValuesMixin):
|
|
54869
55119
|
"""
|
|
54870
55120
|
Mesh interface name to be deleted.
|
|
@@ -55144,7 +55394,7 @@ class interface_zones(StringList, AllowedValuesMixin):
|
|
|
55144
55394
|
fluent_name = 'interface-zones'
|
|
55145
55395
|
_python_name = 'interface_zones'
|
|
55146
55396
|
|
|
55147
|
-
class
|
|
55397
|
+
class create_9(Boolean):
|
|
55148
55398
|
"""
|
|
55149
55399
|
Create mesh interfaces with all these pairs?.
|
|
55150
55400
|
"""
|
|
@@ -55197,7 +55447,7 @@ class auto_create(Command):
|
|
|
55197
55447
|
pair_all=pair_all,
|
|
55198
55448
|
one_to_one_pairs=one_to_one_pairs,
|
|
55199
55449
|
interface_zones=interface_zones,
|
|
55200
|
-
create=
|
|
55450
|
+
create=create_9,
|
|
55201
55451
|
name=name_14,
|
|
55202
55452
|
apply_mapped=apply_mapped,
|
|
55203
55453
|
static_interface=static_interface,
|
|
@@ -55369,7 +55619,7 @@ class transfer_motion_across_interfaces(Command):
|
|
|
55369
55619
|
option_name=option_name,
|
|
55370
55620
|
)
|
|
55371
55621
|
|
|
55372
|
-
class
|
|
55622
|
+
class enable_18(Boolean):
|
|
55373
55623
|
"""
|
|
55374
55624
|
Remove left-handed faces on mesh interfaces.
|
|
55375
55625
|
"""
|
|
@@ -55401,7 +55651,7 @@ class remove_left_handed_interface_faces(Command):
|
|
|
55401
55651
|
_python_name = 'remove_left_handed_interface_faces'
|
|
55402
55652
|
argument_names = ['enable', 'update']
|
|
55403
55653
|
_child_classes = dict(
|
|
55404
|
-
enable=
|
|
55654
|
+
enable=enable_18,
|
|
55405
55655
|
update=update_1,
|
|
55406
55656
|
)
|
|
55407
55657
|
|
|
@@ -55438,7 +55688,7 @@ class mesh_interfaces(Group):
|
|
|
55438
55688
|
fluent_name = 'mesh-interfaces'
|
|
55439
55689
|
_python_name = 'mesh_interfaces'
|
|
55440
55690
|
child_names = ['interface', 'auto_options', 'turbo_interface', 'verbosity', 'enforce_continuity_after_bc', 'coupled_interfaces_inherit_bcs', 'enable_si_with_nodes', 'enforce_coupled_wall_between_solids', 'enable_visualization_of_interfaces', 'mapped_interface_options', 'non_conformal_interface_numerics']
|
|
55441
|
-
command_names = ['delete', 'list', 'delete_all', 'display', 'one_to_one_pairing', 'delete_interfaces_with_small_overlap', 'turbo_interface_health_check', 'turbo_interface_delete', 'create_manually', 'auto_create', 'improve_quality', 'make_phaselag_from_boundaries', 'make_phaselag_from_periodic', 'transfer_motion_across_interfaces', 'remove_left_handed_interface_faces', 'non_overlapping_zone_name']
|
|
55691
|
+
command_names = ['create', 'delete', 'list', 'delete_all', 'display', 'one_to_one_pairing', 'delete_interfaces_with_small_overlap', 'turbo_interface_health_check', 'turbo_interface_delete', 'create_manually', 'auto_create', 'improve_quality', 'make_phaselag_from_boundaries', 'make_phaselag_from_periodic', 'transfer_motion_across_interfaces', 'remove_left_handed_interface_faces', 'non_overlapping_zone_name']
|
|
55442
55692
|
_child_classes = dict(
|
|
55443
55693
|
interface=interface_3,
|
|
55444
55694
|
auto_options=auto_options,
|
|
@@ -55451,6 +55701,7 @@ class mesh_interfaces(Group):
|
|
|
55451
55701
|
enable_visualization_of_interfaces=enable_visualization_of_interfaces,
|
|
55452
55702
|
mapped_interface_options=mapped_interface_options,
|
|
55453
55703
|
non_conformal_interface_numerics=non_conformal_interface_numerics,
|
|
55704
|
+
create=create_6,
|
|
55454
55705
|
delete=delete_2,
|
|
55455
55706
|
list=list_2,
|
|
55456
55707
|
delete_all=delete_all,
|
|
@@ -58819,7 +59070,7 @@ class frozen_flux(Boolean):
|
|
|
58819
59070
|
fluent_name = 'frozen-flux?'
|
|
58820
59071
|
_python_name = 'frozen_flux'
|
|
58821
59072
|
|
|
58822
|
-
class
|
|
59073
|
+
class enable_19(Boolean):
|
|
58823
59074
|
"""
|
|
58824
59075
|
Enable/Disable High Order Term Relaxation.
|
|
58825
59076
|
"""
|
|
@@ -58843,7 +59094,7 @@ class select_variables(String, AllowedValuesMixin):
|
|
|
58843
59094
|
fluent_name = 'select-variables'
|
|
58844
59095
|
_python_name = 'select_variables'
|
|
58845
59096
|
|
|
58846
|
-
class
|
|
59097
|
+
class type_8(String, AllowedValuesMixin):
|
|
58847
59098
|
"""
|
|
58848
59099
|
Enter high order relaxation type.
|
|
58849
59100
|
"""
|
|
@@ -58862,7 +59113,7 @@ class options_8(Group):
|
|
|
58862
59113
|
_child_classes = dict(
|
|
58863
59114
|
relaxation_factor=relaxation_factor,
|
|
58864
59115
|
select_variables=select_variables,
|
|
58865
|
-
type=
|
|
59116
|
+
type=type_8,
|
|
58866
59117
|
)
|
|
58867
59118
|
|
|
58868
59119
|
class high_order_term_relaxation(Group):
|
|
@@ -58874,7 +59125,7 @@ class high_order_term_relaxation(Group):
|
|
|
58874
59125
|
_python_name = 'high_order_term_relaxation'
|
|
58875
59126
|
child_names = ['enable', 'options']
|
|
58876
59127
|
_child_classes = dict(
|
|
58877
|
-
enable=
|
|
59128
|
+
enable=enable_19,
|
|
58878
59129
|
options=options_8,
|
|
58879
59130
|
)
|
|
58880
59131
|
|
|
@@ -59523,7 +59774,7 @@ class false_time_step_linearization(Boolean):
|
|
|
59523
59774
|
fluent_name = 'false-time-step-linearization?'
|
|
59524
59775
|
_python_name = 'false_time_step_linearization'
|
|
59525
59776
|
|
|
59526
|
-
class
|
|
59777
|
+
class enable_20(Boolean):
|
|
59527
59778
|
"""
|
|
59528
59779
|
Enable advanced automatic time stepping for better stability.
|
|
59529
59780
|
"""
|
|
@@ -59580,7 +59831,7 @@ class auto_dt_advanced_controls(Group):
|
|
|
59580
59831
|
_python_name = 'auto_dt_advanced_controls'
|
|
59581
59832
|
child_names = ['enable', 'dt_init_limit', 'dt_max', 'dt_factor_min', 'dt_factor_max', 'max_velocity_ratio']
|
|
59582
59833
|
_child_classes = dict(
|
|
59583
|
-
enable=
|
|
59834
|
+
enable=enable_20,
|
|
59584
59835
|
dt_init_limit=dt_init_limit,
|
|
59585
59836
|
dt_max=dt_max_1,
|
|
59586
59837
|
dt_factor_min=dt_factor_min,
|
|
@@ -60274,7 +60525,7 @@ class skewness_neighbor_coupling_1(Boolean):
|
|
|
60274
60525
|
fluent_name = 'skewness-neighbor-coupling?'
|
|
60275
60526
|
_python_name = 'skewness_neighbor_coupling'
|
|
60276
60527
|
|
|
60277
|
-
class
|
|
60528
|
+
class enable_21(Boolean):
|
|
60278
60529
|
"""
|
|
60279
60530
|
Enable/disable hybrid NITA settings.
|
|
60280
60531
|
"""
|
|
@@ -60299,7 +60550,7 @@ class multi_phase_setting(Group):
|
|
|
60299
60550
|
_python_name = 'multi_phase_setting'
|
|
60300
60551
|
child_names = ['enable', 'options']
|
|
60301
60552
|
_child_classes = dict(
|
|
60302
|
-
enable=
|
|
60553
|
+
enable=enable_21,
|
|
60303
60554
|
options=options_9,
|
|
60304
60555
|
)
|
|
60305
60556
|
|
|
@@ -60562,7 +60813,7 @@ class vof_numerics(Group):
|
|
|
60562
60813
|
new_framework_for_vof_specific_node_based_treatment=new_framework_for_vof_specific_node_based_treatment,
|
|
60563
60814
|
)
|
|
60564
60815
|
|
|
60565
|
-
class
|
|
60816
|
+
class enable_22(Boolean):
|
|
60566
60817
|
"""
|
|
60567
60818
|
Enable Warped-Face Gradient Correction.
|
|
60568
60819
|
"""
|
|
@@ -60597,12 +60848,12 @@ class warped_face_gradient_correction(Group):
|
|
|
60597
60848
|
_python_name = 'warped_face_gradient_correction'
|
|
60598
60849
|
child_names = ['enable', 'mode', 'turbulence_options']
|
|
60599
60850
|
_child_classes = dict(
|
|
60600
|
-
enable=
|
|
60851
|
+
enable=enable_22,
|
|
60601
60852
|
mode=mode_1,
|
|
60602
60853
|
turbulence_options=turbulence_options,
|
|
60603
60854
|
)
|
|
60604
60855
|
|
|
60605
|
-
class
|
|
60856
|
+
class enable_23(Boolean):
|
|
60606
60857
|
"""
|
|
60607
60858
|
Enable/disable high-speed-numerics.
|
|
60608
60859
|
"""
|
|
@@ -60635,7 +60886,7 @@ class high_speed_numerics(Group):
|
|
|
60635
60886
|
_python_name = 'high_speed_numerics'
|
|
60636
60887
|
child_names = ['enable', 'expert', 'visualize_pressure_discontinuity_sensor']
|
|
60637
60888
|
_child_classes = dict(
|
|
60638
|
-
enable=
|
|
60889
|
+
enable=enable_23,
|
|
60639
60890
|
expert=expert_7,
|
|
60640
60891
|
visualize_pressure_discontinuity_sensor=visualize_pressure_discontinuity_sensor,
|
|
60641
60892
|
)
|
|
@@ -64539,7 +64790,7 @@ class color(String, AllowedValuesMixin):
|
|
|
64539
64790
|
fluent_name = 'color'
|
|
64540
64791
|
_python_name = 'color'
|
|
64541
64792
|
|
|
64542
|
-
class
|
|
64793
|
+
class weight_1(Integer):
|
|
64543
64794
|
"""
|
|
64544
64795
|
Set weight of gridlines on axis.
|
|
64545
64796
|
"""
|
|
@@ -64557,7 +64808,7 @@ class major_gridlines(Group):
|
|
|
64557
64808
|
child_names = ['color', 'weight']
|
|
64558
64809
|
_child_classes = dict(
|
|
64559
64810
|
color=color,
|
|
64560
|
-
weight=
|
|
64811
|
+
weight=weight_1,
|
|
64561
64812
|
)
|
|
64562
64813
|
|
|
64563
64814
|
class show_minor_gridlines(Boolean):
|
|
@@ -64578,7 +64829,7 @@ class minor_gridlines(Group):
|
|
|
64578
64829
|
child_names = ['color', 'weight']
|
|
64579
64830
|
_child_classes = dict(
|
|
64580
64831
|
color=color,
|
|
64581
|
-
weight=
|
|
64832
|
+
weight=weight_1,
|
|
64582
64833
|
)
|
|
64583
64834
|
|
|
64584
64835
|
class x_1(Group):
|
|
@@ -64653,7 +64904,7 @@ class pattern(String, AllowedValuesMixin):
|
|
|
64653
64904
|
fluent_name = 'pattern'
|
|
64654
64905
|
_python_name = 'pattern'
|
|
64655
64906
|
|
|
64656
|
-
class
|
|
64907
|
+
class weight_2(Real):
|
|
64657
64908
|
"""
|
|
64658
64909
|
Set weight for plot lines.
|
|
64659
64910
|
"""
|
|
@@ -64679,7 +64930,7 @@ class line(Group):
|
|
|
64679
64930
|
child_names = ['pattern', 'weight', 'color']
|
|
64680
64931
|
_child_classes = dict(
|
|
64681
64932
|
pattern=pattern,
|
|
64682
|
-
weight=
|
|
64933
|
+
weight=weight_2,
|
|
64683
64934
|
color=color_1,
|
|
64684
64935
|
)
|
|
64685
64936
|
|
|
@@ -64693,7 +64944,7 @@ class line_in_file(Group):
|
|
|
64693
64944
|
child_names = ['pattern', 'weight', 'color']
|
|
64694
64945
|
_child_classes = dict(
|
|
64695
64946
|
pattern=pattern,
|
|
64696
|
-
weight=
|
|
64947
|
+
weight=weight_2,
|
|
64697
64948
|
color=color_1,
|
|
64698
64949
|
)
|
|
64699
64950
|
|
|
@@ -65880,7 +66131,7 @@ class yplus_ystar(Group):
|
|
|
65880
66131
|
phase=phase_53,
|
|
65881
66132
|
)
|
|
65882
66133
|
|
|
65883
|
-
class
|
|
66134
|
+
class type_9(Group):
|
|
65884
66135
|
"""
|
|
65885
66136
|
'type' child.
|
|
65886
66137
|
"""
|
|
@@ -65996,7 +66247,7 @@ class cell_registers_child(Group):
|
|
|
65996
66247
|
_child_classes = dict(
|
|
65997
66248
|
name=name_21,
|
|
65998
66249
|
python_name_1=python_name_1,
|
|
65999
|
-
type=
|
|
66250
|
+
type=type_9,
|
|
66000
66251
|
display_options=display_options,
|
|
66001
66252
|
create_volume_surface=create_volume_surface,
|
|
66002
66253
|
)
|
|
@@ -66830,159 +67081,152 @@ class initialization_1(Group):
|
|
|
66830
67081
|
levelset_auto_init=levelset_auto_init,
|
|
66831
67082
|
)
|
|
66832
67083
|
|
|
66833
|
-
class command_name(
|
|
67084
|
+
class command_name(StringList, AllowedValuesMixin):
|
|
66834
67085
|
"""
|
|
66835
|
-
|
|
67086
|
+
Command names to export.
|
|
66836
67087
|
"""
|
|
66837
67088
|
version = '252'
|
|
66838
67089
|
fluent_name = 'command-name'
|
|
66839
67090
|
_python_name = 'command_name'
|
|
66840
67091
|
|
|
66841
|
-
class
|
|
67092
|
+
class tsv_file_name(Filename, _OutputFile):
|
|
66842
67093
|
"""
|
|
66843
|
-
|
|
66844
|
-
|
|
66845
|
-
Parameters
|
|
66846
|
-
----------
|
|
66847
|
-
command_name : str
|
|
66848
|
-
'command_name' child.
|
|
67094
|
+
.tsv file name to save exported commands.
|
|
66849
67095
|
"""
|
|
66850
67096
|
version = '252'
|
|
66851
|
-
fluent_name = '
|
|
66852
|
-
_python_name = '
|
|
66853
|
-
argument_names = ['command_name']
|
|
66854
|
-
_child_classes = dict(
|
|
66855
|
-
command_name=command_name,
|
|
66856
|
-
)
|
|
67097
|
+
fluent_name = 'tsv-file-name'
|
|
67098
|
+
_python_name = 'tsv_file_name'
|
|
66857
67099
|
|
|
66858
|
-
class
|
|
67100
|
+
class export_1(Command):
|
|
66859
67101
|
"""
|
|
66860
|
-
|
|
67102
|
+
Export Commands.
|
|
66861
67103
|
|
|
66862
67104
|
Parameters
|
|
66863
67105
|
----------
|
|
66864
|
-
command_name :
|
|
66865
|
-
|
|
67106
|
+
command_name : List
|
|
67107
|
+
Command names to export.
|
|
67108
|
+
tsv_file_name : str
|
|
67109
|
+
.tsv file name to save exported commands.
|
|
66866
67110
|
"""
|
|
66867
67111
|
version = '252'
|
|
66868
|
-
fluent_name = '
|
|
66869
|
-
_python_name = '
|
|
66870
|
-
argument_names = ['command_name']
|
|
67112
|
+
fluent_name = 'export'
|
|
67113
|
+
_python_name = 'export'
|
|
67114
|
+
argument_names = ['command_name', 'tsv_file_name']
|
|
66871
67115
|
_child_classes = dict(
|
|
66872
67116
|
command_name=command_name,
|
|
67117
|
+
tsv_file_name=tsv_file_name,
|
|
66873
67118
|
)
|
|
66874
67119
|
|
|
66875
|
-
class
|
|
67120
|
+
class tsv_file_name_1(Filename, _InputFile):
|
|
66876
67121
|
"""
|
|
66877
|
-
|
|
66878
|
-
|
|
66879
|
-
Parameters
|
|
66880
|
-
----------
|
|
66881
|
-
command_name : str
|
|
66882
|
-
'command_name' child.
|
|
67122
|
+
.tsv file name to save exported commands.
|
|
66883
67123
|
"""
|
|
66884
67124
|
version = '252'
|
|
66885
|
-
fluent_name = '
|
|
66886
|
-
_python_name = '
|
|
66887
|
-
argument_names = ['command_name']
|
|
66888
|
-
_child_classes = dict(
|
|
66889
|
-
command_name=command_name,
|
|
66890
|
-
)
|
|
67125
|
+
fluent_name = 'tsv-file-name'
|
|
67126
|
+
_python_name = 'tsv_file_name'
|
|
66891
67127
|
|
|
66892
|
-
class
|
|
67128
|
+
class import__1(Command):
|
|
66893
67129
|
"""
|
|
66894
|
-
|
|
67130
|
+
Import commands from .tsv file.
|
|
66895
67131
|
|
|
66896
67132
|
Parameters
|
|
66897
67133
|
----------
|
|
66898
|
-
|
|
66899
|
-
|
|
67134
|
+
tsv_file_name_1 : str
|
|
67135
|
+
.tsv file name to save exported commands.
|
|
66900
67136
|
"""
|
|
66901
67137
|
version = '252'
|
|
66902
|
-
fluent_name = '
|
|
66903
|
-
_python_name = '
|
|
66904
|
-
argument_names = ['
|
|
67138
|
+
fluent_name = 'import'
|
|
67139
|
+
_python_name = 'import_'
|
|
67140
|
+
argument_names = ['tsv_file_name']
|
|
66905
67141
|
_child_classes = dict(
|
|
66906
|
-
|
|
67142
|
+
tsv_file_name=tsv_file_name_1,
|
|
66907
67143
|
)
|
|
66908
67144
|
|
|
66909
|
-
class
|
|
67145
|
+
class enable_24(Boolean):
|
|
66910
67146
|
"""
|
|
66911
|
-
|
|
67147
|
+
Enable or Disable Execute Command.
|
|
66912
67148
|
"""
|
|
66913
67149
|
version = '252'
|
|
66914
|
-
fluent_name = '
|
|
66915
|
-
_python_name = '
|
|
67150
|
+
fluent_name = 'enable?'
|
|
67151
|
+
_python_name = 'enable'
|
|
66916
67152
|
|
|
66917
|
-
class
|
|
67153
|
+
class execution_type(String, AllowedValuesMixin):
|
|
66918
67154
|
"""
|
|
66919
|
-
|
|
67155
|
+
Command Execution Type.
|
|
66920
67156
|
"""
|
|
66921
67157
|
version = '252'
|
|
66922
|
-
fluent_name = '
|
|
66923
|
-
_python_name = '
|
|
67158
|
+
fluent_name = 'execution_type'
|
|
67159
|
+
_python_name = 'execution_type'
|
|
66924
67160
|
|
|
66925
|
-
class
|
|
67161
|
+
class execution_command(String):
|
|
66926
67162
|
"""
|
|
66927
|
-
|
|
66928
|
-
|
|
66929
|
-
Parameters
|
|
66930
|
-
----------
|
|
66931
|
-
command_name : List
|
|
66932
|
-
'command_name' child.
|
|
66933
|
-
tsv_file_name : str
|
|
66934
|
-
'tsv_file_name' child.
|
|
67163
|
+
Execution Command.
|
|
66935
67164
|
"""
|
|
66936
67165
|
version = '252'
|
|
66937
|
-
fluent_name = '
|
|
66938
|
-
_python_name = '
|
|
66939
|
-
argument_names = ['command_name', 'tsv_file_name']
|
|
66940
|
-
_child_classes = dict(
|
|
66941
|
-
command_name=command_name_1,
|
|
66942
|
-
tsv_file_name=tsv_file_name,
|
|
66943
|
-
)
|
|
67166
|
+
fluent_name = 'execution_command'
|
|
67167
|
+
_python_name = 'execution_command'
|
|
66944
67168
|
|
|
66945
|
-
class
|
|
67169
|
+
class when_to_execute(String, AllowedValuesMixin):
|
|
66946
67170
|
"""
|
|
66947
|
-
|
|
67171
|
+
When To Execute Commands.
|
|
66948
67172
|
"""
|
|
66949
67173
|
version = '252'
|
|
66950
|
-
fluent_name = '
|
|
66951
|
-
_python_name = '
|
|
67174
|
+
fluent_name = 'when_to_execute'
|
|
67175
|
+
_python_name = 'when_to_execute'
|
|
66952
67176
|
|
|
66953
|
-
class
|
|
67177
|
+
class frequency_cmd(Real):
|
|
66954
67178
|
"""
|
|
66955
|
-
|
|
66956
|
-
|
|
66957
|
-
Parameters
|
|
66958
|
-
----------
|
|
66959
|
-
tsv_file_name_1 : str
|
|
66960
|
-
'tsv_file_name' child.
|
|
67179
|
+
Frequency To Execute Commands.
|
|
66961
67180
|
"""
|
|
66962
67181
|
version = '252'
|
|
66963
|
-
fluent_name = '
|
|
66964
|
-
_python_name = '
|
|
66965
|
-
|
|
67182
|
+
fluent_name = 'frequency_cmd'
|
|
67183
|
+
_python_name = 'frequency_cmd'
|
|
67184
|
+
|
|
67185
|
+
class python_cmd(Boolean):
|
|
67186
|
+
"""
|
|
67187
|
+
Execute python command?.
|
|
67188
|
+
"""
|
|
67189
|
+
version = '252'
|
|
67190
|
+
fluent_name = 'python_cmd?'
|
|
67191
|
+
_python_name = 'python_cmd'
|
|
67192
|
+
|
|
67193
|
+
class execute_commands_child(Group):
|
|
67194
|
+
"""
|
|
67195
|
+
'child_object_type' of execute_commands.
|
|
67196
|
+
"""
|
|
67197
|
+
version = '252'
|
|
67198
|
+
fluent_name = 'child-object-type'
|
|
67199
|
+
_python_name = 'execute_commands_child'
|
|
67200
|
+
child_names = ['name', 'enable', 'execution_type', 'execution_command', 'when_to_execute', 'frequency_cmd', 'python_cmd']
|
|
66966
67201
|
_child_classes = dict(
|
|
66967
|
-
|
|
67202
|
+
name=name_2,
|
|
67203
|
+
enable=enable_24,
|
|
67204
|
+
execution_type=execution_type,
|
|
67205
|
+
execution_command=execution_command,
|
|
67206
|
+
when_to_execute=when_to_execute,
|
|
67207
|
+
frequency_cmd=frequency_cmd,
|
|
67208
|
+
python_cmd=python_cmd,
|
|
66968
67209
|
)
|
|
66969
67210
|
|
|
66970
|
-
class execute_commands(
|
|
67211
|
+
class execute_commands(NamedObject[execute_commands_child], CreatableNamedObjectMixin[execute_commands_child]):
|
|
66971
67212
|
"""
|
|
66972
|
-
|
|
67213
|
+
Execute commands.
|
|
66973
67214
|
"""
|
|
66974
67215
|
version = '252'
|
|
66975
67216
|
fluent_name = 'execute-commands'
|
|
66976
67217
|
_python_name = 'execute_commands'
|
|
66977
|
-
command_names = ['
|
|
67218
|
+
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy', 'export', 'import_']
|
|
66978
67219
|
_child_classes = dict(
|
|
66979
|
-
|
|
66980
|
-
|
|
66981
|
-
|
|
66982
|
-
|
|
67220
|
+
create=create_1,
|
|
67221
|
+
delete=delete_1,
|
|
67222
|
+
rename=rename,
|
|
67223
|
+
list=list,
|
|
67224
|
+
list_properties=list_properties,
|
|
67225
|
+
make_a_copy=make_a_copy,
|
|
66983
67226
|
export=export_1,
|
|
66984
67227
|
import_=import__1,
|
|
66985
67228
|
)
|
|
67229
|
+
child_object_type = execute_commands_child
|
|
66986
67230
|
|
|
66987
67231
|
class from__2(String, AllowedValuesMixin):
|
|
66988
67232
|
"""
|
|
@@ -67300,7 +67544,7 @@ class initialization_method(Group):
|
|
|
67300
67544
|
init_from_solution=init_from_solution,
|
|
67301
67545
|
)
|
|
67302
67546
|
|
|
67303
|
-
class
|
|
67547
|
+
class python_cmd_1(Boolean):
|
|
67304
67548
|
"""
|
|
67305
67549
|
'python_cmd' child.
|
|
67306
67550
|
"""
|
|
@@ -67351,7 +67595,7 @@ class before_init_modification(Group):
|
|
|
67351
67595
|
_child_classes = dict(
|
|
67352
67596
|
active=active,
|
|
67353
67597
|
name=name_21,
|
|
67354
|
-
python_cmd=
|
|
67598
|
+
python_cmd=python_cmd_1,
|
|
67355
67599
|
command=command,
|
|
67356
67600
|
count=count,
|
|
67357
67601
|
ftselected=ftselected,
|
|
@@ -67369,7 +67613,7 @@ class original_settings(Group):
|
|
|
67369
67613
|
_child_classes = dict(
|
|
67370
67614
|
active=active,
|
|
67371
67615
|
name=name_21,
|
|
67372
|
-
python_cmd=
|
|
67616
|
+
python_cmd=python_cmd_1,
|
|
67373
67617
|
command=command,
|
|
67374
67618
|
count=count,
|
|
67375
67619
|
ftselected=ftselected,
|
|
@@ -67387,7 +67631,7 @@ class modifications_child(Group):
|
|
|
67387
67631
|
_child_classes = dict(
|
|
67388
67632
|
active=active,
|
|
67389
67633
|
name=name_21,
|
|
67390
|
-
python_cmd=
|
|
67634
|
+
python_cmd=python_cmd_1,
|
|
67391
67635
|
command=command,
|
|
67392
67636
|
count=count,
|
|
67393
67637
|
ftselected=ftselected,
|
|
@@ -68302,7 +68546,7 @@ class time_step_count_1(Real):
|
|
|
68302
68546
|
fluent_name = 'time-step-count'
|
|
68303
68547
|
_python_name = 'time_step_count'
|
|
68304
68548
|
|
|
68305
|
-
class
|
|
68549
|
+
class type_10(String, AllowedValuesMixin):
|
|
68306
68550
|
"""
|
|
68307
68551
|
Select time advancement method type.
|
|
68308
68552
|
"""
|
|
@@ -68881,7 +69125,7 @@ class transient_controls(Group):
|
|
|
68881
69125
|
_python_name = 'transient_controls'
|
|
68882
69126
|
child_names = ['type', 'method', 'duration_specification_method', 'specified_time_step', 'incremental_time', 'time_step_count', 'total_time', 'time_step_size', 'max_iter_per_time_step', 'total_time_step_count', 'solution_status', 'extrapolate_variables', 'max_flow_time', 'cfl_based_time_stepping', 'cfl_based_time_stepping_advanced_options', 'error_based_time_stepping', 'undo_timestep', 'predict_next', 'rotating_mesh_flow_predictor', 'mp_specific_time_stepping', 'udf_hook', 'fixed_periodic', 'multiphase_specific_time_constraints', 'solid_time_step_size', 'time_step_size_for_acoustic_export', 'extrapolate_eqn_vars']
|
|
68883
69127
|
_child_classes = dict(
|
|
68884
|
-
type=
|
|
69128
|
+
type=type_10,
|
|
68885
69129
|
method=method_10,
|
|
68886
69130
|
duration_specification_method=duration_specification_method,
|
|
68887
69131
|
specified_time_step=specified_time_step,
|
|
@@ -69495,7 +69739,7 @@ class custom_field_function(String):
|
|
|
69495
69739
|
fluent_name = 'custom-field-function'
|
|
69496
69740
|
_python_name = 'custom_field_function'
|
|
69497
69741
|
|
|
69498
|
-
class
|
|
69742
|
+
class create_10(CommandWithPositionalArgs):
|
|
69499
69743
|
"""
|
|
69500
69744
|
Create a custom field function.
|
|
69501
69745
|
|
|
@@ -69596,7 +69840,7 @@ class custom_field_functions_1(NamedObject[custom_field_functions_1_child], Crea
|
|
|
69596
69840
|
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy', 'save', 'load']
|
|
69597
69841
|
query_names = ['get_list_of_valid_cell_function_names']
|
|
69598
69842
|
_child_classes = dict(
|
|
69599
|
-
create=
|
|
69843
|
+
create=create_10,
|
|
69600
69844
|
delete=delete_1,
|
|
69601
69845
|
rename=rename,
|
|
69602
69846
|
list=list,
|
|
@@ -70749,7 +70993,7 @@ class surfaces_9(StringList, AllowedValuesMixin):
|
|
|
70749
70993
|
fluent_name = 'surfaces'
|
|
70750
70994
|
_python_name = 'surfaces'
|
|
70751
70995
|
|
|
70752
|
-
class
|
|
70996
|
+
class create_11(CommandWithPositionalArgs):
|
|
70753
70997
|
"""
|
|
70754
70998
|
Create a group of surfaces.
|
|
70755
70999
|
|
|
@@ -70826,7 +71070,7 @@ class group_surface(NamedObject[group_surface_child], CreatableNamedObjectMixin[
|
|
|
70826
71070
|
_python_name = 'group_surface'
|
|
70827
71071
|
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy', 'ungroup']
|
|
70828
71072
|
_child_classes = dict(
|
|
70829
|
-
create=
|
|
71073
|
+
create=create_11,
|
|
70830
71074
|
delete=delete_1,
|
|
70831
71075
|
rename=rename,
|
|
70832
71076
|
list=list,
|
|
@@ -71303,7 +71547,7 @@ class option_41(String, AllowedValuesMixin):
|
|
|
71303
71547
|
fluent_name = 'option'
|
|
71304
71548
|
_python_name = 'option'
|
|
71305
71549
|
|
|
71306
|
-
class
|
|
71550
|
+
class type_11(Group):
|
|
71307
71551
|
"""
|
|
71308
71552
|
'type' child.
|
|
71309
71553
|
"""
|
|
@@ -71345,7 +71589,7 @@ class automatic(Group):
|
|
|
71345
71589
|
child_names = ['option', 'type', 'id', 'normal', 'partition']
|
|
71346
71590
|
_child_classes = dict(
|
|
71347
71591
|
option=option_1,
|
|
71348
|
-
type=
|
|
71592
|
+
type=type_11,
|
|
71349
71593
|
id=id,
|
|
71350
71594
|
normal=normal_2,
|
|
71351
71595
|
partition=partition,
|
|
@@ -73179,7 +73423,7 @@ class pattern_1(String, AllowedValuesMixin):
|
|
|
73179
73423
|
fluent_name = 'pattern'
|
|
73180
73424
|
_python_name = 'pattern'
|
|
73181
73425
|
|
|
73182
|
-
class
|
|
73426
|
+
class weight_3(Real):
|
|
73183
73427
|
"""
|
|
73184
73428
|
'weight' child.
|
|
73185
73429
|
"""
|
|
@@ -73197,7 +73441,7 @@ class lines_child(Group):
|
|
|
73197
73441
|
child_names = ['pattern', 'weight', 'color']
|
|
73198
73442
|
_child_classes = dict(
|
|
73199
73443
|
pattern=pattern_1,
|
|
73200
|
-
weight=
|
|
73444
|
+
weight=weight_3,
|
|
73201
73445
|
color=color_3,
|
|
73202
73446
|
)
|
|
73203
73447
|
|
|
@@ -74364,7 +74608,7 @@ class data_source(String, AllowedValuesMixin):
|
|
|
74364
74608
|
fluent_name = 'data-source'
|
|
74365
74609
|
_python_name = 'data_source'
|
|
74366
74610
|
|
|
74367
|
-
class
|
|
74611
|
+
class type_12(String, AllowedValuesMixin):
|
|
74368
74612
|
"""
|
|
74369
74613
|
Specify whether you want the range to be Global, Local to the selected zone(s), or Custom.
|
|
74370
74614
|
"""
|
|
@@ -74381,7 +74625,7 @@ class range_options_3(Group):
|
|
|
74381
74625
|
_python_name = 'range_options'
|
|
74382
74626
|
child_names = ['type', 'minimum', 'maximum']
|
|
74383
74627
|
_child_classes = dict(
|
|
74384
|
-
type=
|
|
74628
|
+
type=type_12,
|
|
74385
74629
|
minimum=minimum_3,
|
|
74386
74630
|
maximum=maximum_3,
|
|
74387
74631
|
)
|
|
@@ -76041,7 +76285,7 @@ class restore_state(Command):
|
|
|
76041
76285
|
state_name=state_name,
|
|
76042
76286
|
)
|
|
76043
76287
|
|
|
76044
|
-
class
|
|
76288
|
+
class copy_3(Command):
|
|
76045
76289
|
"""
|
|
76046
76290
|
Create a new display state with settings copied from an existing display state.
|
|
76047
76291
|
|
|
@@ -76250,7 +76494,7 @@ class display_states(NamedObject[display_states_child], CreatableNamedObjectMixi
|
|
|
76250
76494
|
make_a_copy=make_a_copy,
|
|
76251
76495
|
use_active=use_active,
|
|
76252
76496
|
restore_state=restore_state,
|
|
76253
|
-
copy=
|
|
76497
|
+
copy=copy_3,
|
|
76254
76498
|
read=read_3,
|
|
76255
76499
|
write=write_2,
|
|
76256
76500
|
)
|
|
@@ -76328,6 +76572,30 @@ class show_colormap(Boolean):
|
|
|
76328
76572
|
fluent_name = 'show-colormap?'
|
|
76329
76573
|
_python_name = 'show_colormap'
|
|
76330
76574
|
|
|
76575
|
+
class line_weight(Real):
|
|
76576
|
+
"""
|
|
76577
|
+
Set the line-weight factor for the window.
|
|
76578
|
+
"""
|
|
76579
|
+
version = '252'
|
|
76580
|
+
fluent_name = 'line-weight'
|
|
76581
|
+
_python_name = 'line_weight'
|
|
76582
|
+
|
|
76583
|
+
class marker_size_4(Real):
|
|
76584
|
+
"""
|
|
76585
|
+
Set the size of markers used to represent points.
|
|
76586
|
+
"""
|
|
76587
|
+
version = '252'
|
|
76588
|
+
fluent_name = 'marker-size'
|
|
76589
|
+
_python_name = 'marker_size'
|
|
76590
|
+
|
|
76591
|
+
class marker_symbol_1(String, AllowedValuesMixin):
|
|
76592
|
+
"""
|
|
76593
|
+
Set the type of markers used to represent points.
|
|
76594
|
+
"""
|
|
76595
|
+
version = '252'
|
|
76596
|
+
fluent_name = 'marker-symbol'
|
|
76597
|
+
_python_name = 'marker_symbol'
|
|
76598
|
+
|
|
76331
76599
|
class device_info(Command):
|
|
76332
76600
|
"""
|
|
76333
76601
|
List information for the graphics device.
|
|
@@ -76338,7 +76606,7 @@ class device_info(Command):
|
|
|
76338
76606
|
|
|
76339
76607
|
class driver_name(String, AllowedValuesMixin):
|
|
76340
76608
|
"""
|
|
76341
|
-
|
|
76609
|
+
Select new graphics driver.
|
|
76342
76610
|
"""
|
|
76343
76611
|
version = '252'
|
|
76344
76612
|
fluent_name = 'driver-name'
|
|
@@ -76351,7 +76619,7 @@ class driver(Command):
|
|
|
76351
76619
|
Parameters
|
|
76352
76620
|
----------
|
|
76353
76621
|
driver_name : str
|
|
76354
|
-
|
|
76622
|
+
Select new graphics driver.
|
|
76355
76623
|
"""
|
|
76356
76624
|
version = '252'
|
|
76357
76625
|
fluent_name = 'driver'
|
|
@@ -76376,7 +76644,7 @@ class rendering_options(Group):
|
|
|
76376
76644
|
version = '252'
|
|
76377
76645
|
fluent_name = 'rendering-options'
|
|
76378
76646
|
_python_name = 'rendering_options'
|
|
76379
|
-
child_names = ['animation_option', 'auto_spin', 'color_map_alignment', 'double_buffering', 'face_displacement', 'hidden_surface_method', 'hidden_surfaces', 'front_faces_transparent', 'show_colormap']
|
|
76647
|
+
child_names = ['animation_option', 'auto_spin', 'color_map_alignment', 'double_buffering', 'face_displacement', 'hidden_surface_method', 'hidden_surfaces', 'front_faces_transparent', 'show_colormap', 'line_weight', 'marker_size', 'marker_symbol']
|
|
76380
76648
|
command_names = ['device_info', 'driver', 'set_rendering_options']
|
|
76381
76649
|
_child_classes = dict(
|
|
76382
76650
|
animation_option=animation_option,
|
|
@@ -76388,6 +76656,9 @@ class rendering_options(Group):
|
|
|
76388
76656
|
hidden_surfaces=hidden_surfaces,
|
|
76389
76657
|
front_faces_transparent=front_faces_transparent_1,
|
|
76390
76658
|
show_colormap=show_colormap,
|
|
76659
|
+
line_weight=line_weight,
|
|
76660
|
+
marker_size=marker_size_4,
|
|
76661
|
+
marker_symbol=marker_symbol_1,
|
|
76391
76662
|
device_info=device_info,
|
|
76392
76663
|
driver=driver,
|
|
76393
76664
|
set_rendering_options=set_rendering_options,
|
|
@@ -76409,7 +76680,7 @@ class distance(Real):
|
|
|
76409
76680
|
fluent_name = 'distance'
|
|
76410
76681
|
_python_name = 'distance'
|
|
76411
76682
|
|
|
76412
|
-
class
|
|
76683
|
+
class create_12(CommandWithPositionalArgs):
|
|
76413
76684
|
"""
|
|
76414
76685
|
To define a mirror plane for a non-symmetric domain.
|
|
76415
76686
|
|
|
@@ -76468,7 +76739,7 @@ class mirror_planes(NamedObject[mirror_planes_child], CreatableNamedObjectMixin[
|
|
|
76468
76739
|
_python_name = 'mirror_planes'
|
|
76469
76740
|
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy']
|
|
76470
76741
|
_child_classes = dict(
|
|
76471
|
-
create=
|
|
76742
|
+
create=create_12,
|
|
76472
76743
|
delete=delete_1,
|
|
76473
76744
|
rename=rename,
|
|
76474
76745
|
list=list,
|
|
@@ -77602,6 +77873,31 @@ class display_live_preview(Command):
|
|
|
77602
77873
|
fluent_name = 'display-live-preview'
|
|
77603
77874
|
_python_name = 'display_live_preview'
|
|
77604
77875
|
|
|
77876
|
+
class usd_output_file(String):
|
|
77877
|
+
"""
|
|
77878
|
+
Set the file path where USD file should be saved.
|
|
77879
|
+
"""
|
|
77880
|
+
version = '252'
|
|
77881
|
+
fluent_name = 'usd-output-file'
|
|
77882
|
+
_python_name = 'usd_output_file'
|
|
77883
|
+
|
|
77884
|
+
class display_in_omniverse(Command):
|
|
77885
|
+
"""
|
|
77886
|
+
Display the raytracing rendering in Omniverse.
|
|
77887
|
+
|
|
77888
|
+
Parameters
|
|
77889
|
+
----------
|
|
77890
|
+
usd_output_file : str
|
|
77891
|
+
Set the file path where USD file should be saved.
|
|
77892
|
+
"""
|
|
77893
|
+
version = '252'
|
|
77894
|
+
fluent_name = 'display-in-omniverse'
|
|
77895
|
+
_python_name = 'display_in_omniverse'
|
|
77896
|
+
argument_names = ['usd_output_file']
|
|
77897
|
+
_child_classes = dict(
|
|
77898
|
+
usd_output_file=usd_output_file,
|
|
77899
|
+
)
|
|
77900
|
+
|
|
77605
77901
|
class raytracing_options(Group):
|
|
77606
77902
|
"""
|
|
77607
77903
|
'raytracing_options' child.
|
|
@@ -77610,11 +77906,12 @@ class raytracing_options(Group):
|
|
|
77610
77906
|
fluent_name = 'raytracing-options'
|
|
77611
77907
|
_python_name = 'raytracing_options'
|
|
77612
77908
|
child_names = ['background', 'rendering']
|
|
77613
|
-
command_names = ['display_live_preview']
|
|
77909
|
+
command_names = ['display_live_preview', 'display_in_omniverse']
|
|
77614
77910
|
_child_classes = dict(
|
|
77615
77911
|
background=background_2,
|
|
77616
77912
|
rendering=rendering,
|
|
77617
77913
|
display_live_preview=display_live_preview,
|
|
77914
|
+
display_in_omniverse=display_in_omniverse,
|
|
77618
77915
|
)
|
|
77619
77916
|
|
|
77620
77917
|
class pulse_mode(String, AllowedValuesMixin):
|
|
@@ -77841,6 +78138,72 @@ class zone_mesh(Command):
|
|
|
77841
78138
|
zone_names=zone_names_4,
|
|
77842
78139
|
)
|
|
77843
78140
|
|
|
78141
|
+
class filename_9(Filename, _InputFile):
|
|
78142
|
+
"""
|
|
78143
|
+
Enter HSF file name.
|
|
78144
|
+
"""
|
|
78145
|
+
version = '252'
|
|
78146
|
+
fluent_name = 'filename'
|
|
78147
|
+
_python_name = 'filename'
|
|
78148
|
+
|
|
78149
|
+
class hsf_file(Command):
|
|
78150
|
+
"""
|
|
78151
|
+
Display hoops stream file data to active graphics window.
|
|
78152
|
+
|
|
78153
|
+
Parameters
|
|
78154
|
+
----------
|
|
78155
|
+
filename : str
|
|
78156
|
+
Enter HSF file name.
|
|
78157
|
+
"""
|
|
78158
|
+
version = '252'
|
|
78159
|
+
fluent_name = 'hsf-file'
|
|
78160
|
+
_python_name = 'hsf_file'
|
|
78161
|
+
argument_names = ['filename']
|
|
78162
|
+
_child_classes = dict(
|
|
78163
|
+
filename=filename_9,
|
|
78164
|
+
)
|
|
78165
|
+
|
|
78166
|
+
class re_render(Command):
|
|
78167
|
+
"""
|
|
78168
|
+
Re-render the last contour, profile, or velocity vector plot with updated surfaces, meshes, lights, colormap, rendering options, etc., without recalculating the contour data.
|
|
78169
|
+
"""
|
|
78170
|
+
version = '252'
|
|
78171
|
+
fluent_name = 're-render'
|
|
78172
|
+
_python_name = 're_render'
|
|
78173
|
+
|
|
78174
|
+
class re_scale(Command):
|
|
78175
|
+
"""
|
|
78176
|
+
Re-render the last contour, profile, or velocity vector plot with updated scale, surfaces, meshes, lights, colormap, rendering options, etc., without recalculating the field data.
|
|
78177
|
+
"""
|
|
78178
|
+
version = '252'
|
|
78179
|
+
fluent_name = 're-scale'
|
|
78180
|
+
_python_name = 're_scale'
|
|
78181
|
+
|
|
78182
|
+
class surface_cell_names_ids(StringList, AllowedValuesMixin):
|
|
78183
|
+
"""
|
|
78184
|
+
Enter the list of surface names/ids.
|
|
78185
|
+
"""
|
|
78186
|
+
version = '252'
|
|
78187
|
+
fluent_name = 'surface-cell-names-ids'
|
|
78188
|
+
_python_name = 'surface_cell_names_ids'
|
|
78189
|
+
|
|
78190
|
+
class surface_cells_1(Command):
|
|
78191
|
+
"""
|
|
78192
|
+
Draw the cells on the specified surfaces.
|
|
78193
|
+
|
|
78194
|
+
Parameters
|
|
78195
|
+
----------
|
|
78196
|
+
surface_cell_names_ids : List
|
|
78197
|
+
Enter the list of surface names/ids.
|
|
78198
|
+
"""
|
|
78199
|
+
version = '252'
|
|
78200
|
+
fluent_name = 'surface-cells'
|
|
78201
|
+
_python_name = 'surface_cells'
|
|
78202
|
+
argument_names = ['surface_cell_names_ids']
|
|
78203
|
+
_child_classes = dict(
|
|
78204
|
+
surface_cell_names_ids=surface_cell_names_ids,
|
|
78205
|
+
)
|
|
78206
|
+
|
|
77844
78207
|
class display_6(Group):
|
|
77845
78208
|
"""
|
|
77846
78209
|
'display' child.
|
|
@@ -77848,10 +78211,14 @@ class display_6(Group):
|
|
|
77848
78211
|
version = '252'
|
|
77849
78212
|
fluent_name = 'display'
|
|
77850
78213
|
_python_name = 'display'
|
|
77851
|
-
command_names = ['surface_mesh', 'zone_mesh']
|
|
78214
|
+
command_names = ['surface_mesh', 'zone_mesh', 'hsf_file', 're_render', 're_scale', 'surface_cells']
|
|
77852
78215
|
_child_classes = dict(
|
|
77853
78216
|
surface_mesh=surface_mesh_1,
|
|
77854
78217
|
zone_mesh=zone_mesh,
|
|
78218
|
+
hsf_file=hsf_file,
|
|
78219
|
+
re_render=re_render,
|
|
78220
|
+
re_scale=re_scale,
|
|
78221
|
+
surface_cells=surface_cells_1,
|
|
77855
78222
|
)
|
|
77856
78223
|
|
|
77857
78224
|
class texture_name(String, AllowedValuesMixin):
|
|
@@ -79155,6 +79522,102 @@ class interpolated_data(Group):
|
|
|
79155
79522
|
plot=plot_14,
|
|
79156
79523
|
)
|
|
79157
79524
|
|
|
79525
|
+
class number_of_bands_2(Integer):
|
|
79526
|
+
"""
|
|
79527
|
+
Specify the number of divisions of the field variable to be plotted.
|
|
79528
|
+
"""
|
|
79529
|
+
version = '252'
|
|
79530
|
+
fluent_name = 'number-of-bands'
|
|
79531
|
+
_python_name = 'number_of_bands'
|
|
79532
|
+
|
|
79533
|
+
class method_12(String, AllowedValuesMixin):
|
|
79534
|
+
"""
|
|
79535
|
+
Select the method you want to use to compute.
|
|
79536
|
+
"""
|
|
79537
|
+
version = '252'
|
|
79538
|
+
fluent_name = 'method'
|
|
79539
|
+
_python_name = 'method'
|
|
79540
|
+
|
|
79541
|
+
class file_name_13(Filename, _OutputFile):
|
|
79542
|
+
"""
|
|
79543
|
+
Type in the desired file name to save.
|
|
79544
|
+
"""
|
|
79545
|
+
version = '252'
|
|
79546
|
+
fluent_name = 'file-name'
|
|
79547
|
+
_python_name = 'file_name'
|
|
79548
|
+
|
|
79549
|
+
class order_point(Boolean):
|
|
79550
|
+
"""
|
|
79551
|
+
Choose whether or not to reorder the points.
|
|
79552
|
+
"""
|
|
79553
|
+
version = '252'
|
|
79554
|
+
fluent_name = 'order-point'
|
|
79555
|
+
_python_name = 'order_point'
|
|
79556
|
+
|
|
79557
|
+
class circum_avg_axial(Command):
|
|
79558
|
+
"""
|
|
79559
|
+
Compute iso-axial band surfaces and plot data vs axial coordinate on them.
|
|
79560
|
+
|
|
79561
|
+
Parameters
|
|
79562
|
+
----------
|
|
79563
|
+
field : str
|
|
79564
|
+
Select the field variable.
|
|
79565
|
+
surface : str
|
|
79566
|
+
Select surface.
|
|
79567
|
+
number_of_bands : int
|
|
79568
|
+
Specify the number of divisions of the field variable to be plotted.
|
|
79569
|
+
method : str
|
|
79570
|
+
Select the method you want to use to compute.
|
|
79571
|
+
file_name : str
|
|
79572
|
+
Type in the desired file name to save.
|
|
79573
|
+
order_point : bool
|
|
79574
|
+
Choose whether or not to reorder the points.
|
|
79575
|
+
"""
|
|
79576
|
+
version = '252'
|
|
79577
|
+
fluent_name = 'circum-avg-axial'
|
|
79578
|
+
_python_name = 'circum_avg_axial'
|
|
79579
|
+
argument_names = ['field', 'surface', 'number_of_bands', 'method', 'file_name', 'order_point']
|
|
79580
|
+
_child_classes = dict(
|
|
79581
|
+
field=field_1,
|
|
79582
|
+
surface=surface_4,
|
|
79583
|
+
number_of_bands=number_of_bands_2,
|
|
79584
|
+
method=method_12,
|
|
79585
|
+
file_name=file_name_13,
|
|
79586
|
+
order_point=order_point,
|
|
79587
|
+
)
|
|
79588
|
+
|
|
79589
|
+
class circum_avg_radial(Command):
|
|
79590
|
+
"""
|
|
79591
|
+
Compute iso-radial band surfaces and plot data vs radius on them.
|
|
79592
|
+
|
|
79593
|
+
Parameters
|
|
79594
|
+
----------
|
|
79595
|
+
field : str
|
|
79596
|
+
Select the field variable.
|
|
79597
|
+
surface : str
|
|
79598
|
+
Select surface.
|
|
79599
|
+
number_of_bands : int
|
|
79600
|
+
Specify the number of divisions of the field variable to be plotted.
|
|
79601
|
+
method : str
|
|
79602
|
+
Select the method you want to use to compute.
|
|
79603
|
+
file_name : str
|
|
79604
|
+
Type in the desired file name to save.
|
|
79605
|
+
order_point : bool
|
|
79606
|
+
Choose whether or not to reorder the points.
|
|
79607
|
+
"""
|
|
79608
|
+
version = '252'
|
|
79609
|
+
fluent_name = 'circum-avg-radial'
|
|
79610
|
+
_python_name = 'circum_avg_radial'
|
|
79611
|
+
argument_names = ['field', 'surface', 'number_of_bands', 'method', 'file_name', 'order_point']
|
|
79612
|
+
_child_classes = dict(
|
|
79613
|
+
field=field_1,
|
|
79614
|
+
surface=surface_4,
|
|
79615
|
+
number_of_bands=number_of_bands_2,
|
|
79616
|
+
method=method_12,
|
|
79617
|
+
file_name=file_name_13,
|
|
79618
|
+
order_point=order_point,
|
|
79619
|
+
)
|
|
79620
|
+
|
|
79158
79621
|
class plot_direction_2(RealList):
|
|
79159
79622
|
"""
|
|
79160
79623
|
Specify the plot direction.
|
|
@@ -79188,7 +79651,7 @@ class plot_4(Group):
|
|
|
79188
79651
|
fluent_name = 'plot'
|
|
79189
79652
|
_python_name = 'plot'
|
|
79190
79653
|
child_names = ['xy_plot', 'histogram', 'cumulative_plot', 'solution_plot', 'plot', 'plot_from_file', 'profile_data', 'interpolated_data']
|
|
79191
|
-
command_names = ['plot_direction']
|
|
79654
|
+
command_names = ['circum_avg_axial', 'circum_avg_radial', 'plot_direction']
|
|
79192
79655
|
_child_classes = dict(
|
|
79193
79656
|
xy_plot=xy_plot,
|
|
79194
79657
|
histogram=histogram,
|
|
@@ -79198,6 +79661,8 @@ class plot_4(Group):
|
|
|
79198
79661
|
plot_from_file=plot_from_file,
|
|
79199
79662
|
profile_data=profile_data,
|
|
79200
79663
|
interpolated_data=interpolated_data,
|
|
79664
|
+
circum_avg_axial=circum_avg_axial,
|
|
79665
|
+
circum_avg_radial=circum_avg_radial,
|
|
79201
79666
|
plot_direction=plot_direction,
|
|
79202
79667
|
)
|
|
79203
79668
|
|
|
@@ -79630,7 +80095,7 @@ class name_28(String, AllowedValuesMixin):
|
|
|
79630
80095
|
fluent_name = 'name'
|
|
79631
80096
|
_python_name = 'name'
|
|
79632
80097
|
|
|
79633
|
-
class
|
|
80098
|
+
class delete_5(CommandWithPositionalArgs):
|
|
79634
80099
|
"""
|
|
79635
80100
|
Delete animation sequence.
|
|
79636
80101
|
|
|
@@ -79746,7 +80211,7 @@ class playback(Group):
|
|
|
79746
80211
|
read_animation_file=read_animation_file,
|
|
79747
80212
|
write_animation=write_animation,
|
|
79748
80213
|
stored_view=stored_view,
|
|
79749
|
-
delete=
|
|
80214
|
+
delete=delete_5,
|
|
79750
80215
|
play=play,
|
|
79751
80216
|
)
|
|
79752
80217
|
|
|
@@ -80844,7 +81309,7 @@ class read_sample_file(Command):
|
|
|
80844
81309
|
|
|
80845
81310
|
class sample_name(String, AllowedValuesMixin):
|
|
80846
81311
|
"""
|
|
80847
|
-
|
|
81312
|
+
Pick a sample, for which a .dpm sample file of the same name is available, for creating DPM Sample Contour Plots.
|
|
80848
81313
|
"""
|
|
80849
81314
|
version = '252'
|
|
80850
81315
|
fluent_name = 'sample-name'
|
|
@@ -80852,12 +81317,20 @@ class sample_name(String, AllowedValuesMixin):
|
|
|
80852
81317
|
|
|
80853
81318
|
class interval_size(Real):
|
|
80854
81319
|
"""
|
|
80855
|
-
|
|
81320
|
+
Define the spatial resolution of the DPM Sample Contour Plots. Higher resolution (i.e. a smaller interval size) may cause noisy plots and data points representing too few statistical events in the sample file.
|
|
80856
81321
|
"""
|
|
80857
81322
|
version = '252'
|
|
80858
81323
|
fluent_name = 'interval-size'
|
|
80859
81324
|
_python_name = 'interval_size'
|
|
80860
81325
|
|
|
81326
|
+
class writing_radial_profile_files_enabled(Boolean):
|
|
81327
|
+
"""
|
|
81328
|
+
If the plane is (parallel to) a cartesian coordinate plane, instead of producing the Expressions for DPM Sample Contour Plots, calculate radial profiles and write them into .csv data files.
|
|
81329
|
+
"""
|
|
81330
|
+
version = '252'
|
|
81331
|
+
fluent_name = 'writing-radial-profile-files-enabled?'
|
|
81332
|
+
_python_name = 'writing_radial_profile_files_enabled'
|
|
81333
|
+
|
|
80861
81334
|
class dpm_sample_contour_plots(Command):
|
|
80862
81335
|
"""
|
|
80863
81336
|
Prepare named expressions from data in a DPM sample file (collected at a cut plane surface) for contour plotting.
|
|
@@ -80865,17 +81338,20 @@ class dpm_sample_contour_plots(Command):
|
|
|
80865
81338
|
Parameters
|
|
80866
81339
|
----------
|
|
80867
81340
|
sample_name : str
|
|
80868
|
-
|
|
81341
|
+
Pick a sample, for which a .dpm sample file of the same name is available, for creating DPM Sample Contour Plots.
|
|
80869
81342
|
interval_size : real
|
|
80870
|
-
|
|
81343
|
+
Define the spatial resolution of the DPM Sample Contour Plots. Higher resolution (i.e. a smaller interval size) may cause noisy plots and data points representing too few statistical events in the sample file.
|
|
81344
|
+
writing_radial_profile_files_enabled : bool
|
|
81345
|
+
If the plane is (parallel to) a cartesian coordinate plane, instead of producing the Expressions for DPM Sample Contour Plots, calculate radial profiles and write them into .csv data files.
|
|
80871
81346
|
"""
|
|
80872
81347
|
version = '252'
|
|
80873
81348
|
fluent_name = 'dpm-sample-contour-plots'
|
|
80874
81349
|
_python_name = 'dpm_sample_contour_plots'
|
|
80875
|
-
argument_names = ['sample_name', 'interval_size']
|
|
81350
|
+
argument_names = ['sample_name', 'interval_size', 'writing_radial_profile_files_enabled']
|
|
80876
81351
|
_child_classes = dict(
|
|
80877
81352
|
sample_name=sample_name,
|
|
80878
81353
|
interval_size=interval_size,
|
|
81354
|
+
writing_radial_profile_files_enabled=writing_radial_profile_files_enabled,
|
|
80879
81355
|
)
|
|
80880
81356
|
|
|
80881
81357
|
class histogram_1(Group):
|
|
@@ -81178,7 +81654,7 @@ class particle_summary(Command):
|
|
|
81178
81654
|
injection_names=injection_names,
|
|
81179
81655
|
)
|
|
81180
81656
|
|
|
81181
|
-
class
|
|
81657
|
+
class enable_25(Boolean):
|
|
81182
81658
|
"""
|
|
81183
81659
|
Specify whether to enable or disable the per-injection per-zone DPM summary reports.
|
|
81184
81660
|
Enabling them will mean that more memory will be used to hold the data being collected.
|
|
@@ -81230,7 +81706,7 @@ class set_per_injection_zone_summaries(Command):
|
|
|
81230
81706
|
_python_name = 'set_per_injection_zone_summaries'
|
|
81231
81707
|
argument_names = ['enable', 'reset_dpm_summaries']
|
|
81232
81708
|
_child_classes = dict(
|
|
81233
|
-
enable=
|
|
81709
|
+
enable=enable_25,
|
|
81234
81710
|
reset_dpm_summaries=reset_dpm_summaries,
|
|
81235
81711
|
)
|
|
81236
81712
|
_child_aliases = dict(
|
|
@@ -81292,7 +81768,7 @@ class append_data(Boolean):
|
|
|
81292
81768
|
fluent_name = 'append-data?'
|
|
81293
81769
|
_python_name = 'append_data'
|
|
81294
81770
|
|
|
81295
|
-
class
|
|
81771
|
+
class mass_flow_2(Command):
|
|
81296
81772
|
"""
|
|
81297
81773
|
Print mass flow rate at inlets and outlets.
|
|
81298
81774
|
|
|
@@ -81797,7 +82273,7 @@ class fluxes(Group):
|
|
|
81797
82273
|
command_names = ['mass_flow', 'heat_transfer', 'heat_transfer_sensible', 'radiation_heat_transfer', 'film_mass_flow', 'film_heat_transfer', 'electric_current', 'pressure_work', 'viscous_work']
|
|
81798
82274
|
query_names = ['get_mass_flow', 'get_heat_transfer', 'get_heat_transfer_sensible', 'get_radiation_heat_transfer', 'get_film_mass_flow', 'get_film_heat_transfer', 'get_electric_current', 'get_pressure_work', 'get_viscous_work']
|
|
81799
82275
|
_child_classes = dict(
|
|
81800
|
-
mass_flow=
|
|
82276
|
+
mass_flow=mass_flow_2,
|
|
81801
82277
|
heat_transfer=heat_transfer,
|
|
81802
82278
|
heat_transfer_sensible=heat_transfer_sensible,
|
|
81803
82279
|
radiation_heat_transfer=radiation_heat_transfer,
|
|
@@ -82001,7 +82477,7 @@ class histogram_2(Command):
|
|
|
82001
82477
|
fluent_name = 'histogram'
|
|
82002
82478
|
_python_name = 'histogram'
|
|
82003
82479
|
|
|
82004
|
-
class
|
|
82480
|
+
class file_name_14(Filename, _OutputFile):
|
|
82005
82481
|
"""
|
|
82006
82482
|
Enter file name to write number density report.
|
|
82007
82483
|
"""
|
|
@@ -82023,7 +82499,7 @@ class write_to_file_4(Command):
|
|
|
82023
82499
|
_python_name = 'write_to_file'
|
|
82024
82500
|
argument_names = ['file_name']
|
|
82025
82501
|
_child_classes = dict(
|
|
82026
|
-
file_name=
|
|
82502
|
+
file_name=file_name_14,
|
|
82027
82503
|
)
|
|
82028
82504
|
|
|
82029
82505
|
class number_density(Group):
|
|
@@ -84823,7 +85299,7 @@ class results(Group):
|
|
|
84823
85299
|
report=report_2,
|
|
84824
85300
|
)
|
|
84825
85301
|
|
|
84826
|
-
class
|
|
85302
|
+
class type_13(String, AllowedValuesMixin):
|
|
84827
85303
|
"""
|
|
84828
85304
|
Observable type.
|
|
84829
85305
|
"""
|
|
@@ -85133,7 +85609,7 @@ class definition_1_child(Group):
|
|
|
85133
85609
|
child_names = ['name', 'type', 'walls', 'vector', 'center', 'axis', 'normalized', 'fluid_zones', 'inlets', 'outlets', 'fixed_value', 'observable_list', 'constant', 'combination_type', 'entries', 'operator', 'observable', 'factor_1', 'factor_2', 'penalized_observable', 'target_value', 'normalization', 'numerator', 'denominator', 'integral_type', 'field_variable', 'target_field', 'surfaces', 'integration_domain', 'zones', 'box_bounds', 'cell_register', 'field_direction']
|
|
85134
85610
|
_child_classes = dict(
|
|
85135
85611
|
name=name_2,
|
|
85136
|
-
type=
|
|
85612
|
+
type=type_13,
|
|
85137
85613
|
walls=walls,
|
|
85138
85614
|
vector=vector_2,
|
|
85139
85615
|
center=center_2,
|
|
@@ -85201,7 +85677,7 @@ class evaluate(Command):
|
|
|
85201
85677
|
fluent_name = 'evaluate'
|
|
85202
85678
|
_python_name = 'evaluate'
|
|
85203
85679
|
|
|
85204
|
-
class
|
|
85680
|
+
class file_name_15(Filename, _OutputFile):
|
|
85205
85681
|
"""
|
|
85206
85682
|
File name.
|
|
85207
85683
|
"""
|
|
@@ -85233,7 +85709,7 @@ class write_to_file_5(Command):
|
|
|
85233
85709
|
_python_name = 'write_to_file'
|
|
85234
85710
|
argument_names = ['file_name', 'append_data']
|
|
85235
85711
|
_child_classes = dict(
|
|
85236
|
-
file_name=
|
|
85712
|
+
file_name=file_name_15,
|
|
85237
85713
|
append_data=append_data_1,
|
|
85238
85714
|
)
|
|
85239
85715
|
|
|
@@ -85521,7 +85997,7 @@ class strategy(String, AllowedValuesMixin):
|
|
|
85521
85997
|
fluent_name = 'strategy'
|
|
85522
85998
|
_python_name = 'strategy'
|
|
85523
85999
|
|
|
85524
|
-
class
|
|
86000
|
+
class method_13(String, AllowedValuesMixin):
|
|
85525
86001
|
"""
|
|
85526
86002
|
None: Solves adjoint equations with no stabilization.
|
|
85527
86003
|
Dissipation: Introduces nonlinear damping in calculation domain.
|
|
@@ -85658,12 +86134,12 @@ class current_scheme(Group):
|
|
|
85658
86134
|
_python_name = 'current_scheme'
|
|
85659
86135
|
child_names = ['method', 'dissipation', 'residual_minimization']
|
|
85660
86136
|
_child_classes = dict(
|
|
85661
|
-
method=
|
|
86137
|
+
method=method_13,
|
|
85662
86138
|
dissipation=dissipation,
|
|
85663
86139
|
residual_minimization=residual_minimization,
|
|
85664
86140
|
)
|
|
85665
86141
|
|
|
85666
|
-
class
|
|
86142
|
+
class method_14(String, AllowedValuesMixin):
|
|
85667
86143
|
"""
|
|
85668
86144
|
None: Solves adjoint equations with no stabilization.
|
|
85669
86145
|
Dissipation: Introduces nonlinear damping in calculation domain.
|
|
@@ -85697,13 +86173,13 @@ class first_scheme(Group):
|
|
|
85697
86173
|
_python_name = 'first_scheme'
|
|
85698
86174
|
child_names = ['method', 'auto_detection', 'iterations', 'dissipation']
|
|
85699
86175
|
_child_classes = dict(
|
|
85700
|
-
method=
|
|
86176
|
+
method=method_14,
|
|
85701
86177
|
auto_detection=auto_detection,
|
|
85702
86178
|
iterations=iterations_2,
|
|
85703
86179
|
dissipation=dissipation,
|
|
85704
86180
|
)
|
|
85705
86181
|
|
|
85706
|
-
class
|
|
86182
|
+
class method_15(String, AllowedValuesMixin):
|
|
85707
86183
|
"""
|
|
85708
86184
|
Residual Minimization: Uses Krylov subspace method to build a solution with minimum residual.
|
|
85709
86185
|
"""
|
|
@@ -85720,7 +86196,7 @@ class second_scheme(Group):
|
|
|
85720
86196
|
_python_name = 'second_scheme'
|
|
85721
86197
|
child_names = ['method', 'iterations', 'residual_minimization']
|
|
85722
86198
|
_child_classes = dict(
|
|
85723
|
-
method=
|
|
86199
|
+
method=method_15,
|
|
85724
86200
|
iterations=iterations_2,
|
|
85725
86201
|
residual_minimization=residual_minimization,
|
|
85726
86202
|
)
|
|
@@ -85909,7 +86385,7 @@ class initialize_stabilization(Group):
|
|
|
85909
86385
|
scheme=scheme_1,
|
|
85910
86386
|
)
|
|
85911
86387
|
|
|
85912
|
-
class
|
|
86388
|
+
class file_name_16(String):
|
|
85913
86389
|
"""
|
|
85914
86390
|
File name prefix for auto-saved files.
|
|
85915
86391
|
"""
|
|
@@ -85942,7 +86418,7 @@ class autosave(Group):
|
|
|
85942
86418
|
_python_name = 'autosave'
|
|
85943
86419
|
child_names = ['file_name', 'frequency', 'max_files']
|
|
85944
86420
|
_child_classes = dict(
|
|
85945
|
-
file_name=
|
|
86421
|
+
file_name=file_name_16,
|
|
85946
86422
|
frequency=frequency_6,
|
|
85947
86423
|
max_files=max_files_1,
|
|
85948
86424
|
)
|
|
@@ -86009,7 +86485,7 @@ class sensitivity_orientation(String, AllowedValuesMixin):
|
|
|
86009
86485
|
fluent_name = 'sensitivity-orientation'
|
|
86010
86486
|
_python_name = 'sensitivity_orientation'
|
|
86011
86487
|
|
|
86012
|
-
class
|
|
86488
|
+
class method_16(String, AllowedValuesMixin):
|
|
86013
86489
|
"""
|
|
86014
86490
|
Changes smoothing method of contour and vector plots.
|
|
86015
86491
|
"""
|
|
@@ -86034,7 +86510,7 @@ class surface_shape_sensitivity(Group):
|
|
|
86034
86510
|
_python_name = 'surface_shape_sensitivity'
|
|
86035
86511
|
child_names = ['method', 'smoothness']
|
|
86036
86512
|
_child_classes = dict(
|
|
86037
|
-
method=
|
|
86513
|
+
method=method_16,
|
|
86038
86514
|
smoothness=smoothness,
|
|
86039
86515
|
)
|
|
86040
86516
|
|
|
@@ -86077,7 +86553,7 @@ class report_3(Command):
|
|
|
86077
86553
|
fluent_name = 'report'
|
|
86078
86554
|
_python_name = 'report'
|
|
86079
86555
|
|
|
86080
|
-
class
|
|
86556
|
+
class file_name_17(Filename):
|
|
86081
86557
|
"""
|
|
86082
86558
|
File name.
|
|
86083
86559
|
"""
|
|
@@ -86101,7 +86577,7 @@ class write_to_file_6(Command):
|
|
|
86101
86577
|
_python_name = 'write_to_file'
|
|
86102
86578
|
argument_names = ['file_name', 'append_data']
|
|
86103
86579
|
_child_classes = dict(
|
|
86104
|
-
file_name=
|
|
86580
|
+
file_name=file_name_17,
|
|
86105
86581
|
append_data=append_data_1,
|
|
86106
86582
|
)
|
|
86107
86583
|
|
|
@@ -86120,7 +86596,7 @@ class reporting(Group):
|
|
|
86120
86596
|
write_to_file=write_to_file_6,
|
|
86121
86597
|
)
|
|
86122
86598
|
|
|
86123
|
-
class
|
|
86599
|
+
class method_17(String, AllowedValuesMixin):
|
|
86124
86600
|
"""
|
|
86125
86601
|
Mesh morphing method to smooth the surface sensitivity field and to provide smooth distortions not only of the boundary mesh.
|
|
86126
86602
|
"""
|
|
@@ -86506,7 +86982,7 @@ class morpher(Group):
|
|
|
86506
86982
|
_python_name = 'morpher'
|
|
86507
86983
|
child_names = ['method', 'constraint_method', 'numerics']
|
|
86508
86984
|
_child_classes = dict(
|
|
86509
|
-
method=
|
|
86985
|
+
method=method_17,
|
|
86510
86986
|
constraint_method=constraint_method,
|
|
86511
86987
|
numerics=numerics_1,
|
|
86512
86988
|
)
|
|
@@ -87469,7 +87945,7 @@ class orientation_1(Group):
|
|
|
87469
87945
|
reverse_surfaces=reverse_surfaces,
|
|
87470
87946
|
)
|
|
87471
87947
|
|
|
87472
|
-
class
|
|
87948
|
+
class method_18(String, AllowedValuesMixin):
|
|
87473
87949
|
"""
|
|
87474
87950
|
Compounding method.
|
|
87475
87951
|
"""
|
|
@@ -87494,7 +87970,7 @@ class compound(Group):
|
|
|
87494
87970
|
_python_name = 'compound'
|
|
87495
87971
|
child_names = ['method', 'conditions']
|
|
87496
87972
|
_child_classes = dict(
|
|
87497
|
-
method=
|
|
87973
|
+
method=method_18,
|
|
87498
87974
|
conditions=conditions_1,
|
|
87499
87975
|
)
|
|
87500
87976
|
|
|
@@ -87506,7 +87982,7 @@ class get_center(Command):
|
|
|
87506
87982
|
fluent_name = 'get-center'
|
|
87507
87983
|
_python_name = 'get_center'
|
|
87508
87984
|
|
|
87509
|
-
class
|
|
87985
|
+
class file_name_18(Filename):
|
|
87510
87986
|
"""
|
|
87511
87987
|
Path to surface mesh file.
|
|
87512
87988
|
"""
|
|
@@ -87530,7 +88006,7 @@ class import_surfaces(Command):
|
|
|
87530
88006
|
_python_name = 'import_surfaces'
|
|
87531
88007
|
argument_names = ['file_name', 'unit']
|
|
87532
88008
|
_child_classes = dict(
|
|
87533
|
-
file_name=
|
|
88009
|
+
file_name=file_name_18,
|
|
87534
88010
|
unit=unit,
|
|
87535
88011
|
)
|
|
87536
88012
|
|
|
@@ -87603,7 +88079,7 @@ class definition_3_child(Group):
|
|
|
87603
88079
|
command_names = ['get_center', 'import_surfaces', 'delete_surfaces', 'display_imported_surfaces', 'display']
|
|
87604
88080
|
_child_classes = dict(
|
|
87605
88081
|
name=name_2,
|
|
87606
|
-
type=
|
|
88082
|
+
type=type_13,
|
|
87607
88083
|
surfaces=surfaces_17,
|
|
87608
88084
|
imported_surfaces=imported_surfaces,
|
|
87609
88085
|
fit_imported_surfaces=fit_imported_surfaces,
|
|
@@ -87656,7 +88132,7 @@ class applied_conditions(StringList, AllowedValuesMixin):
|
|
|
87656
88132
|
fluent_name = 'applied-conditions'
|
|
87657
88133
|
_python_name = 'applied_conditions'
|
|
87658
88134
|
|
|
87659
|
-
class
|
|
88135
|
+
class method_19(String, AllowedValuesMixin):
|
|
87660
88136
|
"""
|
|
87661
88137
|
Fix surfaces in the morphing region and away from applied moving conditions.
|
|
87662
88138
|
"""
|
|
@@ -87722,7 +88198,7 @@ class fix_surfaces(Group):
|
|
|
87722
88198
|
child_names = ['method', 'layers', 'distance', 'applied_moving_conditions']
|
|
87723
88199
|
command_names = ['update', 'display_morphable_surfaces', 'display_fixed_surfaces']
|
|
87724
88200
|
_child_classes = dict(
|
|
87725
|
-
method=
|
|
88201
|
+
method=method_19,
|
|
87726
88202
|
layers=layers,
|
|
87727
88203
|
distance=distance_2,
|
|
87728
88204
|
applied_moving_conditions=applied_moving_conditions,
|
|
@@ -87884,7 +88360,7 @@ class change_as_percentage(Boolean):
|
|
|
87884
88360
|
fluent_name = 'change-as-percentage'
|
|
87885
88361
|
_python_name = 'change_as_percentage'
|
|
87886
88362
|
|
|
87887
|
-
class
|
|
88363
|
+
class weight_4(Real):
|
|
87888
88364
|
"""
|
|
87889
88365
|
Weight associated with the objective for multiobjective design.
|
|
87890
88366
|
"""
|
|
@@ -87906,7 +88382,7 @@ class objectives_1_child(Group):
|
|
|
87906
88382
|
step_direction=step_direction,
|
|
87907
88383
|
target_change=target_change,
|
|
87908
88384
|
change_as_percentage=change_as_percentage,
|
|
87909
|
-
weight=
|
|
88385
|
+
weight=weight_4,
|
|
87910
88386
|
)
|
|
87911
88387
|
|
|
87912
88388
|
class objectives_1(NamedObject[objectives_1_child], CreatableNamedObjectMixin[objectives_1_child]):
|
|
@@ -87935,7 +88411,7 @@ class freeform_scaling_scheme(String, AllowedValuesMixin):
|
|
|
87935
88411
|
fluent_name = 'freeform-scaling-scheme'
|
|
87936
88412
|
_python_name = 'freeform_scaling_scheme'
|
|
87937
88413
|
|
|
87938
|
-
class
|
|
88414
|
+
class file_name_19(Filename):
|
|
87939
88415
|
"""
|
|
87940
88416
|
Sensitivities file output name.
|
|
87941
88417
|
"""
|
|
@@ -87957,10 +88433,10 @@ class export_sensitivity(Command):
|
|
|
87957
88433
|
_python_name = 'export_sensitivity'
|
|
87958
88434
|
argument_names = ['file_name']
|
|
87959
88435
|
_child_classes = dict(
|
|
87960
|
-
file_name=
|
|
88436
|
+
file_name=file_name_19,
|
|
87961
88437
|
)
|
|
87962
88438
|
|
|
87963
|
-
class
|
|
88439
|
+
class file_name_20(Filename):
|
|
87964
88440
|
"""
|
|
87965
88441
|
Sensitivities file input name.
|
|
87966
88442
|
"""
|
|
@@ -87982,7 +88458,7 @@ class import_sensitivity(Command):
|
|
|
87982
88458
|
_python_name = 'import_sensitivity'
|
|
87983
88459
|
argument_names = ['file_name']
|
|
87984
88460
|
_child_classes = dict(
|
|
87985
|
-
file_name=
|
|
88461
|
+
file_name=file_name_20,
|
|
87986
88462
|
)
|
|
87987
88463
|
|
|
87988
88464
|
class file_list(StringList, AllowedValuesMixin):
|
|
@@ -88130,7 +88606,7 @@ class parameters_5(NamedObject[parameters_5_child], CreatableNamedObjectMixin[pa
|
|
|
88130
88606
|
)
|
|
88131
88607
|
child_object_type = parameters_5_child
|
|
88132
88608
|
|
|
88133
|
-
class
|
|
88609
|
+
class file_name_21(String):
|
|
88134
88610
|
"""
|
|
88135
88611
|
File Name.
|
|
88136
88612
|
"""
|
|
@@ -88138,7 +88614,7 @@ class file_name_20(String):
|
|
|
88138
88614
|
fluent_name = 'file-name'
|
|
88139
88615
|
_python_name = 'file_name'
|
|
88140
88616
|
|
|
88141
|
-
class
|
|
88617
|
+
class weight_5(Real):
|
|
88142
88618
|
"""
|
|
88143
88619
|
Objective weight for multiobjective design.
|
|
88144
88620
|
"""
|
|
@@ -88163,10 +88639,10 @@ class results_1_child(Group):
|
|
|
88163
88639
|
_python_name = 'results_child'
|
|
88164
88640
|
child_names = ['file_name', 'observable', 'value', 'weight', 'expected_change']
|
|
88165
88641
|
_child_classes = dict(
|
|
88166
|
-
file_name=
|
|
88642
|
+
file_name=file_name_21,
|
|
88167
88643
|
observable=observable_2,
|
|
88168
88644
|
value=value_22,
|
|
88169
|
-
weight=
|
|
88645
|
+
weight=weight_5,
|
|
88170
88646
|
expected_change=expected_change,
|
|
88171
88647
|
)
|
|
88172
88648
|
|
|
@@ -88188,7 +88664,7 @@ class results_1(NamedObject[results_1_child], CreatableNamedObjectMixin[results_
|
|
|
88188
88664
|
)
|
|
88189
88665
|
child_object_type = results_1_child
|
|
88190
88666
|
|
|
88191
|
-
class
|
|
88667
|
+
class file_name_22(Filename):
|
|
88192
88668
|
"""
|
|
88193
88669
|
Expected changes report name.
|
|
88194
88670
|
"""
|
|
@@ -88212,11 +88688,11 @@ class expected_changes(Command):
|
|
|
88212
88688
|
_python_name = 'expected_changes'
|
|
88213
88689
|
argument_names = ['file_name', 'append_data']
|
|
88214
88690
|
_child_classes = dict(
|
|
88215
|
-
file_name=
|
|
88691
|
+
file_name=file_name_22,
|
|
88216
88692
|
append_data=append_data_1,
|
|
88217
88693
|
)
|
|
88218
88694
|
|
|
88219
|
-
class
|
|
88695
|
+
class file_name_23(Filename):
|
|
88220
88696
|
"""
|
|
88221
88697
|
Displacements file name.
|
|
88222
88698
|
"""
|
|
@@ -88238,7 +88714,7 @@ class optimal_displacements(Command):
|
|
|
88238
88714
|
_python_name = 'optimal_displacements'
|
|
88239
88715
|
argument_names = ['file_name']
|
|
88240
88716
|
_child_classes = dict(
|
|
88241
|
-
file_name=
|
|
88717
|
+
file_name=file_name_23,
|
|
88242
88718
|
)
|
|
88243
88719
|
|
|
88244
88720
|
class surfaces_20(StringList, AllowedValuesMixin):
|
|
@@ -88249,7 +88725,7 @@ class surfaces_20(StringList, AllowedValuesMixin):
|
|
|
88249
88725
|
fluent_name = 'surfaces'
|
|
88250
88726
|
_python_name = 'surfaces'
|
|
88251
88727
|
|
|
88252
|
-
class
|
|
88728
|
+
class file_name_24(Filename):
|
|
88253
88729
|
"""
|
|
88254
88730
|
Export specified surfaces from 3D cases as an .stl file.
|
|
88255
88731
|
"""
|
|
@@ -88274,7 +88750,7 @@ class stl_surfaces(Command):
|
|
|
88274
88750
|
argument_names = ['surfaces', 'file_name']
|
|
88275
88751
|
_child_classes = dict(
|
|
88276
88752
|
surfaces=surfaces_20,
|
|
88277
|
-
file_name=
|
|
88753
|
+
file_name=file_name_24,
|
|
88278
88754
|
)
|
|
88279
88755
|
|
|
88280
88756
|
class export_2(Group):
|
|
@@ -88361,7 +88837,7 @@ class export_stl(Command):
|
|
|
88361
88837
|
_python_name = 'export_stl'
|
|
88362
88838
|
argument_names = ['file_name']
|
|
88363
88839
|
_child_classes = dict(
|
|
88364
|
-
file_name=
|
|
88840
|
+
file_name=file_name_24,
|
|
88365
88841
|
)
|
|
88366
88842
|
|
|
88367
88843
|
class preview_1(Group):
|
|
@@ -88414,7 +88890,7 @@ class export_displacements(Command):
|
|
|
88414
88890
|
_python_name = 'export_displacements'
|
|
88415
88891
|
argument_names = ['file_name']
|
|
88416
88892
|
_child_classes = dict(
|
|
88417
|
-
file_name=
|
|
88893
|
+
file_name=file_name_23,
|
|
88418
88894
|
)
|
|
88419
88895
|
|
|
88420
88896
|
class history(Group):
|
|
@@ -88536,7 +89012,7 @@ class selection_2(StringList, AllowedValuesMixin):
|
|
|
88536
89012
|
fluent_name = 'selection'
|
|
88537
89013
|
_python_name = 'selection'
|
|
88538
89014
|
|
|
88539
|
-
class
|
|
89015
|
+
class method_20(String, AllowedValuesMixin):
|
|
88540
89016
|
"""
|
|
88541
89017
|
Observable evaluation method.
|
|
88542
89018
|
"""
|
|
@@ -88569,7 +89045,7 @@ class evaluation(Group):
|
|
|
88569
89045
|
_python_name = 'evaluation'
|
|
88570
89046
|
child_names = ['method', 'frequency', 'sampling_after']
|
|
88571
89047
|
_child_classes = dict(
|
|
88572
|
-
method=
|
|
89048
|
+
method=method_20,
|
|
88573
89049
|
frequency=frequency_7,
|
|
88574
89050
|
sampling_after=sampling_after,
|
|
88575
89051
|
)
|
|
@@ -88854,7 +89330,7 @@ class objectives_2(Group):
|
|
|
88854
89330
|
objectives=objectives_3,
|
|
88855
89331
|
)
|
|
88856
89332
|
|
|
88857
|
-
class
|
|
89333
|
+
class method_21(String, AllowedValuesMixin):
|
|
88858
89334
|
"""
|
|
88859
89335
|
Optimizer search length method.
|
|
88860
89336
|
"""
|
|
@@ -88911,7 +89387,7 @@ class optimizer_settings(Group):
|
|
|
88911
89387
|
_python_name = 'optimizer_settings'
|
|
88912
89388
|
child_names = ['method', 'current_design_iteration', 'design_iterations', 'convergence_criteria', 'flow_iterations', 'adjoint_iterations']
|
|
88913
89389
|
_child_classes = dict(
|
|
88914
|
-
method=
|
|
89390
|
+
method=method_21,
|
|
88915
89391
|
current_design_iteration=current_design_iteration,
|
|
88916
89392
|
design_iterations=design_iterations,
|
|
88917
89393
|
convergence_criteria=convergence_criteria,
|
|
@@ -89014,7 +89490,7 @@ class design_variables(Group):
|
|
|
89014
89490
|
initialize=initialize_4,
|
|
89015
89491
|
)
|
|
89016
89492
|
|
|
89017
|
-
class
|
|
89493
|
+
class type_14(String, AllowedValuesMixin):
|
|
89018
89494
|
"""
|
|
89019
89495
|
Select the model type.
|
|
89020
89496
|
"""
|
|
@@ -89131,7 +89607,7 @@ class training_data_files(StringList, AllowedValuesMixin):
|
|
|
89131
89607
|
fluent_name = 'training-data-files'
|
|
89132
89608
|
_python_name = 'training_data_files'
|
|
89133
89609
|
|
|
89134
|
-
class
|
|
89610
|
+
class file_name_25(Filename):
|
|
89135
89611
|
"""
|
|
89136
89612
|
Training data file name.
|
|
89137
89613
|
"""
|
|
@@ -89153,7 +89629,7 @@ class export_data(Command):
|
|
|
89153
89629
|
_python_name = 'export_data'
|
|
89154
89630
|
argument_names = ['file_name']
|
|
89155
89631
|
_child_classes = dict(
|
|
89156
|
-
file_name=
|
|
89632
|
+
file_name=file_name_25,
|
|
89157
89633
|
)
|
|
89158
89634
|
|
|
89159
89635
|
class import_data(Command):
|
|
@@ -89170,7 +89646,7 @@ class import_data(Command):
|
|
|
89170
89646
|
_python_name = 'import_data'
|
|
89171
89647
|
argument_names = ['file_name']
|
|
89172
89648
|
_child_classes = dict(
|
|
89173
|
-
file_name=
|
|
89649
|
+
file_name=file_name_25,
|
|
89174
89650
|
)
|
|
89175
89651
|
|
|
89176
89652
|
class files_1(StringList, AllowedValuesMixin):
|
|
@@ -89284,7 +89760,7 @@ class clear_model(Command):
|
|
|
89284
89760
|
fluent_name = 'clear-model'
|
|
89285
89761
|
_python_name = 'clear_model'
|
|
89286
89762
|
|
|
89287
|
-
class
|
|
89763
|
+
class file_name_26(Filename):
|
|
89288
89764
|
"""
|
|
89289
89765
|
Model data file name.
|
|
89290
89766
|
"""
|
|
@@ -89306,7 +89782,7 @@ class export_model(Command):
|
|
|
89306
89782
|
_python_name = 'export_model'
|
|
89307
89783
|
argument_names = ['file_name']
|
|
89308
89784
|
_child_classes = dict(
|
|
89309
|
-
file_name=
|
|
89785
|
+
file_name=file_name_26,
|
|
89310
89786
|
)
|
|
89311
89787
|
|
|
89312
89788
|
class import_model(Command):
|
|
@@ -89323,7 +89799,7 @@ class import_model(Command):
|
|
|
89323
89799
|
_python_name = 'import_model'
|
|
89324
89800
|
argument_names = ['file_name']
|
|
89325
89801
|
_child_classes = dict(
|
|
89326
|
-
file_name=
|
|
89802
|
+
file_name=file_name_26,
|
|
89327
89803
|
)
|
|
89328
89804
|
|
|
89329
89805
|
class management(Group):
|
|
@@ -89366,7 +89842,7 @@ class model_6(Group):
|
|
|
89366
89842
|
child_names = ['type', 'settings', 'offline_training', 'management']
|
|
89367
89843
|
command_names = ['default', 'unhook']
|
|
89368
89844
|
_child_classes = dict(
|
|
89369
|
-
type=
|
|
89845
|
+
type=type_14,
|
|
89370
89846
|
settings=settings_34,
|
|
89371
89847
|
offline_training=offline_training,
|
|
89372
89848
|
management=management,
|
|
@@ -89611,7 +90087,7 @@ class autosave_1(Group):
|
|
|
89611
90087
|
_python_name = 'autosave'
|
|
89612
90088
|
child_names = ['file_name', 'save_files', 'save_optimal', 'export_stl']
|
|
89613
90089
|
_child_classes = dict(
|
|
89614
|
-
file_name=
|
|
90090
|
+
file_name=file_name_17,
|
|
89615
90091
|
save_files=save_files,
|
|
89616
90092
|
save_optimal=save_optimal,
|
|
89617
90093
|
export_stl=export_stl_1,
|
|
@@ -89823,7 +90299,7 @@ class field_13(String, AllowedValuesMixin):
|
|
|
89823
90299
|
fluent_name = 'field'
|
|
89824
90300
|
_python_name = 'field'
|
|
89825
90301
|
|
|
89826
|
-
class
|
|
90302
|
+
class file_name_27(Filename):
|
|
89827
90303
|
"""
|
|
89828
90304
|
Interpolated data file name.
|
|
89829
90305
|
"""
|
|
@@ -89848,7 +90324,7 @@ class export_data_1(Command):
|
|
|
89848
90324
|
argument_names = ['field', 'file_name']
|
|
89849
90325
|
_child_classes = dict(
|
|
89850
90326
|
field=field_13,
|
|
89851
|
-
file_name=
|
|
90327
|
+
file_name=file_name_27,
|
|
89852
90328
|
)
|
|
89853
90329
|
|
|
89854
90330
|
class memory_id(Integer):
|
|
@@ -89888,7 +90364,7 @@ class import_data_1(Command):
|
|
|
89888
90364
|
argument_names = ['memory_id', 'file_name', 'ok_to_discard_data']
|
|
89889
90365
|
_child_classes = dict(
|
|
89890
90366
|
memory_id=memory_id,
|
|
89891
|
-
file_name=
|
|
90367
|
+
file_name=file_name_27,
|
|
89892
90368
|
ok_to_discard_data=ok_to_discard_data,
|
|
89893
90369
|
)
|
|
89894
90370
|
|
|
@@ -89913,7 +90389,7 @@ class surface_name(String):
|
|
|
89913
90389
|
fluent_name = 'surface-name'
|
|
89914
90390
|
_python_name = 'surface_name'
|
|
89915
90391
|
|
|
89916
|
-
class
|
|
90392
|
+
class type_15(String, AllowedValuesMixin):
|
|
89917
90393
|
"""
|
|
89918
90394
|
Type of the surface to be created.
|
|
89919
90395
|
"""
|
|
@@ -89968,7 +90444,7 @@ class create_region_clip_surface(Command):
|
|
|
89968
90444
|
argument_names = ['surface_name', 'type', 'inclusion', 'input_coordinates', 'surfaces']
|
|
89969
90445
|
_child_classes = dict(
|
|
89970
90446
|
surface_name=surface_name,
|
|
89971
|
-
type=
|
|
90447
|
+
type=type_15,
|
|
89972
90448
|
inclusion=inclusion,
|
|
89973
90449
|
input_coordinates=input_coordinates,
|
|
89974
90450
|
surfaces=surfaces_22,
|
|
@@ -89989,7 +90465,7 @@ class utilities(Group):
|
|
|
89989
90465
|
create_region_clip_surface=create_region_clip_surface,
|
|
89990
90466
|
)
|
|
89991
90467
|
|
|
89992
|
-
class
|
|
90468
|
+
class enable_26(Command):
|
|
89993
90469
|
"""
|
|
89994
90470
|
Enables and loads adjoint module.
|
|
89995
90471
|
"""
|
|
@@ -90017,7 +90493,7 @@ class gradient_based(Group):
|
|
|
90017
90493
|
design_tool=design_tool,
|
|
90018
90494
|
optimizer=optimizer,
|
|
90019
90495
|
utilities=utilities,
|
|
90020
|
-
enable=
|
|
90496
|
+
enable=enable_26,
|
|
90021
90497
|
)
|
|
90022
90498
|
|
|
90023
90499
|
class parameterize_and_explore(Group):
|
|
@@ -90047,7 +90523,7 @@ class geometry_10(Group):
|
|
|
90047
90523
|
command_names = ['enable']
|
|
90048
90524
|
_child_classes = dict(
|
|
90049
90525
|
parameterize_and_explore=parameterize_and_explore,
|
|
90050
|
-
enable=
|
|
90526
|
+
enable=enable_26,
|
|
90051
90527
|
)
|
|
90052
90528
|
|
|
90053
90529
|
class design(Group):
|
|
@@ -90215,7 +90691,7 @@ class capture_simulation_report_data(Boolean):
|
|
|
90215
90691
|
fluent_name = 'capture-simulation-report-data'
|
|
90216
90692
|
_python_name = 'capture_simulation_report_data'
|
|
90217
90693
|
|
|
90218
|
-
class
|
|
90694
|
+
class create_13(CommandWithPositionalArgs):
|
|
90219
90695
|
"""
|
|
90220
90696
|
Add new Design Point.
|
|
90221
90697
|
|
|
@@ -90478,7 +90954,7 @@ class design_points(NamedObject[design_points_child], CreatableNamedObjectMixin[
|
|
|
90478
90954
|
_python_name = 'design_points'
|
|
90479
90955
|
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy', 'duplicate', 'load_case_data', 'set_as_current', 'delete_design_points', 'save_journals', 'clear_generated_data', 'update_current', 'update_all', 'update_selected']
|
|
90480
90956
|
_child_classes = dict(
|
|
90481
|
-
create=
|
|
90957
|
+
create=create_13,
|
|
90482
90958
|
delete=delete_1,
|
|
90483
90959
|
rename=rename,
|
|
90484
90960
|
list=list,
|
|
@@ -90701,7 +91177,7 @@ class report_def_name(String, AllowedValuesMixin):
|
|
|
90701
91177
|
fluent_name = 'report-def-name'
|
|
90702
91178
|
_python_name = 'report_def_name'
|
|
90703
91179
|
|
|
90704
|
-
class
|
|
91180
|
+
class create_14(CommandWithPositionalArgs):
|
|
90705
91181
|
"""
|
|
90706
91182
|
Create output parameter from report definition.
|
|
90707
91183
|
|
|
@@ -90751,7 +91227,7 @@ class param_name(String, AllowedValuesMixin):
|
|
|
90751
91227
|
fluent_name = 'param-name'
|
|
90752
91228
|
_python_name = 'param_name'
|
|
90753
91229
|
|
|
90754
|
-
class
|
|
91230
|
+
class file_name_28(Filename, _OutputFile):
|
|
90755
91231
|
"""
|
|
90756
91232
|
Enter file name.
|
|
90757
91233
|
"""
|
|
@@ -90786,7 +91262,7 @@ class write_to_file_7(Command):
|
|
|
90786
91262
|
argument_names = ['param_name', 'file_name', 'append_data']
|
|
90787
91263
|
_child_classes = dict(
|
|
90788
91264
|
param_name=param_name,
|
|
90789
|
-
file_name=
|
|
91265
|
+
file_name=file_name_28,
|
|
90790
91266
|
append_data=append_data_2,
|
|
90791
91267
|
)
|
|
90792
91268
|
|
|
@@ -90820,7 +91296,7 @@ class report_definitions_1(NamedObject[report_definitions_1_child], CreatableNam
|
|
|
90820
91296
|
_python_name = 'report_definitions'
|
|
90821
91297
|
command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy', 'print_to_console', 'write_to_file']
|
|
90822
91298
|
_child_classes = dict(
|
|
90823
|
-
create=
|
|
91299
|
+
create=create_14,
|
|
90824
91300
|
delete=delete_1,
|
|
90825
91301
|
rename=rename,
|
|
90826
91302
|
list=list,
|
|
@@ -91001,7 +91477,7 @@ class across_zones(Boolean):
|
|
|
91001
91477
|
fluent_name = 'across-zones'
|
|
91002
91478
|
_python_name = 'across_zones'
|
|
91003
91479
|
|
|
91004
|
-
class
|
|
91480
|
+
class method_23(String, AllowedValuesMixin):
|
|
91005
91481
|
"""
|
|
91006
91482
|
'method' child.
|
|
91007
91483
|
"""
|
|
@@ -91036,7 +91512,7 @@ class auto(Group):
|
|
|
91036
91512
|
_child_classes = dict(
|
|
91037
91513
|
case_file=case_file,
|
|
91038
91514
|
across_zones=across_zones,
|
|
91039
|
-
method=
|
|
91515
|
+
method=method_23,
|
|
91040
91516
|
load_vector=load_vector,
|
|
91041
91517
|
pre_test=pre_test,
|
|
91042
91518
|
)
|
|
@@ -91563,7 +92039,7 @@ class partition_method(String, AllowedValuesMixin):
|
|
|
91563
92039
|
fluent_name = 'partition-method'
|
|
91564
92040
|
_python_name = 'partition_method'
|
|
91565
92041
|
|
|
91566
|
-
class
|
|
92042
|
+
class method_22(Command):
|
|
91567
92043
|
"""
|
|
91568
92044
|
Partition the domain.
|
|
91569
92045
|
|
|
@@ -91670,7 +92146,7 @@ class partition_3(Group):
|
|
|
91670
92146
|
set=set_3,
|
|
91671
92147
|
combine_partition=combine_partition,
|
|
91672
92148
|
merge_clusters=merge_clusters,
|
|
91673
|
-
method=
|
|
92149
|
+
method=method_22,
|
|
91674
92150
|
print_partitions=print_partitions,
|
|
91675
92151
|
print_active_partitions=print_active_partitions,
|
|
91676
92152
|
print_stored_partitions=print_stored_partitions,
|
|
@@ -91815,7 +92291,7 @@ class iter_per_coupling_count(Integer):
|
|
|
91815
92291
|
fluent_name = 'iter-per-coupling-count'
|
|
91816
92292
|
_python_name = 'iter_per_coupling_count'
|
|
91817
92293
|
|
|
91818
|
-
class
|
|
92294
|
+
class method_24(String, AllowedValuesMixin):
|
|
91819
92295
|
"""
|
|
91820
92296
|
Specify the method for fluid and solid zone coupling.
|
|
91821
92297
|
"""
|
|
@@ -91856,7 +92332,7 @@ class single_session_coupling(Group):
|
|
|
91856
92332
|
_python_name = 'single_session_coupling'
|
|
91857
92333
|
child_names = ['method', 'type', 'interval', 'frequency', 'iteration']
|
|
91858
92334
|
_child_classes = dict(
|
|
91859
|
-
method=
|
|
92335
|
+
method=method_24,
|
|
91860
92336
|
type=type_2,
|
|
91861
92337
|
interval=interval_1,
|
|
91862
92338
|
frequency=frequency_10,
|
|
@@ -91872,7 +92348,7 @@ class two_session_coupling(Group):
|
|
|
91872
92348
|
_python_name = 'two_session_coupling'
|
|
91873
92349
|
child_names = ['method', 'type', 'frequency']
|
|
91874
92350
|
_child_classes = dict(
|
|
91875
|
-
method=
|
|
92351
|
+
method=method_24,
|
|
91876
92352
|
type=type_2,
|
|
91877
92353
|
frequency=frequency_10,
|
|
91878
92354
|
)
|
|
@@ -92451,7 +92927,7 @@ class enabled_71(Boolean):
|
|
|
92451
92927
|
fluent_name = 'enabled'
|
|
92452
92928
|
_python_name = 'enabled'
|
|
92453
92929
|
|
|
92454
|
-
class
|
|
92930
|
+
class enable_27(Command):
|
|
92455
92931
|
"""
|
|
92456
92932
|
Enable/Disable transient postprocessing?.
|
|
92457
92933
|
|
|
@@ -92626,7 +93102,7 @@ class transient_post_processing(Group):
|
|
|
92626
93102
|
command_names = ['enable', 'display', 'monitor', 'animation', 'compare_results', 'compute_and_clip_range']
|
|
92627
93103
|
_child_classes = dict(
|
|
92628
93104
|
timestep_selector=timestep_selector,
|
|
92629
|
-
enable=
|
|
93105
|
+
enable=enable_27,
|
|
92630
93106
|
display=display_12,
|
|
92631
93107
|
monitor=monitor_4,
|
|
92632
93108
|
animation=animation,
|