ansys-systemcoupling-core 0.6__py3-none-any.whl → 0.7.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 (145) 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 +2 -0
  138. ansys/systemcoupling/core/client/syc_container.py +12 -0
  139. ansys/systemcoupling/core/examples/downloads.py +17 -26
  140. ansys/systemcoupling/core/session.py +19 -5
  141. ansys/systemcoupling/core/util/file_transfer.py +13 -3
  142. {ansys_systemcoupling_core-0.6.dist-info → ansys_systemcoupling_core-0.7.0.dist-info}/METADATA +16 -17
  143. {ansys_systemcoupling_core-0.6.dist-info → ansys_systemcoupling_core-0.7.0.dist-info}/RECORD +145 -35
  144. {ansys_systemcoupling_core-0.6.dist-info → ansys_systemcoupling_core-0.7.0.dist-info}/LICENSE +0 -0
  145. {ansys_systemcoupling_core-0.6.dist-info → ansys_systemcoupling_core-0.7.0.dist-info}/WHEEL +0 -0
@@ -21,13 +21,13 @@ class add_interface(Command):
21
21
  side_one_participant : str
22
22
  String indicating the name of the participant to be associated with
23
23
  side \"One\" of the interface.
24
- side_one_regions : typing.List[str]
24
+ side_one_regions : List
25
25
  List specifying the name(s) of region(s) to be added to side \"One\" of
26
26
  the interface.
27
27
  side_two_participant : str
28
28
  String indicating the name of the participant to be associated with
29
29
  side \"Two\" of the interface.
30
- side_two_regions : typing.List[str]
30
+ side_two_regions : List
31
31
  List specifying the name(s) of region(s) to be added to side \"Two\" of
32
32
  the interface.
33
33
 
@@ -21,13 +21,13 @@ class add_interface_by_display_names(Command):
21
21
  side_one_participant : str
22
22
  String indicating the name of the participant to be associated with
23
23
  side \"One\" of the interface.
24
- side_one_regions : typing.List[str]
24
+ side_one_regions : List
25
25
  List specifying the name(s) of region(s) to be added to side \"One\" of
26
26
  the interface.
27
27
  side_two_participant : str
28
28
  String indicating the name of the participant to be associated with
29
29
  side \"Two\" of the interface.
30
- side_two_regions : typing.List[str]
30
+ side_two_regions : List
31
31
  List specifying the name(s) of region(s) to be added to side \"Two\"
32
32
  of the interface.
33
33
 
@@ -41,7 +41,7 @@ class add_transformation(Command):
41
41
  Axis about which a rotation is applied. Used with
42
42
  Rotation ``transformation_type``. Available options are: \"XAxis\", \"YAxis\",
43
43
  \"ZAxis\", and \"UserDefined\".
44
- vector : typing.Tuple[real, real, real], optional
44
+ vector : Tuple, optional
45
45
  A vector for use with \"Translation\" ``transformation_type`` or \"Rotation\"
46
46
  ``transformation_type`` if the ``axis`` is \"UserDefined\".
47
47
 
@@ -33,7 +33,7 @@ class partition_participants(Command):
33
33
 
34
34
  See the System Coupling documentation for more details of the
35
35
  partitioning algorithms.
36
- names_and_fractions : typing.List[typing.Tuple[str, float]], optional
36
+ names_and_fractions : List, optional
37
37
  List of tuples specifying the fractions of core count applied for
38
38
  each participant
39
39
 
@@ -41,14 +41,14 @@ class partition_participants(Command):
41
41
  associated fraction as its second item. If this parameter is omitted,
42
42
  then cores will be allocated for all participants set in the
43
43
  data model.
44
- machine_list : typing.List[typing.Dict[str, typing.Union[str, int]]], optional
44
+ machine_list : List, optional
45
45
  List of dictionaries specifying machines available for distributed run.
46
46
  Each dictionary must have a key \"machine-name\" with machine name as its
47
47
  value, and key \"core-count\" with number of cores for that machine as
48
48
  its value. Providing this argument will override any machine list
49
49
  information detected from the scheduler environment and any information
50
50
  provided by the ``--cnf`` command-line argument.
51
- partitioning_info : typing.Dict[str, typing.List[typing.Dict[str, typing.Union[str, int]]]], optional
51
+ partitioning_info : Dict, optional
52
52
  Dictionary specifying machines resources assigned to each participant by user.
53
53
  Dictionary must have participant names as keys and machine lists containing
54
54
  machine resources as values. The value of a ``partitioning_info`` machine list is
@@ -14,7 +14,7 @@ class show_plot(InjectedCommand):
14
14
  ----------
15
15
  interface_name : str
16
16
  Specification of which interface to plot.
17
- transfer_names : typing.List[str], optional
17
+ transfer_names : List, optional
18
18
  Specification of which data transfers to plot. Defaults
19
19
  to ``None``, which means plot all data transfers.
20
20
  working_dir : str, optional
@@ -30,7 +30,7 @@ class start_participants(Command):
30
30
 
31
31
  Parameters
32
32
  ----------
33
- participant_names : typing.List[str], optional
33
+ participant_names : List, optional
34
34
  This argument has been deprecated and will be removed in future releases.
35
35
 
36
36
  """
@@ -21,13 +21,13 @@ class add_interface(Command):
21
21
  side_one_participant : str
22
22
  String indicating the name of the participant to be associated with
23
23
  side \"One\" of the interface.
24
- side_one_regions : typing.List[str]
24
+ side_one_regions : List
25
25
  List specifying the name(s) of region(s) to be added to side \"One\" of
26
26
  the interface.
27
27
  side_two_participant : str
28
28
  String indicating the name of the participant to be associated with
29
29
  side \"Two\" of the interface.
30
- side_two_regions : typing.List[str]
30
+ side_two_regions : List
31
31
  List specifying the name(s) of region(s) to be added to side \"Two\" of
32
32
  the interface.
33
33
 
@@ -21,13 +21,13 @@ class add_interface_by_display_names(Command):
21
21
  side_one_participant : str
22
22
  String indicating the name of the participant to be associated with
23
23
  side \"One\" of the interface.
24
- side_one_regions : typing.List[str]
24
+ side_one_regions : List
25
25
  List specifying the name(s) of region(s) to be added to side \"One\" of
26
26
  the interface.
27
27
  side_two_participant : str
28
28
  String indicating the name of the participant to be associated with
29
29
  side \"Two\" of the interface.
30
- side_two_regions : typing.List[str]
30
+ side_two_regions : List
31
31
  List specifying the name(s) of region(s) to be added to side \"Two\"
32
32
  of the interface.
33
33
 
@@ -41,7 +41,7 @@ class add_transformation(Command):
41
41
  Axis about which a rotation is applied. Used with
42
42
  Rotation ``transformation_type``. Available options are: \"XAxis\", \"YAxis\",
43
43
  \"ZAxis\", and \"UserDefined\".
44
- vector : typing.Tuple[real, real, real], optional
44
+ vector : Tuple, optional
45
45
  A vector for use with \"Translation\" ``transformation_type`` or \"Rotation\"
46
46
  ``transformation_type`` if the ``axis`` is \"UserDefined\".
47
47
 
@@ -33,7 +33,7 @@ class partition_participants(Command):
33
33
 
34
34
  See the System Coupling documentation for more details of the
35
35
  partitioning algorithms.
36
- names_and_fractions : typing.List[typing.Tuple[str, float]], optional
36
+ names_and_fractions : List, optional
37
37
  List of tuples specifying the fractions of core count applied for
38
38
  each participant
39
39
 
@@ -41,14 +41,14 @@ class partition_participants(Command):
41
41
  associated fraction as its second item. If this parameter is omitted,
42
42
  then cores will be allocated for all participants set in the
43
43
  data model.
44
- machine_list : typing.List[typing.Dict[str, typing.Union[str, int]]], optional
44
+ machine_list : List, optional
45
45
  List of dictionaries specifying machines available for distributed run.
46
46
  Each dictionary must have a key \"machine-name\" with machine name as its
47
47
  value, and key \"core-count\" with number of cores for that machine as
48
48
  its value. Providing this argument will override any machine list
49
49
  information detected from the scheduler environment and any information
50
50
  provided by the ``--cnf`` command-line argument.
51
- partitioning_info : typing.Dict[str, typing.List[typing.Dict[str, typing.Union[str, int]]]], optional
51
+ partitioning_info : Dict, optional
52
52
  Dictionary specifying machines resources assigned to each participant by user.
53
53
  Dictionary must have participant names as keys and machine lists containing
54
54
  machine resources as values. The value of a ``partitioning_info`` machine list is
@@ -14,7 +14,7 @@ class show_plot(InjectedCommand):
14
14
  ----------
15
15
  interface_name : str
16
16
  Specification of which interface to plot.
17
- transfer_names : typing.List[str], optional
17
+ transfer_names : List, optional
18
18
  Specification of which data transfers to plot. Defaults
19
19
  to ``None``, which means plot all data transfers.
20
20
  working_dir : str, optional
@@ -30,7 +30,7 @@ class start_participants(Command):
30
30
 
31
31
  Parameters
32
32
  ----------
33
- participant_names : typing.List[str], optional
33
+ participant_names : List, optional
34
34
  This argument has been deprecated and will be removed in future releases.
35
35
 
36
36
  """
@@ -16,7 +16,7 @@ class add_aerodamping_data_transfers(Command):
16
16
  interface : str
17
17
  String indicating the name of the interface on which the data transfer
18
18
  is to be created.
19
- mode_shapes : typing.List[str], optional
19
+ mode_shapes : List, optional
20
20
  List of mode shapes to transfer. If not provided, a
21
21
  data transfer is created for each available modeshape.
22
22
 
@@ -26,10 +26,10 @@ class add_interface(Command):
26
26
  side_two_participant : str
27
27
  String indicating the name of the participant to be associated with
28
28
  side \"Two"\ of the interface.
29
- side_one_regions : typing.List[str], optional
29
+ side_one_regions : List, optional
30
30
  List specifying the name(s) of region(s) to be added to side One of
31
31
  the interface. Must be provided if ``side_one_participant`` is not an FMU.
32
- side_two_regions : typing.List[str], optional
32
+ side_two_regions : List, optional
33
33
  List specifying the name(s) of region(s) to be added to side Two of
34
34
  the interface. Must be provided if ``side_one_participant`` is not an FMU.
35
35
 
@@ -24,13 +24,13 @@ class add_interface_by_display_names(Command):
24
24
  side_one_participant : str
25
25
  String indicating the name of the participant to be associated with
26
26
  side \"One\" of the interface.
27
- side_one_regions : typing.List[str]
27
+ side_one_regions : List
28
28
  List specifying the name(s) of region(s) to be added to side \"One\" of
29
29
  the interface.
30
30
  side_two_participant : str
31
31
  String indicating the name of the participant to be associated with
32
32
  side \"Two\" of the interface.
33
- side_two_regions : typing.List[str]
33
+ side_two_regions : List
34
34
  List specifying the name(s) of region(s) to be added to side \"Two\"
35
35
  of the interface.
36
36
 
@@ -41,7 +41,7 @@ class add_transformation(Command):
41
41
  Axis about which a rotation is applied. Used with
42
42
  Rotation ``transformation_type``. Available options are: \"XAxis\", \"YAxis\",
43
43
  \"ZAxis\", and \"UserDefined\".
44
- vector : typing.Tuple[real, real, real], optional
44
+ vector : Tuple, optional
45
45
  A vector for use with \"Translation\" ``transformation_type`` or \"Rotation\"
46
46
  ``transformation_type`` if the ``axis`` is \"UserDefined\".
47
47
 
@@ -33,7 +33,7 @@ class partition_participants(Command):
33
33
 
34
34
  See the System Coupling documentation for more details of the
35
35
  partitioning algorithms.
36
- names_and_fractions : typing.List[typing.Tuple[str, float]], optional
36
+ names_and_fractions : List, optional
37
37
  List of tuples specifying the fractions of core count applied for
38
38
  each participant
39
39
 
@@ -41,14 +41,14 @@ class partition_participants(Command):
41
41
  associated fraction as its second item. If this parameter is omitted,
42
42
  then cores will be allocated for all participants set in the
43
43
  data model.
44
- machine_list : typing.List[typing.Dict[str, typing.Union[str, int]]], optional
44
+ machine_list : List, optional
45
45
  List of dictionaries specifying machines available for distributed run.
46
46
  Each dictionary must have a key \"machine-name\" with machine name as its
47
47
  value, and key \"core-count\" with number of cores for that machine as
48
48
  its value. Providing this argument will override any machine list
49
49
  information detected from the scheduler environment and any information
50
50
  provided by the ``--cnf`` command-line argument.
51
- partitioning_info : typing.Dict[str, typing.List[typing.Dict[str, typing.Union[str, int]]]], optional
51
+ partitioning_info : Dict, optional
52
52
  Dictionary specifying machines resources assigned to each participant by user.
53
53
  Dictionary must have participant names as keys and machine lists containing
54
54
  machine resources as values. The value of a ``partitioning_info`` machine list is
@@ -14,7 +14,7 @@ class show_plot(InjectedCommand):
14
14
  ----------
15
15
  interface_name : str
16
16
  Specification of which interface to plot.
17
- transfer_names : typing.List[str], optional
17
+ transfer_names : List, optional
18
18
  Specification of which data transfers to plot. Defaults
19
19
  to ``None``, which means plot all data transfers.
20
20
  working_dir : str, optional
@@ -30,7 +30,7 @@ class start_participants(Command):
30
30
 
31
31
  Parameters
32
32
  ----------
33
- participant_names : typing.List[str], optional
33
+ participant_names : List, optional
34
34
  This argument has been deprecated and will be removed in future releases.
35
35
 
36
36
  """
@@ -16,7 +16,7 @@ class add_aerodamping_data_transfers(Command):
16
16
  interface : str
17
17
  String indicating the name of the interface on which the data transfer
18
18
  is to be created.
19
- mode_shapes : typing.List[str], optional
19
+ mode_shapes : List, optional
20
20
  List of mode shapes to transfer. If not provided, a
21
21
  data transfer is created for each available modeshape.
22
22
 
@@ -26,10 +26,10 @@ class add_interface(Command):
26
26
  side_two_participant : str
27
27
  String indicating the name of the participant to be associated with
28
28
  side \"Two"\ of the interface.
29
- side_one_regions : typing.List[str], optional
29
+ side_one_regions : List, optional
30
30
  List specifying the name(s) of region(s) to be added to side One of
31
31
  the interface. Must be provided if ``side_one_participant`` is not an FMU.
32
- side_two_regions : typing.List[str], optional
32
+ side_two_regions : List, optional
33
33
  List specifying the name(s) of region(s) to be added to side Two of
34
34
  the interface. Must be provided if ``side_one_participant`` is not an FMU.
35
35
 
@@ -24,13 +24,13 @@ class add_interface_by_display_names(Command):
24
24
  side_one_participant : str
25
25
  String indicating the name of the participant to be associated with
26
26
  side \"One\" of the interface.
27
- side_one_regions : typing.List[str]
27
+ side_one_regions : List
28
28
  List specifying the name(s) of region(s) to be added to side \"One\" of
29
29
  the interface.
30
30
  side_two_participant : str
31
31
  String indicating the name of the participant to be associated with
32
32
  side \"Two\" of the interface.
33
- side_two_regions : typing.List[str]
33
+ side_two_regions : List
34
34
  List specifying the name(s) of region(s) to be added to side \"Two\"
35
35
  of the interface.
36
36
 
@@ -41,7 +41,7 @@ class add_transformation(Command):
41
41
  Axis about which a rotation is applied. Used with
42
42
  Rotation ``transformation_type``. Available options are: \"XAxis\", \"YAxis\",
43
43
  \"ZAxis\", and \"UserDefined\".
44
- vector : typing.Tuple[real, real, real], optional
44
+ vector : Tuple, optional
45
45
  A vector for use with \"Translation\" ``transformation_type`` or \"Rotation\"
46
46
  ``transformation_type`` if the ``axis`` is \"UserDefined\".
47
47
 
@@ -33,7 +33,7 @@ class partition_participants(Command):
33
33
 
34
34
  See the System Coupling documentation for more details of the
35
35
  partitioning algorithms.
36
- names_and_fractions : typing.List[typing.Tuple[str, float]], optional
36
+ names_and_fractions : List, optional
37
37
  List of tuples specifying the fractions of core count applied for
38
38
  each participant
39
39
 
@@ -41,14 +41,14 @@ class partition_participants(Command):
41
41
  associated fraction as its second item. If this parameter is omitted,
42
42
  then cores will be allocated for all participants set in the
43
43
  data model.
44
- machine_list : typing.List[typing.Dict[str, typing.Union[str, int]]], optional
44
+ machine_list : List, optional
45
45
  List of dictionaries specifying machines available for distributed run.
46
46
  Each dictionary must have a key \"machine-name\" with machine name as its
47
47
  value, and key \"core-count\" with number of cores for that machine as
48
48
  its value. Providing this argument will override any machine list
49
49
  information detected from the scheduler environment and any information
50
50
  provided by the ``--cnf`` command-line argument.
51
- partitioning_info : typing.Dict[str, typing.List[typing.Dict[str, typing.Union[str, int]]]], optional
51
+ partitioning_info : Dict, optional
52
52
  Dictionary specifying machines resources assigned to each participant by user.
53
53
  Dictionary must have participant names as keys and machine lists containing
54
54
  machine resources as values. The value of a ``partitioning_info`` machine list is
@@ -14,7 +14,7 @@ class show_plot(InjectedCommand):
14
14
  ----------
15
15
  interface_name : str
16
16
  Specification of which interface to plot.
17
- transfer_names : typing.List[str], optional
17
+ transfer_names : List, optional
18
18
  Specification of which data transfers to plot. Defaults
19
19
  to ``None``, which means plot all data transfers.
20
20
  working_dir : str, optional
@@ -30,7 +30,7 @@ class start_participants(Command):
30
30
 
31
31
  Parameters
32
32
  ----------
33
- participant_names : typing.List[str], optional
33
+ participant_names : List, optional
34
34
  This argument has been deprecated and will be removed in future releases.
35
35
 
36
36
  """
@@ -0,0 +1,80 @@
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
+ python_script : str, optional
25
+ ...
26
+
27
+ """
28
+
29
+ syc_name = "AddParticipant"
30
+
31
+ argument_names = [
32
+ "participant_type",
33
+ "input_file",
34
+ "executable",
35
+ "additional_arguments",
36
+ "working_directory",
37
+ "python_script",
38
+ ]
39
+
40
+ class participant_type(String):
41
+ """
42
+ ...
43
+ """
44
+
45
+ syc_name = "ParticipantType"
46
+
47
+ class input_file(String):
48
+ """
49
+ ...
50
+ """
51
+
52
+ syc_name = "InputFile"
53
+
54
+ class executable(String):
55
+ """
56
+ ...
57
+ """
58
+
59
+ syc_name = "Executable"
60
+
61
+ class additional_arguments(String):
62
+ """
63
+ ...
64
+ """
65
+
66
+ syc_name = "AdditionalArguments"
67
+
68
+ class working_directory(String):
69
+ """
70
+ ...
71
+ """
72
+
73
+ syc_name = "WorkingDirectory"
74
+
75
+ class python_script(String):
76
+ """
77
+ ...
78
+ """
79
+
80
+ syc_name = "PythonScript"
@@ -0,0 +1,13 @@
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 _clear_state(Command):
9
+ """
10
+ For internal use only.
11
+ """
12
+
13
+ syc_name = "ClearState"
@@ -0,0 +1,13 @@
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 _solve(Command):
9
+ """
10
+ For internal use only.
11
+ """
12
+
13
+ syc_name = "Solve"
@@ -0,0 +1,39 @@
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 abort(InjectedCommand):
9
+ """
10
+ Aborts a solve in progress.
11
+
12
+ See also ``interrupt``. In contrast to an interrupted solve,
13
+ an aborted solve cannot be resumed.
14
+
15
+ Parameters
16
+ ----------
17
+ reason_msg : str, optional
18
+ Text to describe the reason for the abort.
19
+
20
+ This might be used for such purposes as providing
21
+ additional annotation in transcript output.
22
+
23
+ """
24
+
25
+ syc_name = "abort"
26
+
27
+ cmd_name = "abort"
28
+
29
+ argument_names = ["reason_msg"]
30
+
31
+ class reason_msg(String):
32
+ """
33
+ Text to describe the reason for the abort.
34
+
35
+ This might be used for such purposes as providing
36
+ additional annotation in transcript output.
37
+ """
38
+
39
+ syc_name = "reason_msg"
@@ -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 activate_hidden(Container):
9
+ """
10
+ Contains settings to control exposure of hidden features.
11
+ """
12
+
13
+ syc_name = "ActivateHidden"
14
+
15
+ property_names_types = [
16
+ ("beta_features", "BetaFeatures", "bool"),
17
+ ("alpha_features", "AlphaFeatures", "bool"),
18
+ ("lenient_validation", "LenientValidation", "bool"),
19
+ ]
20
+
21
+ @property
22
+ def beta_features(self) -> bool:
23
+ """Turn on exposure of Beta features."""
24
+ return self.get_property_state("beta_features")
25
+
26
+ @beta_features.setter
27
+ def beta_features(self, value: bool):
28
+ self.set_property_state("beta_features", value)
29
+
30
+ @property
31
+ def alpha_features(self) -> bool:
32
+ """Turn on exposure of Alpha features. (Beta features must be turned on first)"""
33
+ return self.get_property_state("alpha_features")
34
+
35
+ @alpha_features.setter
36
+ def alpha_features(self, value: bool):
37
+ self.set_property_state("alpha_features", value)
38
+
39
+ @property
40
+ def lenient_validation(self) -> bool:
41
+ """Allow a case with zero participants and zero coupling interfaces to be set up."""
42
+ return self.get_property_state("lenient_validation")
43
+
44
+ @lenient_validation.setter
45
+ def lenient_validation(self, value: bool):
46
+ self.set_property_state("lenient_validation", value)
@@ -0,0 +1,43 @@
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_aerodamping_data_transfers(Command):
9
+ """
10
+ Adds data transfer for each specified mode shape.
11
+
12
+ Returns the name of the Data Transfers created.
13
+
14
+ Parameters
15
+ ----------
16
+ interface : str
17
+ String indicating the name of the interface on which the data transfer
18
+ is to be created.
19
+ mode_shapes : List, optional
20
+ List of mode shapes to transfer. If not provided, a
21
+ data transfer is created for each available modeshape.
22
+
23
+ """
24
+
25
+ syc_name = "AddAerodampingDataTransfers"
26
+
27
+ argument_names = ["interface", "mode_shapes"]
28
+
29
+ class interface(String):
30
+ """
31
+ String indicating the name of the interface on which the data transfer
32
+ is to be created.
33
+ """
34
+
35
+ syc_name = "Interface"
36
+
37
+ class mode_shapes(StringList):
38
+ """
39
+ List of mode shapes to transfer. If not provided, a
40
+ data transfer is created for each available modeshape.
41
+ """
42
+
43
+ syc_name = "ModeShapes"