ansys-systemcoupling-core 0.6__py3-none-any.whl → 0.8.0__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-systemcoupling-core might be problematic. Click here for more details.

Files changed (146) hide show
  1. ansys/systemcoupling/core/adaptor/api_23_1/add_interface.py +2 -2
  2. ansys/systemcoupling/core/adaptor/api_23_1/add_interface_by_display_names.py +2 -2
  3. ansys/systemcoupling/core/adaptor/api_23_1/add_transformation.py +1 -1
  4. ansys/systemcoupling/core/adaptor/api_23_1/partition_participants.py +3 -3
  5. ansys/systemcoupling/core/adaptor/api_23_1/show_plot.py +1 -1
  6. ansys/systemcoupling/core/adaptor/api_23_1/start_participants.py +1 -1
  7. ansys/systemcoupling/core/adaptor/api_23_2/add_interface.py +2 -2
  8. ansys/systemcoupling/core/adaptor/api_23_2/add_interface_by_display_names.py +2 -2
  9. ansys/systemcoupling/core/adaptor/api_23_2/add_transformation.py +1 -1
  10. ansys/systemcoupling/core/adaptor/api_23_2/partition_participants.py +3 -3
  11. ansys/systemcoupling/core/adaptor/api_23_2/show_plot.py +1 -1
  12. ansys/systemcoupling/core/adaptor/api_23_2/start_participants.py +1 -1
  13. ansys/systemcoupling/core/adaptor/api_24_1/add_aerodamping_data_transfers.py +1 -1
  14. ansys/systemcoupling/core/adaptor/api_24_1/add_interface.py +2 -2
  15. ansys/systemcoupling/core/adaptor/api_24_1/add_interface_by_display_names.py +2 -2
  16. ansys/systemcoupling/core/adaptor/api_24_1/add_transformation.py +1 -1
  17. ansys/systemcoupling/core/adaptor/api_24_1/partition_participants.py +3 -3
  18. ansys/systemcoupling/core/adaptor/api_24_1/show_plot.py +1 -1
  19. ansys/systemcoupling/core/adaptor/api_24_1/start_participants.py +1 -1
  20. ansys/systemcoupling/core/adaptor/api_24_2/add_aerodamping_data_transfers.py +1 -1
  21. ansys/systemcoupling/core/adaptor/api_24_2/add_interface.py +2 -2
  22. ansys/systemcoupling/core/adaptor/api_24_2/add_interface_by_display_names.py +2 -2
  23. ansys/systemcoupling/core/adaptor/api_24_2/add_transformation.py +1 -1
  24. ansys/systemcoupling/core/adaptor/api_24_2/partition_participants.py +3 -3
  25. ansys/systemcoupling/core/adaptor/api_24_2/show_plot.py +1 -1
  26. ansys/systemcoupling/core/adaptor/api_24_2/start_participants.py +1 -1
  27. ansys/systemcoupling/core/adaptor/api_25_1/_add_participant.py +80 -0
  28. ansys/systemcoupling/core/adaptor/api_25_1/_clear_state.py +13 -0
  29. ansys/systemcoupling/core/adaptor/api_25_1/_solve.py +13 -0
  30. ansys/systemcoupling/core/adaptor/api_25_1/abort.py +39 -0
  31. ansys/systemcoupling/core/adaptor/api_25_1/activate_hidden.py +46 -0
  32. ansys/systemcoupling/core/adaptor/api_25_1/add_aerodamping_data_transfers.py +43 -0
  33. ansys/systemcoupling/core/adaptor/api_25_1/add_data_transfer.py +190 -0
  34. ansys/systemcoupling/core/adaptor/api_25_1/add_data_transfer_by_display_names.py +191 -0
  35. ansys/systemcoupling/core/adaptor/api_25_1/add_expression_function.py +61 -0
  36. ansys/systemcoupling/core/adaptor/api_25_1/add_flow_boundary_data_transfers.py +32 -0
  37. ansys/systemcoupling/core/adaptor/api_25_1/add_fsi_data_transfers.py +43 -0
  38. ansys/systemcoupling/core/adaptor/api_25_1/add_interface.py +77 -0
  39. ansys/systemcoupling/core/adaptor/api_25_1/add_interface_by_display_names.py +78 -0
  40. ansys/systemcoupling/core/adaptor/api_25_1/add_named_expression.py +42 -0
  41. ansys/systemcoupling/core/adaptor/api_25_1/add_ordered_data_transfers.py +32 -0
  42. ansys/systemcoupling/core/adaptor/api_25_1/add_participant.py +162 -0
  43. ansys/systemcoupling/core/adaptor/api_25_1/add_reference_frame.py +40 -0
  44. ansys/systemcoupling/core/adaptor/api_25_1/add_thermal_data_transfers.py +43 -0
  45. ansys/systemcoupling/core/adaptor/api_25_1/add_transformation.py +102 -0
  46. ansys/systemcoupling/core/adaptor/api_25_1/analysis_control.py +293 -0
  47. ansys/systemcoupling/core/adaptor/api_25_1/apip.py +33 -0
  48. ansys/systemcoupling/core/adaptor/api_25_1/ascii_output.py +44 -0
  49. ansys/systemcoupling/core/adaptor/api_25_1/attribute.py +20 -0
  50. ansys/systemcoupling/core/adaptor/api_25_1/attribute_child.py +64 -0
  51. ansys/systemcoupling/core/adaptor/api_25_1/automatic_alignment_options.py +46 -0
  52. ansys/systemcoupling/core/adaptor/api_25_1/available_ports.py +40 -0
  53. ansys/systemcoupling/core/adaptor/api_25_1/avoid_data_reconstruction.py +46 -0
  54. ansys/systemcoupling/core/adaptor/api_25_1/case_root.py +62 -0
  55. ansys/systemcoupling/core/adaptor/api_25_1/clear_state.py +18 -0
  56. ansys/systemcoupling/core/adaptor/api_25_1/connect_ensight_dvs.py +41 -0
  57. ansys/systemcoupling/core/adaptor/api_25_1/coupling_interface.py +20 -0
  58. ansys/systemcoupling/core/adaptor/api_25_1/coupling_interface_child.py +42 -0
  59. ansys/systemcoupling/core/adaptor/api_25_1/coupling_participant.py +23 -0
  60. ansys/systemcoupling/core/adaptor/api_25_1/coupling_participant_child.py +271 -0
  61. ansys/systemcoupling/core/adaptor/api_25_1/create_restart_point.py +29 -0
  62. ansys/systemcoupling/core/adaptor/api_25_1/data_transfer.py +20 -0
  63. ansys/systemcoupling/core/adaptor/api_25_1/data_transfer_child.py +187 -0
  64. ansys/systemcoupling/core/adaptor/api_25_1/delete_snapshot.py +28 -0
  65. ansys/systemcoupling/core/adaptor/api_25_1/delete_transformation.py +42 -0
  66. ansys/systemcoupling/core/adaptor/api_25_1/dimensionality.py +96 -0
  67. ansys/systemcoupling/core/adaptor/api_25_1/execution_control.py +246 -0
  68. ansys/systemcoupling/core/adaptor/api_25_1/execution_control_1.py +24 -0
  69. ansys/systemcoupling/core/adaptor/api_25_1/expression.py +20 -0
  70. ansys/systemcoupling/core/adaptor/api_25_1/expression_child.py +36 -0
  71. ansys/systemcoupling/core/adaptor/api_25_1/expression_function.py +20 -0
  72. ansys/systemcoupling/core/adaptor/api_25_1/expression_function_child.py +46 -0
  73. ansys/systemcoupling/core/adaptor/api_25_1/external_data_file.py +24 -0
  74. ansys/systemcoupling/core/adaptor/api_25_1/fluent_input.py +77 -0
  75. ansys/systemcoupling/core/adaptor/api_25_1/fmu_parameter.py +20 -0
  76. ansys/systemcoupling/core/adaptor/api_25_1/fmu_parameter_child.py +164 -0
  77. ansys/systemcoupling/core/adaptor/api_25_1/generate_input_file.py +41 -0
  78. ansys/systemcoupling/core/adaptor/api_25_1/get_add_data_transfer_group_commands.py +29 -0
  79. ansys/systemcoupling/core/adaptor/api_25_1/get_execution_command.py +30 -0
  80. ansys/systemcoupling/core/adaptor/api_25_1/get_machines.py +13 -0
  81. ansys/systemcoupling/core/adaptor/api_25_1/get_mode_shape_variables.py +29 -0
  82. ansys/systemcoupling/core/adaptor/api_25_1/get_region_names_for_participant.py +31 -0
  83. ansys/systemcoupling/core/adaptor/api_25_1/get_setup_summary.py +25 -0
  84. ansys/systemcoupling/core/adaptor/api_25_1/get_status_messages.py +52 -0
  85. ansys/systemcoupling/core/adaptor/api_25_1/get_supported_participant_types.py +13 -0
  86. ansys/systemcoupling/core/adaptor/api_25_1/get_thermal_data_transfer_options.py +32 -0
  87. ansys/systemcoupling/core/adaptor/api_25_1/get_transformation.py +43 -0
  88. ansys/systemcoupling/core/adaptor/api_25_1/global_stabilization.py +155 -0
  89. ansys/systemcoupling/core/adaptor/api_25_1/has_input_file_changed.py +36 -0
  90. ansys/systemcoupling/core/adaptor/api_25_1/import_system_coupling_input_file.py +36 -0
  91. ansys/systemcoupling/core/adaptor/api_25_1/initialize.py +27 -0
  92. ansys/systemcoupling/core/adaptor/api_25_1/instancing.py +23 -0
  93. ansys/systemcoupling/core/adaptor/api_25_1/instancing_child.py +62 -0
  94. ansys/systemcoupling/core/adaptor/api_25_1/interrupt.py +39 -0
  95. ansys/systemcoupling/core/adaptor/api_25_1/library.py +37 -0
  96. ansys/systemcoupling/core/adaptor/api_25_1/live_visualization.py +20 -0
  97. ansys/systemcoupling/core/adaptor/api_25_1/live_visualization_child.py +100 -0
  98. ansys/systemcoupling/core/adaptor/api_25_1/mapping_control.py +239 -0
  99. ansys/systemcoupling/core/adaptor/api_25_1/open.py +102 -0
  100. ansys/systemcoupling/core/adaptor/api_25_1/open_results_in_ensight.py +56 -0
  101. ansys/systemcoupling/core/adaptor/api_25_1/open_snapshot.py +37 -0
  102. ansys/systemcoupling/core/adaptor/api_25_1/output_control.py +134 -0
  103. ansys/systemcoupling/core/adaptor/api_25_1/parameter.py +20 -0
  104. ansys/systemcoupling/core/adaptor/api_25_1/parameter_child.py +60 -0
  105. ansys/systemcoupling/core/adaptor/api_25_1/partition_participants.py +138 -0
  106. ansys/systemcoupling/core/adaptor/api_25_1/properties.py +36 -0
  107. ansys/systemcoupling/core/adaptor/api_25_1/record_interactions.py +46 -0
  108. ansys/systemcoupling/core/adaptor/api_25_1/reference_frame.py +20 -0
  109. ansys/systemcoupling/core/adaptor/api_25_1/reference_frame_child.py +71 -0
  110. ansys/systemcoupling/core/adaptor/api_25_1/region.py +20 -0
  111. ansys/systemcoupling/core/adaptor/api_25_1/region_child.py +71 -0
  112. ansys/systemcoupling/core/adaptor/api_25_1/reload_expression_function_modules.py +14 -0
  113. ansys/systemcoupling/core/adaptor/api_25_1/results.py +89 -0
  114. ansys/systemcoupling/core/adaptor/api_25_1/save.py +51 -0
  115. ansys/systemcoupling/core/adaptor/api_25_1/save_snapshot.py +54 -0
  116. ansys/systemcoupling/core/adaptor/api_25_1/setup_root.py +259 -0
  117. ansys/systemcoupling/core/adaptor/api_25_1/show_plot.py +75 -0
  118. ansys/systemcoupling/core/adaptor/api_25_1/shutdown.py +25 -0
  119. ansys/systemcoupling/core/adaptor/api_25_1/side.py +20 -0
  120. ansys/systemcoupling/core/adaptor/api_25_1/side_child.py +56 -0
  121. ansys/systemcoupling/core/adaptor/api_25_1/solution_control.py +115 -0
  122. ansys/systemcoupling/core/adaptor/api_25_1/solution_root.py +122 -0
  123. ansys/systemcoupling/core/adaptor/api_25_1/solve.py +30 -0
  124. ansys/systemcoupling/core/adaptor/api_25_1/stabilization.py +157 -0
  125. ansys/systemcoupling/core/adaptor/api_25_1/start_participants.py +47 -0
  126. ansys/systemcoupling/core/adaptor/api_25_1/step.py +57 -0
  127. ansys/systemcoupling/core/adaptor/api_25_1/transformation.py +21 -0
  128. ansys/systemcoupling/core/adaptor/api_25_1/transformation_child.py +62 -0
  129. ansys/systemcoupling/core/adaptor/api_25_1/type.py +39 -0
  130. ansys/systemcoupling/core/adaptor/api_25_1/unmapped_value_options.py +158 -0
  131. ansys/systemcoupling/core/adaptor/api_25_1/update_control.py +43 -0
  132. ansys/systemcoupling/core/adaptor/api_25_1/update_participant.py +61 -0
  133. ansys/systemcoupling/core/adaptor/api_25_1/variable.py +20 -0
  134. ansys/systemcoupling/core/adaptor/api_25_1/variable_child.py +231 -0
  135. ansys/systemcoupling/core/adaptor/api_25_1/write_csv_chart_files.py +21 -0
  136. ansys/systemcoupling/core/adaptor/api_25_1/write_ensight.py +46 -0
  137. ansys/systemcoupling/core/adaptor/impl/injected_commands.py +4 -1
  138. ansys/systemcoupling/core/client/grpc_client.py +2 -2
  139. ansys/systemcoupling/core/client/syc_container.py +12 -0
  140. ansys/systemcoupling/core/examples/downloads.py +17 -26
  141. ansys/systemcoupling/core/session.py +28 -7
  142. ansys/systemcoupling/core/util/file_transfer.py +34 -7
  143. {ansys_systemcoupling_core-0.6.dist-info → ansys_systemcoupling_core-0.8.0.dist-info}/LICENSE +7 -7
  144. {ansys_systemcoupling_core-0.6.dist-info → ansys_systemcoupling_core-0.8.0.dist-info}/METADATA +17 -18
  145. {ansys_systemcoupling_core-0.6.dist-info → ansys_systemcoupling_core-0.8.0.dist-info}/RECORD +146 -36
  146. {ansys_systemcoupling_core-0.6.dist-info → ansys_systemcoupling_core-0.8.0.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
1
1
  ansys/systemcoupling/core/__init__.py,sha256=9dek5li8pDDRA5oBI3mPeOwu784_qzwzse3lTNLyUWU,7404
2
2
  ansys/systemcoupling/core/_version.py,sha256=WDT4Te1BIWgZU3Gt3WrwVwiGFs4nolWZXbwX-Ubj_r4,1579
3
- ansys/systemcoupling/core/session.py,sha256=PP3cmMqb0zgOJbtFIfESkTLFOFlLt29IArRhWG4V__k,10260
3
+ ansys/systemcoupling/core/session.py,sha256=yjnZI-OFKLjnooVRg5e0M9MIJGV38Cm041mcdb6nMCs,10983
4
4
  ansys/systemcoupling/core/syc_version.py,sha256=dn1BRe9hzGD2QAsuk6OLjxNcznJlpyiPIZh9Zjrwdqc,3783
5
5
  ansys/systemcoupling/core/adaptor/api_23_1/_add_participant.py,sha256=_Wbmc-g3FyEyFodFjklI8IBJ3lLIWEIMHsMdAFlddsM,1198
6
6
  ansys/systemcoupling/core/adaptor/api_23_1/_clear_state.py,sha256=z13uOkk8M-Ue1_znQXEyGvYOYW1zHSV-MpZgEMDPlTg,215
@@ -10,12 +10,12 @@ ansys/systemcoupling/core/adaptor/api_23_1/activate_hidden.py,sha256=Uf2rts5LwKg
10
10
  ansys/systemcoupling/core/adaptor/api_23_1/add_data_transfer.py,sha256=j0BNIn4vkNyU3g92Wlu_t24uZUaGVIFo2zjZAwDlPzc,8249
11
11
  ansys/systemcoupling/core/adaptor/api_23_1/add_data_transfer_by_display_names.py,sha256=TVDOqTTifKrHFMyBKx0VMVl2m3ZmX8NvaMssLhRjHQ0,8052
12
12
  ansys/systemcoupling/core/adaptor/api_23_1/add_expression_function.py,sha256=fqYkvyznmUFZ-k5t57UVpWmxplq5J2vgVV13Jg8cIy4,2044
13
- ansys/systemcoupling/core/adaptor/api_23_1/add_interface.py,sha256=r0NSTZYjqcLGGgOx7TVX9mzPCi1c_BytI5JVoNmF40Y,2163
14
- ansys/systemcoupling/core/adaptor/api_23_1/add_interface_by_display_names.py,sha256=nXvfpHXvM0kxza-PuhZi3Gmy4YYoUIWYo5qPPyPkcBU,2212
13
+ ansys/systemcoupling/core/adaptor/api_23_1/add_interface.py,sha256=ciqvtnoCjDtKm6Mgb6JrdWE9nC9S8znpFlh-idKJhEM,2139
14
+ ansys/systemcoupling/core/adaptor/api_23_1/add_interface_by_display_names.py,sha256=0R-CPikzBIo5vyLUcqocZlSRbSpMOJ6GsVQCWX4OoIw,2188
15
15
  ansys/systemcoupling/core/adaptor/api_23_1/add_named_expression.py,sha256=EdIXcG8eTluhZWKq0iVCxLXUD2Gv1YxCGD5s4-NiwEQ,1150
16
16
  ansys/systemcoupling/core/adaptor/api_23_1/add_participant.py,sha256=f1t4TCJdtpnsiUTrqv9s_i_CU2xWbli6xhML5_N3cqU,5511
17
17
  ansys/systemcoupling/core/adaptor/api_23_1/add_reference_frame.py,sha256=nkeFI6QMouZJ01ToDk-VzeH17ISwYkoQx5QSqr-xyzk,1170
18
- ansys/systemcoupling/core/adaptor/api_23_1/add_transformation.py,sha256=NFTCbcM-CVHu3EQnIdiykuLvku1mpLtRrWwQKVBrN6E,3347
18
+ ansys/systemcoupling/core/adaptor/api_23_1/add_transformation.py,sha256=JjbUFOWj7aYBX40EPHzNnx2C0lUS8WlSnfh-i0Za2b0,3322
19
19
  ansys/systemcoupling/core/adaptor/api_23_1/analysis_control.py,sha256=LWBsJ5LsTMLKwg7QnngPfjOxIiNKYGQpulvUJ_xqXAs,9171
20
20
  ansys/systemcoupling/core/adaptor/api_23_1/apip.py,sha256=Ls8lYnN6bt0Qjiy_eBvx60EluF8OlcRRtT4wMlR1CJU,839
21
21
  ansys/systemcoupling/core/adaptor/api_23_1/ascii_output.py,sha256=StmdIhKMdhA4w1KkZT_jV4dop4Ns8KkpDDrg5emvIrU,1015
@@ -64,7 +64,7 @@ ansys/systemcoupling/core/adaptor/api_23_1/open.py,sha256=UaI7smLrHnzBULHTQPwlnc
64
64
  ansys/systemcoupling/core/adaptor/api_23_1/open_results_in_ensight.py,sha256=-6oH21MgMzld_mZfjMje8MhwX7gCGK4oNEC0l-WT0Fg,1063
65
65
  ansys/systemcoupling/core/adaptor/api_23_1/open_snapshot.py,sha256=8XRCnVH8REZtLhzgzfzvoJlJDuMhTvGSvv8DIIESH-4,1153
66
66
  ansys/systemcoupling/core/adaptor/api_23_1/output_control.py,sha256=6QnYonN1l5Xfw62_BA4cJN0RP67DDe-M38wKU2DJGO4,4386
67
- ansys/systemcoupling/core/adaptor/api_23_1/partition_participants.py,sha256=poDXGOmScGs7COyiqRamDOxnPlVOF4bYu7tHt-4kSzw,6261
67
+ ansys/systemcoupling/core/adaptor/api_23_1/partition_participants.py,sha256=SfHkqFngUGTNAnWxcTDfDjnPIrO80m8rxuM1xtn0B-4,6112
68
68
  ansys/systemcoupling/core/adaptor/api_23_1/reference_frame.py,sha256=yVZ5xcOW49bBf2lAsbrOQoad8mVvHDzNiI7rJKbR1-Q,476
69
69
  ansys/systemcoupling/core/adaptor/api_23_1/reference_frame_child.py,sha256=OPcv4yuajxCZmyll3M1l61ZuMHbVC7QKp3uZaLOJgZ0,2421
70
70
  ansys/systemcoupling/core/adaptor/api_23_1/region.py,sha256=PKqU-nQejxJF_l2G8tPJ39IbiVtGRyun9kubM07X8w0,393
@@ -74,7 +74,7 @@ ansys/systemcoupling/core/adaptor/api_23_1/results.py,sha256=t-uhPT5K6WpP6C4kNlo
74
74
  ansys/systemcoupling/core/adaptor/api_23_1/save.py,sha256=cf2Wtmr2j7tedleIXEZZJVloi5zH00vx7kCQalkNDW4,1684
75
75
  ansys/systemcoupling/core/adaptor/api_23_1/save_snapshot.py,sha256=ToFCyETB_v_nBMP2gs99U8-j2NoH4KYZyvmL5-zKN8g,1950
76
76
  ansys/systemcoupling/core/adaptor/api_23_1/setup_root.py,sha256=Db4QxXFu0vuOpDbHiSV0n38OUGYP3sXb-sBz93Oi5Ac,6426
77
- ansys/systemcoupling/core/adaptor/api_23_1/show_plot.py,sha256=LnqVDjwGn7XZLrjh5eGae4yRwCnfSsXIBCsexZpyH0k,1899
77
+ ansys/systemcoupling/core/adaptor/api_23_1/show_plot.py,sha256=qGa4acJb2LU3CqytIFrWKQ59aQLtCQnUCs1HbOR6lDc,1887
78
78
  ansys/systemcoupling/core/adaptor/api_23_1/shutdown.py,sha256=piXJW0ZiGH-5WK-4dUWMymGR2iQeptCOK0a3yw980O0,808
79
79
  ansys/systemcoupling/core/adaptor/api_23_1/side.py,sha256=JofUJvD2LVcaKhcXtaH7WiUE71fi5c1_3jkMOsy_AZk,372
80
80
  ansys/systemcoupling/core/adaptor/api_23_1/side_child.py,sha256=WikcffoNsdL6C4IGN1YTsH5PevhJ8s7SxyIp7v6xKq8,1721
@@ -82,7 +82,7 @@ ansys/systemcoupling/core/adaptor/api_23_1/solution_control.py,sha256=0z255QBdz0
82
82
  ansys/systemcoupling/core/adaptor/api_23_1/solution_root.py,sha256=oZt6GdSHiBN2cEJBKMg3rO1iWd0oHbX0pRS7S4umGPk,2877
83
83
  ansys/systemcoupling/core/adaptor/api_23_1/solve.py,sha256=8Hd6x5j7_tUnuv8LgMx7ilEx0NMuajxRRHSHwfhC8GE,1057
84
84
  ansys/systemcoupling/core/adaptor/api_23_1/stabilization.py,sha256=VTp7lDi8s9SithvDDUtzv0fs4FtfZ7Vm2ZAnUbgnbZE,5536
85
- ansys/systemcoupling/core/adaptor/api_23_1/start_participants.py,sha256=9fgplQix05Ss9AsECntH2dskvu8_xy75zoOAv086IU8,1769
85
+ ansys/systemcoupling/core/adaptor/api_23_1/start_participants.py,sha256=7VhAr23cjjNnLo3o6RWCWaoBUjZe8c9Ayof30QfwGfo,1757
86
86
  ansys/systemcoupling/core/adaptor/api_23_1/step.py,sha256=Yq9FzuKFxpeODCr3Q5hagT5hjPuiBYN4-i9p0SS7kVE,1986
87
87
  ansys/systemcoupling/core/adaptor/api_23_1/transformation.py,sha256=ypATHCRKPjrkyvGeRgxba1FwdWsUQqz5YFpaPrvtS2A,509
88
88
  ansys/systemcoupling/core/adaptor/api_23_1/transformation_child.py,sha256=ny8wp4OQJz9WP8Rg9A1B6XY0XATeP4ugkubmYE6Ij20,1837
@@ -102,12 +102,12 @@ ansys/systemcoupling/core/adaptor/api_23_2/activate_hidden.py,sha256=Uf2rts5LwKg
102
102
  ansys/systemcoupling/core/adaptor/api_23_2/add_data_transfer.py,sha256=j0BNIn4vkNyU3g92Wlu_t24uZUaGVIFo2zjZAwDlPzc,8249
103
103
  ansys/systemcoupling/core/adaptor/api_23_2/add_data_transfer_by_display_names.py,sha256=TVDOqTTifKrHFMyBKx0VMVl2m3ZmX8NvaMssLhRjHQ0,8052
104
104
  ansys/systemcoupling/core/adaptor/api_23_2/add_expression_function.py,sha256=fqYkvyznmUFZ-k5t57UVpWmxplq5J2vgVV13Jg8cIy4,2044
105
- ansys/systemcoupling/core/adaptor/api_23_2/add_interface.py,sha256=r0NSTZYjqcLGGgOx7TVX9mzPCi1c_BytI5JVoNmF40Y,2163
106
- ansys/systemcoupling/core/adaptor/api_23_2/add_interface_by_display_names.py,sha256=nXvfpHXvM0kxza-PuhZi3Gmy4YYoUIWYo5qPPyPkcBU,2212
105
+ ansys/systemcoupling/core/adaptor/api_23_2/add_interface.py,sha256=ciqvtnoCjDtKm6Mgb6JrdWE9nC9S8znpFlh-idKJhEM,2139
106
+ ansys/systemcoupling/core/adaptor/api_23_2/add_interface_by_display_names.py,sha256=0R-CPikzBIo5vyLUcqocZlSRbSpMOJ6GsVQCWX4OoIw,2188
107
107
  ansys/systemcoupling/core/adaptor/api_23_2/add_named_expression.py,sha256=EdIXcG8eTluhZWKq0iVCxLXUD2Gv1YxCGD5s4-NiwEQ,1150
108
108
  ansys/systemcoupling/core/adaptor/api_23_2/add_participant.py,sha256=f1t4TCJdtpnsiUTrqv9s_i_CU2xWbli6xhML5_N3cqU,5511
109
109
  ansys/systemcoupling/core/adaptor/api_23_2/add_reference_frame.py,sha256=nkeFI6QMouZJ01ToDk-VzeH17ISwYkoQx5QSqr-xyzk,1170
110
- ansys/systemcoupling/core/adaptor/api_23_2/add_transformation.py,sha256=NFTCbcM-CVHu3EQnIdiykuLvku1mpLtRrWwQKVBrN6E,3347
110
+ ansys/systemcoupling/core/adaptor/api_23_2/add_transformation.py,sha256=JjbUFOWj7aYBX40EPHzNnx2C0lUS8WlSnfh-i0Za2b0,3322
111
111
  ansys/systemcoupling/core/adaptor/api_23_2/analysis_control.py,sha256=lX36KAySXLFP7ldyqmBmNMJ7udXafjQWXvWuMhYl2zo,9461
112
112
  ansys/systemcoupling/core/adaptor/api_23_2/apip.py,sha256=Ls8lYnN6bt0Qjiy_eBvx60EluF8OlcRRtT4wMlR1CJU,839
113
113
  ansys/systemcoupling/core/adaptor/api_23_2/ascii_output.py,sha256=StmdIhKMdhA4w1KkZT_jV4dop4Ns8KkpDDrg5emvIrU,1015
@@ -160,7 +160,7 @@ ansys/systemcoupling/core/adaptor/api_23_2/open.py,sha256=UaI7smLrHnzBULHTQPwlnc
160
160
  ansys/systemcoupling/core/adaptor/api_23_2/open_results_in_en_sight.py,sha256=U0rHjBgCPJS9yA0jLn8RDkc-M5_49Kwe1NYxFRb06lU,1903
161
161
  ansys/systemcoupling/core/adaptor/api_23_2/open_snapshot.py,sha256=8XRCnVH8REZtLhzgzfzvoJlJDuMhTvGSvv8DIIESH-4,1153
162
162
  ansys/systemcoupling/core/adaptor/api_23_2/output_control.py,sha256=GWZCrFkq6UOPGiHAVZuB1yU4gVB2HS-fHJOh1Li7lzI,4587
163
- ansys/systemcoupling/core/adaptor/api_23_2/partition_participants.py,sha256=poDXGOmScGs7COyiqRamDOxnPlVOF4bYu7tHt-4kSzw,6261
163
+ ansys/systemcoupling/core/adaptor/api_23_2/partition_participants.py,sha256=SfHkqFngUGTNAnWxcTDfDjnPIrO80m8rxuM1xtn0B-4,6112
164
164
  ansys/systemcoupling/core/adaptor/api_23_2/reference_frame.py,sha256=yVZ5xcOW49bBf2lAsbrOQoad8mVvHDzNiI7rJKbR1-Q,476
165
165
  ansys/systemcoupling/core/adaptor/api_23_2/reference_frame_child.py,sha256=OPcv4yuajxCZmyll3M1l61ZuMHbVC7QKp3uZaLOJgZ0,2421
166
166
  ansys/systemcoupling/core/adaptor/api_23_2/region.py,sha256=PKqU-nQejxJF_l2G8tPJ39IbiVtGRyun9kubM07X8w0,393
@@ -170,7 +170,7 @@ ansys/systemcoupling/core/adaptor/api_23_2/results.py,sha256=t-uhPT5K6WpP6C4kNlo
170
170
  ansys/systemcoupling/core/adaptor/api_23_2/save.py,sha256=cf2Wtmr2j7tedleIXEZZJVloi5zH00vx7kCQalkNDW4,1684
171
171
  ansys/systemcoupling/core/adaptor/api_23_2/save_snapshot.py,sha256=ToFCyETB_v_nBMP2gs99U8-j2NoH4KYZyvmL5-zKN8g,1950
172
172
  ansys/systemcoupling/core/adaptor/api_23_2/setup_root.py,sha256=Wlh8E_AzzA0do5YVjeSIxfCiwyZLGbzyMSFRTFhND50,6426
173
- ansys/systemcoupling/core/adaptor/api_23_2/show_plot.py,sha256=LnqVDjwGn7XZLrjh5eGae4yRwCnfSsXIBCsexZpyH0k,1899
173
+ ansys/systemcoupling/core/adaptor/api_23_2/show_plot.py,sha256=qGa4acJb2LU3CqytIFrWKQ59aQLtCQnUCs1HbOR6lDc,1887
174
174
  ansys/systemcoupling/core/adaptor/api_23_2/shutdown.py,sha256=piXJW0ZiGH-5WK-4dUWMymGR2iQeptCOK0a3yw980O0,808
175
175
  ansys/systemcoupling/core/adaptor/api_23_2/side.py,sha256=JofUJvD2LVcaKhcXtaH7WiUE71fi5c1_3jkMOsy_AZk,372
176
176
  ansys/systemcoupling/core/adaptor/api_23_2/side_child.py,sha256=WikcffoNsdL6C4IGN1YTsH5PevhJ8s7SxyIp7v6xKq8,1721
@@ -178,7 +178,7 @@ ansys/systemcoupling/core/adaptor/api_23_2/solution_control.py,sha256=0z255QBdz0
178
178
  ansys/systemcoupling/core/adaptor/api_23_2/solution_root.py,sha256=RKjSL5tPPuXWwYi6yU7WUaJx7CWv9cFRN7vMhR_9QwQ,3094
179
179
  ansys/systemcoupling/core/adaptor/api_23_2/solve.py,sha256=8Hd6x5j7_tUnuv8LgMx7ilEx0NMuajxRRHSHwfhC8GE,1057
180
180
  ansys/systemcoupling/core/adaptor/api_23_2/stabilization.py,sha256=VTp7lDi8s9SithvDDUtzv0fs4FtfZ7Vm2ZAnUbgnbZE,5536
181
- ansys/systemcoupling/core/adaptor/api_23_2/start_participants.py,sha256=9fgplQix05Ss9AsECntH2dskvu8_xy75zoOAv086IU8,1769
181
+ ansys/systemcoupling/core/adaptor/api_23_2/start_participants.py,sha256=7VhAr23cjjNnLo3o6RWCWaoBUjZe8c9Ayof30QfwGfo,1757
182
182
  ansys/systemcoupling/core/adaptor/api_23_2/step.py,sha256=Yq9FzuKFxpeODCr3Q5hagT5hjPuiBYN4-i9p0SS7kVE,1986
183
183
  ansys/systemcoupling/core/adaptor/api_23_2/transformation.py,sha256=ypATHCRKPjrkyvGeRgxba1FwdWsUQqz5YFpaPrvtS2A,509
184
184
  ansys/systemcoupling/core/adaptor/api_23_2/transformation_child.py,sha256=ny8wp4OQJz9WP8Rg9A1B6XY0XATeP4ugkubmYE6Ij20,1837
@@ -195,19 +195,19 @@ ansys/systemcoupling/core/adaptor/api_24_1/_clear_state.py,sha256=z13uOkk8M-Ue1_
195
195
  ansys/systemcoupling/core/adaptor/api_24_1/_solve.py,sha256=MOOadf9YEzjm67-3VUewym8bVJP7hcbuo6YuN_c6HTI,204
196
196
  ansys/systemcoupling/core/adaptor/api_24_1/abort.py,sha256=BTKQbwh-d5juGRF5EsjFDeQ8luYNH2clYFdKYyq0iQg,858
197
197
  ansys/systemcoupling/core/adaptor/api_24_1/activate_hidden.py,sha256=Uf2rts5LwKgHRurdR0FMxg34LncMqsT9y_DFG41kFaU,1421
198
- ansys/systemcoupling/core/adaptor/api_24_1/add_aerodamping_data_transfers.py,sha256=bEa1I3IUBpJvta4I7OrmuOOy7eAXIGx7Zd5ZxJsnTO8,1113
198
+ ansys/systemcoupling/core/adaptor/api_24_1/add_aerodamping_data_transfers.py,sha256=M2Ma8DQI0899pHrGyM8mk_Vb5daEX_W8gXltyngAqxg,1101
199
199
  ansys/systemcoupling/core/adaptor/api_24_1/add_data_transfer.py,sha256=j0BNIn4vkNyU3g92Wlu_t24uZUaGVIFo2zjZAwDlPzc,8249
200
200
  ansys/systemcoupling/core/adaptor/api_24_1/add_data_transfer_by_display_names.py,sha256=FRwWfL7OKfA9fRXEt3wLqk9SfkSu5eEJhskaSZ1x7Bs,8168
201
201
  ansys/systemcoupling/core/adaptor/api_24_1/add_expression_function.py,sha256=fqYkvyznmUFZ-k5t57UVpWmxplq5J2vgVV13Jg8cIy4,2044
202
202
  ansys/systemcoupling/core/adaptor/api_24_1/add_fsi_data_transfers.py,sha256=CSKP2QOIwQsYtVUKJAbg0iwFOIcwV-u89LQQfEcwRI8,694
203
- ansys/systemcoupling/core/adaptor/api_24_1/add_interface.py,sha256=Oh_a3GHbHG_JqTmZOvmVbpLckQRhy61OcpKn55aHBFw,2574
204
- ansys/systemcoupling/core/adaptor/api_24_1/add_interface_by_display_names.py,sha256=ALH4GgubMlRVKBj_P8D25ZMCoaG-5UE7_sC7RjKwBkI,2324
203
+ ansys/systemcoupling/core/adaptor/api_24_1/add_interface.py,sha256=JZAD-knXLuM1sAYbM3rqtEkJ4khYiFMzYdnUauC4UTo,2550
204
+ ansys/systemcoupling/core/adaptor/api_24_1/add_interface_by_display_names.py,sha256=fHqrLSHNK29LxYgS4aSHKC1iEB1BJqWKBhthn4V3CGw,2300
205
205
  ansys/systemcoupling/core/adaptor/api_24_1/add_named_expression.py,sha256=EdIXcG8eTluhZWKq0iVCxLXUD2Gv1YxCGD5s4-NiwEQ,1150
206
206
  ansys/systemcoupling/core/adaptor/api_24_1/add_ordered_data_transfers.py,sha256=BItyZJBvd4S8jpiulSCaOohCHnDJ6U1ee-S3f7NO_Yo,735
207
207
  ansys/systemcoupling/core/adaptor/api_24_1/add_participant.py,sha256=m-xjBf1DFP4H4SxyW67sgVoWtoOqSKXh7HBpurl-IJY,5361
208
208
  ansys/systemcoupling/core/adaptor/api_24_1/add_reference_frame.py,sha256=nkeFI6QMouZJ01ToDk-VzeH17ISwYkoQx5QSqr-xyzk,1170
209
209
  ansys/systemcoupling/core/adaptor/api_24_1/add_thermal_data_transfers.py,sha256=FjPaV4lc8H_FvUScGif4cHWfXKKun97uUr_qJxaPotY,1105
210
- ansys/systemcoupling/core/adaptor/api_24_1/add_transformation.py,sha256=NFTCbcM-CVHu3EQnIdiykuLvku1mpLtRrWwQKVBrN6E,3347
210
+ ansys/systemcoupling/core/adaptor/api_24_1/add_transformation.py,sha256=JjbUFOWj7aYBX40EPHzNnx2C0lUS8WlSnfh-i0Za2b0,3322
211
211
  ansys/systemcoupling/core/adaptor/api_24_1/analysis_control.py,sha256=VM5rSA4x3dtje-ah5AIA3on6ZPcRo3y9nYie4L4Q8QE,10857
212
212
  ansys/systemcoupling/core/adaptor/api_24_1/apip.py,sha256=Ls8lYnN6bt0Qjiy_eBvx60EluF8OlcRRtT4wMlR1CJU,839
213
213
  ansys/systemcoupling/core/adaptor/api_24_1/ascii_output.py,sha256=StmdIhKMdhA4w1KkZT_jV4dop4Ns8KkpDDrg5emvIrU,1015
@@ -264,7 +264,7 @@ ansys/systemcoupling/core/adaptor/api_24_1/open_snapshot.py,sha256=8XRCnVH8REZtL
264
264
  ansys/systemcoupling/core/adaptor/api_24_1/output_control.py,sha256=GWZCrFkq6UOPGiHAVZuB1yU4gVB2HS-fHJOh1Li7lzI,4587
265
265
  ansys/systemcoupling/core/adaptor/api_24_1/parameter.py,sha256=lKDRb2gBnqPq7dd2bUY93EdfIZw4nGZN-F2GIedXzko,420
266
266
  ansys/systemcoupling/core/adaptor/api_24_1/parameter_child.py,sha256=cbWCTWoLtidkiu1YasufFmfmbx6iHgCXFGC5gUeZtLo,1686
267
- ansys/systemcoupling/core/adaptor/api_24_1/partition_participants.py,sha256=poDXGOmScGs7COyiqRamDOxnPlVOF4bYu7tHt-4kSzw,6261
267
+ ansys/systemcoupling/core/adaptor/api_24_1/partition_participants.py,sha256=SfHkqFngUGTNAnWxcTDfDjnPIrO80m8rxuM1xtn0B-4,6112
268
268
  ansys/systemcoupling/core/adaptor/api_24_1/record_interactions.py,sha256=1Nba_k0v9q4VLJ8BEhalSvznOxBHpv-u3TJDSKGrYYg,1091
269
269
  ansys/systemcoupling/core/adaptor/api_24_1/reference_frame.py,sha256=yVZ5xcOW49bBf2lAsbrOQoad8mVvHDzNiI7rJKbR1-Q,476
270
270
  ansys/systemcoupling/core/adaptor/api_24_1/reference_frame_child.py,sha256=OPcv4yuajxCZmyll3M1l61ZuMHbVC7QKp3uZaLOJgZ0,2421
@@ -275,7 +275,7 @@ ansys/systemcoupling/core/adaptor/api_24_1/results.py,sha256=t-uhPT5K6WpP6C4kNlo
275
275
  ansys/systemcoupling/core/adaptor/api_24_1/save.py,sha256=cf2Wtmr2j7tedleIXEZZJVloi5zH00vx7kCQalkNDW4,1684
276
276
  ansys/systemcoupling/core/adaptor/api_24_1/save_snapshot.py,sha256=ToFCyETB_v_nBMP2gs99U8-j2NoH4KYZyvmL5-zKN8g,1950
277
277
  ansys/systemcoupling/core/adaptor/api_24_1/setup_root.py,sha256=TdQViEYiZf3QbkuoGYaUIUftBr7da1zA9CKun4i2f-E,8420
278
- ansys/systemcoupling/core/adaptor/api_24_1/show_plot.py,sha256=LnqVDjwGn7XZLrjh5eGae4yRwCnfSsXIBCsexZpyH0k,1899
278
+ ansys/systemcoupling/core/adaptor/api_24_1/show_plot.py,sha256=qGa4acJb2LU3CqytIFrWKQ59aQLtCQnUCs1HbOR6lDc,1887
279
279
  ansys/systemcoupling/core/adaptor/api_24_1/shutdown.py,sha256=piXJW0ZiGH-5WK-4dUWMymGR2iQeptCOK0a3yw980O0,808
280
280
  ansys/systemcoupling/core/adaptor/api_24_1/side.py,sha256=JofUJvD2LVcaKhcXtaH7WiUE71fi5c1_3jkMOsy_AZk,372
281
281
  ansys/systemcoupling/core/adaptor/api_24_1/side_child.py,sha256=WikcffoNsdL6C4IGN1YTsH5PevhJ8s7SxyIp7v6xKq8,1721
@@ -283,7 +283,7 @@ ansys/systemcoupling/core/adaptor/api_24_1/solution_control.py,sha256=PJSTDi5fXg
283
283
  ansys/systemcoupling/core/adaptor/api_24_1/solution_root.py,sha256=rrCc4DTnRWOHTavGeQOXjvQjSUztXpLLLiGRk2Q7KU8,3087
284
284
  ansys/systemcoupling/core/adaptor/api_24_1/solve.py,sha256=8Hd6x5j7_tUnuv8LgMx7ilEx0NMuajxRRHSHwfhC8GE,1057
285
285
  ansys/systemcoupling/core/adaptor/api_24_1/stabilization.py,sha256=VTp7lDi8s9SithvDDUtzv0fs4FtfZ7Vm2ZAnUbgnbZE,5536
286
- ansys/systemcoupling/core/adaptor/api_24_1/start_participants.py,sha256=Nn1wJbj7XZx_CEyJIFDx0KfjcUsZHkW4cdyMC36eDdo,1764
286
+ ansys/systemcoupling/core/adaptor/api_24_1/start_participants.py,sha256=SnvvR1HnLq3va0VrdHMcqki95UZJx6w-DwJCPoaKvFw,1752
287
287
  ansys/systemcoupling/core/adaptor/api_24_1/step.py,sha256=Yq9FzuKFxpeODCr3Q5hagT5hjPuiBYN4-i9p0SS7kVE,1986
288
288
  ansys/systemcoupling/core/adaptor/api_24_1/transformation.py,sha256=ypATHCRKPjrkyvGeRgxba1FwdWsUQqz5YFpaPrvtS2A,509
289
289
  ansys/systemcoupling/core/adaptor/api_24_1/transformation_child.py,sha256=ny8wp4OQJz9WP8Rg9A1B6XY0XATeP4ugkubmYE6Ij20,1837
@@ -300,19 +300,19 @@ ansys/systemcoupling/core/adaptor/api_24_2/_clear_state.py,sha256=z13uOkk8M-Ue1_
300
300
  ansys/systemcoupling/core/adaptor/api_24_2/_solve.py,sha256=MOOadf9YEzjm67-3VUewym8bVJP7hcbuo6YuN_c6HTI,204
301
301
  ansys/systemcoupling/core/adaptor/api_24_2/abort.py,sha256=BTKQbwh-d5juGRF5EsjFDeQ8luYNH2clYFdKYyq0iQg,858
302
302
  ansys/systemcoupling/core/adaptor/api_24_2/activate_hidden.py,sha256=Uf2rts5LwKgHRurdR0FMxg34LncMqsT9y_DFG41kFaU,1421
303
- ansys/systemcoupling/core/adaptor/api_24_2/add_aerodamping_data_transfers.py,sha256=bEa1I3IUBpJvta4I7OrmuOOy7eAXIGx7Zd5ZxJsnTO8,1113
303
+ ansys/systemcoupling/core/adaptor/api_24_2/add_aerodamping_data_transfers.py,sha256=M2Ma8DQI0899pHrGyM8mk_Vb5daEX_W8gXltyngAqxg,1101
304
304
  ansys/systemcoupling/core/adaptor/api_24_2/add_data_transfer.py,sha256=9B5IeJo1xTJ74J5wBKwpTlUuiXNM2ylVk2usF-F-G3E,8251
305
305
  ansys/systemcoupling/core/adaptor/api_24_2/add_data_transfer_by_display_names.py,sha256=FRwWfL7OKfA9fRXEt3wLqk9SfkSu5eEJhskaSZ1x7Bs,8168
306
306
  ansys/systemcoupling/core/adaptor/api_24_2/add_expression_function.py,sha256=fqYkvyznmUFZ-k5t57UVpWmxplq5J2vgVV13Jg8cIy4,2044
307
307
  ansys/systemcoupling/core/adaptor/api_24_2/add_fsi_data_transfers.py,sha256=Kk0EICwjRtcdFDDWYSgQr9sr5zNr_l2eOXa2zWd5eWU,1079
308
- ansys/systemcoupling/core/adaptor/api_24_2/add_interface.py,sha256=Oh_a3GHbHG_JqTmZOvmVbpLckQRhy61OcpKn55aHBFw,2574
309
- ansys/systemcoupling/core/adaptor/api_24_2/add_interface_by_display_names.py,sha256=ALH4GgubMlRVKBj_P8D25ZMCoaG-5UE7_sC7RjKwBkI,2324
308
+ ansys/systemcoupling/core/adaptor/api_24_2/add_interface.py,sha256=JZAD-knXLuM1sAYbM3rqtEkJ4khYiFMzYdnUauC4UTo,2550
309
+ ansys/systemcoupling/core/adaptor/api_24_2/add_interface_by_display_names.py,sha256=fHqrLSHNK29LxYgS4aSHKC1iEB1BJqWKBhthn4V3CGw,2300
310
310
  ansys/systemcoupling/core/adaptor/api_24_2/add_named_expression.py,sha256=EdIXcG8eTluhZWKq0iVCxLXUD2Gv1YxCGD5s4-NiwEQ,1150
311
311
  ansys/systemcoupling/core/adaptor/api_24_2/add_ordered_data_transfers.py,sha256=BItyZJBvd4S8jpiulSCaOohCHnDJ6U1ee-S3f7NO_Yo,735
312
312
  ansys/systemcoupling/core/adaptor/api_24_2/add_participant.py,sha256=a9NN0u20-7FdxxpKhV9NW7MCdq9s6aTn5ERlyoqocvQ,6395
313
313
  ansys/systemcoupling/core/adaptor/api_24_2/add_reference_frame.py,sha256=nkeFI6QMouZJ01ToDk-VzeH17ISwYkoQx5QSqr-xyzk,1170
314
314
  ansys/systemcoupling/core/adaptor/api_24_2/add_thermal_data_transfers.py,sha256=FjPaV4lc8H_FvUScGif4cHWfXKKun97uUr_qJxaPotY,1105
315
- ansys/systemcoupling/core/adaptor/api_24_2/add_transformation.py,sha256=NFTCbcM-CVHu3EQnIdiykuLvku1mpLtRrWwQKVBrN6E,3347
315
+ ansys/systemcoupling/core/adaptor/api_24_2/add_transformation.py,sha256=JjbUFOWj7aYBX40EPHzNnx2C0lUS8WlSnfh-i0Za2b0,3322
316
316
  ansys/systemcoupling/core/adaptor/api_24_2/analysis_control.py,sha256=VM5rSA4x3dtje-ah5AIA3on6ZPcRo3y9nYie4L4Q8QE,10857
317
317
  ansys/systemcoupling/core/adaptor/api_24_2/apip.py,sha256=Ls8lYnN6bt0Qjiy_eBvx60EluF8OlcRRtT4wMlR1CJU,839
318
318
  ansys/systemcoupling/core/adaptor/api_24_2/ascii_output.py,sha256=StmdIhKMdhA4w1KkZT_jV4dop4Ns8KkpDDrg5emvIrU,1015
@@ -372,7 +372,7 @@ ansys/systemcoupling/core/adaptor/api_24_2/open_snapshot.py,sha256=8XRCnVH8REZtL
372
372
  ansys/systemcoupling/core/adaptor/api_24_2/output_control.py,sha256=GWZCrFkq6UOPGiHAVZuB1yU4gVB2HS-fHJOh1Li7lzI,4587
373
373
  ansys/systemcoupling/core/adaptor/api_24_2/parameter.py,sha256=lKDRb2gBnqPq7dd2bUY93EdfIZw4nGZN-F2GIedXzko,420
374
374
  ansys/systemcoupling/core/adaptor/api_24_2/parameter_child.py,sha256=cbWCTWoLtidkiu1YasufFmfmbx6iHgCXFGC5gUeZtLo,1686
375
- ansys/systemcoupling/core/adaptor/api_24_2/partition_participants.py,sha256=poDXGOmScGs7COyiqRamDOxnPlVOF4bYu7tHt-4kSzw,6261
375
+ ansys/systemcoupling/core/adaptor/api_24_2/partition_participants.py,sha256=SfHkqFngUGTNAnWxcTDfDjnPIrO80m8rxuM1xtn0B-4,6112
376
376
  ansys/systemcoupling/core/adaptor/api_24_2/properties.py,sha256=nhwhkbDvBsMkkBpSgd2_1kJPyPINA7YWJF-Yasu5Wp4,1036
377
377
  ansys/systemcoupling/core/adaptor/api_24_2/record_interactions.py,sha256=OkULB8ak-5KsCUZYFfeuUMxkCbCoOZBtuENhIVe8ahY,1469
378
378
  ansys/systemcoupling/core/adaptor/api_24_2/reference_frame.py,sha256=yVZ5xcOW49bBf2lAsbrOQoad8mVvHDzNiI7rJKbR1-Q,476
@@ -384,7 +384,7 @@ ansys/systemcoupling/core/adaptor/api_24_2/results.py,sha256=t-uhPT5K6WpP6C4kNlo
384
384
  ansys/systemcoupling/core/adaptor/api_24_2/save.py,sha256=cf2Wtmr2j7tedleIXEZZJVloi5zH00vx7kCQalkNDW4,1684
385
385
  ansys/systemcoupling/core/adaptor/api_24_2/save_snapshot.py,sha256=ToFCyETB_v_nBMP2gs99U8-j2NoH4KYZyvmL5-zKN8g,1950
386
386
  ansys/systemcoupling/core/adaptor/api_24_2/setup_root.py,sha256=J5a2ZlaWi2HlhuIbI1lmmCA4gOOIIcEKfR6eZUEiJ0M,8734
387
- ansys/systemcoupling/core/adaptor/api_24_2/show_plot.py,sha256=LnqVDjwGn7XZLrjh5eGae4yRwCnfSsXIBCsexZpyH0k,1899
387
+ ansys/systemcoupling/core/adaptor/api_24_2/show_plot.py,sha256=qGa4acJb2LU3CqytIFrWKQ59aQLtCQnUCs1HbOR6lDc,1887
388
388
  ansys/systemcoupling/core/adaptor/api_24_2/shutdown.py,sha256=piXJW0ZiGH-5WK-4dUWMymGR2iQeptCOK0a3yw980O0,808
389
389
  ansys/systemcoupling/core/adaptor/api_24_2/side.py,sha256=JofUJvD2LVcaKhcXtaH7WiUE71fi5c1_3jkMOsy_AZk,372
390
390
  ansys/systemcoupling/core/adaptor/api_24_2/side_child.py,sha256=WikcffoNsdL6C4IGN1YTsH5PevhJ8s7SxyIp7v6xKq8,1721
@@ -392,7 +392,7 @@ ansys/systemcoupling/core/adaptor/api_24_2/solution_control.py,sha256=PJSTDi5fXg
392
392
  ansys/systemcoupling/core/adaptor/api_24_2/solution_root.py,sha256=ITuTVKGu1Use3jLPqtRyL1xw3Pb-_7JK8x4Cssg4c6o,3304
393
393
  ansys/systemcoupling/core/adaptor/api_24_2/solve.py,sha256=8Hd6x5j7_tUnuv8LgMx7ilEx0NMuajxRRHSHwfhC8GE,1057
394
394
  ansys/systemcoupling/core/adaptor/api_24_2/stabilization.py,sha256=VTp7lDi8s9SithvDDUtzv0fs4FtfZ7Vm2ZAnUbgnbZE,5536
395
- ansys/systemcoupling/core/adaptor/api_24_2/start_participants.py,sha256=Nn1wJbj7XZx_CEyJIFDx0KfjcUsZHkW4cdyMC36eDdo,1764
395
+ ansys/systemcoupling/core/adaptor/api_24_2/start_participants.py,sha256=SnvvR1HnLq3va0VrdHMcqki95UZJx6w-DwJCPoaKvFw,1752
396
396
  ansys/systemcoupling/core/adaptor/api_24_2/step.py,sha256=Yq9FzuKFxpeODCr3Q5hagT5hjPuiBYN4-i9p0SS7kVE,1986
397
397
  ansys/systemcoupling/core/adaptor/api_24_2/transformation.py,sha256=ypATHCRKPjrkyvGeRgxba1FwdWsUQqz5YFpaPrvtS2A,509
398
398
  ansys/systemcoupling/core/adaptor/api_24_2/transformation_child.py,sha256=ny8wp4OQJz9WP8Rg9A1B6XY0XATeP4ugkubmYE6Ij20,1837
@@ -404,9 +404,119 @@ ansys/systemcoupling/core/adaptor/api_24_2/variable.py,sha256=BJldfmMGuyO9riy6Lw
404
404
  ansys/systemcoupling/core/adaptor/api_24_2/variable_child.py,sha256=aySH9jOK02RU8OCXyp61XKxvWsV7ZLkSa1yKEimZNas,7234
405
405
  ansys/systemcoupling/core/adaptor/api_24_2/write_csv_chart_files.py,sha256=32YlQ9t5bb1qzazVVM4fQOVb1EthrEmPHSXf3dzqv2Q,656
406
406
  ansys/systemcoupling/core/adaptor/api_24_2/write_ensight.py,sha256=cy1ZUL2Td2WCfuuWWIUigMmPdxwRKqV9msH0pJI624Y,1278
407
+ ansys/systemcoupling/core/adaptor/api_25_1/_add_participant.py,sha256=zbTC_i9XBHO7nMnw-Dqm83V_LbLJl7BlVYlzctZ8NOk,1374
408
+ ansys/systemcoupling/core/adaptor/api_25_1/_clear_state.py,sha256=z13uOkk8M-Ue1_znQXEyGvYOYW1zHSV-MpZgEMDPlTg,215
409
+ ansys/systemcoupling/core/adaptor/api_25_1/_solve.py,sha256=MOOadf9YEzjm67-3VUewym8bVJP7hcbuo6YuN_c6HTI,204
410
+ ansys/systemcoupling/core/adaptor/api_25_1/abort.py,sha256=BTKQbwh-d5juGRF5EsjFDeQ8luYNH2clYFdKYyq0iQg,858
411
+ ansys/systemcoupling/core/adaptor/api_25_1/activate_hidden.py,sha256=Uf2rts5LwKgHRurdR0FMxg34LncMqsT9y_DFG41kFaU,1421
412
+ ansys/systemcoupling/core/adaptor/api_25_1/add_aerodamping_data_transfers.py,sha256=M2Ma8DQI0899pHrGyM8mk_Vb5daEX_W8gXltyngAqxg,1101
413
+ ansys/systemcoupling/core/adaptor/api_25_1/add_data_transfer.py,sha256=9B5IeJo1xTJ74J5wBKwpTlUuiXNM2ylVk2usF-F-G3E,8251
414
+ ansys/systemcoupling/core/adaptor/api_25_1/add_data_transfer_by_display_names.py,sha256=FRwWfL7OKfA9fRXEt3wLqk9SfkSu5eEJhskaSZ1x7Bs,8168
415
+ ansys/systemcoupling/core/adaptor/api_25_1/add_expression_function.py,sha256=fqYkvyznmUFZ-k5t57UVpWmxplq5J2vgVV13Jg8cIy4,2044
416
+ ansys/systemcoupling/core/adaptor/api_25_1/add_flow_boundary_data_transfers.py,sha256=vHmh6lKLoRo_8lZh5_bYJB-dUOi_DGs5cJItaaWw8Ms,724
417
+ ansys/systemcoupling/core/adaptor/api_25_1/add_fsi_data_transfers.py,sha256=Kk0EICwjRtcdFDDWYSgQr9sr5zNr_l2eOXa2zWd5eWU,1079
418
+ ansys/systemcoupling/core/adaptor/api_25_1/add_interface.py,sha256=JZAD-knXLuM1sAYbM3rqtEkJ4khYiFMzYdnUauC4UTo,2550
419
+ ansys/systemcoupling/core/adaptor/api_25_1/add_interface_by_display_names.py,sha256=fHqrLSHNK29LxYgS4aSHKC1iEB1BJqWKBhthn4V3CGw,2300
420
+ ansys/systemcoupling/core/adaptor/api_25_1/add_named_expression.py,sha256=EdIXcG8eTluhZWKq0iVCxLXUD2Gv1YxCGD5s4-NiwEQ,1150
421
+ ansys/systemcoupling/core/adaptor/api_25_1/add_ordered_data_transfers.py,sha256=BItyZJBvd4S8jpiulSCaOohCHnDJ6U1ee-S3f7NO_Yo,735
422
+ ansys/systemcoupling/core/adaptor/api_25_1/add_participant.py,sha256=55Kre4HnjH-146Njy0RXSq8F_4t5K2IyvxTnhXxV2Fg,6399
423
+ ansys/systemcoupling/core/adaptor/api_25_1/add_reference_frame.py,sha256=nkeFI6QMouZJ01ToDk-VzeH17ISwYkoQx5QSqr-xyzk,1170
424
+ ansys/systemcoupling/core/adaptor/api_25_1/add_thermal_data_transfers.py,sha256=FjPaV4lc8H_FvUScGif4cHWfXKKun97uUr_qJxaPotY,1105
425
+ ansys/systemcoupling/core/adaptor/api_25_1/add_transformation.py,sha256=JjbUFOWj7aYBX40EPHzNnx2C0lUS8WlSnfh-i0Za2b0,3322
426
+ ansys/systemcoupling/core/adaptor/api_25_1/analysis_control.py,sha256=WFAe8iVAEU09p-024h0LLddtH2clqwuprsPVz6uRXYo,11298
427
+ ansys/systemcoupling/core/adaptor/api_25_1/apip.py,sha256=Ls8lYnN6bt0Qjiy_eBvx60EluF8OlcRRtT4wMlR1CJU,839
428
+ ansys/systemcoupling/core/adaptor/api_25_1/ascii_output.py,sha256=StmdIhKMdhA4w1KkZT_jV4dop4Ns8KkpDDrg5emvIrU,1015
429
+ ansys/systemcoupling/core/adaptor/api_25_1/attribute.py,sha256=00Nmgao_xIWkCZWUj3WaJzuXHtsfKu0nJKZlfAbjVGU,403
430
+ ansys/systemcoupling/core/adaptor/api_25_1/attribute_child.py,sha256=tltI-G_Vd-Fs2j9_oLbnrWntbF6wXd2_KNkD5VerfuM,1779
431
+ ansys/systemcoupling/core/adaptor/api_25_1/automatic_alignment_options.py,sha256=Jofkg8qF7R2331feqF2_Uhw16QWweErGo_noC-vmbio,1428
432
+ ansys/systemcoupling/core/adaptor/api_25_1/available_ports.py,sha256=G8KlmNLTwHlItvnGCQr-zn6es9XNWB95ghZZMpvd4PA,1200
433
+ ansys/systemcoupling/core/adaptor/api_25_1/avoid_data_reconstruction.py,sha256=ZhVEI4Or7Mo0Qhxkv7YDqO5a-bc1EORV9t55XEzNl58,1353
434
+ ansys/systemcoupling/core/adaptor/api_25_1/case_root.py,sha256=eVKGQ0WSjq5tysBpfULVM1rzOYTqDPWCoiPkRGGnpnc,1378
435
+ ansys/systemcoupling/core/adaptor/api_25_1/clear_state.py,sha256=1GC9fvckwPgUXc5CPItk_pSh8l6JWQOagMCd2XD_RDA,419
436
+ ansys/systemcoupling/core/adaptor/api_25_1/connect_ensight_dvs.py,sha256=70-dhniz9W3MoChR95iz1jFHl75w92DV-UXAzVl5YL4,1180
437
+ ansys/systemcoupling/core/adaptor/api_25_1/coupling_interface.py,sha256=tKPoCpvEHBwufEYvpTFTuPflrs45XaE_eMm_ny46fy0,471
438
+ ansys/systemcoupling/core/adaptor/api_25_1/coupling_interface_child.py,sha256=CKYICh0qc3v9mY0wsf8d959yBwjRGdUZDiIr0NbwuYo,1089
439
+ ansys/systemcoupling/core/adaptor/api_25_1/coupling_participant.py,sha256=KvXZYMoyoX-HZiyWfZKilOpn3IqPjc1qUwIQlZjtDEQ,579
440
+ ansys/systemcoupling/core/adaptor/api_25_1/coupling_participant_child.py,sha256=80qFNU9BpwsoT2IoDUYGf8zGXF1Zr54AQls1wa27ReM,9119
441
+ ansys/systemcoupling/core/adaptor/api_25_1/create_restart_point.py,sha256=xuWb1r6KLMjBgI1qP3iMhCJmhtxQOYjhbazp8qUAXvQ,1118
442
+ ansys/systemcoupling/core/adaptor/api_25_1/data_transfer.py,sha256=5Ki-rTC1iPe0tfa1GaiuWl2beVlPUdovK0OeSupgtLw,450
443
+ ansys/systemcoupling/core/adaptor/api_25_1/data_transfer_child.py,sha256=t-jyUSBSk5NWAtIdLZIAtatr_5LsBUtJCUGl7xpJfX8,6375
444
+ ansys/systemcoupling/core/adaptor/api_25_1/delete_snapshot.py,sha256=lE7aKe-B7kvw1ZH1iAR7TMom6v1M_QvaxR4hQf6mJjo,509
445
+ ansys/systemcoupling/core/adaptor/api_25_1/delete_transformation.py,sha256=fKV5y0vxV8sOzctwqvEwoVyNPUCbJU2sjK_NNOxZJHQ,1069
446
+ ansys/systemcoupling/core/adaptor/api_25_1/dimensionality.py,sha256=Glu90DtBnexRB-pz5RFOU6uuKAS4a_VzLN0r_f2vCFU,2822
447
+ ansys/systemcoupling/core/adaptor/api_25_1/execution_control.py,sha256=ycSdfbRGCFPqJnIhXDBUvsZ7RkF4GkxeEuI--8KPN6M,9047
448
+ ansys/systemcoupling/core/adaptor/api_25_1/execution_control_1.py,sha256=lYYPEWRHb4ztgLKlm5iU9CoWR9js54PWoiuqgU-Zvz8,556
449
+ ansys/systemcoupling/core/adaptor/api_25_1/expression.py,sha256=uolUnB2N6U88ieCb24CJlrbwNfl0i8JA-eTqY9iGAHk,447
450
+ ansys/systemcoupling/core/adaptor/api_25_1/expression_child.py,sha256=YueODFAPyY03_Ua0_bV4xESfTsQm0FBLJY85UH300Iw,1039
451
+ ansys/systemcoupling/core/adaptor/api_25_1/expression_function.py,sha256=_sxq4PV0Of6zJP8VTor-wvBS8SoWOhVEeUsyIQ5wntQ,510
452
+ ansys/systemcoupling/core/adaptor/api_25_1/expression_function_child.py,sha256=WHc3R0Y_xkCir1A8eDkwlvZWKUOy4K56tTAnnlFdiP8,1265
453
+ ansys/systemcoupling/core/adaptor/api_25_1/external_data_file.py,sha256=kStH-C9Yp9n45oTuNcmii-qtScLJUqdd9DNKoZNu8IY,595
454
+ ansys/systemcoupling/core/adaptor/api_25_1/fluent_input.py,sha256=SlUFSf85kPDjVhSps07nKXQyywgLGmmoeSwPJZrikvI,2290
455
+ ansys/systemcoupling/core/adaptor/api_25_1/fmu_parameter.py,sha256=wZmboQqUnPpFJikAxv2MT7HHG0xnufIoVrS6kFoyLT4,454
456
+ ansys/systemcoupling/core/adaptor/api_25_1/fmu_parameter_child.py,sha256=O1xQ5ADVR3y-S6NDI302MgRoVKpyckMqbJDgW6kUs48,5040
457
+ ansys/systemcoupling/core/adaptor/api_25_1/generate_input_file.py,sha256=BIAZZyTEm7bx2Kj4AbInWJErrQtB2t1iiHdohaJsp9Y,1030
458
+ ansys/systemcoupling/core/adaptor/api_25_1/get_add_data_transfer_group_commands.py,sha256=VfbZ6oKtNEa02L3XQwlOajzUIfs9UxUhjokehMUnm9w,617
459
+ ansys/systemcoupling/core/adaptor/api_25_1/get_execution_command.py,sha256=XSSEwW_U5hL-GX0oWu7Wriu_JTSUItsVQmZFtt2Ytx8,660
460
+ ansys/systemcoupling/core/adaptor/api_25_1/get_machines.py,sha256=6crBtN1MKpIcwReOZk0rlGBx_OL8dfD8coLNUZQXK64,227
461
+ ansys/systemcoupling/core/adaptor/api_25_1/get_mode_shape_variables.py,sha256=k5r3YfkgEUi6QT3ZafMuKcY1yDwMiyqSztiKFZig8n4,604
462
+ ansys/systemcoupling/core/adaptor/api_25_1/get_region_names_for_participant.py,sha256=rjDc9bjQNaESFnW6OtnKcDJCUkbGsiIJB-y9T06NhjQ,730
463
+ ansys/systemcoupling/core/adaptor/api_25_1/get_setup_summary.py,sha256=a4YvESxFMx3GMk5NJNZ2ck2zWMjvvkKi7k79NpHJ2yc,772
464
+ ansys/systemcoupling/core/adaptor/api_25_1/get_status_messages.py,sha256=MBg7DLCDUFDnBhB16ogEW00_PwVMXxiWs3ht18eTZ2U,2222
465
+ ansys/systemcoupling/core/adaptor/api_25_1/get_supported_participant_types.py,sha256=Q87bRy0PDB7OaTMy5GOu-DUQ27IX-n62kZ6NnYIpR4E,304
466
+ ansys/systemcoupling/core/adaptor/api_25_1/get_thermal_data_transfer_options.py,sha256=ITKmHx-2LaSGVlc0eisfoEjYCr0__b52oKKDycrEDyo,829
467
+ ansys/systemcoupling/core/adaptor/api_25_1/get_transformation.py,sha256=S4XWsDhtsDKs-nEJMEUgD4zxh76C4G_n3h2zfgSy9ds,1000
468
+ ansys/systemcoupling/core/adaptor/api_25_1/global_stabilization.py,sha256=GKoUGq563wEntUqM-uqST_yd0xnoMXO5kTfPMlDDAXg,4903
469
+ ansys/systemcoupling/core/adaptor/api_25_1/has_input_file_changed.py,sha256=PU9djZCJvD8aX4LtA6MyfnqsVXqloitCp4gOTariLT0,909
470
+ ansys/systemcoupling/core/adaptor/api_25_1/import_system_coupling_input_file.py,sha256=BY_zp9YObc2a-H4T_flTVZ95N3JwzH5Df50sT5bI2Mc,993
471
+ ansys/systemcoupling/core/adaptor/api_25_1/initialize.py,sha256=YmTmUme4-tfRtv4XMxsUzIgw-XGyuJttuGxdbFfftns,1025
472
+ ansys/systemcoupling/core/adaptor/api_25_1/instancing.py,sha256=3TW26HU9oiD0Px1kmhk-IfbF9op2GUeTiSCqOV1mf7I,507
473
+ ansys/systemcoupling/core/adaptor/api_25_1/instancing_child.py,sha256=G_-ZpzN2S06EPvOZtYPrAcXn1nQ5_Ns9TxrJwX8A_kQ,2231
474
+ ansys/systemcoupling/core/adaptor/api_25_1/interrupt.py,sha256=r3rfTKTDykPKVWxLENv0xKLCLep_EQIFe6ZW4qPL9kQ,906
475
+ ansys/systemcoupling/core/adaptor/api_25_1/library.py,sha256=woA6i5bJwuvX0rpwPvA037UcJQ68GRVSuEEFnwuKKFw,932
476
+ ansys/systemcoupling/core/adaptor/api_25_1/live_visualization.py,sha256=3vBBtdVUaM5pZasN0wzIO-2Nx3Ei-qa9yLIvD2RM_jA,486
477
+ ansys/systemcoupling/core/adaptor/api_25_1/live_visualization_child.py,sha256=1s-mZXROuCMnUTex47s5reCfwl5QPIftIuSUt63Bgcc,3217
478
+ ansys/systemcoupling/core/adaptor/api_25_1/mapping_control.py,sha256=OTLC1mbtEepHGBvyT_Up52TYoi7jnfAMKO6eJ0OdZS4,8900
479
+ ansys/systemcoupling/core/adaptor/api_25_1/open.py,sha256=UaI7smLrHnzBULHTQPwlnc6YAFODxNwdCgh_bEE-YuQ,4810
480
+ ansys/systemcoupling/core/adaptor/api_25_1/open_results_in_ensight.py,sha256=rJZgR1Hskl8qcwK1DMpVeMAxtFCM-w06o2W3FoGkCqA,1902
481
+ ansys/systemcoupling/core/adaptor/api_25_1/open_snapshot.py,sha256=8XRCnVH8REZtLhzgzfzvoJlJDuMhTvGSvv8DIIESH-4,1153
482
+ ansys/systemcoupling/core/adaptor/api_25_1/output_control.py,sha256=GWZCrFkq6UOPGiHAVZuB1yU4gVB2HS-fHJOh1Li7lzI,4587
483
+ ansys/systemcoupling/core/adaptor/api_25_1/parameter.py,sha256=lKDRb2gBnqPq7dd2bUY93EdfIZw4nGZN-F2GIedXzko,420
484
+ ansys/systemcoupling/core/adaptor/api_25_1/parameter_child.py,sha256=N-2cgILu8mOrvjwiVQvz84eBQzzX5rFV89UPYo3q2yI,1768
485
+ ansys/systemcoupling/core/adaptor/api_25_1/partition_participants.py,sha256=SfHkqFngUGTNAnWxcTDfDjnPIrO80m8rxuM1xtn0B-4,6112
486
+ ansys/systemcoupling/core/adaptor/api_25_1/properties.py,sha256=nhwhkbDvBsMkkBpSgd2_1kJPyPINA7YWJF-Yasu5Wp4,1036
487
+ ansys/systemcoupling/core/adaptor/api_25_1/record_interactions.py,sha256=OkULB8ak-5KsCUZYFfeuUMxkCbCoOZBtuENhIVe8ahY,1469
488
+ ansys/systemcoupling/core/adaptor/api_25_1/reference_frame.py,sha256=yVZ5xcOW49bBf2lAsbrOQoad8mVvHDzNiI7rJKbR1-Q,476
489
+ ansys/systemcoupling/core/adaptor/api_25_1/reference_frame_child.py,sha256=OPcv4yuajxCZmyll3M1l61ZuMHbVC7QKp3uZaLOJgZ0,2421
490
+ ansys/systemcoupling/core/adaptor/api_25_1/region.py,sha256=PKqU-nQejxJF_l2G8tPJ39IbiVtGRyun9kubM07X8w0,393
491
+ ansys/systemcoupling/core/adaptor/api_25_1/region_child.py,sha256=qiMQrHeJlIwItiu3x8MGZWXzenPvTK3USHu6V5a9t5c,2204
492
+ ansys/systemcoupling/core/adaptor/api_25_1/reload_expression_function_modules.py,sha256=TL0Mg7PKqVjkkxNa2FVm-4-bEeekIXHj6ZPHXl1g38A,357
493
+ ansys/systemcoupling/core/adaptor/api_25_1/results.py,sha256=t-uhPT5K6WpP6C4kNlo642gbS6mP5Wq5suL6pGkep1o,2658
494
+ ansys/systemcoupling/core/adaptor/api_25_1/save.py,sha256=cf2Wtmr2j7tedleIXEZZJVloi5zH00vx7kCQalkNDW4,1684
495
+ ansys/systemcoupling/core/adaptor/api_25_1/save_snapshot.py,sha256=ToFCyETB_v_nBMP2gs99U8-j2NoH4KYZyvmL5-zKN8g,1950
496
+ ansys/systemcoupling/core/adaptor/api_25_1/setup_root.py,sha256=R8q0KzxGiiPknUNImbsrgu-_xj_4X-McS4bId-z-Qss,9055
497
+ ansys/systemcoupling/core/adaptor/api_25_1/show_plot.py,sha256=qGa4acJb2LU3CqytIFrWKQ59aQLtCQnUCs1HbOR6lDc,1887
498
+ ansys/systemcoupling/core/adaptor/api_25_1/shutdown.py,sha256=piXJW0ZiGH-5WK-4dUWMymGR2iQeptCOK0a3yw980O0,808
499
+ ansys/systemcoupling/core/adaptor/api_25_1/side.py,sha256=JofUJvD2LVcaKhcXtaH7WiUE71fi5c1_3jkMOsy_AZk,372
500
+ ansys/systemcoupling/core/adaptor/api_25_1/side_child.py,sha256=WikcffoNsdL6C4IGN1YTsH5PevhJ8s7SxyIp7v6xKq8,1721
501
+ ansys/systemcoupling/core/adaptor/api_25_1/solution_control.py,sha256=PJSTDi5fXgXl2npmrdzMBKq_BBtAxCbylRD7If9oF8E,4048
502
+ ansys/systemcoupling/core/adaptor/api_25_1/solution_root.py,sha256=ITuTVKGu1Use3jLPqtRyL1xw3Pb-_7JK8x4Cssg4c6o,3304
503
+ ansys/systemcoupling/core/adaptor/api_25_1/solve.py,sha256=8Hd6x5j7_tUnuv8LgMx7ilEx0NMuajxRRHSHwfhC8GE,1057
504
+ ansys/systemcoupling/core/adaptor/api_25_1/stabilization.py,sha256=VTp7lDi8s9SithvDDUtzv0fs4FtfZ7Vm2ZAnUbgnbZE,5536
505
+ ansys/systemcoupling/core/adaptor/api_25_1/start_participants.py,sha256=SnvvR1HnLq3va0VrdHMcqki95UZJx6w-DwJCPoaKvFw,1752
506
+ ansys/systemcoupling/core/adaptor/api_25_1/step.py,sha256=Yq9FzuKFxpeODCr3Q5hagT5hjPuiBYN4-i9p0SS7kVE,1986
507
+ ansys/systemcoupling/core/adaptor/api_25_1/transformation.py,sha256=ypATHCRKPjrkyvGeRgxba1FwdWsUQqz5YFpaPrvtS2A,509
508
+ ansys/systemcoupling/core/adaptor/api_25_1/transformation_child.py,sha256=ny8wp4OQJz9WP8Rg9A1B6XY0XATeP4ugkubmYE6Ij20,1837
509
+ ansys/systemcoupling/core/adaptor/api_25_1/type.py,sha256=fC5twjCM-g2J3Q2s0Fzq33-xy6MKIrHUluBTx41LmvQ,886
510
+ ansys/systemcoupling/core/adaptor/api_25_1/unmapped_value_options.py,sha256=hO4ZuCHx1Ym5EVm8oBRQL-bvZSv9ZfewVyEWSe30_cA,5626
511
+ ansys/systemcoupling/core/adaptor/api_25_1/update_control.py,sha256=oXA2Bi_5OMOZ1JsF7aWtZQni9VAIzFLIIj8bcjxFSzY,1049
512
+ ansys/systemcoupling/core/adaptor/api_25_1/update_participant.py,sha256=Hnan-3ehi3MH9IUFhHuIv3kq4B255pKaqyjSaRJFU-Q,2345
513
+ ansys/systemcoupling/core/adaptor/api_25_1/variable.py,sha256=BJldfmMGuyO9riy6LwtRrqIaEUPD1Ztexf0CEVubCsE,411
514
+ ansys/systemcoupling/core/adaptor/api_25_1/variable_child.py,sha256=aySH9jOK02RU8OCXyp61XKxvWsV7ZLkSa1yKEimZNas,7234
515
+ ansys/systemcoupling/core/adaptor/api_25_1/write_csv_chart_files.py,sha256=32YlQ9t5bb1qzazVVM4fQOVb1EthrEmPHSXf3dzqv2Q,656
516
+ ansys/systemcoupling/core/adaptor/api_25_1/write_ensight.py,sha256=cy1ZUL2Td2WCfuuWWIUigMmPdxwRKqV9msH0pJI624Y,1278
407
517
  ansys/systemcoupling/core/adaptor/impl/get_status_messages.py,sha256=3wSnWTUS3q4VdufmHZ7jxyVCZONITFtP_tUB-8NnQuU,4210
408
518
  ansys/systemcoupling/core/adaptor/impl/get_syc_version.py,sha256=CIq2J8h8Eapq_jrXpMMHAa9oqSSaNR5G7NAYZseVgJg,2489
409
- ansys/systemcoupling/core/adaptor/impl/injected_commands.py,sha256=kXjaL9Ik9fLCL6S6RY__Q024V_oB1tR31J-acVq1j6g,18990
519
+ ansys/systemcoupling/core/adaptor/impl/injected_commands.py,sha256=5FlUQUr0fuPvUh1YPaU38eh_duRHeg6NzpvyxCND5SI,19177
410
520
  ansys/systemcoupling/core/adaptor/impl/root_source.py,sha256=d-NSP104VjR65qTiqp1rlST6VYJRUPf9YHcpR8ABssQ,12828
411
521
  ansys/systemcoupling/core/adaptor/impl/static_info.py,sha256=5U1CYNASPl4zNGjIw3Slwkhq-8v7GVKrih0HO_bIjSk,15691
412
522
  ansys/systemcoupling/core/adaptor/impl/syc_proxy.py,sha256=-jF5zSwwiyJXLxocWK01v5AYDDtLyZRiMPfcqeOvim8,4906
@@ -419,8 +529,8 @@ ansys/systemcoupling/core/charts/message_dispatcher.py,sha256=zuNY3NthWag1yf7Rkj
419
529
  ansys/systemcoupling/core/charts/plot_functions.py,sha256=Li5HYCWkRTAvFGqnI6p636qayTPqphHLOtWI861vtgA,3276
420
530
  ansys/systemcoupling/core/charts/plotdefinition_manager.py,sha256=UFQjYei3gk3GYVUksSPYbtcxFbcfepZscGg55ok5OQg,12446
421
531
  ansys/systemcoupling/core/charts/plotter.py,sha256=L_hIanq5sV6LVSu3dn3yjoeCPBpEccyxXk2fFCt85_s,11833
422
- ansys/systemcoupling/core/client/grpc_client.py,sha256=KxVzj--kLOL6ij0YlgxG3t8YgvLK2sHqjeDJuQtbAtc,14933
423
- ansys/systemcoupling/core/client/syc_container.py,sha256=Dnv-NWGdX0KNUrAhqTpIoX3AaMv55eaYff9Op2ei-jg,2752
532
+ ansys/systemcoupling/core/client/grpc_client.py,sha256=8g7oASjQ2FEfnxDJ6K4Wl9EOkUUAqq_fMuGVC3zxTXk,14947
533
+ ansys/systemcoupling/core/client/syc_container.py,sha256=_EZRscY5iWyJPbqY-ep_e6Y-Nu1XKygduzVYjg5xJg8,3170
424
534
  ansys/systemcoupling/core/client/syc_process.py,sha256=udVsRxD5QaaL1n7MPjmpIvybv5dlPmXiO2KCPRNnWGE,5635
425
535
  ansys/systemcoupling/core/client/variant.py,sha256=di_eWRZnDQ69cknunYxRAOnbnwXnG6aZ_Se1VxOX7VQ,3064
426
536
  ansys/systemcoupling/core/client/services/command_query.py,sha256=3qd0qTQDMxW5qz2DuQIC30RKEPIwe8JWxJwSaRd_X8E,2256
@@ -428,7 +538,7 @@ ansys/systemcoupling/core/client/services/output_stream.py,sha256=Tk2dzbqtY9zro-
428
538
  ansys/systemcoupling/core/client/services/process.py,sha256=u_gSQ14w5KVKIb_APjba-FOxv4u27YYUCN43CXjl6cM,1683
429
539
  ansys/systemcoupling/core/client/services/solution.py,sha256=W4QlrRIkt-YihpwZh2sIZWQOH2Eg2741F7s6kUKepGM,2518
430
540
  ansys/systemcoupling/core/examples/__init__.py,sha256=ENNPCQaRxb-NZsFsj-_eaMkLmJmbiwe_IhD5xNaXQFc,1223
431
- ansys/systemcoupling/core/examples/downloads.py,sha256=7ISdG09kjIiw9GaHDeLI__C6OwMvZ9wZbERsmhvEuYs,4101
541
+ ansys/systemcoupling/core/examples/downloads.py,sha256=sp77UGBrel50wt5rbE_eaTSTSOaeAc2UObX19rNwkeQ,3708
432
542
  ansys/systemcoupling/core/native_api/__init__.py,sha256=2ZbeOsasqkAfqneB_iavb-qotNw3jtUCXWQAuBVQCuE,1188
433
543
  ansys/systemcoupling/core/native_api/command_metadata.py,sha256=hyjDSYNU77xsV7VB24wCa7SenS3PQ-FtYeuF7BzkmGQ,1734
434
544
  ansys/systemcoupling/core/native_api/datamodel_metadata.py,sha256=igFtxBTSh1VlN2Ni2ubzXHcV7Ca-DjjcCn9w5mqfJBk,4836
@@ -438,13 +548,13 @@ ansys/systemcoupling/core/native_api/object_path.py,sha256=DAULeS_asHMf1O3PiFnLL
438
548
  ansys/systemcoupling/core/participant/manager.py,sha256=kJzfsTA1HquDQT-j3ib9OQMD0QRpvWGpnPMYDDvnYZU,9685
439
549
  ansys/systemcoupling/core/participant/mapdl.py,sha256=v9Ms6uVaPj1-AbZYsaAY9JR_WpkLD7xSOJ3kQRGgtT0,11166
440
550
  ansys/systemcoupling/core/participant/protocol.py,sha256=Kc90wvz-ZDJfhvL-SrlFymdb_mn2oqVucaRZW7BfFWM,2479
441
- ansys/systemcoupling/core/util/file_transfer.py,sha256=frtzdCmIQFmhRbhrmnjdki1r4rDbmz1wyqcsG5DMI84,5370
551
+ ansys/systemcoupling/core/util/file_transfer.py,sha256=ZYRYAo6wDRVB7ihEMbK3JHYAoXiU5lxo6yzGTd830jo,6560
442
552
  ansys/systemcoupling/core/util/logging.py,sha256=dFj0migeyUGke7sYL-hN80amMnUvuIO1kkCsOH_8ipc,5059
443
553
  ansys/systemcoupling/core/util/name_util.py,sha256=AqALTBRe9hjS0SqbKk2BnN09pCq0M1irhd9illTTuwk,1470
444
554
  ansys/systemcoupling/core/util/pathstr.py,sha256=xfnBAee68WG1R8s2LkoO9fLYZsJ0Nrx84woVuQv9bVY,1941
445
555
  ansys/systemcoupling/core/util/state_keys.py,sha256=52gk88CJw1K3YIC6hg7Jc6_C2_EznQjrB1FrpcjhI1M,4545
446
556
  ansys/systemcoupling/core/util/yaml_helper.py,sha256=6j2VNGXSEiJ11GUsUn4Z3wbPB9Cw-5JBsb5gWHAVsYo,2982
447
- ansys_systemcoupling_core-0.6.dist-info/LICENSE,sha256=4sCWlgkqcWBhkmfDi4UpSkzpTxXvMhLfR0G6dxLQuMA,1090
448
- ansys_systemcoupling_core-0.6.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
449
- ansys_systemcoupling_core-0.6.dist-info/METADATA,sha256=UcFAGT-Fq5zROeIEalN-rHZJeAh0vIrb6tEfuF1ruMo,10977
450
- ansys_systemcoupling_core-0.6.dist-info/RECORD,,
557
+ ansys_systemcoupling_core-0.8.0.dist-info/LICENSE,sha256=JgD60xBjdC80Y3_bDlvjsoWCc6vghcXDvbHvRTRmdY0,1098
558
+ ansys_systemcoupling_core-0.8.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
559
+ ansys_systemcoupling_core-0.8.0.dist-info/METADATA,sha256=ndbuY_i0J7WKo2ZMiZlB5YA0RhP4kTJK0wcQMEQicNs,10964
560
+ ansys_systemcoupling_core-0.8.0.dist-info/RECORD,,