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
@@ -0,0 +1,71 @@
1
+ #
2
+ # This is an auto-generated file. DO NOT EDIT!
3
+ #
4
+
5
+ from ansys.systemcoupling.core.adaptor.impl.types import *
6
+
7
+ from .transformation import transformation
8
+
9
+
10
+ class reference_frame_child(Container):
11
+ """
12
+ Provide a transformation relative to a ParentReferenceFrame.
13
+ """
14
+
15
+ syc_name = "child_object_type"
16
+
17
+ child_names = ["transformation"]
18
+
19
+ transformation: transformation = transformation
20
+ """
21
+ transformation child of reference_frame_child.
22
+ """
23
+ property_names_types = [
24
+ ("option", "Option", "str"),
25
+ ("parent_reference_frame", "ParentReferenceFrame", "str"),
26
+ ("transformation_order", "TransformationOrder", "StringListType"),
27
+ ("transformation_matrix", "TransformationMatrix", "RealListType"),
28
+ ]
29
+
30
+ @property
31
+ def option(self) -> str:
32
+ """Method used to define the transformation from the parent reference frame.
33
+
34
+ - \"ByTransformation\" - Define the reference frame by one or more
35
+ transformation operations.
36
+ - \"Automatic\" - Align source and target automatically.
37
+ - \"ByMatrix\" - Only available if Alpha features are activated."""
38
+ return self.get_property_state("option")
39
+
40
+ @option.setter
41
+ def option(self, value: str):
42
+ self.set_property_state("option", value)
43
+
44
+ @property
45
+ def parent_reference_frame(self) -> str:
46
+ """Set the parent reference frame."""
47
+ return self.get_property_state("parent_reference_frame")
48
+
49
+ @parent_reference_frame.setter
50
+ def parent_reference_frame(self, value: str):
51
+ self.set_property_state("parent_reference_frame", value)
52
+
53
+ @property
54
+ def transformation_order(self) -> StringListType:
55
+ """List names of transformations in the order in which they apply.
56
+
57
+ Available for the ``ByTransformation`` option."""
58
+ return self.get_property_state("transformation_order")
59
+
60
+ @transformation_order.setter
61
+ def transformation_order(self, value: StringListType):
62
+ self.set_property_state("transformation_order", value)
63
+
64
+ @property
65
+ def transformation_matrix(self) -> RealListType:
66
+ """Define the transformation matrix when ``ByTransformation`` option is active."""
67
+ return self.get_property_state("transformation_matrix")
68
+
69
+ @transformation_matrix.setter
70
+ def transformation_matrix(self, value: RealListType):
71
+ self.set_property_state("transformation_matrix", value)
@@ -0,0 +1,20 @@
1
+ #
2
+ # This is an auto-generated file. DO NOT EDIT!
3
+ #
4
+
5
+ from ansys.systemcoupling.core.adaptor.impl.types import *
6
+
7
+ from .region_child import region_child
8
+
9
+
10
+ class region(NamedContainer[region_child]):
11
+ """
12
+ Configure a region for the coupling participant.
13
+ """
14
+
15
+ syc_name = "Region"
16
+
17
+ child_object_type: region_child = region_child
18
+ """
19
+ child_object_type of region.
20
+ """
@@ -0,0 +1,71 @@
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 region_child(Container):
9
+ """
10
+ Configure a region for the coupling participant.
11
+ """
12
+
13
+ syc_name = "child_object_type"
14
+
15
+ property_names_types = [
16
+ ("topology", "Topology", "str"),
17
+ ("input_variables", "InputVariables", "StringListType"),
18
+ ("output_variables", "OutputVariables", "StringListType"),
19
+ ("display_name", "DisplayName", "str"),
20
+ ("region_discretization_type", "RegionDiscretizationType", "str"),
21
+ ]
22
+
23
+ @property
24
+ def topology(self) -> str:
25
+ """Region topology type.
26
+
27
+ Allowed values:
28
+
29
+ - \"Surface\"
30
+ - \"Volume\" (3D participants only)"""
31
+ return self.get_property_state("topology")
32
+
33
+ @topology.setter
34
+ def topology(self, value: str):
35
+ self.set_property_state("topology", value)
36
+
37
+ @property
38
+ def input_variables(self) -> StringListType:
39
+ """Input variables for the region or FMU."""
40
+ return self.get_property_state("input_variables")
41
+
42
+ @input_variables.setter
43
+ def input_variables(self, value: StringListType):
44
+ self.set_property_state("input_variables", value)
45
+
46
+ @property
47
+ def output_variables(self) -> StringListType:
48
+ """Output variables for the region or FMU."""
49
+ return self.get_property_state("output_variables")
50
+
51
+ @output_variables.setter
52
+ def output_variables(self, value: StringListType):
53
+ self.set_property_state("output_variables", value)
54
+
55
+ @property
56
+ def display_name(self) -> str:
57
+ """Display name of the region."""
58
+ return self.get_property_state("display_name")
59
+
60
+ @display_name.setter
61
+ def display_name(self, value: str):
62
+ self.set_property_state("display_name", value)
63
+
64
+ @property
65
+ def region_discretization_type(self) -> str:
66
+ """Region discretization type (\"Mesh Region\" or \"Point Cloud Region\")."""
67
+ return self.get_property_state("region_discretization_type")
68
+
69
+ @region_discretization_type.setter
70
+ def region_discretization_type(self, value: str):
71
+ self.set_property_state("region_discretization_type", value)
@@ -0,0 +1,14 @@
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 reload_expression_function_modules(Command):
9
+ """
10
+ This may be called to force a reload of expression function modules
11
+ if they have changed since they were last loaded.
12
+ """
13
+
14
+ syc_name = "ReloadExpressionFunctionModules"
@@ -0,0 +1,89 @@
1
+ #
2
+ # This is an auto-generated file. DO NOT EDIT!
3
+ #
4
+
5
+ from ansys.systemcoupling.core.adaptor.impl.types import *
6
+
7
+ from .type import type
8
+
9
+
10
+ class results(Container):
11
+ """
12
+ Configures output of postprocessing results data.
13
+ """
14
+
15
+ syc_name = "Results"
16
+
17
+ child_names = ["type"]
18
+
19
+ type: type = type
20
+ """
21
+ type child of results.
22
+ """
23
+ property_names_types = [
24
+ ("option", "Option", "str"),
25
+ ("include_instances", "IncludeInstances", "str"),
26
+ ("output_frequency", "OutputFrequency", "int"),
27
+ ]
28
+
29
+ @property
30
+ def option(self) -> str:
31
+ """Specifies whether and when results files are generated.
32
+
33
+ Allowed values:
34
+
35
+ - \"ProgramControlled\" - Generate postprocessing results at the same
36
+ frequency as restart points, as defined by the output control option
37
+ setting. If no restart frequency is defined, then results are
38
+ generated at the end of the last coupling step.
39
+
40
+ - \"Off\" - Generation of postprocessing results is disabled.
41
+
42
+ Allowed values for step-based analyses:
43
+
44
+ - \"LastStep\" - Generate results only for the last coupling step completed.
45
+
46
+ - \"EveryStep\" - Generate results at the end of every coupling step.
47
+
48
+ - \"StepInterval\" - Generate results at the end of coupling steps at
49
+ the interval specified by the output frequency setting.
50
+
51
+ Allowed values for iteration-based analyses:
52
+
53
+ - \"LastIteration\" - Generate results only for the last coupling
54
+ iteration completed.
55
+
56
+ - \"EveryIteration\" - Generate results at the end of every coupling
57
+ iteration.
58
+
59
+ - \"IterationInterval\" - Generate results at the end of coupling
60
+ iterations at the interval specified by the output frequency setting."""
61
+ return self.get_property_state("option")
62
+
63
+ @option.setter
64
+ def option(self, value: str):
65
+ self.set_property_state("option", value)
66
+
67
+ @property
68
+ def include_instances(self) -> str:
69
+ """Control whether instances are output.
70
+
71
+ Allowed values:
72
+
73
+ - \"ProgramControlled\"
74
+ - \"ReferenceOnly\"
75
+ - \"All\" """
76
+ return self.get_property_state("include_instances")
77
+
78
+ @include_instances.setter
79
+ def include_instances(self, value: str):
80
+ self.set_property_state("include_instances", value)
81
+
82
+ @property
83
+ def output_frequency(self) -> int:
84
+ """Specify output frequency."""
85
+ return self.get_property_state("output_frequency")
86
+
87
+ @output_frequency.setter
88
+ def output_frequency(self, value: int):
89
+ self.set_property_state("output_frequency", value)
@@ -0,0 +1,51 @@
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 save(Command):
9
+ """
10
+ Saves the state of the coupled analysis data model.
11
+
12
+ - Analysis settings are written to a single Settings.h5 file which
13
+ can be used to reload analysis settings.
14
+
15
+ - Restart files for all restart points in the current co-simulation will
16
+ be written when this command is called. Existing restart files from
17
+ previous System Coupling versions will be renamed to conform to the new
18
+ naming scheme.
19
+
20
+ - Restart files are named according to the convention
21
+ ``Restart_step#.h5`` or ``Restart_iter#.h5``, where ``#`` is the index of
22
+ the corresponding coupling step or iteration.
23
+
24
+ Returns a Boolean value of ``True`` if the files were saved successfully;
25
+ otherwise, returns a value of ``False``.
26
+
27
+ Note that this command will raise an exception if another instance of
28
+ System Coupling is solving in the current working directory.
29
+
30
+ By default, writes to the ``SyC`` sub-directory of the current working
31
+ directory. This behavior may be modified by providing ``file_path``.
32
+
33
+ Parameters
34
+ ----------
35
+ file_path : str, optional
36
+ Writeable directory to which the SyC directory is added. (Settings and
37
+ results .h5 files will be written to the SyC directory.)
38
+
39
+ """
40
+
41
+ syc_name = "Save"
42
+
43
+ argument_names = ["file_path"]
44
+
45
+ class file_path(String):
46
+ """
47
+ Writeable directory to which the SyC directory is added. (Settings and
48
+ results .h5 files will be written to the SyC directory.)
49
+ """
50
+
51
+ syc_name = "FilePath"
@@ -0,0 +1,54 @@
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 save_snapshot(Command):
9
+ """
10
+ Saves a snapshot of the current state of the simulation. Snapshot will
11
+ contain all files and directories within the working directory that are
12
+ tracked by System Coupling: the SyC directory and the working directories
13
+ of all loaded participants. Before saving the snapshot, the current
14
+ datamodel will be saved.
15
+
16
+ Note: Snapshot cannot be saved if participants have been started.
17
+
18
+ Note: If files required for cosimulation are not stored within the working
19
+ directory, then they will not be included in the snapshot.
20
+
21
+ Parameters
22
+ ----------
23
+ snapshot_name : str
24
+ Name of the snapshot to be saved.
25
+ overwrite_existing : bool, optional
26
+ Boolean argument controlling whether an existing snapshot should be
27
+ overwritten. If ``True``, then an existing snapshot named ``snapshot_name`` will
28
+ be overwritten if it exists. If ``False`` (default), then if ``snapshot_name`` is
29
+ shared with an existing snapshot, a warning will be written and the
30
+ command will return without saving the snapshot.
31
+
32
+ """
33
+
34
+ syc_name = "SaveSnapshot"
35
+
36
+ argument_names = ["snapshot_name", "overwrite_existing"]
37
+
38
+ class snapshot_name(String):
39
+ """
40
+ Name of the snapshot to be saved.
41
+ """
42
+
43
+ syc_name = "SnapshotName"
44
+
45
+ class overwrite_existing(Boolean):
46
+ """
47
+ Boolean argument controlling whether an existing snapshot should be
48
+ overwritten. If ``True``, then an existing snapshot named ``snapshot_name`` will
49
+ be overwritten if it exists. If ``False`` (default), then if ``snapshot_name`` is
50
+ shared with an existing snapshot, a warning will be written and the
51
+ command will return without saving the snapshot.
52
+ """
53
+
54
+ syc_name = "OverwriteExisting"
@@ -0,0 +1,259 @@
1
+ #
2
+ # This is an auto-generated file. DO NOT EDIT!
3
+ #
4
+
5
+ SHASH = "6df721e79bf47d4600bcf0c989e98ae4f519fdb935ad1b104d4eb853d73a9ec6"
6
+
7
+ from ansys.systemcoupling.core.adaptor.impl.types import *
8
+
9
+ from ._add_participant import _add_participant
10
+ from .activate_hidden import activate_hidden
11
+ from .add_aerodamping_data_transfers import add_aerodamping_data_transfers
12
+ from .add_data_transfer import add_data_transfer
13
+ from .add_data_transfer_by_display_names import add_data_transfer_by_display_names
14
+ from .add_expression_function import add_expression_function
15
+ from .add_flow_boundary_data_transfers import add_flow_boundary_data_transfers
16
+ from .add_fsi_data_transfers import add_fsi_data_transfers
17
+ from .add_interface import add_interface
18
+ from .add_interface_by_display_names import add_interface_by_display_names
19
+ from .add_named_expression import add_named_expression
20
+ from .add_ordered_data_transfers import add_ordered_data_transfers
21
+ from .add_participant import add_participant
22
+ from .add_reference_frame import add_reference_frame
23
+ from .add_thermal_data_transfers import add_thermal_data_transfers
24
+ from .add_transformation import add_transformation
25
+ from .analysis_control import analysis_control
26
+ from .coupling_interface import coupling_interface
27
+ from .coupling_participant import coupling_participant
28
+ from .delete_transformation import delete_transformation
29
+ from .generate_input_file import generate_input_file
30
+ from .get_add_data_transfer_group_commands import get_add_data_transfer_group_commands
31
+ from .get_execution_command import get_execution_command
32
+ from .get_mode_shape_variables import get_mode_shape_variables
33
+ from .get_region_names_for_participant import get_region_names_for_participant
34
+ from .get_setup_summary import get_setup_summary
35
+ from .get_status_messages import get_status_messages
36
+ from .get_supported_participant_types import get_supported_participant_types
37
+ from .get_thermal_data_transfer_options import get_thermal_data_transfer_options
38
+ from .has_input_file_changed import has_input_file_changed
39
+ from .import_system_coupling_input_file import import_system_coupling_input_file
40
+ from .library import library
41
+ from .output_control import output_control
42
+ from .reload_expression_function_modules import reload_expression_function_modules
43
+ from .solution_control import solution_control
44
+ from .update_participant import update_participant
45
+
46
+
47
+ class setup_root(Container):
48
+ """
49
+ 'root' object
50
+ """
51
+
52
+ syc_name = "SystemCoupling"
53
+
54
+ child_names = [
55
+ "activate_hidden",
56
+ "library",
57
+ "coupling_participant",
58
+ "analysis_control",
59
+ "coupling_interface",
60
+ "solution_control",
61
+ "output_control",
62
+ ]
63
+
64
+ activate_hidden: activate_hidden = activate_hidden
65
+ """
66
+ activate_hidden child of setup_root.
67
+ """
68
+ library: library = library
69
+ """
70
+ library child of setup_root.
71
+ """
72
+ coupling_participant: coupling_participant = coupling_participant
73
+ """
74
+ coupling_participant child of setup_root.
75
+ """
76
+ analysis_control: analysis_control = analysis_control
77
+ """
78
+ analysis_control child of setup_root.
79
+ """
80
+ coupling_interface: coupling_interface = coupling_interface
81
+ """
82
+ coupling_interface child of setup_root.
83
+ """
84
+ solution_control: solution_control = solution_control
85
+ """
86
+ solution_control child of setup_root.
87
+ """
88
+ output_control: output_control = output_control
89
+ """
90
+ output_control child of setup_root.
91
+ """
92
+ command_names = [
93
+ "_add_participant",
94
+ "add_aerodamping_data_transfers",
95
+ "add_data_transfer",
96
+ "add_data_transfer_by_display_names",
97
+ "add_expression_function",
98
+ "add_flow_boundary_data_transfers",
99
+ "add_fsi_data_transfers",
100
+ "add_interface",
101
+ "add_interface_by_display_names",
102
+ "add_named_expression",
103
+ "add_ordered_data_transfers",
104
+ "add_participant",
105
+ "add_reference_frame",
106
+ "add_thermal_data_transfers",
107
+ "add_transformation",
108
+ "delete_transformation",
109
+ "generate_input_file",
110
+ "get_add_data_transfer_group_commands",
111
+ "get_execution_command",
112
+ "get_mode_shape_variables",
113
+ "get_region_names_for_participant",
114
+ "get_setup_summary",
115
+ "get_status_messages",
116
+ "get_supported_participant_types",
117
+ "get_thermal_data_transfer_options",
118
+ "has_input_file_changed",
119
+ "import_system_coupling_input_file",
120
+ "reload_expression_function_modules",
121
+ "update_participant",
122
+ ]
123
+
124
+ _add_participant: _add_participant = _add_participant
125
+ """
126
+ _add_participant command of setup_root.
127
+ """
128
+ add_aerodamping_data_transfers: add_aerodamping_data_transfers = (
129
+ add_aerodamping_data_transfers
130
+ )
131
+ """
132
+ add_aerodamping_data_transfers command of setup_root.
133
+ """
134
+ add_data_transfer: add_data_transfer = add_data_transfer
135
+ """
136
+ add_data_transfer command of setup_root.
137
+ """
138
+ add_data_transfer_by_display_names: add_data_transfer_by_display_names = (
139
+ add_data_transfer_by_display_names
140
+ )
141
+ """
142
+ add_data_transfer_by_display_names command of setup_root.
143
+ """
144
+ add_expression_function: add_expression_function = add_expression_function
145
+ """
146
+ add_expression_function command of setup_root.
147
+ """
148
+ add_flow_boundary_data_transfers: add_flow_boundary_data_transfers = (
149
+ add_flow_boundary_data_transfers
150
+ )
151
+ """
152
+ add_flow_boundary_data_transfers command of setup_root.
153
+ """
154
+ add_fsi_data_transfers: add_fsi_data_transfers = add_fsi_data_transfers
155
+ """
156
+ add_fsi_data_transfers command of setup_root.
157
+ """
158
+ add_interface: add_interface = add_interface
159
+ """
160
+ add_interface command of setup_root.
161
+ """
162
+ add_interface_by_display_names: add_interface_by_display_names = (
163
+ add_interface_by_display_names
164
+ )
165
+ """
166
+ add_interface_by_display_names command of setup_root.
167
+ """
168
+ add_named_expression: add_named_expression = add_named_expression
169
+ """
170
+ add_named_expression command of setup_root.
171
+ """
172
+ add_ordered_data_transfers: add_ordered_data_transfers = add_ordered_data_transfers
173
+ """
174
+ add_ordered_data_transfers command of setup_root.
175
+ """
176
+ add_participant: add_participant = add_participant
177
+ """
178
+ add_participant command of setup_root.
179
+ """
180
+ add_reference_frame: add_reference_frame = add_reference_frame
181
+ """
182
+ add_reference_frame command of setup_root.
183
+ """
184
+ add_thermal_data_transfers: add_thermal_data_transfers = add_thermal_data_transfers
185
+ """
186
+ add_thermal_data_transfers command of setup_root.
187
+ """
188
+ add_transformation: add_transformation = add_transformation
189
+ """
190
+ add_transformation command of setup_root.
191
+ """
192
+ delete_transformation: delete_transformation = delete_transformation
193
+ """
194
+ delete_transformation command of setup_root.
195
+ """
196
+ generate_input_file: generate_input_file = generate_input_file
197
+ """
198
+ generate_input_file command of setup_root.
199
+ """
200
+ get_add_data_transfer_group_commands: get_add_data_transfer_group_commands = (
201
+ get_add_data_transfer_group_commands
202
+ )
203
+ """
204
+ get_add_data_transfer_group_commands command of setup_root.
205
+ """
206
+ get_execution_command: get_execution_command = get_execution_command
207
+ """
208
+ get_execution_command command of setup_root.
209
+ """
210
+ get_mode_shape_variables: get_mode_shape_variables = get_mode_shape_variables
211
+ """
212
+ get_mode_shape_variables command of setup_root.
213
+ """
214
+ get_region_names_for_participant: get_region_names_for_participant = (
215
+ get_region_names_for_participant
216
+ )
217
+ """
218
+ get_region_names_for_participant command of setup_root.
219
+ """
220
+ get_setup_summary: get_setup_summary = get_setup_summary
221
+ """
222
+ get_setup_summary command of setup_root.
223
+ """
224
+ get_status_messages: get_status_messages = get_status_messages
225
+ """
226
+ get_status_messages command of setup_root.
227
+ """
228
+ get_supported_participant_types: get_supported_participant_types = (
229
+ get_supported_participant_types
230
+ )
231
+ """
232
+ get_supported_participant_types command of setup_root.
233
+ """
234
+ get_thermal_data_transfer_options: get_thermal_data_transfer_options = (
235
+ get_thermal_data_transfer_options
236
+ )
237
+ """
238
+ get_thermal_data_transfer_options command of setup_root.
239
+ """
240
+ has_input_file_changed: has_input_file_changed = has_input_file_changed
241
+ """
242
+ has_input_file_changed command of setup_root.
243
+ """
244
+ import_system_coupling_input_file: import_system_coupling_input_file = (
245
+ import_system_coupling_input_file
246
+ )
247
+ """
248
+ import_system_coupling_input_file command of setup_root.
249
+ """
250
+ reload_expression_function_modules: reload_expression_function_modules = (
251
+ reload_expression_function_modules
252
+ )
253
+ """
254
+ reload_expression_function_modules command of setup_root.
255
+ """
256
+ update_participant: update_participant = update_participant
257
+ """
258
+ update_participant command of setup_root.
259
+ """