ansys-fluent-core 0.20.dev9__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_connection.py +5 -5
- ansys/fluent/core/fluent_version_242.py +3 -3
- ansys/fluent/core/launcher/standalone_launcher.py +1 -1
- 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 +6998 -6998
- ansys/fluent/core/meshing/tui_232.py +7541 -7541
- ansys/fluent/core/meshing/tui_241.py +7749 -7749
- ansys/fluent/core/meshing/tui_242.py +8134 -8134
- ansys/fluent/core/services/datamodel_se.py +6 -3
- ansys/fluent/core/services/settings.py +4 -1
- ansys/fluent/core/session.py +12 -12
- ansys/fluent/core/session_base_meshing.py +24 -0
- ansys/fluent/core/session_meshing.py +1 -1
- ansys/fluent/core/session_pure_meshing.py +19 -1
- ansys/fluent/core/session_pure_meshing.pyi +2 -0
- ansys/fluent/core/session_solver.py +5 -5
- ansys/fluent/core/session_solver_lite.py +1 -1
- ansys/fluent/core/solver/flobject.py +57 -52
- 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/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 +34375 -34375
- ansys/fluent/core/solver/tui_232.py +25424 -25424
- ansys/fluent/core/solver/tui_241.py +28292 -28292
- ansys/fluent/core/solver/tui_242.py +29608 -29590
- ansys/fluent/core/systemcoupling.py +1 -1
- ansys/fluent/core/utils/setup_for_fluent.py +1 -1
- ansys/fluent/core/workflow.py +4 -4
- ansys/fluent/tests/test_field_data.py +16 -0
- ansys/fluent/tests/test_flobject.py +21 -4
- ansys/fluent/tests/test_fluent_session.py +4 -4
- ansys/fluent/tests/test_launcher_remote.py +9 -7
- ansys/fluent/tests/test_reduction.py +36 -25
- ansys/fluent/tests/test_session.py +6 -6
- ansys/fluent/tests/test_settings_api.py +49 -12
- ansys/fluent/tests/test_solution_variables.py +17 -0
- {ansys_fluent_core-0.20.dev9.dist-info → ansys_fluent_core-0.20.dev11.dist-info}/METADATA +2 -2
- {ansys_fluent_core-0.20.dev9.dist-info → ansys_fluent_core-0.20.dev11.dist-info}/RECORD +267 -136
- 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.dev9.dist-info → ansys_fluent_core-0.20.dev11.dist-info}/LICENSE +0 -0
- {ansys_fluent_core-0.20.dev9.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 field_contour(Boolean):
|
|
18
|
+
"""
|
|
19
|
+
Field contour?.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "field-contour?"
|
|
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 field_variable(String, _HasAllowedValuesMixin):
|
|
18
|
+
"""
|
|
19
|
+
Integral field variable.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "field-variable"
|
|
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 filed_variable(String, _HasAllowedValuesMixin):
|
|
18
|
+
"""
|
|
19
|
+
Field variable.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "filed-variable"
|
|
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 filename(Filename):
|
|
18
|
+
"""
|
|
19
|
+
Training data file name.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "filename"
|
|
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 filename(Filename):
|
|
18
|
+
"""
|
|
19
|
+
Model data file name.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "filename"
|
|
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 filename(Filename):
|
|
18
|
+
"""
|
|
19
|
+
File name.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "filename"
|
|
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 files(StringList, _HasAllowedValuesMixin):
|
|
18
|
+
"""
|
|
19
|
+
List of training data files to remove.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "files"
|
|
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 flow_iterations(Integer):
|
|
18
|
+
"""
|
|
19
|
+
Number of flow iterations.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "flow-iterations"
|
|
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 frequency(Integer):
|
|
18
|
+
"""
|
|
19
|
+
Frequency to save files.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "frequency"
|
|
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 frequency(Integer):
|
|
18
|
+
"""
|
|
19
|
+
Frequency at which stl files are exported.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "frequency"
|
|
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 frequency(Integer):
|
|
18
|
+
"""
|
|
19
|
+
'frequency' child.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "frequency"
|
|
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 goal(String, _HasAllowedValuesMixin):
|
|
18
|
+
"""
|
|
19
|
+
Goal.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
fluent_name = "goal"
|
|
23
|
+
|
|
@@ -22,6 +22,7 @@ from .calculation import calculation as calculation_cls
|
|
|
22
22
|
from .observables import observables as observables_cls
|
|
23
23
|
from .reporting import reporting as reporting_cls
|
|
24
24
|
from .design_tool import design_tool as design_tool_cls
|
|
25
|
+
from .gradient_based_optimizer import gradient_based_optimizer as gradient_based_optimizer_cls
|
|
25
26
|
from .enable_21 import enable as enable_cls
|
|
26
27
|
class gradient_based(Group):
|
|
27
28
|
"""
|
|
@@ -32,7 +33,8 @@ class gradient_based(Group):
|
|
|
32
33
|
|
|
33
34
|
child_names = \
|
|
34
35
|
['postprocess_options', 'monitors', 'methods', 'controls',
|
|
35
|
-
'calculation', 'observables', 'reporting', 'design_tool'
|
|
36
|
+
'calculation', 'observables', 'reporting', 'design_tool',
|
|
37
|
+
'gradient_based_optimizer']
|
|
36
38
|
|
|
37
39
|
command_names = \
|
|
38
40
|
['enable']
|
|
@@ -46,6 +48,7 @@ class gradient_based(Group):
|
|
|
46
48
|
observables=observables_cls,
|
|
47
49
|
reporting=reporting_cls,
|
|
48
50
|
design_tool=design_tool_cls,
|
|
51
|
+
gradient_based_optimizer=gradient_based_optimizer_cls,
|
|
49
52
|
enable=enable_cls,
|
|
50
53
|
)
|
|
51
54
|
|
|
@@ -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
|
-
|