ansys-systemcoupling-core 0.1.3__tar.gz → 0.3.0__tar.gz
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-systemcoupling-core might be problematic. Click here for more details.
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/PKG-INFO +27 -25
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/README.rst +12 -10
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/pyproject.toml +16 -16
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/__init__.py +27 -17
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2/_add_participant.py +70 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2/_solve.py +13 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/add_participant.py +38 -2
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/analysis_control.py +8 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2/automatic_alignment_options.py +46 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/avoid_data_reconstruction.py +10 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/coupling_participant_child.py +1 -1
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/fmu_parameter_child.py +30 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2/get_transformation.py +43 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2/live_visualization.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2/live_visualization_child.py +72 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2/open_results_in_en_sight.py +56 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/output_control.py +6 -1
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/setup_root.py +55 -49
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/solution_root.py +48 -36
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/solve.py +1 -1
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/variable_child.py +31 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/_add_participant.py +70 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/_solve.py +13 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/abort.py +39 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/activate_hidden.py +46 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/add_data_transfer.py +190 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/add_data_transfer_by_display_names.py +191 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/add_expression_function.py +61 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/add_interface.py +77 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/add_interface_by_display_names.py +78 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/add_named_expression.py +42 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/add_participant.py +140 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/add_reference_frame.py +40 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/add_transformation.py +102 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/analysis_control.py +249 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/apip.py +33 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/ascii_output.py +44 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/attribute.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/attribute_child.py +54 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/automatic_alignment_options.py +46 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/available_ports.py +40 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/avoid_data_reconstruction.py +46 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/case_root.py +62 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/clear_state.py +16 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/coupling_interface.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/coupling_interface_child.py +42 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/coupling_participant.py +23 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/coupling_participant_child.py +230 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/create_restart_point.py +29 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/data_transfer.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/data_transfer_child.py +187 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/delete_snapshot.py +28 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/delete_transformation.py +42 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/dimensionality.py +96 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/execution_control.py +186 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/expression.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/expression_child.py +36 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/expression_function.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/expression_function_child.py +46 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/external_data_file.py +24 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/fluent_input.py +67 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/fmu_parameter.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/fmu_parameter_child.py +156 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/generate_input_file.py +41 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/get_execution_command.py +30 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/get_machines.py +13 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/get_region_names_for_participant.py +31 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/get_setup_summary.py +25 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/get_snapshots.py +14 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/get_status_messages.py +52 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/get_transformation.py +43 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/global_stabilization.py +143 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/has_input_file_changed.py +36 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/import_system_coupling_input_file.py +36 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/initialize.py +27 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/instancing.py +23 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/instancing_child.py +62 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/interrupt.py +39 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/library.py +37 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/live_visualization.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/live_visualization_child.py +72 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/mapping_control.py +229 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/open.py +102 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/open_results_in_en_sight.py +56 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/open_snapshot.py +37 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/output_control.py +134 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/parameter.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/parameter_child.py +64 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/partition_participants.py +138 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/reference_frame.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/reference_frame_child.py +71 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/region.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/region_child.py +72 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/reload_expression_function_modules.py +14 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/results.py +89 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/save.py +51 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/save_snapshot.py +54 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/setup_root.py +195 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/shutdown.py +25 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/side.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/side_child.py +56 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/solution_control.py +103 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/solution_root.py +110 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/solve.py +30 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/stabilization.py +157 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/start_participants.py +47 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/step.py +57 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/transformation.py +21 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/transformation_child.py +62 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/type.py +38 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/unmapped_value_options.py +158 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/update_control.py +44 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/update_participant.py +61 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/variable.py +20 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/variable_child.py +232 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/write_csv_chart_files.py +21 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1/write_ensight.py +46 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/impl/get_syc_version.py +35 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/adaptor/impl/injected_commands.py +97 -5
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/adaptor/impl/root_source.py +2 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/adaptor/impl/static_info.py +69 -40
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/adaptor/impl/syc_proxy.py +1 -1
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/adaptor/impl/types.py +12 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/client/grpc_client.py +14 -4
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/client/syc_container.py +18 -3
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/client/syc_process.py +33 -7
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/examples/downloads.py +2 -2
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/participant/manager.py +198 -0
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/participant/protocol.py +51 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/session.py +8 -2
- ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/syc_version.py +82 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/LICENSE +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/_version.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/abort.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/activate_hidden.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/add_data_transfer.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/add_data_transfer_by_display_names.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/add_expression_function.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/add_interface.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/add_interface_by_display_names.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/add_named_expression.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/add_reference_frame.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/add_transformation.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/apip.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/ascii_output.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/attribute.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/attribute_child.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/available_ports.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/case_root.py +13 -13
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/clear_state.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/coupling_interface.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/coupling_interface_child.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/coupling_participant.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/create_restart_point.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/data_transfer.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/data_transfer_child.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/delete_snapshot.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/delete_transformation.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/dimensionality.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/execution_control.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/expression.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/expression_child.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/expression_function.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/expression_function_child.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/external_data_file.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/fluent_input.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/fmu_parameter.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/generate_input_file.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/get_execution_command.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/get_machines.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/get_region_names_for_participant.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/get_setup_summary.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/get_snapshots.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/get_status_messages.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/global_stabilization.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/has_input_file_changed.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/import_system_coupling_input_file.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/initialize.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/instancing.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/instancing_child.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/interrupt.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/library.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/mapping_control.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/open.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/open_snapshot.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/partition_participants.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/reference_frame.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/reference_frame_child.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/region.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/region_child.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/reload_expression_function_modules.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/results.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/save.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/save_snapshot.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/shutdown.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/side.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/side_child.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/solution_control.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/stabilization.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/start_participants.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/step.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/transformation.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/transformation_child.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/type.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/unmapped_value_options.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/update_control.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/update_participant.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/variable.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/write_csv_chart_files.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2}/write_ensight.py +0 -0
- {ansys-systemcoupling-core-0.1.3/src/ansys/systemcoupling/core/adaptor/api_23_1 → ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_24_1}/open_results_in_ensight.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/adaptor/impl/get_status_messages.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/adaptor/impl/syc_proxy_interface.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/client/services/command_query.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/client/services/output_stream.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/client/services/process.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/client/services/solution.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/client/variant.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/examples/__init__.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/native_api/__init__.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/native_api/command_metadata.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/native_api/datamodel_metadata.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/native_api/meta_wrapper.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/native_api/native_api.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/native_api/object_path.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/util/logging.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/util/name_util.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/util/pathstr.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/util/state_keys.py +0 -0
- {ansys-systemcoupling-core-0.1.3 → ansys_systemcoupling_core-0.3.0}/src/ansys/systemcoupling/core/util/yaml_helper.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ansys-systemcoupling-core
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: A Python wrapper for Ansys System Coupling.
|
|
5
5
|
Author-email: "ANSYS, Inc." <pyansys.support@ansys.com>
|
|
6
6
|
Maintainer-email: PyAnsys developers <pyansys.maintainers@ansys.com>
|
|
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
20
|
Requires-Dist: ansys-api-systemcoupling==0.1.0
|
|
21
21
|
Requires-Dist: grpcio>=1.30.0
|
|
22
|
-
Requires-Dist: grpcio-status>=1.30.0,<1.
|
|
22
|
+
Requires-Dist: grpcio-status>=1.30.0,<1.58.1
|
|
23
23
|
Requires-Dist: googleapis-common-protos>=1.50.0
|
|
24
24
|
Requires-Dist: protobuf>=3.20.1,<4.0.0
|
|
25
25
|
Requires-Dist: psutil>=5.7.0
|
|
@@ -27,33 +27,33 @@ Requires-Dist: pyyaml
|
|
|
27
27
|
Requires-Dist: appdirs>=1.4.0
|
|
28
28
|
Requires-Dist: importlib-metadata>=4.0
|
|
29
29
|
Requires-Dist: build ; extra == "build"
|
|
30
|
-
Requires-Dist: black==23.
|
|
30
|
+
Requires-Dist: black==23.7.0 ; extra == "classesgen"
|
|
31
31
|
Requires-Dist: isort==5.12.0 ; extra == "classesgen"
|
|
32
|
-
Requires-Dist: ansys-sphinx-theme==0.
|
|
32
|
+
Requires-Dist: ansys-sphinx-theme==0.11.2 ; extra == "doc"
|
|
33
33
|
Requires-Dist: jupyter_sphinx==0.4.0 ; extra == "doc"
|
|
34
34
|
Requires-Dist: matplotlib ; extra == "doc"
|
|
35
35
|
Requires-Dist: numpydoc==1.5.0 ; extra == "doc"
|
|
36
36
|
Requires-Dist: pypandoc==1.11 ; extra == "doc"
|
|
37
37
|
Requires-Dist: pytest-sphinx==0.5.0 ; extra == "doc"
|
|
38
|
-
Requires-Dist: Sphinx==
|
|
38
|
+
Requires-Dist: Sphinx==7.2.6 ; extra == "doc"
|
|
39
39
|
Requires-Dist: sphinx-autobuild==2021.3.14 ; extra == "doc"
|
|
40
|
-
Requires-Dist: sphinx-autodoc-typehints==1.
|
|
41
|
-
Requires-Dist: sphinx-copybutton==0.5.
|
|
42
|
-
Requires-Dist: sphinx-gallery==0.
|
|
43
|
-
Requires-Dist: sphinx-notfound-page==0.
|
|
44
|
-
Requires-Dist: sphinxcontrib-websupport==1.2.
|
|
40
|
+
Requires-Dist: sphinx-autodoc-typehints==1.24.0 ; extra == "doc"
|
|
41
|
+
Requires-Dist: sphinx-copybutton==0.5.2 ; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx-gallery==0.14.0 ; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinx-notfound-page==1.0.0 ; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinxcontrib-websupport==1.2.6 ; extra == "doc"
|
|
45
45
|
Requires-Dist: sphinxemoji==0.2.0 ; extra == "doc"
|
|
46
46
|
Requires-Dist: ansys-fluent-core ; extra == "doc"
|
|
47
47
|
Requires-Dist: ansys-dpf-core ; extra == "doc"
|
|
48
|
-
Requires-Dist: codespell==2.2.
|
|
49
|
-
Requires-Dist: flake8==6.
|
|
48
|
+
Requires-Dist: codespell==2.2.5 ; extra == "style"
|
|
49
|
+
Requires-Dist: flake8==6.1.0 ; extra == "style"
|
|
50
50
|
Requires-Dist: pytest ; extra == "tests"
|
|
51
51
|
Requires-Dist: pytest-cov ; extra == "tests"
|
|
52
52
|
Requires-Dist: psutil>=5.7.0 ; extra == "tests"
|
|
53
53
|
Project-URL: Documentation, https://systemcoupling.docs.pyansys.com/
|
|
54
|
-
Project-URL: Homepage, https://github.com/
|
|
55
|
-
Project-URL: Source, https://github.com/
|
|
56
|
-
Project-URL: Tracker, https://github.com/
|
|
54
|
+
Project-URL: Homepage, https://github.com/ansys/pysystem-coupling/
|
|
55
|
+
Project-URL: Source, https://github.com/ansys/pysystem-coupling/
|
|
56
|
+
Project-URL: Tracker, https://github.com/ansys/pysystem-coupling/issues
|
|
57
57
|
Provides-Extra: build
|
|
58
58
|
Provides-Extra: classesgen
|
|
59
59
|
Provides-Extra: doc
|
|
@@ -62,18 +62,17 @@ Provides-Extra: tests
|
|
|
62
62
|
|
|
63
63
|
PySystemCoupling
|
|
64
64
|
================
|
|
65
|
-
.. TODO : add codecov badge once public
|
|
66
65
|
|
|
67
|
-
|pyansys| |GH-CI| |MIT| |black|
|
|
66
|
+
|pyansys| |GH-CI| |codecov| |MIT| |black|
|
|
68
67
|
|
|
69
68
|
.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
|
|
70
69
|
:target: https://docs.pyansys.com/
|
|
71
70
|
|
|
72
|
-
.. |GH-CI| image:: https://github.com/
|
|
73
|
-
:target: https://github.com/
|
|
71
|
+
.. |GH-CI| image:: https://github.com/ansys/pysystem-coupling/actions/workflows/ci.yml/badge.svg
|
|
72
|
+
:target: https://github.com/ansys/pysystem-coupling/actions/workflows/ci.yml
|
|
74
73
|
|
|
75
74
|
.. |codecov| image:: https://codecov.io/gh/pysystem-coupling/branch/main/graph/badge.svg
|
|
76
|
-
:target: https://codecov.io/gh/
|
|
75
|
+
:target: https://codecov.io/gh/ansys/pysystem-coupling
|
|
77
76
|
|
|
78
77
|
.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
|
|
79
78
|
:target: https://opensource.org/licenses/MIT
|
|
@@ -109,7 +108,7 @@ with this code:
|
|
|
109
108
|
|
|
110
109
|
.. code::
|
|
111
110
|
|
|
112
|
-
git clone https://github.com/
|
|
111
|
+
git clone https://github.com/ansys/pysystem-coupling.git
|
|
113
112
|
cd pysystem-coupling
|
|
114
113
|
python -m pip install --upgrade pip
|
|
115
114
|
pip install -e .
|
|
@@ -122,7 +121,7 @@ Documentation and Issues
|
|
|
122
121
|
|
|
123
122
|
For more information, see the `Documentation <https://systemcoupling.docs.pyansys.com>`_ page.
|
|
124
123
|
|
|
125
|
-
Use the `PySystemCoupling Issues <https://github.com/
|
|
124
|
+
Use the `PySystemCoupling Issues <https://github.com/ansys/pysystem-coupling/issues>`_ page to
|
|
126
125
|
post bug reports, questions and feature requests.
|
|
127
126
|
|
|
128
127
|
Usage
|
|
@@ -136,12 +135,15 @@ in this order:
|
|
|
136
135
|
|
|
137
136
|
* ``SYSC_ROOT``
|
|
138
137
|
* ``AWP_ROOT``
|
|
139
|
-
* ``
|
|
138
|
+
* ``AWP_ROOT232``
|
|
140
139
|
|
|
141
140
|
If a variable is set but does not refer to a valid installation, PySystemCoupling
|
|
142
|
-
|
|
141
|
+
fails at that point, rather than attempting to use the next variable.
|
|
143
142
|
|
|
144
|
-
In a standard user installation, the expectation is that only ``
|
|
143
|
+
In a standard user installation, the expectation is that only ``AWP_ROOT232`` is set.
|
|
144
|
+
|
|
145
|
+
(It is also possible to provide a different version number as an argument to the ``launch()``
|
|
146
|
+
function. This will affect which ``AWP_ROOT<version>`` environment variable is examined.)
|
|
145
147
|
|
|
146
148
|
The System Coupling API is exposed to PySystemCoupling in two forms:
|
|
147
149
|
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
PySystemCoupling
|
|
2
2
|
================
|
|
3
|
-
.. TODO : add codecov badge once public
|
|
4
3
|
|
|
5
|
-
|pyansys| |GH-CI| |MIT| |black|
|
|
4
|
+
|pyansys| |GH-CI| |codecov| |MIT| |black|
|
|
6
5
|
|
|
7
6
|
.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
|
|
8
7
|
:target: https://docs.pyansys.com/
|
|
9
8
|
|
|
10
|
-
.. |GH-CI| image:: https://github.com/
|
|
11
|
-
:target: https://github.com/
|
|
9
|
+
.. |GH-CI| image:: https://github.com/ansys/pysystem-coupling/actions/workflows/ci.yml/badge.svg
|
|
10
|
+
:target: https://github.com/ansys/pysystem-coupling/actions/workflows/ci.yml
|
|
12
11
|
|
|
13
12
|
.. |codecov| image:: https://codecov.io/gh/pysystem-coupling/branch/main/graph/badge.svg
|
|
14
|
-
:target: https://codecov.io/gh/
|
|
13
|
+
:target: https://codecov.io/gh/ansys/pysystem-coupling
|
|
15
14
|
|
|
16
15
|
.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
|
|
17
16
|
:target: https://opensource.org/licenses/MIT
|
|
@@ -47,7 +46,7 @@ with this code:
|
|
|
47
46
|
|
|
48
47
|
.. code::
|
|
49
48
|
|
|
50
|
-
git clone https://github.com/
|
|
49
|
+
git clone https://github.com/ansys/pysystem-coupling.git
|
|
51
50
|
cd pysystem-coupling
|
|
52
51
|
python -m pip install --upgrade pip
|
|
53
52
|
pip install -e .
|
|
@@ -60,7 +59,7 @@ Documentation and Issues
|
|
|
60
59
|
|
|
61
60
|
For more information, see the `Documentation <https://systemcoupling.docs.pyansys.com>`_ page.
|
|
62
61
|
|
|
63
|
-
Use the `PySystemCoupling Issues <https://github.com/
|
|
62
|
+
Use the `PySystemCoupling Issues <https://github.com/ansys/pysystem-coupling/issues>`_ page to
|
|
64
63
|
post bug reports, questions and feature requests.
|
|
65
64
|
|
|
66
65
|
Usage
|
|
@@ -74,12 +73,15 @@ in this order:
|
|
|
74
73
|
|
|
75
74
|
* ``SYSC_ROOT``
|
|
76
75
|
* ``AWP_ROOT``
|
|
77
|
-
* ``
|
|
76
|
+
* ``AWP_ROOT232``
|
|
78
77
|
|
|
79
78
|
If a variable is set but does not refer to a valid installation, PySystemCoupling
|
|
80
|
-
|
|
79
|
+
fails at that point, rather than attempting to use the next variable.
|
|
81
80
|
|
|
82
|
-
In a standard user installation, the expectation is that only ``
|
|
81
|
+
In a standard user installation, the expectation is that only ``AWP_ROOT232`` is set.
|
|
82
|
+
|
|
83
|
+
(It is also possible to provide a different version number as an argument to the ``launch()``
|
|
84
|
+
function. This will affect which ``AWP_ROOT<version>`` environment variable is examined.)
|
|
83
85
|
|
|
84
86
|
The System Coupling API is exposed to PySystemCoupling in two forms:
|
|
85
87
|
|
|
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
|
|
|
5
5
|
[project]
|
|
6
6
|
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
|
|
7
7
|
name = "ansys-systemcoupling-core"
|
|
8
|
-
version = "0.
|
|
8
|
+
version = "0.3.0"
|
|
9
9
|
description = "A Python wrapper for Ansys System Coupling."
|
|
10
10
|
readme = "README.rst"
|
|
11
11
|
requires-python = ">=3.7"
|
|
@@ -19,7 +19,7 @@ maintainers = [
|
|
|
19
19
|
dependencies = [
|
|
20
20
|
"ansys-api-systemcoupling==0.1.0",
|
|
21
21
|
"grpcio>=1.30.0",
|
|
22
|
-
"grpcio-status>=1.30.0,<1.
|
|
22
|
+
"grpcio-status>=1.30.0,<1.58.1",
|
|
23
23
|
"googleapis-common-protos>=1.50.0",
|
|
24
24
|
"protobuf>=3.20.1,<4.0.0",
|
|
25
25
|
"psutil>=5.7.0",
|
|
@@ -52,23 +52,23 @@ classesgen = [
|
|
|
52
52
|
# black and isort are called programmatically to keep generated code
|
|
53
53
|
# consistent with style elsewhere. We need to keep the versions in
|
|
54
54
|
# sync with the precommit dependencies.
|
|
55
|
-
"black==23.
|
|
55
|
+
"black==23.7.0",
|
|
56
56
|
"isort==5.12.0",
|
|
57
57
|
]
|
|
58
58
|
doc = [
|
|
59
|
-
"ansys-sphinx-theme==0.
|
|
59
|
+
"ansys-sphinx-theme==0.11.2",
|
|
60
60
|
"jupyter_sphinx==0.4.0",
|
|
61
61
|
"matplotlib",
|
|
62
62
|
"numpydoc==1.5.0",
|
|
63
63
|
"pypandoc==1.11",
|
|
64
64
|
"pytest-sphinx==0.5.0",
|
|
65
|
-
"Sphinx==
|
|
65
|
+
"Sphinx==7.2.6",
|
|
66
66
|
"sphinx-autobuild==2021.3.14",
|
|
67
|
-
"sphinx-autodoc-typehints==1.
|
|
68
|
-
"sphinx-copybutton==0.5.
|
|
69
|
-
"sphinx-gallery==0.
|
|
70
|
-
"sphinx-notfound-page==0.
|
|
71
|
-
"sphinxcontrib-websupport==1.2.
|
|
67
|
+
"sphinx-autodoc-typehints==1.24.0",
|
|
68
|
+
"sphinx-copybutton==0.5.2",
|
|
69
|
+
"sphinx-gallery==0.14.0",
|
|
70
|
+
"sphinx-notfound-page==1.0.0",
|
|
71
|
+
"sphinxcontrib-websupport==1.2.6",
|
|
72
72
|
"sphinxemoji==0.2.0",
|
|
73
73
|
|
|
74
74
|
# pyansys dependencies for sphinx gallery examples
|
|
@@ -76,8 +76,8 @@ doc = [
|
|
|
76
76
|
"ansys-dpf-core",
|
|
77
77
|
]
|
|
78
78
|
style = [
|
|
79
|
-
"codespell==2.2.
|
|
80
|
-
"flake8==6.
|
|
79
|
+
"codespell==2.2.5",
|
|
80
|
+
"flake8==6.1.0",
|
|
81
81
|
]
|
|
82
82
|
tests = [
|
|
83
83
|
"pytest",
|
|
@@ -89,10 +89,10 @@ tests = [
|
|
|
89
89
|
name = "ansys.systemcoupling.core"
|
|
90
90
|
|
|
91
91
|
[project.urls]
|
|
92
|
-
Source = "https://github.com/
|
|
93
|
-
Homepage = "https://github.com/
|
|
92
|
+
Source = "https://github.com/ansys/pysystem-coupling/"
|
|
93
|
+
Homepage = "https://github.com/ansys/pysystem-coupling/"
|
|
94
94
|
Documentation = "https://systemcoupling.docs.pyansys.com/"
|
|
95
|
-
Tracker = "https://github.com/
|
|
95
|
+
Tracker = "https://github.com/ansys/pysystem-coupling/issues"
|
|
96
96
|
|
|
97
97
|
[tool.isort]
|
|
98
98
|
profile = "black"
|
|
@@ -105,4 +105,4 @@ src_paths = ["doc", "src", "tests"]
|
|
|
105
105
|
[tool.coverage.run]
|
|
106
106
|
omit = [
|
|
107
107
|
"*/adaptor/api/*",
|
|
108
|
-
]
|
|
108
|
+
]
|
|
@@ -21,6 +21,7 @@ def launch(
|
|
|
21
21
|
working_dir: str = None,
|
|
22
22
|
nprocs: int = None,
|
|
23
23
|
sycnprocs: int = None,
|
|
24
|
+
version: str = None,
|
|
24
25
|
extra_args: List[str] = [],
|
|
25
26
|
) -> Session:
|
|
26
27
|
"""Start a local instance of System Coupling and connect to it.
|
|
@@ -40,6 +41,15 @@ def launch(
|
|
|
40
41
|
sycnprocs : int, optional
|
|
41
42
|
Number of processes for the System Coupling engine. The default is
|
|
42
43
|
``None``, in which case the System Coupling server uses its own default.
|
|
44
|
+
version : str, optional
|
|
45
|
+
String specifying the version of System Coupling to use. For example,
|
|
46
|
+
to use System Coupling from the Ansys "2023 R1" release, specify ``"231"``.
|
|
47
|
+
(The forms ``"23.1"`` and ``"23_1"`` are also acceptable.)
|
|
48
|
+
The version will be sought in the standard installation location. The
|
|
49
|
+
default is ``None``, which is equivalent to specifying
|
|
50
|
+
``"232"`` ("2023 R2" release), unless either of the environment
|
|
51
|
+
variables ``SYSC_ROOT`` or ``AWP_ROOT`` has been set. It is considered
|
|
52
|
+
to be an error if either these is set *and* ``version`` is provided.
|
|
43
53
|
extra_args : List[str]
|
|
44
54
|
List of any additional arguments to specify when the server
|
|
45
55
|
process is launched. The default is ``[]``. If a list of additional
|
|
@@ -60,14 +70,17 @@ def launch(
|
|
|
60
70
|
working_dir=working_dir,
|
|
61
71
|
nprocs=nprocs,
|
|
62
72
|
sycnprocs=sycnprocs,
|
|
73
|
+
version=version,
|
|
63
74
|
extra_args=extra_args,
|
|
64
75
|
)
|
|
65
|
-
|
|
66
|
-
return syc
|
|
76
|
+
return Session(rpc)
|
|
67
77
|
|
|
68
78
|
|
|
69
79
|
def launch_container(
|
|
70
|
-
mounted_from: str = "./",
|
|
80
|
+
mounted_from: str = "./",
|
|
81
|
+
mounted_to: str = "/working",
|
|
82
|
+
network: str = None,
|
|
83
|
+
version: str = None,
|
|
71
84
|
) -> Session:
|
|
72
85
|
"""Start a System Coupling container instance and connect to it.
|
|
73
86
|
|
|
@@ -82,9 +95,8 @@ def launch_container(
|
|
|
82
95
|
remote System Coupling instance.
|
|
83
96
|
"""
|
|
84
97
|
rpc = SycGrpc()
|
|
85
|
-
rpc.start_container_and_connect(mounted_from, mounted_to, network)
|
|
86
|
-
|
|
87
|
-
return syc
|
|
98
|
+
rpc.start_container_and_connect(mounted_from, mounted_to, network, version=version)
|
|
99
|
+
return Session(rpc)
|
|
88
100
|
|
|
89
101
|
|
|
90
102
|
def connect(host: str, port: int) -> Session: # pragma: no cover
|
|
@@ -110,16 +122,14 @@ def connect(host: str, port: int) -> Session: # pragma: no cover
|
|
|
110
122
|
|
|
111
123
|
|
|
112
124
|
# Set up data directory
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
except: # pragma: no cover
|
|
123
|
-
pass
|
|
125
|
+
USER_DATA_PATH = appdirs.user_data_dir(
|
|
126
|
+
appname="ansys_systemcoupling_core", appauthor="Ansys"
|
|
127
|
+
)
|
|
128
|
+
if not os.path.exists(USER_DATA_PATH): # pragma: no cover
|
|
129
|
+
os.makedirs(USER_DATA_PATH)
|
|
130
|
+
|
|
131
|
+
EXAMPLES_PATH = os.path.join(USER_DATA_PATH, "examples")
|
|
132
|
+
if not os.path.exists(EXAMPLES_PATH): # pragma: no cover
|
|
133
|
+
os.makedirs(EXAMPLES_PATH)
|
|
124
134
|
|
|
125
135
|
BUILDING_GALLERY = False
|
ansys_systemcoupling_core-0.3.0/src/ansys/systemcoupling/core/adaptor/api_23_2/_add_participant.py
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.systemcoupling.core.adaptor.impl.types import *
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class _add_participant(Command):
|
|
9
|
+
"""
|
|
10
|
+
For internal use only.
|
|
11
|
+
|
|
12
|
+
Parameters
|
|
13
|
+
----------
|
|
14
|
+
participant_type : str, optional
|
|
15
|
+
...
|
|
16
|
+
input_file : str, optional
|
|
17
|
+
...
|
|
18
|
+
executable : str, optional
|
|
19
|
+
...
|
|
20
|
+
additional_arguments : str, optional
|
|
21
|
+
...
|
|
22
|
+
working_directory : str, optional
|
|
23
|
+
...
|
|
24
|
+
|
|
25
|
+
"""
|
|
26
|
+
|
|
27
|
+
syc_name = "AddParticipant"
|
|
28
|
+
|
|
29
|
+
argument_names = [
|
|
30
|
+
"participant_type",
|
|
31
|
+
"input_file",
|
|
32
|
+
"executable",
|
|
33
|
+
"additional_arguments",
|
|
34
|
+
"working_directory",
|
|
35
|
+
]
|
|
36
|
+
|
|
37
|
+
class participant_type(String):
|
|
38
|
+
"""
|
|
39
|
+
...
|
|
40
|
+
"""
|
|
41
|
+
|
|
42
|
+
syc_name = "ParticipantType"
|
|
43
|
+
|
|
44
|
+
class input_file(String):
|
|
45
|
+
"""
|
|
46
|
+
...
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
syc_name = "InputFile"
|
|
50
|
+
|
|
51
|
+
class executable(String):
|
|
52
|
+
"""
|
|
53
|
+
...
|
|
54
|
+
"""
|
|
55
|
+
|
|
56
|
+
syc_name = "Executable"
|
|
57
|
+
|
|
58
|
+
class additional_arguments(String):
|
|
59
|
+
"""
|
|
60
|
+
...
|
|
61
|
+
"""
|
|
62
|
+
|
|
63
|
+
syc_name = "AdditionalArguments"
|
|
64
|
+
|
|
65
|
+
class working_directory(String):
|
|
66
|
+
"""
|
|
67
|
+
...
|
|
68
|
+
"""
|
|
69
|
+
|
|
70
|
+
syc_name = "WorkingDirectory"
|
|
@@ -5,8 +5,32 @@
|
|
|
5
5
|
from ansys.systemcoupling.core.adaptor.impl.types import *
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
class add_participant(
|
|
8
|
+
class add_participant(InjectedCommand):
|
|
9
9
|
"""
|
|
10
|
+
This command operates in one of two modes, depending on how it is called.
|
|
11
|
+
*Either* a single argument, ``participant_session``, should be provided, *or* some
|
|
12
|
+
combination of the other optional arguments not including ``participant_session``
|
|
13
|
+
should be provided.
|
|
14
|
+
|
|
15
|
+
In the ``participant_session`` mode, the session object is queried to
|
|
16
|
+
extract the information needed to define a new ``coupling_participant``
|
|
17
|
+
object in the setup datamodel. A reference to the session is also retained,
|
|
18
|
+
and this will play a further role if ``solve`` is called later. In that case,
|
|
19
|
+
the participant solver will be driven from the Python environment in which the
|
|
20
|
+
participant and PySystemCoupling sessions are active and System Coupling will
|
|
21
|
+
regard the participant solver as "externally managed" (see the `execution_control`
|
|
22
|
+
settings in `coupling_participant` for details of this mode).
|
|
23
|
+
|
|
24
|
+
.. note::
|
|
25
|
+
The ``participant_session`` mode currently has limited support in the
|
|
26
|
+
broader Ansys Python ecosystem - at present, only PyFluent supports
|
|
27
|
+
the API required of the session object and product versions of Fluent and
|
|
28
|
+
System Coupling need to be at least 24.1. This capability should be
|
|
29
|
+
regarded as *Beta* as it may be subject to revision when extended to other
|
|
30
|
+
products.
|
|
31
|
+
|
|
32
|
+
The remainder of the documentation describes the more usual non-session mode.
|
|
33
|
+
|
|
10
34
|
Adds a coupling participant to the data model.
|
|
11
35
|
|
|
12
36
|
When executed, this command adds the new participant to the analysis
|
|
@@ -31,6 +55,8 @@ class add_participant(Command):
|
|
|
31
55
|
|
|
32
56
|
Parameters
|
|
33
57
|
----------
|
|
58
|
+
participant_session : ParticipantProtocol, optional
|
|
59
|
+
Participant session object conforming to the ``ParticipantProtocol`` protocol class.
|
|
34
60
|
participant_type : str, optional
|
|
35
61
|
Participant type. Currently supported types are:
|
|
36
62
|
|
|
@@ -61,9 +87,12 @@ class add_participant(Command):
|
|
|
61
87
|
|
|
62
88
|
"""
|
|
63
89
|
|
|
64
|
-
syc_name = "
|
|
90
|
+
syc_name = "add_participant"
|
|
91
|
+
|
|
92
|
+
cmd_name = "add_participant"
|
|
65
93
|
|
|
66
94
|
argument_names = [
|
|
95
|
+
"participant_session",
|
|
67
96
|
"participant_type",
|
|
68
97
|
"input_file",
|
|
69
98
|
"executable",
|
|
@@ -71,6 +100,13 @@ class add_participant(Command):
|
|
|
71
100
|
"working_directory",
|
|
72
101
|
]
|
|
73
102
|
|
|
103
|
+
class participant_session(ParticipantSession):
|
|
104
|
+
"""
|
|
105
|
+
Participant session object conforming to the ``ParticipantProtocol`` protocol class.
|
|
106
|
+
"""
|
|
107
|
+
|
|
108
|
+
syc_name = "participant_session"
|
|
109
|
+
|
|
74
110
|
class participant_type(String):
|
|
75
111
|
"""
|
|
76
112
|
Participant type. Currently supported types are:
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
from ansys.systemcoupling.core.adaptor.impl.types import *
|
|
6
6
|
|
|
7
7
|
from .apip import apip
|
|
8
|
+
from .automatic_alignment_options import automatic_alignment_options
|
|
8
9
|
from .avoid_data_reconstruction import avoid_data_reconstruction
|
|
9
10
|
from .global_stabilization import global_stabilization
|
|
10
11
|
from .unmapped_value_options import unmapped_value_options
|
|
@@ -22,6 +23,7 @@ class analysis_control(Container):
|
|
|
22
23
|
"apip",
|
|
23
24
|
"avoid_data_reconstruction",
|
|
24
25
|
"unmapped_value_options",
|
|
26
|
+
"automatic_alignment_options",
|
|
25
27
|
]
|
|
26
28
|
|
|
27
29
|
global_stabilization: global_stabilization = global_stabilization
|
|
@@ -40,6 +42,12 @@ class analysis_control(Container):
|
|
|
40
42
|
"""
|
|
41
43
|
unmapped_value_options child of analysis_control.
|
|
42
44
|
"""
|
|
45
|
+
automatic_alignment_options: automatic_alignment_options = (
|
|
46
|
+
automatic_alignment_options
|
|
47
|
+
)
|
|
48
|
+
"""
|
|
49
|
+
automatic_alignment_options child of analysis_control.
|
|
50
|
+
"""
|
|
43
51
|
property_names_types = [
|
|
44
52
|
("analysis_type", "AnalysisType", "str"),
|
|
45
53
|
("optimize_if_one_way", "OptimizeIfOneWay", "bool"),
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
#
|
|
2
|
+
# This is an auto-generated file. DO NOT EDIT!
|
|
3
|
+
#
|
|
4
|
+
|
|
5
|
+
from ansys.systemcoupling.core.adaptor.impl.types import *
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class automatic_alignment_options(Container):
|
|
9
|
+
"""
|
|
10
|
+
Automatic alignment settings.
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
syc_name = "AutomaticAlignmentOptions"
|
|
14
|
+
|
|
15
|
+
property_names_types = [
|
|
16
|
+
("alignment_type", "AlignmentType", "str"),
|
|
17
|
+
("singular_value_tolerance", "SingularValueTolerance", "RealType"),
|
|
18
|
+
("verbosity", "Verbosity", "int"),
|
|
19
|
+
]
|
|
20
|
+
|
|
21
|
+
@property
|
|
22
|
+
def alignment_type(self) -> str:
|
|
23
|
+
"""Alignment type (\"Covariance\" or \"Moment Covariance\" or \"Inertial Axes\")."""
|
|
24
|
+
return self.get_property_state("alignment_type")
|
|
25
|
+
|
|
26
|
+
@alignment_type.setter
|
|
27
|
+
def alignment_type(self, value: str):
|
|
28
|
+
self.set_property_state("alignment_type", value)
|
|
29
|
+
|
|
30
|
+
@property
|
|
31
|
+
def singular_value_tolerance(self) -> RealType:
|
|
32
|
+
"""Tolerance used to compare singular values"""
|
|
33
|
+
return self.get_property_state("singular_value_tolerance")
|
|
34
|
+
|
|
35
|
+
@singular_value_tolerance.setter
|
|
36
|
+
def singular_value_tolerance(self, value: RealType):
|
|
37
|
+
self.set_property_state("singular_value_tolerance", value)
|
|
38
|
+
|
|
39
|
+
@property
|
|
40
|
+
def verbosity(self) -> int:
|
|
41
|
+
"""Set to 1 to print additional information about the alignment"""
|
|
42
|
+
return self.get_property_state("verbosity")
|
|
43
|
+
|
|
44
|
+
@verbosity.setter
|
|
45
|
+
def verbosity(self, value: int):
|
|
46
|
+
self.set_property_state("verbosity", value)
|
|
@@ -15,6 +15,7 @@ class avoid_data_reconstruction(Container):
|
|
|
15
15
|
property_names_types = [
|
|
16
16
|
("volume_mapping", "VolumeMapping", "bool"),
|
|
17
17
|
("surface_mapping", "SurfaceMapping", "bool"),
|
|
18
|
+
("surface_volume_mapping", "SurfaceVolumeMapping", "bool"),
|
|
18
19
|
]
|
|
19
20
|
|
|
20
21
|
@property
|
|
@@ -34,3 +35,12 @@ class avoid_data_reconstruction(Container):
|
|
|
34
35
|
@surface_mapping.setter
|
|
35
36
|
def surface_mapping(self, value: bool):
|
|
36
37
|
self.set_property_state("surface_mapping", value)
|
|
38
|
+
|
|
39
|
+
@property
|
|
40
|
+
def surface_volume_mapping(self) -> bool:
|
|
41
|
+
"""UNDOCUMENTED"""
|
|
42
|
+
return self.get_property_state("surface_volume_mapping")
|
|
43
|
+
|
|
44
|
+
@surface_volume_mapping.setter
|
|
45
|
+
def surface_volume_mapping(self, value: bool):
|
|
46
|
+
self.set_property_state("surface_volume_mapping", value)
|
|
@@ -147,7 +147,7 @@ class coupling_participant_child(Container):
|
|
|
147
147
|
|
|
148
148
|
@property
|
|
149
149
|
def use_new_apis(self) -> bool:
|
|
150
|
-
"""Controls whether
|
|
150
|
+
"""Controls whether Fluent/MAPDL/AEDT participant should communicate using new APIs."""
|
|
151
151
|
return self.get_property_state("use_new_apis")
|
|
152
152
|
|
|
153
153
|
@use_new_apis.setter
|
|
@@ -24,6 +24,9 @@ class fmu_parameter_child(Container):
|
|
|
24
24
|
("integer_max", "IntegerMax", "int"),
|
|
25
25
|
("logical_value", "LogicalValue", "bool"),
|
|
26
26
|
("string_value", "StringValue", "str"),
|
|
27
|
+
("enumeration_value", "EnumerationValue", "int"),
|
|
28
|
+
("enumeration_min", "EnumerationMin", "int"),
|
|
29
|
+
("enumeration_max", "EnumerationMax", "int"),
|
|
27
30
|
]
|
|
28
31
|
|
|
29
32
|
@property
|
|
@@ -124,3 +127,30 @@ class fmu_parameter_child(Container):
|
|
|
124
127
|
@string_value.setter
|
|
125
128
|
def string_value(self, value: str):
|
|
126
129
|
self.set_property_state("string_value", value)
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
def enumeration_value(self) -> int:
|
|
133
|
+
"""Enumeration data start value."""
|
|
134
|
+
return self.get_property_state("enumeration_value")
|
|
135
|
+
|
|
136
|
+
@enumeration_value.setter
|
|
137
|
+
def enumeration_value(self, value: int):
|
|
138
|
+
self.set_property_state("enumeration_value", value)
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
def enumeration_min(self) -> int:
|
|
142
|
+
"""Enumeration data minimum value."""
|
|
143
|
+
return self.get_property_state("enumeration_min")
|
|
144
|
+
|
|
145
|
+
@enumeration_min.setter
|
|
146
|
+
def enumeration_min(self, value: int):
|
|
147
|
+
self.set_property_state("enumeration_min", value)
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
def enumeration_max(self) -> int:
|
|
151
|
+
"""Enumeration data maximum value."""
|
|
152
|
+
return self.get_property_state("enumeration_max")
|
|
153
|
+
|
|
154
|
+
@enumeration_max.setter
|
|
155
|
+
def enumeration_max(self, value: int):
|
|
156
|
+
self.set_property_state("enumeration_max", value)
|