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,56 @@
|
|
|
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 .optimizer_type import optimizer_type as optimizer_type_cls
|
|
18
|
+
from .objectives_3 import objectives as objectives_cls
|
|
19
|
+
from .optimizer_settings import optimizer_settings as optimizer_settings_cls
|
|
20
|
+
from .turbulence_model_design_tool import turbulence_model_design_tool as turbulence_model_design_tool_cls
|
|
21
|
+
from .mesh_quality import mesh_quality as mesh_quality_cls
|
|
22
|
+
from .calculation_activities_1 import calculation_activities as calculation_activities_cls
|
|
23
|
+
from .initialize_4 import initialize as initialize_cls
|
|
24
|
+
from .reset_3 import reset as reset_cls
|
|
25
|
+
from .optimize import optimize as optimize_cls
|
|
26
|
+
from .summarize import summarize as summarize_cls
|
|
27
|
+
from .default_8 import default as default_cls
|
|
28
|
+
class gradient_based_optimizer(Group):
|
|
29
|
+
"""
|
|
30
|
+
Gradient-based optimizer menu.
|
|
31
|
+
"""
|
|
32
|
+
|
|
33
|
+
fluent_name = "gradient-based-optimizer"
|
|
34
|
+
|
|
35
|
+
child_names = \
|
|
36
|
+
['optimizer_type', 'objectives', 'optimizer_settings',
|
|
37
|
+
'turbulence_model_design_tool', 'mesh_quality',
|
|
38
|
+
'calculation_activities']
|
|
39
|
+
|
|
40
|
+
command_names = \
|
|
41
|
+
['initialize', 'reset', 'optimize', 'summarize', 'default']
|
|
42
|
+
|
|
43
|
+
_child_classes = dict(
|
|
44
|
+
optimizer_type=optimizer_type_cls,
|
|
45
|
+
objectives=objectives_cls,
|
|
46
|
+
optimizer_settings=optimizer_settings_cls,
|
|
47
|
+
turbulence_model_design_tool=turbulence_model_design_tool_cls,
|
|
48
|
+
mesh_quality=mesh_quality_cls,
|
|
49
|
+
calculation_activities=calculation_activities_cls,
|
|
50
|
+
initialize=initialize_cls,
|
|
51
|
+
reset=reset_cls,
|
|
52
|
+
optimize=optimize_cls,
|
|
53
|
+
summarize=summarize_cls,
|
|
54
|
+
default=default_cls,
|
|
55
|
+
)
|
|
56
|
+
|
|
@@ -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 graphics_object(String, _HasAllowedValuesMixin):
|
|
18
|
+
"""
|
|
19
|
+
Graphics Object.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "graphics-object"
|
|
23
|
+
|
|
@@ -23,7 +23,7 @@ from .graphics_objects_child import graphics_objects_child
|
|
|
23
23
|
|
|
24
24
|
class graphics_objects(NamedObject[graphics_objects_child], _CreatableNamedObjectMixin[graphics_objects_child]):
|
|
25
25
|
"""
|
|
26
|
-
|
|
26
|
+
Enter the graphics objects menu to set Scene parameters.
|
|
27
27
|
"""
|
|
28
28
|
|
|
29
29
|
fluent_name = "graphics-objects"
|
|
@@ -15,6 +15,8 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
15
15
|
)
|
|
16
16
|
|
|
17
17
|
from .fensapice_flow_bc_subtype import fensapice_flow_bc_subtype as fensapice_flow_bc_subtype_cls
|
|
18
|
+
from .fensapice_dpm_rh_mode import fensapice_dpm_rh_mode as fensapice_dpm_rh_mode_cls
|
|
19
|
+
from .fensapice_drop_vc import fensapice_drop_vc as fensapice_drop_vc_cls
|
|
18
20
|
class icing(Group):
|
|
19
21
|
"""
|
|
20
22
|
Help not available.
|
|
@@ -23,9 +25,12 @@ class icing(Group):
|
|
|
23
25
|
fluent_name = "icing"
|
|
24
26
|
|
|
25
27
|
child_names = \
|
|
26
|
-
['fensapice_flow_bc_subtype'
|
|
28
|
+
['fensapice_flow_bc_subtype', 'fensapice_dpm_rh_mode',
|
|
29
|
+
'fensapice_drop_vc']
|
|
27
30
|
|
|
28
31
|
_child_classes = dict(
|
|
29
32
|
fensapice_flow_bc_subtype=fensapice_flow_bc_subtype_cls,
|
|
33
|
+
fensapice_dpm_rh_mode=fensapice_dpm_rh_mode_cls,
|
|
34
|
+
fensapice_drop_vc=fensapice_drop_vc_cls,
|
|
30
35
|
)
|
|
31
36
|
|
|
@@ -25,6 +25,7 @@ from .fensapice_drop_dy import fensapice_drop_dy as fensapice_drop_dy_cls
|
|
|
25
25
|
from .fensapice_drop_dz import fensapice_drop_dz as fensapice_drop_dz_cls
|
|
26
26
|
from .fensapice_dpm_surface_injection import fensapice_dpm_surface_injection as fensapice_dpm_surface_injection_cls
|
|
27
27
|
from .fensapice_dpm_inj_nstream import fensapice_dpm_inj_nstream as fensapice_dpm_inj_nstream_cls
|
|
28
|
+
from .fensapice_dpm_rh_mode import fensapice_dpm_rh_mode as fensapice_dpm_rh_mode_cls
|
|
28
29
|
from .fensapice_drop_icc import fensapice_drop_icc as fensapice_drop_icc_cls
|
|
29
30
|
from .fensapice_drop_ctemp import fensapice_drop_ctemp as fensapice_drop_ctemp_cls
|
|
30
31
|
from .fensapice_drop_cmelt import fensapice_drop_cmelt as fensapice_drop_cmelt_cls
|
|
@@ -33,8 +34,6 @@ from .fensapice_drop_cv import fensapice_drop_cv as fensapice_drop_cv_cls
|
|
|
33
34
|
from .fensapice_drop_cx import fensapice_drop_cx as fensapice_drop_cx_cls
|
|
34
35
|
from .fensapice_drop_cy import fensapice_drop_cy as fensapice_drop_cy_cls
|
|
35
36
|
from .fensapice_drop_cz import fensapice_drop_cz as fensapice_drop_cz_cls
|
|
36
|
-
from .fensapice_drop_vrh import fensapice_drop_vrh as fensapice_drop_vrh_cls
|
|
37
|
-
from .fensapice_drop_vrh_1 import fensapice_drop_vrh_1 as fensapice_drop_vrh_1_cls
|
|
38
37
|
from .fensapice_drop_vc import fensapice_drop_vc as fensapice_drop_vc_cls
|
|
39
38
|
class icing(Group):
|
|
40
39
|
"""
|
|
@@ -48,11 +47,10 @@ class icing(Group):
|
|
|
48
47
|
'fensapice_drop_lwc', 'fensapice_drop_dtemp', 'fensapice_drop_ddiam',
|
|
49
48
|
'fensapice_drop_dv', 'fensapice_drop_dx', 'fensapice_drop_dy',
|
|
50
49
|
'fensapice_drop_dz', 'fensapice_dpm_surface_injection',
|
|
51
|
-
'fensapice_dpm_inj_nstream', '
|
|
52
|
-
'fensapice_drop_ctemp', 'fensapice_drop_cmelt',
|
|
50
|
+
'fensapice_dpm_inj_nstream', 'fensapice_dpm_rh_mode',
|
|
51
|
+
'fensapice_drop_icc', 'fensapice_drop_ctemp', 'fensapice_drop_cmelt',
|
|
53
52
|
'fensapice_drop_cdiam', 'fensapice_drop_cv', 'fensapice_drop_cx',
|
|
54
|
-
'fensapice_drop_cy', 'fensapice_drop_cz', '
|
|
55
|
-
'fensapice_drop_vrh_1', 'fensapice_drop_vc']
|
|
53
|
+
'fensapice_drop_cy', 'fensapice_drop_cz', 'fensapice_drop_vc']
|
|
56
54
|
|
|
57
55
|
_child_classes = dict(
|
|
58
56
|
fensapice_flow_bc_subtype=fensapice_flow_bc_subtype_cls,
|
|
@@ -66,6 +64,7 @@ class icing(Group):
|
|
|
66
64
|
fensapice_drop_dz=fensapice_drop_dz_cls,
|
|
67
65
|
fensapice_dpm_surface_injection=fensapice_dpm_surface_injection_cls,
|
|
68
66
|
fensapice_dpm_inj_nstream=fensapice_dpm_inj_nstream_cls,
|
|
67
|
+
fensapice_dpm_rh_mode=fensapice_dpm_rh_mode_cls,
|
|
69
68
|
fensapice_drop_icc=fensapice_drop_icc_cls,
|
|
70
69
|
fensapice_drop_ctemp=fensapice_drop_ctemp_cls,
|
|
71
70
|
fensapice_drop_cmelt=fensapice_drop_cmelt_cls,
|
|
@@ -74,8 +73,6 @@ class icing(Group):
|
|
|
74
73
|
fensapice_drop_cx=fensapice_drop_cx_cls,
|
|
75
74
|
fensapice_drop_cy=fensapice_drop_cy_cls,
|
|
76
75
|
fensapice_drop_cz=fensapice_drop_cz_cls,
|
|
77
|
-
fensapice_drop_vrh=fensapice_drop_vrh_cls,
|
|
78
|
-
fensapice_drop_vrh_1=fensapice_drop_vrh_1_cls,
|
|
79
76
|
fensapice_drop_vc=fensapice_drop_vc_cls,
|
|
80
77
|
)
|
|
81
78
|
|
|
@@ -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 id(Integer):
|
|
18
|
+
"""
|
|
19
|
+
Design condition ID.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "id"
|
|
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 id(Integer):
|
|
18
|
+
"""
|
|
19
|
+
Case ID.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "id"
|
|
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 .filename_15 import filename as filename_cls
|
|
18
|
+
class import_data(Command):
|
|
19
|
+
"""
|
|
20
|
+
Export training data to file.
|
|
21
|
+
|
|
22
|
+
Parameters
|
|
23
|
+
----------
|
|
24
|
+
filename : str
|
|
25
|
+
Training data file name.
|
|
26
|
+
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
fluent_name = "import-data"
|
|
30
|
+
|
|
31
|
+
argument_names = \
|
|
32
|
+
['filename']
|
|
33
|
+
|
|
34
|
+
_child_classes = dict(
|
|
35
|
+
filename=filename_cls,
|
|
36
|
+
)
|
|
37
|
+
|
|
@@ -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 .filename_16 import filename as filename_cls
|
|
18
|
+
class import_model(Command):
|
|
19
|
+
"""
|
|
20
|
+
Read the model setting and coefficients from a file.
|
|
21
|
+
|
|
22
|
+
Parameters
|
|
23
|
+
----------
|
|
24
|
+
filename : str
|
|
25
|
+
Model data file name.
|
|
26
|
+
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
fluent_name = "import-model"
|
|
30
|
+
|
|
31
|
+
argument_names = \
|
|
32
|
+
['filename']
|
|
33
|
+
|
|
34
|
+
_child_classes = dict(
|
|
35
|
+
filename=filename_cls,
|
|
36
|
+
)
|
|
37
|
+
|
|
@@ -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 include_current_data(Boolean):
|
|
18
|
+
"""
|
|
19
|
+
Include the current data for the training.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "include-current-data"
|
|
23
|
+
|
|
@@ -14,24 +14,10 @@ from ansys.fluent.core.solver.flobject import (
|
|
|
14
14
|
_InOutFile,
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
from .project_filename_2 import project_filename as project_filename_cls
|
|
18
17
|
class initialize(Command):
|
|
19
18
|
"""
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
Parameters
|
|
23
|
-
----------
|
|
24
|
-
project_filename : str
|
|
25
|
-
'project_filename' child.
|
|
26
|
-
|
|
19
|
+
Initialize the design variables with the current values.
|
|
27
20
|
"""
|
|
28
21
|
|
|
29
22
|
fluent_name = "initialize"
|
|
30
23
|
|
|
31
|
-
argument_names = \
|
|
32
|
-
['project_filename']
|
|
33
|
-
|
|
34
|
-
_child_classes = dict(
|
|
35
|
-
project_filename=project_filename_cls,
|
|
36
|
-
)
|
|
37
|
-
|
|
@@ -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 initialize(Command):
|
|
18
|
+
"""
|
|
19
|
+
Initialize gradient-based optimizer.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "initialize"
|
|
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 .project_filename_2 import project_filename as project_filename_cls
|
|
18
|
+
class initialize(Command):
|
|
19
|
+
"""
|
|
20
|
+
Start Parametric Study.
|
|
21
|
+
|
|
22
|
+
Parameters
|
|
23
|
+
----------
|
|
24
|
+
project_filename : str
|
|
25
|
+
'project_filename' child.
|
|
26
|
+
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
fluent_name = "initialize"
|
|
30
|
+
|
|
31
|
+
argument_names = \
|
|
32
|
+
['project_filename']
|
|
33
|
+
|
|
34
|
+
_child_classes = dict(
|
|
35
|
+
project_filename=project_filename_cls,
|
|
36
|
+
)
|
|
37
|
+
|
|
@@ -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 initialize_neural_network(Boolean):
|
|
18
|
+
"""
|
|
19
|
+
Initialize the neural network during the training.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "initialize-neural-network"
|
|
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 input_features(StringList, _HasAllowedValuesMixin):
|
|
18
|
+
"""
|
|
19
|
+
Set the number of neural network nodes at each layer.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "input-features"
|
|
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 learning_rate(Real):
|
|
18
|
+
"""
|
|
19
|
+
Learning rate.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "learning-rate"
|
|
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 length_factor(Real):
|
|
18
|
+
"""
|
|
19
|
+
Enter a valid number for length factor.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "length-factor"
|
|
23
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
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 .delete_1 import delete as delete_cls
|
|
18
|
+
from .rename import rename as rename_cls
|
|
19
|
+
from .list import list as list_cls
|
|
20
|
+
from .list_properties_1 import list_properties as list_properties_cls
|
|
21
|
+
from .make_a_copy import make_a_copy as make_a_copy_cls
|
|
22
|
+
from .limits_child import limits_child
|
|
23
|
+
|
|
24
|
+
class limits(NamedObject[limits_child], _NonCreatableNamedObjectMixin[limits_child]):
|
|
25
|
+
"""
|
|
26
|
+
Design variable limits.
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
fluent_name = "limits"
|
|
30
|
+
|
|
31
|
+
command_names = \
|
|
32
|
+
['delete', 'rename', 'list', 'list_properties', 'make_a_copy']
|
|
33
|
+
|
|
34
|
+
_child_classes = dict(
|
|
35
|
+
delete=delete_cls,
|
|
36
|
+
rename=rename_cls,
|
|
37
|
+
list=list_cls,
|
|
38
|
+
list_properties=list_properties_cls,
|
|
39
|
+
make_a_copy=make_a_copy_cls,
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
child_object_type: limits_child = limits_child
|
|
43
|
+
"""
|
|
44
|
+
child_object_type of limits.
|
|
45
|
+
"""
|
|
@@ -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 limits_child(RealList):
|
|
18
|
+
"""
|
|
19
|
+
'child_object_type' of limits.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "child-object-type"
|
|
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 .profile_name_1 import profile_name as profile_name_cls
|
|
18
|
+
class list_profile_fields(Command):
|
|
19
|
+
"""
|
|
20
|
+
List-profile-fields-command.
|
|
21
|
+
|
|
22
|
+
Parameters
|
|
23
|
+
----------
|
|
24
|
+
profile_name : str
|
|
25
|
+
Profile name.
|
|
26
|
+
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
fluent_name = "list-profile-fields"
|
|
30
|
+
|
|
31
|
+
argument_names = \
|
|
32
|
+
['profile_name']
|
|
33
|
+
|
|
34
|
+
_child_classes = dict(
|
|
35
|
+
profile_name=profile_name_cls,
|
|
36
|
+
)
|
|
37
|
+
|
|
@@ -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 .profile_name_1 import profile_name as profile_name_cls
|
|
18
|
+
class list_profile_parameters(Command):
|
|
19
|
+
"""
|
|
20
|
+
List-profile-parameters-command.
|
|
21
|
+
|
|
22
|
+
Parameters
|
|
23
|
+
----------
|
|
24
|
+
profile_name : str
|
|
25
|
+
Profile name.
|
|
26
|
+
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
fluent_name = "list-profile-parameters"
|
|
30
|
+
|
|
31
|
+
argument_names = \
|
|
32
|
+
['profile_name']
|
|
33
|
+
|
|
34
|
+
_child_classes = dict(
|
|
35
|
+
profile_name=profile_name_cls,
|
|
36
|
+
)
|
|
37
|
+
|
|
@@ -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 .profile_name_1 import profile_name as profile_name_cls
|
|
18
|
+
class list_profile_parameters_with_value(Command):
|
|
19
|
+
"""
|
|
20
|
+
List-profile-parameters-with-value-command.
|
|
21
|
+
|
|
22
|
+
Parameters
|
|
23
|
+
----------
|
|
24
|
+
profile_name : str
|
|
25
|
+
Profile name.
|
|
26
|
+
|
|
27
|
+
"""
|
|
28
|
+
|
|
29
|
+
fluent_name = "list-profile-parameters-with-value"
|
|
30
|
+
|
|
31
|
+
argument_names = \
|
|
32
|
+
['profile_name']
|
|
33
|
+
|
|
34
|
+
_child_classes = dict(
|
|
35
|
+
profile_name=profile_name_cls,
|
|
36
|
+
)
|
|
37
|
+
|