ansys-fluent-core 0.20.dev10__py3-none-any.whl → 0.20.dev11__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 +1 -1
- ansys/fluent/core/data/api_tree_222.pickle +0 -0
- ansys/fluent/core/data/api_tree_231.pickle +0 -0
- ansys/fluent/core/data/api_tree_232.pickle +0 -0
- ansys/fluent/core/data/api_tree_241.pickle +0 -0
- ansys/fluent/core/data/api_tree_242.pickle +0 -0
- ansys/fluent/core/datamodel_242/flicing.py +43 -0
- ansys/fluent/core/fluent_version_242.py +3 -3
- ansys/fluent/core/meshing/2d_meshing.py +25 -0
- ansys/fluent/core/meshing/meshing_workflow.py +66 -2
- ansys/fluent/core/meshing/topology_based.py +25 -0
- ansys/fluent/core/meshing/tui_231.py +7600 -7600
- ansys/fluent/core/meshing/tui_232.py +8059 -8059
- ansys/fluent/core/meshing/tui_241.py +8002 -8002
- ansys/fluent/core/meshing/tui_242.py +7965 -7965
- ansys/fluent/core/services/datamodel_se.py +6 -3
- ansys/fluent/core/services/settings.py +4 -1
- ansys/fluent/core/session_base_meshing.py +24 -0
- ansys/fluent/core/session_pure_meshing.py +18 -0
- ansys/fluent/core/session_pure_meshing.pyi +2 -0
- ansys/fluent/core/solver/settings_222/__init__.py +1 -1
- ansys/fluent/core/solver/settings_222/inlet_vent_child.py +4 -9
- ansys/fluent/core/solver/settings_222/intake_fan_child.py +4 -9
- ansys/fluent/core/solver/settings_222/mass_flow_inlet_child.py +2 -7
- ansys/fluent/core/solver/settings_222/phase_child_16.py +2 -7
- ansys/fluent/core/solver/settings_222/phase_child_17.py +4 -8
- ansys/fluent/core/solver/settings_222/phase_child_23.py +4 -8
- ansys/fluent/core/solver/settings_222/phase_child_5.py +4 -9
- ansys/fluent/core/solver/settings_222/phase_child_6.py +4 -9
- ansys/fluent/core/solver/settings_222/phase_child_9.py +2 -7
- ansys/fluent/core/solver/settings_222/pressure_far_field_child.py +2 -7
- ansys/fluent/core/solver/settings_222/pressure_inlet_child.py +4 -8
- ansys/fluent/core/solver/settings_222/velocity_inlet_child.py +4 -8
- ansys/fluent/core/solver/settings_231/__init__.py +1 -1
- ansys/fluent/core/solver/settings_231/inlet_vent_child.py +4 -9
- ansys/fluent/core/solver/settings_231/intake_fan_child.py +5 -10
- ansys/fluent/core/solver/settings_231/mass_flow_inlet_child.py +13 -17
- ansys/fluent/core/solver/settings_231/phase_child_16.py +2 -7
- ansys/fluent/core/solver/settings_231/phase_child_17.py +4 -8
- ansys/fluent/core/solver/settings_231/phase_child_23.py +4 -8
- ansys/fluent/core/solver/settings_231/phase_child_5.py +4 -9
- ansys/fluent/core/solver/settings_231/phase_child_6.py +5 -10
- ansys/fluent/core/solver/settings_231/phase_child_9.py +13 -17
- ansys/fluent/core/solver/settings_231/pressure_far_field_child.py +2 -7
- ansys/fluent/core/solver/settings_231/pressure_inlet_child.py +4 -8
- ansys/fluent/core/solver/settings_231/velocity_inlet_child.py +4 -8
- ansys/fluent/core/solver/settings_232/__init__.py +1 -1
- ansys/fluent/core/solver/settings_232/inlet_vent_child.py +5 -9
- ansys/fluent/core/solver/settings_232/intake_fan_child.py +6 -11
- ansys/fluent/core/solver/settings_232/mass_flow_inlet_child.py +3 -8
- ansys/fluent/core/solver/settings_232/phase_child_16.py +4 -8
- ansys/fluent/core/solver/settings_232/phase_child_17.py +4 -9
- ansys/fluent/core/solver/settings_232/phase_child_23.py +4 -9
- ansys/fluent/core/solver/settings_232/phase_child_5.py +5 -9
- ansys/fluent/core/solver/settings_232/phase_child_6.py +6 -11
- ansys/fluent/core/solver/settings_232/phase_child_9.py +3 -8
- ansys/fluent/core/solver/settings_232/pressure_far_field_child.py +4 -8
- ansys/fluent/core/solver/settings_232/pressure_inlet_child.py +4 -9
- ansys/fluent/core/solver/settings_232/velocity_inlet_child.py +4 -9
- ansys/fluent/core/solver/settings_241/__init__.py +1 -1
- ansys/fluent/core/solver/settings_241/icing_1.py +1 -6
- ansys/fluent/core/solver/settings_241/phase_child_17.py +5 -9
- ansys/fluent/core/solver/settings_241/pressure_far_field_child.py +5 -9
- ansys/fluent/core/solver/settings_242/__init__.py +1 -1
- ansys/fluent/core/solver/{settings_241/fensapice_drop_vrh_1.py → settings_242/activation_function.py} +3 -3
- ansys/fluent/core/solver/settings_242/{fensapice_drop_vrh_1.py → active_2.py} +3 -3
- ansys/fluent/core/solver/{settings_231/fensapice_drop_vrh_1.py → settings_242/adjoint_iterations.py} +3 -3
- ansys/fluent/core/solver/{settings_222/fensapice_drop_vrh.py → settings_242/adjustable_tolerance.py} +3 -3
- ansys/fluent/core/solver/settings_242/anode_cl_conductivity.py +23 -0
- ansys/fluent/core/solver/settings_242/anode_cl_zone.py +5 -2
- ansys/fluent/core/solver/settings_242/apply_trained_model.py +23 -0
- ansys/fluent/core/solver/settings_242/as_percentage.py +23 -0
- ansys/fluent/core/solver/settings_242/auto.py +1 -1
- ansys/fluent/core/solver/settings_242/auto_options.py +4 -4
- ansys/fluent/core/solver/settings_242/autosave_1.py +37 -0
- ansys/fluent/core/solver/settings_242/calculation_activities_1.py +33 -0
- ansys/fluent/core/solver/settings_242/cathode_cl_conductivity.py +23 -0
- ansys/fluent/core/solver/settings_242/cathode_cl_zone.py +5 -2
- ansys/fluent/core/solver/settings_242/clear_model.py +23 -0
- ansys/fluent/core/solver/settings_242/compound.py +1 -1
- ansys/fluent/core/solver/settings_242/condition_1.py +23 -0
- ansys/fluent/core/solver/settings_242/conditions_4.py +39 -0
- ansys/fluent/core/solver/settings_242/conditions_child.py +35 -0
- ansys/fluent/core/solver/settings_242/convergence_criteria.py +23 -0
- ansys/fluent/core/solver/settings_242/count_1.py +23 -0
- ansys/fluent/core/solver/settings_242/criteria.py +38 -0
- ansys/fluent/core/solver/settings_242/current_design_iteration.py +23 -0
- ansys/fluent/core/solver/settings_242/default_6.py +23 -0
- ansys/fluent/core/solver/settings_242/default_7.py +23 -0
- ansys/fluent/core/solver/settings_242/default_8.py +23 -0
- ansys/fluent/core/solver/settings_242/default_limits.py +23 -0
- ansys/fluent/core/solver/settings_242/definition_child.py +1 -1
- ansys/fluent/core/solver/settings_242/delete_4.py +6 -6
- ansys/fluent/core/solver/settings_242/delete_5.py +6 -10
- ansys/fluent/core/solver/settings_242/delete_6.py +10 -6
- ansys/fluent/core/solver/settings_242/delete_7.py +37 -0
- ansys/fluent/core/solver/settings_242/delete_all_1.py +2 -2
- ansys/fluent/core/solver/settings_242/delete_all_2.py +23 -0
- ansys/fluent/core/solver/settings_242/design_iterations.py +23 -0
- ansys/fluent/core/solver/settings_242/design_region.py +23 -0
- ansys/fluent/core/solver/settings_242/design_variables.py +40 -0
- ansys/fluent/core/solver/settings_242/display_profile_point_cloud_data.py +45 -0
- ansys/fluent/core/solver/settings_242/display_profile_surface.py +45 -0
- ansys/fluent/core/solver/{settings_231/fensapice_drop_vrh.py → settings_242/enable_turbulence_source_term.py} +3 -3
- ansys/fluent/core/solver/settings_242/evaluation.py +35 -0
- ansys/fluent/core/solver/settings_242/execute_commands.py +1 -1
- ansys/fluent/core/solver/settings_242/expected_observables_values.py +23 -0
- ansys/fluent/core/solver/settings_242/export_data.py +37 -0
- ansys/fluent/core/solver/settings_242/export_model.py +37 -0
- ansys/fluent/core/solver/settings_242/export_stl_1.py +33 -0
- ansys/fluent/core/solver/settings_242/{fensapice_drop_vrh.py → fensapice_dpm_rh_mode.py} +2 -2
- ansys/fluent/core/solver/settings_242/field_contour.py +23 -0
- ansys/fluent/core/solver/settings_242/field_variable.py +1 -1
- ansys/fluent/core/solver/settings_242/field_variable_1.py +23 -0
- ansys/fluent/core/solver/settings_242/filed_variable.py +23 -0
- ansys/fluent/core/solver/settings_242/filename_15.py +23 -0
- ansys/fluent/core/solver/settings_242/filename_16.py +23 -0
- ansys/fluent/core/solver/settings_242/filename_17.py +23 -0
- ansys/fluent/core/solver/settings_242/files_1.py +23 -0
- ansys/fluent/core/solver/settings_242/flow_iterations.py +23 -0
- ansys/fluent/core/solver/settings_242/frequency_5.py +1 -1
- ansys/fluent/core/solver/settings_242/frequency_6.py +23 -0
- ansys/fluent/core/solver/settings_242/frequency_7.py +23 -0
- ansys/fluent/core/solver/settings_242/frequency_8.py +23 -0
- ansys/fluent/core/solver/settings_242/goal.py +23 -0
- ansys/fluent/core/solver/settings_242/gradient_based.py +4 -1
- ansys/fluent/core/solver/settings_242/gradient_based_optimizer.py +56 -0
- ansys/fluent/core/solver/settings_242/graphics_object.py +23 -0
- ansys/fluent/core/solver/settings_242/graphics_objects.py +1 -1
- ansys/fluent/core/solver/settings_242/icing.py +6 -1
- ansys/fluent/core/solver/settings_242/icing_1.py +5 -8
- ansys/fluent/core/solver/settings_242/id_1.py +23 -0
- ansys/fluent/core/solver/settings_242/id_2.py +23 -0
- ansys/fluent/core/solver/settings_242/import_data.py +37 -0
- ansys/fluent/core/solver/settings_242/import_model.py +37 -0
- ansys/fluent/core/solver/settings_242/include_current_data_1.py +23 -0
- ansys/fluent/core/solver/settings_242/initialize_3.py +1 -15
- ansys/fluent/core/solver/settings_242/initialize_4.py +23 -0
- ansys/fluent/core/solver/settings_242/initialize_5.py +37 -0
- ansys/fluent/core/solver/settings_242/initialize_neural_network.py +23 -0
- ansys/fluent/core/solver/settings_242/input_features.py +23 -0
- ansys/fluent/core/solver/settings_242/learning_rate.py +23 -0
- ansys/fluent/core/solver/settings_242/length_factor.py +23 -0
- ansys/fluent/core/solver/settings_242/limits_1.py +45 -0
- ansys/fluent/core/solver/settings_242/limits_child.py +23 -0
- ansys/fluent/core/solver/settings_242/list_profile_fields.py +37 -0
- ansys/fluent/core/solver/settings_242/list_profile_parameters.py +37 -0
- ansys/fluent/core/solver/settings_242/list_profile_parameters_with_value.py +37 -0
- ansys/fluent/core/solver/settings_242/list_profiles.py +23 -0
- ansys/fluent/core/solver/settings_242/manage_data_1.py +42 -0
- ansys/fluent/core/solver/settings_242/management.py +35 -0
- ansys/fluent/core/solver/settings_242/max_epochs.py +23 -0
- ansys/fluent/core/solver/settings_242/maximum_5.py +23 -0
- ansys/fluent/core/solver/settings_242/mesh_quality.py +33 -0
- ansys/fluent/core/solver/settings_242/method_19.py +1 -1
- ansys/fluent/core/solver/settings_242/method_20.py +2 -20
- ansys/fluent/core/solver/settings_242/method_21.py +1 -1
- ansys/fluent/core/solver/settings_242/method_22.py +41 -0
- ansys/fluent/core/solver/{settings_222/fensapice_drop_vrh_1.py → settings_242/method_23.py} +3 -3
- ansys/fluent/core/solver/settings_242/min_cell_volume.py +23 -0
- ansys/fluent/core/solver/settings_242/min_orthogonal.py +23 -0
- ansys/fluent/core/solver/settings_242/mini_batch_size.py +23 -0
- ansys/fluent/core/solver/settings_242/model_4.py +37 -0
- ansys/fluent/core/solver/settings_242/monitor_3.py +48 -0
- ansys/fluent/core/solver/settings_242/neural_network_topology.py +39 -0
- ansys/fluent/core/solver/settings_242/neural_network_topology_child.py +23 -0
- ansys/fluent/core/solver/settings_242/normalize_1.py +23 -0
- ansys/fluent/core/solver/settings_242/objectives_2.py +39 -0
- ansys/fluent/core/solver/settings_242/objectives_3.py +35 -0
- ansys/fluent/core/solver/settings_242/objectives_child_1.py +42 -0
- ansys/fluent/core/solver/settings_242/observable_3.py +23 -0
- ansys/fluent/core/solver/settings_242/observables_1.py +33 -0
- ansys/fluent/core/solver/settings_242/observables_values.py +23 -0
- ansys/fluent/core/solver/settings_242/offline_training.py +49 -0
- ansys/fluent/core/solver/settings_242/operating_conditions_1.py +37 -0
- ansys/fluent/core/solver/settings_242/optimization_id_to_plot.py +23 -0
- ansys/fluent/core/solver/settings_242/optimize.py +23 -0
- ansys/fluent/core/solver/settings_242/optimizer_settings.py +42 -0
- ansys/fluent/core/solver/settings_242/optimizer_type.py +23 -0
- ansys/fluent/core/solver/settings_242/options_19.py +31 -0
- ansys/fluent/core/solver/settings_242/overlay.py +23 -0
- ansys/fluent/core/solver/settings_242/overlay_1.py +23 -0
- ansys/fluent/core/solver/settings_242/overlay_profile_point_cloud_data.py +45 -0
- ansys/fluent/core/solver/settings_242/overlay_profile_surface.py +54 -0
- ansys/fluent/core/solver/settings_242/parameters_5.py +14 -10
- ansys/fluent/core/solver/settings_242/parameters_6.py +45 -0
- ansys/fluent/core/solver/settings_242/parameters_7.py +35 -0
- ansys/fluent/core/solver/settings_242/parameters_child_1.py +23 -0
- ansys/fluent/core/solver/settings_242/parameters_child_2.py +23 -0
- ansys/fluent/core/solver/settings_242/parameters_count.py +23 -0
- ansys/fluent/core/solver/settings_242/parametric_studies.py +1 -1
- ansys/fluent/core/solver/settings_242/partition_3.py +1 -1
- ansys/fluent/core/solver/settings_242/plane_surface_child.py +1 -1
- ansys/fluent/core/solver/settings_242/playback.py +1 -1
- ansys/fluent/core/solver/settings_242/plot_14.py +23 -0
- ansys/fluent/core/solver/settings_242/plot_all_optimization_ids.py +23 -0
- ansys/fluent/core/solver/settings_242/plot_during_optimization.py +23 -0
- ansys/fluent/core/solver/settings_242/porous_jump_turb_wall_treatment.py +1 -1
- ansys/fluent/core/solver/settings_242/porous_zone.py +10 -1
- ansys/fluent/core/solver/settings_242/post_morph.py +33 -0
- ansys/fluent/core/solver/settings_242/print_current_status.py +23 -0
- ansys/fluent/core/solver/settings_242/profile_name_1.py +23 -0
- ansys/fluent/core/solver/settings_242/profile_point_marker.py +23 -0
- ansys/fluent/core/solver/settings_242/profile_point_marker_color.py +23 -0
- ansys/fluent/core/solver/settings_242/profile_point_marker_size.py +23 -0
- ansys/fluent/core/solver/settings_242/profiles.py +56 -0
- ansys/fluent/core/solver/settings_242/rad_porous_wall.py +23 -0
- ansys/fluent/core/solver/settings_242/rad_porous_wall_diffuse_fraction.py +23 -0
- ansys/fluent/core/solver/settings_242/rad_porous_wall_in_emiss.py +43 -0
- ansys/fluent/core/solver/settings_242/remeshing.py +23 -0
- ansys/fluent/core/solver/settings_242/remove_1.py +37 -0
- ansys/fluent/core/solver/settings_242/reset_3.py +1 -1
- ansys/fluent/core/solver/settings_242/reset_4.py +23 -0
- ansys/fluent/core/solver/settings_242/root.py +1 -1
- ansys/fluent/core/solver/settings_242/sampling_after.py +23 -0
- ansys/fluent/core/solver/settings_242/save_files.py +33 -0
- ansys/fluent/core/solver/settings_242/save_optimal.py +23 -0
- ansys/fluent/core/solver/settings_242/scene_child.py +1 -1
- ansys/fluent/core/solver/settings_242/selection_2.py +23 -0
- ansys/fluent/core/solver/settings_242/selection_3.py +23 -0
- ansys/fluent/core/solver/settings_242/set_one_to_one_pairing_tolerance.py +20 -2
- ansys/fluent/core/solver/settings_242/set_preference_profile_point_cloud_data.py +46 -0
- ansys/fluent/core/solver/settings_242/settings_6.py +43 -0
- ansys/fluent/core/solver/settings_242/setup.py +3 -1
- ansys/fluent/core/solver/settings_242/single_session_coupling.py +2 -2
- ansys/fluent/core/solver/settings_242/smooth_sensitivities.py +23 -0
- ansys/fluent/core/solver/settings_242/smoothing_1.py +23 -0
- ansys/fluent/core/solver/settings_242/step_size_1.py +23 -0
- ansys/fluent/core/solver/settings_242/summarize.py +23 -0
- ansys/fluent/core/solver/settings_242/temporary.py +1 -1
- ansys/fluent/core/solver/settings_242/timer.py +1 -1
- ansys/fluent/core/solver/settings_242/title_1.py +23 -0
- ansys/fluent/core/solver/settings_242/train.py +23 -0
- ansys/fluent/core/solver/settings_242/training_data_files.py +23 -0
- ansys/fluent/core/solver/settings_242/transparency_1.py +1 -1
- ansys/fluent/core/solver/settings_242/turbulence_model_design_tool.py +33 -0
- ansys/fluent/core/solver/settings_242/two_session_coupling.py +2 -2
- ansys/fluent/core/solver/settings_242/type_12.py +23 -0
- ansys/fluent/core/solver/settings_242/unhook_model.py +23 -0
- ansys/fluent/core/solver/settings_242/variables_1.py +42 -0
- ansys/fluent/core/solver/settings_242/wall_treatment_1.py +23 -0
- ansys/fluent/core/solver/tui_231.py +33993 -34674
- ansys/fluent/core/solver/tui_232.py +25563 -25563
- ansys/fluent/core/solver/tui_241.py +26971 -26971
- ansys/fluent/core/solver/tui_242.py +29538 -29520
- ansys/fluent/tests/test_flobject.py +15 -3
- {ansys_fluent_core-0.20.dev10.dist-info → ansys_fluent_core-0.20.dev11.dist-info}/METADATA +1 -1
- {ansys_fluent_core-0.20.dev10.dist-info → ansys_fluent_core-0.20.dev11.dist-info}/RECORD +251 -120
- ansys/fluent/core/solver/settings_232/fensapice_drop_vrh.py +0 -23
- ansys/fluent/core/solver/settings_232/fensapice_drop_vrh_1.py +0 -23
- ansys/fluent/core/solver/settings_241/fensapice_drop_vrh.py +0 -23
- {ansys_fluent_core-0.20.dev10.dist-info → ansys_fluent_core-0.20.dev11.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.20.dev10.dist-info → ansys_fluent_core-0.20.dev11.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class list_profiles(Command):
|
|
18
|
+
"""
|
|
19
|
+
List-profiles-command.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "list-profiles"
|
|
23
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .include_current_data_1 import include_current_data as include_current_data_cls
|
|
18
|
+
from .training_data_files import training_data_files as training_data_files_cls
|
|
19
|
+
from .export_data import export_data as export_data_cls
|
|
20
|
+
from .import_data import import_data as import_data_cls
|
|
21
|
+
from .remove_1 import remove as remove_cls
|
|
22
|
+
class manage_data(Group):
|
|
23
|
+
"""
|
|
24
|
+
Set the training parameters.
|
|
25
|
+
"""
|
|
26
|
+
|
|
27
|
+
fluent_name = "manage-data"
|
|
28
|
+
|
|
29
|
+
child_names = \
|
|
30
|
+
['include_current_data', 'training_data_files']
|
|
31
|
+
|
|
32
|
+
command_names = \
|
|
33
|
+
['export_data', 'import_data', 'remove']
|
|
34
|
+
|
|
35
|
+
_child_classes = dict(
|
|
36
|
+
include_current_data=include_current_data_cls,
|
|
37
|
+
training_data_files=training_data_files_cls,
|
|
38
|
+
export_data=export_data_cls,
|
|
39
|
+
import_data=import_data_cls,
|
|
40
|
+
remove=remove_cls,
|
|
41
|
+
)
|
|
42
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .clear_model import clear_model as clear_model_cls
|
|
18
|
+
from .export_model import export_model as export_model_cls
|
|
19
|
+
from .import_model import import_model as import_model_cls
|
|
20
|
+
class management(Group):
|
|
21
|
+
"""
|
|
22
|
+
Read the model setting and coefficients from a file.
|
|
23
|
+
"""
|
|
24
|
+
|
|
25
|
+
fluent_name = "management"
|
|
26
|
+
|
|
27
|
+
command_names = \
|
|
28
|
+
['clear_model', 'export_model', 'import_model']
|
|
29
|
+
|
|
30
|
+
_child_classes = dict(
|
|
31
|
+
clear_model=clear_model_cls,
|
|
32
|
+
export_model=export_model_cls,
|
|
33
|
+
import_model=import_model_cls,
|
|
34
|
+
)
|
|
35
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class max_epochs(Integer):
|
|
18
|
+
"""
|
|
19
|
+
Maximum epochs.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "max-epochs"
|
|
23
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class maximum(Integer):
|
|
18
|
+
"""
|
|
19
|
+
Maximum files to be retained.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "maximum"
|
|
23
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .criteria import criteria as criteria_cls
|
|
18
|
+
from .post_morph import post_morph as post_morph_cls
|
|
19
|
+
class mesh_quality(Group):
|
|
20
|
+
"""
|
|
21
|
+
Mesh quality settings.
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
fluent_name = "mesh-quality"
|
|
25
|
+
|
|
26
|
+
child_names = \
|
|
27
|
+
['criteria', 'post_morph']
|
|
28
|
+
|
|
29
|
+
_child_classes = dict(
|
|
30
|
+
criteria=criteria_cls,
|
|
31
|
+
post_morph=post_morph_cls,
|
|
32
|
+
)
|
|
33
|
+
|
|
@@ -14,28 +14,10 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
14
14
|
_InOutFile,
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
from .count import count as count_cls
|
|
19
|
-
class method(Command):
|
|
17
|
+
class method(String, _HasAllowedValuesMixin):
|
|
20
18
|
"""
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
Parameters
|
|
24
|
-
----------
|
|
25
|
-
partition_method : str
|
|
26
|
-
'partition_method' child.
|
|
27
|
-
count : int
|
|
28
|
-
'count' child.
|
|
29
|
-
|
|
19
|
+
Optimizer search length method.
|
|
30
20
|
"""
|
|
31
21
|
|
|
32
22
|
fluent_name = "method"
|
|
33
23
|
|
|
34
|
-
argument_names = \
|
|
35
|
-
['partition_method', 'count']
|
|
36
|
-
|
|
37
|
-
_child_classes = dict(
|
|
38
|
-
partition_method=partition_method_cls,
|
|
39
|
-
count=count_cls,
|
|
40
|
-
)
|
|
41
|
-
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .partition_method import partition_method as partition_method_cls
|
|
18
|
+
from .count import count as count_cls
|
|
19
|
+
class method(Command):
|
|
20
|
+
"""
|
|
21
|
+
Partition the domain.
|
|
22
|
+
|
|
23
|
+
Parameters
|
|
24
|
+
----------
|
|
25
|
+
partition_method : str
|
|
26
|
+
'partition_method' child.
|
|
27
|
+
count : int
|
|
28
|
+
'count' child.
|
|
29
|
+
|
|
30
|
+
"""
|
|
31
|
+
|
|
32
|
+
fluent_name = "method"
|
|
33
|
+
|
|
34
|
+
argument_names = \
|
|
35
|
+
['partition_method', 'count']
|
|
36
|
+
|
|
37
|
+
_child_classes = dict(
|
|
38
|
+
partition_method=partition_method_cls,
|
|
39
|
+
count=count_cls,
|
|
40
|
+
)
|
|
41
|
+
|
|
@@ -14,10 +14,10 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
14
14
|
_InOutFile,
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
class
|
|
17
|
+
class method(String, _HasAllowedValuesMixin):
|
|
18
18
|
"""
|
|
19
|
-
|
|
19
|
+
Specify the method for fluid and solid zone coupling.
|
|
20
20
|
"""
|
|
21
21
|
|
|
22
|
-
fluent_name = "
|
|
22
|
+
fluent_name = "method"
|
|
23
23
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class min_cell_volume(Real):
|
|
18
|
+
"""
|
|
19
|
+
Minimum cell volume mesh quality criterion.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "min-cell-volume"
|
|
23
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class min_orthogonal(Real):
|
|
18
|
+
"""
|
|
19
|
+
Minimum cell orthogonal quality criterion.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "min-orthogonal"
|
|
23
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class mini_batch_size(Integer):
|
|
18
|
+
"""
|
|
19
|
+
Mini batch size.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "mini-batch-size"
|
|
23
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .type_12 import type as type_cls
|
|
18
|
+
from .settings_6 import settings as settings_cls
|
|
19
|
+
from .offline_training import offline_training as offline_training_cls
|
|
20
|
+
from .management import management as management_cls
|
|
21
|
+
class model(Group):
|
|
22
|
+
"""
|
|
23
|
+
Turbulence model variables modelization settings.
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
fluent_name = "model"
|
|
27
|
+
|
|
28
|
+
child_names = \
|
|
29
|
+
['type', 'settings', 'offline_training', 'management']
|
|
30
|
+
|
|
31
|
+
_child_classes = dict(
|
|
32
|
+
type=type_cls,
|
|
33
|
+
settings=settings_cls,
|
|
34
|
+
offline_training=offline_training_cls,
|
|
35
|
+
management=management_cls,
|
|
36
|
+
)
|
|
37
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .plot_during_optimization import plot_during_optimization as plot_during_optimization_cls
|
|
18
|
+
from .observables_values import observables_values as observables_values_cls
|
|
19
|
+
from .expected_observables_values import expected_observables_values as expected_observables_values_cls
|
|
20
|
+
from .normalize_1 import normalize as normalize_cls
|
|
21
|
+
from .plot_all_optimization_ids import plot_all_optimization_ids as plot_all_optimization_ids_cls
|
|
22
|
+
from .optimization_id_to_plot import optimization_id_to_plot as optimization_id_to_plot_cls
|
|
23
|
+
from .plot_14 import plot as plot_cls
|
|
24
|
+
class monitor(Group):
|
|
25
|
+
"""
|
|
26
|
+
Calculation activities monitor menu.
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
fluent_name = "monitor"
|
|
30
|
+
|
|
31
|
+
child_names = \
|
|
32
|
+
['plot_during_optimization', 'observables_values',
|
|
33
|
+
'expected_observables_values', 'normalize',
|
|
34
|
+
'plot_all_optimization_ids', 'optimization_id_to_plot']
|
|
35
|
+
|
|
36
|
+
command_names = \
|
|
37
|
+
['plot']
|
|
38
|
+
|
|
39
|
+
_child_classes = dict(
|
|
40
|
+
plot_during_optimization=plot_during_optimization_cls,
|
|
41
|
+
observables_values=observables_values_cls,
|
|
42
|
+
expected_observables_values=expected_observables_values_cls,
|
|
43
|
+
normalize=normalize_cls,
|
|
44
|
+
plot_all_optimization_ids=plot_all_optimization_ids_cls,
|
|
45
|
+
optimization_id_to_plot=optimization_id_to_plot_cls,
|
|
46
|
+
plot=plot_cls,
|
|
47
|
+
)
|
|
48
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .list_properties import list_properties as list_properties_cls
|
|
18
|
+
from .resize import resize as resize_cls
|
|
19
|
+
from .neural_network_topology_child import neural_network_topology_child
|
|
20
|
+
|
|
21
|
+
class neural_network_topology(ListObject[neural_network_topology_child]):
|
|
22
|
+
"""
|
|
23
|
+
Set the number of neural network nodes at each hidden layer.
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
fluent_name = "neural-network-topology"
|
|
27
|
+
|
|
28
|
+
command_names = \
|
|
29
|
+
['list_properties', 'resize']
|
|
30
|
+
|
|
31
|
+
_child_classes = dict(
|
|
32
|
+
list_properties=list_properties_cls,
|
|
33
|
+
resize=resize_cls,
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
child_object_type: neural_network_topology_child = neural_network_topology_child
|
|
37
|
+
"""
|
|
38
|
+
child_object_type of neural_network_topology.
|
|
39
|
+
"""
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class neural_network_topology_child(Integer):
|
|
18
|
+
"""
|
|
19
|
+
'child_object_type' of neural_network_topology.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "child-object-type"
|
|
23
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class normalize(Boolean):
|
|
18
|
+
"""
|
|
19
|
+
Normalize the optimization history.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "normalize"
|
|
23
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .list_properties import list_properties as list_properties_cls
|
|
18
|
+
from .resize import resize as resize_cls
|
|
19
|
+
from .objectives_child_1 import objectives_child
|
|
20
|
+
|
|
21
|
+
class objectives(ListObject[objectives_child]):
|
|
22
|
+
"""
|
|
23
|
+
Objectives with various parameters and conditions.
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
fluent_name = "objectives"
|
|
27
|
+
|
|
28
|
+
command_names = \
|
|
29
|
+
['list_properties', 'resize']
|
|
30
|
+
|
|
31
|
+
_child_classes = dict(
|
|
32
|
+
list_properties=list_properties_cls,
|
|
33
|
+
resize=resize_cls,
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
child_object_type: objectives_child = objectives_child
|
|
37
|
+
"""
|
|
38
|
+
child_object_type of objectives.
|
|
39
|
+
"""
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .observables_1 import observables as observables_cls
|
|
18
|
+
from .operating_conditions_1 import operating_conditions as operating_conditions_cls
|
|
19
|
+
from .objectives_2 import objectives as objectives_cls
|
|
20
|
+
class objectives(Group):
|
|
21
|
+
"""
|
|
22
|
+
Optimizer objectives.
|
|
23
|
+
"""
|
|
24
|
+
|
|
25
|
+
fluent_name = "objectives"
|
|
26
|
+
|
|
27
|
+
child_names = \
|
|
28
|
+
['observables', 'operating_conditions', 'objectives']
|
|
29
|
+
|
|
30
|
+
_child_classes = dict(
|
|
31
|
+
observables=observables_cls,
|
|
32
|
+
operating_conditions=operating_conditions_cls,
|
|
33
|
+
objectives=objectives_cls,
|
|
34
|
+
)
|
|
35
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
from .id_2 import id as id_cls
|
|
18
|
+
from .condition_1 import condition as condition_cls
|
|
19
|
+
from .observable_3 import observable as observable_cls
|
|
20
|
+
from .goal import goal as goal_cls
|
|
21
|
+
from .step_size_1 import step_size as step_size_cls
|
|
22
|
+
from .as_percentage import as_percentage as as_percentage_cls
|
|
23
|
+
class objectives_child(Group):
|
|
24
|
+
"""
|
|
25
|
+
'child_object_type' of objectives.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
fluent_name = "child-object-type"
|
|
29
|
+
|
|
30
|
+
child_names = \
|
|
31
|
+
['id', 'condition', 'observable', 'goal', 'step_size',
|
|
32
|
+
'as_percentage']
|
|
33
|
+
|
|
34
|
+
_child_classes = dict(
|
|
35
|
+
id=id_cls,
|
|
36
|
+
condition=condition_cls,
|
|
37
|
+
observable=observable_cls,
|
|
38
|
+
goal=goal_cls,
|
|
39
|
+
step_size=step_size_cls,
|
|
40
|
+
as_percentage=as_percentage_cls,
|
|
41
|
+
)
|
|
42
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.fluent.core.solver.flobject import *
|
|
6
|
+
|
|
7
|
+
from ansys.fluent.core.solver.flobject import (
|
|
8
|
+
_ChildNamedObjectAccessorMixin,
|
|
9
|
+
_CreatableNamedObjectMixin,
|
|
10
|
+
_NonCreatableNamedObjectMixin,
|
|
11
|
+
_HasAllowedValuesMixin,
|
|
12
|
+
_InputFile,
|
|
13
|
+
_OutputFile,
|
|
14
|
+
_InOutFile,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
class observable(String):
|
|
18
|
+
"""
|
|
19
|
+
Observable.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "observable"
|
|
23
|
+
|