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,293 @@
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 .apip import apip
8
+ from .automatic_alignment_options import automatic_alignment_options
9
+ from .avoid_data_reconstruction import avoid_data_reconstruction
10
+ from .global_stabilization import global_stabilization
11
+ from .unmapped_value_options import unmapped_value_options
12
+
13
+
14
+ class analysis_control(Container):
15
+ """
16
+ Configure coupling controls.
17
+ """
18
+
19
+ syc_name = "AnalysisControl"
20
+
21
+ child_names = [
22
+ "global_stabilization",
23
+ "apip",
24
+ "avoid_data_reconstruction",
25
+ "unmapped_value_options",
26
+ "automatic_alignment_options",
27
+ ]
28
+
29
+ global_stabilization: global_stabilization = global_stabilization
30
+ """
31
+ global_stabilization child of analysis_control.
32
+ """
33
+ apip: apip = apip
34
+ """
35
+ apip child of analysis_control.
36
+ """
37
+ avoid_data_reconstruction: avoid_data_reconstruction = avoid_data_reconstruction
38
+ """
39
+ avoid_data_reconstruction child of analysis_control.
40
+ """
41
+ unmapped_value_options: unmapped_value_options = unmapped_value_options
42
+ """
43
+ unmapped_value_options child of analysis_control.
44
+ """
45
+ automatic_alignment_options: automatic_alignment_options = (
46
+ automatic_alignment_options
47
+ )
48
+ """
49
+ automatic_alignment_options child of analysis_control.
50
+ """
51
+ property_names_types = [
52
+ ("analysis_type", "AnalysisType", "str"),
53
+ ("optimize_if_one_way", "OptimizeIfOneWay", "bool"),
54
+ ("warped_face_tolerance", "WarpedFaceTolerance", "RealType"),
55
+ ("allow_simultaneous_update", "AllowSimultaneousUpdate", "bool"),
56
+ ("simultaneous_participants", "SimultaneousParticipants", "str"),
57
+ (
58
+ "allow_simultaneous_initialization",
59
+ "AllowSimultaneousInitialization",
60
+ "bool",
61
+ ),
62
+ ("mpi_pause_timeout", "MpiPauseTimeout", "RealType"),
63
+ ("partitioning_algorithm", "PartitioningAlgorithm", "str"),
64
+ ("cleanup_inflated_fm_us", "CleanupInflatedFMUs", "bool"),
65
+ ("allow_iterations_only_mode", "AllowIterationsOnlyMode", "bool"),
66
+ ("target_initialization_option", "TargetInitializationOption", "str"),
67
+ ("fluent_region_update_at_step", "FluentRegionUpdateAtStep", "bool"),
68
+ ("mesh_import_on_initialization", "MeshImportOnInitialization", "bool"),
69
+ ("import_all_regions", "ImportAllRegions", "bool"),
70
+ ("bypass_fluent_adapter", "BypassFluentAdapter", "bool"),
71
+ ("variable_to_expression_transfer", "VariableToExpressionTransfer", "bool"),
72
+ ("update_mapping_weights", "UpdateMappingWeights", "str"),
73
+ (
74
+ "solve_incremental_displacement_first",
75
+ "SolveIncrementalDisplacementFirst",
76
+ "bool",
77
+ ),
78
+ ("write_scs_file", "WriteScsFile", "bool"),
79
+ ("check_for_input_files_changes", "CheckForInputFilesChanges", "str"),
80
+ ("is_user_friendly_mapping", "IsUserFriendlyMapping", "bool"),
81
+ ]
82
+
83
+ @property
84
+ def analysis_type(self) -> str:
85
+ """Analysis type.
86
+
87
+ Allowed values:
88
+ - \"Steady\"
89
+ - \"Transient\" """
90
+ return self.get_property_state("analysis_type")
91
+
92
+ @analysis_type.setter
93
+ def analysis_type(self, value: str):
94
+ self.set_property_state("analysis_type", value)
95
+
96
+ @property
97
+ def optimize_if_one_way(self) -> bool:
98
+ """Optimizes various controls for a one-way workflow, if the
99
+ data transfers form a unidirectional graph."""
100
+ return self.get_property_state("optimize_if_one_way")
101
+
102
+ @optimize_if_one_way.setter
103
+ def optimize_if_one_way(self, value: bool):
104
+ self.set_property_state("optimize_if_one_way", value)
105
+
106
+ @property
107
+ def warped_face_tolerance(self) -> RealType:
108
+ """Set warped face detection tolerance (1e-6 is default value, 1.0 means disabled)."""
109
+ return self.get_property_state("warped_face_tolerance")
110
+
111
+ @warped_face_tolerance.setter
112
+ def warped_face_tolerance(self, value: RealType):
113
+ self.set_property_state("warped_face_tolerance", value)
114
+
115
+ @property
116
+ def allow_simultaneous_update(self) -> bool:
117
+ """Allow simultaneous update of independent participants."""
118
+ return self.get_property_state("allow_simultaneous_update")
119
+
120
+ @allow_simultaneous_update.setter
121
+ def allow_simultaneous_update(self, value: bool):
122
+ self.set_property_state("allow_simultaneous_update", value)
123
+
124
+ @property
125
+ def simultaneous_participants(self) -> str:
126
+ """Controls which participants are updated simultaneously."""
127
+ return self.get_property_state("simultaneous_participants")
128
+
129
+ @simultaneous_participants.setter
130
+ def simultaneous_participants(self, value: str):
131
+ self.set_property_state("simultaneous_participants", value)
132
+
133
+ @property
134
+ def allow_simultaneous_initialization(self) -> bool:
135
+ """Allow simultaneous initialization of participants."""
136
+ return self.get_property_state("allow_simultaneous_initialization")
137
+
138
+ @allow_simultaneous_initialization.setter
139
+ def allow_simultaneous_initialization(self, value: bool):
140
+ self.set_property_state("allow_simultaneous_initialization", value)
141
+
142
+ @property
143
+ def mpi_pause_timeout(self) -> RealType:
144
+ """Specify MPI pause time (in seconds) to wait for other participants to finish solving"""
145
+ return self.get_property_state("mpi_pause_timeout")
146
+
147
+ @mpi_pause_timeout.setter
148
+ def mpi_pause_timeout(self, value: RealType):
149
+ self.set_property_state("mpi_pause_timeout", value)
150
+
151
+ @property
152
+ def partitioning_algorithm(self) -> str:
153
+ """Partitioning algorithm used when participants are running in parallel.
154
+
155
+ Allowed values:
156
+
157
+ - \"SharedAllocateMachines\" - Participants share both machines and cores.
158
+
159
+ - \"SharedAllocateCores\" - Participants share machines but not cores.
160
+
161
+ - \"DistributedAllocateCores\" - Participants minimally share cores and machines. (Linux only)
162
+
163
+ - \"DistributedAllocateMachines\" - Participants never share cores or machines. (Linux only)
164
+
165
+ - \"Custom\" - Custom algorithm."""
166
+ return self.get_property_state("partitioning_algorithm")
167
+
168
+ @partitioning_algorithm.setter
169
+ def partitioning_algorithm(self, value: str):
170
+ self.set_property_state("partitioning_algorithm", value)
171
+
172
+ @property
173
+ def cleanup_inflated_fm_us(self) -> bool:
174
+ """Controls whether System Coupling will cleanup inflated FMUs at end of analysis."""
175
+ return self.get_property_state("cleanup_inflated_fm_us")
176
+
177
+ @cleanup_inflated_fm_us.setter
178
+ def cleanup_inflated_fm_us(self, value: bool):
179
+ self.set_property_state("cleanup_inflated_fm_us", value)
180
+
181
+ @property
182
+ def allow_iterations_only_mode(self) -> bool:
183
+ """Explicitly set whether iterations-only mode is allowed."""
184
+ return self.get_property_state("allow_iterations_only_mode")
185
+
186
+ @allow_iterations_only_mode.setter
187
+ def allow_iterations_only_mode(self, value: bool):
188
+ self.set_property_state("allow_iterations_only_mode", value)
189
+
190
+ @property
191
+ def target_initialization_option(self) -> str:
192
+ """Select option for target initialization."""
193
+ return self.get_property_state("target_initialization_option")
194
+
195
+ @target_initialization_option.setter
196
+ def target_initialization_option(self, value: str):
197
+ self.set_property_state("target_initialization_option", value)
198
+
199
+ @property
200
+ def fluent_region_update_at_step(self) -> bool:
201
+ """Allow update of Fluent regions at the beginning of a step."""
202
+ return self.get_property_state("fluent_region_update_at_step")
203
+
204
+ @fluent_region_update_at_step.setter
205
+ def fluent_region_update_at_step(self, value: bool):
206
+ self.set_property_state("fluent_region_update_at_step", value)
207
+
208
+ @property
209
+ def mesh_import_on_initialization(self) -> bool:
210
+ """Select whether to import the mesh during the analysis initialization."""
211
+ return self.get_property_state("mesh_import_on_initialization")
212
+
213
+ @mesh_import_on_initialization.setter
214
+ def mesh_import_on_initialization(self, value: bool):
215
+ self.set_property_state("mesh_import_on_initialization", value)
216
+
217
+ @property
218
+ def import_all_regions(self) -> bool:
219
+ """Select whether to import mesh for all defined regions."""
220
+ return self.get_property_state("import_all_regions")
221
+
222
+ @import_all_regions.setter
223
+ def import_all_regions(self, value: bool):
224
+ self.set_property_state("import_all_regions", value)
225
+
226
+ @property
227
+ def bypass_fluent_adapter(self) -> bool:
228
+ """Switch to bypass Fluent adapter."""
229
+ return self.get_property_state("bypass_fluent_adapter")
230
+
231
+ @bypass_fluent_adapter.setter
232
+ def bypass_fluent_adapter(self, value: bool):
233
+ self.set_property_state("bypass_fluent_adapter", value)
234
+
235
+ @property
236
+ def variable_to_expression_transfer(self) -> bool:
237
+ """Convert variable-based data transfers to expression transfers."""
238
+ return self.get_property_state("variable_to_expression_transfer")
239
+
240
+ @variable_to_expression_transfer.setter
241
+ def variable_to_expression_transfer(self, value: bool):
242
+ self.set_property_state("variable_to_expression_transfer", value)
243
+
244
+ @property
245
+ def update_mapping_weights(self) -> str:
246
+ """Weight factor when multiple transfers are stabilized.
247
+
248
+ Allowed values:
249
+
250
+ - \"Off\" (default)
251
+ - \"EveryStep\"
252
+ - \"EveryIteration\" """
253
+ return self.get_property_state("update_mapping_weights")
254
+
255
+ @update_mapping_weights.setter
256
+ def update_mapping_weights(self, value: str):
257
+ self.set_property_state("update_mapping_weights", value)
258
+
259
+ @property
260
+ def solve_incremental_displacement_first(self) -> bool:
261
+ """Force participants serving incremental displacement to solve first."""
262
+ return self.get_property_state("solve_incremental_displacement_first")
263
+
264
+ @solve_incremental_displacement_first.setter
265
+ def solve_incremental_displacement_first(self, value: bool):
266
+ self.set_property_state("solve_incremental_displacement_first", value)
267
+
268
+ @property
269
+ def write_scs_file(self) -> bool:
270
+ """Force writing of scs file even if participants are auto-started."""
271
+ return self.get_property_state("write_scs_file")
272
+
273
+ @write_scs_file.setter
274
+ def write_scs_file(self, value: bool):
275
+ self.set_property_state("write_scs_file", value)
276
+
277
+ @property
278
+ def check_for_input_files_changes(self) -> str:
279
+ """Controls whether System Coupling will check for changes in participant input files."""
280
+ return self.get_property_state("check_for_input_files_changes")
281
+
282
+ @check_for_input_files_changes.setter
283
+ def check_for_input_files_changes(self, value: str):
284
+ self.set_property_state("check_for_input_files_changes", value)
285
+
286
+ @property
287
+ def is_user_friendly_mapping(self) -> bool:
288
+ """Controls whether is System Coupling user friendly mapping workflow."""
289
+ return self.get_property_state("is_user_friendly_mapping")
290
+
291
+ @is_user_friendly_mapping.setter
292
+ def is_user_friendly_mapping(self, value: bool):
293
+ self.set_property_state("is_user_friendly_mapping", value)
@@ -0,0 +1,33 @@
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 apip(Container):
9
+ """
10
+ Apip-related expert settings.
11
+ """
12
+
13
+ syc_name = "Apip"
14
+
15
+ property_names_types = [("debug", "Debug", "bool"), ("disable", "Disable", "bool")]
16
+
17
+ @property
18
+ def debug(self) -> bool:
19
+ """Debug apip data (sends to debug server, saves data locally)."""
20
+ return self.get_property_state("debug")
21
+
22
+ @debug.setter
23
+ def debug(self, value: bool):
24
+ self.set_property_state("debug", value)
25
+
26
+ @property
27
+ def disable(self) -> bool:
28
+ """Disable apip collection (regardless of user settings)."""
29
+ return self.get_property_state("disable")
30
+
31
+ @disable.setter
32
+ def disable(self, value: bool):
33
+ self.set_property_state("disable", value)
@@ -0,0 +1,44 @@
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 ascii_output(Container):
9
+ """
10
+ Output interface data as ASCII.
11
+ """
12
+
13
+ syc_name = "AsciiOutput"
14
+
15
+ property_names_types = [("option", "Option", "str"), ("format", "Format", "str")]
16
+
17
+ @property
18
+ def option(self) -> str:
19
+ """Control ASCII interface data output.
20
+
21
+ Allowed values:
22
+
23
+ - \"Off\"
24
+ - \"EveryStep\" (for step-based analyses)
25
+ - \"EveryIteration\" (for iteration-based analyses)"""
26
+ return self.get_property_state("option")
27
+
28
+ @option.setter
29
+ def option(self, value: str):
30
+ self.set_property_state("option", value)
31
+
32
+ @property
33
+ def format(self) -> str:
34
+ """ASCII output format type.
35
+
36
+ Allowed values:
37
+
38
+ - \"Axdt\"
39
+ - \"Csv\" """
40
+ return self.get_property_state("format")
41
+
42
+ @format.setter
43
+ def format(self, value: str):
44
+ self.set_property_state("format", 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 .attribute_child import attribute_child
8
+
9
+
10
+ class attribute(NamedContainer[attribute_child]):
11
+ """
12
+ Configure a variable's attributes.
13
+ """
14
+
15
+ syc_name = "Attribute"
16
+
17
+ child_object_type: attribute_child = attribute_child
18
+ """
19
+ child_object_type of attribute.
20
+ """
@@ -0,0 +1,64 @@
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 .dimensionality import dimensionality
8
+
9
+
10
+ class attribute_child(Container):
11
+ """
12
+ Configure a variable's attributes.
13
+ """
14
+
15
+ syc_name = "child_object_type"
16
+
17
+ child_names = ["dimensionality"]
18
+
19
+ dimensionality: dimensionality = dimensionality
20
+ """
21
+ dimensionality child of attribute_child.
22
+ """
23
+ property_names_types = [
24
+ ("attribute_type", "AttributeType", "str"),
25
+ ("modifiable", "Modifiable", "bool"),
26
+ ("real_value", "RealValue", "RealType"),
27
+ ("integer_value", "IntegerValue", "int"),
28
+ ]
29
+
30
+ @property
31
+ def attribute_type(self) -> str:
32
+ """The type of the attribute (\"Real\" or \"Integer\")."""
33
+ return self.get_property_state("attribute_type")
34
+
35
+ @attribute_type.setter
36
+ def attribute_type(self, value: str):
37
+ self.set_property_state("attribute_type", value)
38
+
39
+ @property
40
+ def modifiable(self) -> bool:
41
+ """Controls whether the attribute is Modifiable"""
42
+ return self.get_property_state("modifiable")
43
+
44
+ @modifiable.setter
45
+ def modifiable(self, value: bool):
46
+ self.set_property_state("modifiable", value)
47
+
48
+ @property
49
+ def real_value(self) -> RealType:
50
+ """Real attribute value."""
51
+ return self.get_property_state("real_value")
52
+
53
+ @real_value.setter
54
+ def real_value(self, value: RealType):
55
+ self.set_property_state("real_value", value)
56
+
57
+ @property
58
+ def integer_value(self) -> int:
59
+ """Integer attribute value."""
60
+ return self.get_property_state("integer_value")
61
+
62
+ @integer_value.setter
63
+ def integer_value(self, value: int):
64
+ self.set_property_state("integer_value", value)
@@ -0,0 +1,46 @@
1
+ #
2
+ # This is an auto-generated file. DO NOT EDIT!
3
+ #
4
+
5
+ from ansys.systemcoupling.core.adaptor.impl.types import *
6
+
7
+
8
+ class automatic_alignment_options(Container):
9
+ """
10
+ Automatic alignment settings.
11
+ """
12
+
13
+ syc_name = "AutomaticAlignmentOptions"
14
+
15
+ property_names_types = [
16
+ ("alignment_type", "AlignmentType", "str"),
17
+ ("singular_value_tolerance", "SingularValueTolerance", "RealType"),
18
+ ("verbosity", "Verbosity", "int"),
19
+ ]
20
+
21
+ @property
22
+ def alignment_type(self) -> str:
23
+ """Alignment type (\"Covariance\" or \"Moment Covariance\" or \"Inertial Axes\")."""
24
+ return self.get_property_state("alignment_type")
25
+
26
+ @alignment_type.setter
27
+ def alignment_type(self, value: str):
28
+ self.set_property_state("alignment_type", value)
29
+
30
+ @property
31
+ def singular_value_tolerance(self) -> RealType:
32
+ """Tolerance used to compare singular values"""
33
+ return self.get_property_state("singular_value_tolerance")
34
+
35
+ @singular_value_tolerance.setter
36
+ def singular_value_tolerance(self, value: RealType):
37
+ self.set_property_state("singular_value_tolerance", value)
38
+
39
+ @property
40
+ def verbosity(self) -> int:
41
+ """Set to 1 to print additional information about the alignment"""
42
+ return self.get_property_state("verbosity")
43
+
44
+ @verbosity.setter
45
+ def verbosity(self, value: int):
46
+ self.set_property_state("verbosity", value)
@@ -0,0 +1,40 @@
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 available_ports(Container):
9
+ """
10
+ Specify ports available for co-simulation.
11
+ """
12
+
13
+ syc_name = "AvailablePorts"
14
+
15
+ property_names_types = [("option", "Option", "str"), ("range", "Range", "str")]
16
+
17
+ @property
18
+ def option(self) -> str:
19
+ """Specify how available ports are determined.
20
+
21
+ - \"ProgramControlled\" - System Coupling will find an
22
+ available port.
23
+ - \"UserDefined\" - An available port will be chosen,
24
+ if possible, from a specified range."""
25
+ return self.get_property_state("option")
26
+
27
+ @option.setter
28
+ def option(self, value: str):
29
+ self.set_property_state("option", value)
30
+
31
+ @property
32
+ def range(self) -> str:
33
+ """Port range expressed as a comma-separated list of integers and/or
34
+ integer ranges. An integer range is a pair of integers separated
35
+ with a "-" character, specify an inclusive range of port numbers."""
36
+ return self.get_property_state("range")
37
+
38
+ @range.setter
39
+ def range(self, value: str):
40
+ self.set_property_state("range", value)
@@ -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 avoid_data_reconstruction(Container):
9
+ """
10
+ Control whether data reconstruction should be done for elemental intensive data.
11
+ """
12
+
13
+ syc_name = "AvoidDataReconstruction"
14
+
15
+ property_names_types = [
16
+ ("volume_mapping", "VolumeMapping", "bool"),
17
+ ("surface_mapping", "SurfaceMapping", "bool"),
18
+ ("surface_volume_mapping", "SurfaceVolumeMapping", "bool"),
19
+ ]
20
+
21
+ @property
22
+ def volume_mapping(self) -> bool:
23
+ """UNDOCUMENTED"""
24
+ return self.get_property_state("volume_mapping")
25
+
26
+ @volume_mapping.setter
27
+ def volume_mapping(self, value: bool):
28
+ self.set_property_state("volume_mapping", value)
29
+
30
+ @property
31
+ def surface_mapping(self) -> bool:
32
+ """UNDOCUMENTED"""
33
+ return self.get_property_state("surface_mapping")
34
+
35
+ @surface_mapping.setter
36
+ def surface_mapping(self, value: bool):
37
+ self.set_property_state("surface_mapping", value)
38
+
39
+ @property
40
+ def surface_volume_mapping(self) -> bool:
41
+ """UNDOCUMENTED"""
42
+ return self.get_property_state("surface_volume_mapping")
43
+
44
+ @surface_volume_mapping.setter
45
+ def surface_volume_mapping(self, value: bool):
46
+ self.set_property_state("surface_volume_mapping", value)
@@ -0,0 +1,62 @@
1
+ #
2
+ # This is an auto-generated file. DO NOT EDIT!
3
+ #
4
+
5
+ SHASH = "34d232b251e1d4a5a6b88e3deb9591863eac6afb1446228951276f9b1700da9f"
6
+
7
+ from ansys.systemcoupling.core.adaptor.impl.types import *
8
+
9
+ from ._clear_state import _clear_state
10
+ from .clear_state import clear_state
11
+ from .delete_snapshot import delete_snapshot
12
+ from .open import open
13
+ from .open_snapshot import open_snapshot
14
+ from .save import save
15
+ from .save_snapshot import save_snapshot
16
+
17
+
18
+ class case_root(Container):
19
+ """
20
+ 'root' object
21
+ """
22
+
23
+ syc_name = "CaseCommands"
24
+
25
+ command_names = [
26
+ "_clear_state",
27
+ "clear_state",
28
+ "delete_snapshot",
29
+ "open",
30
+ "open_snapshot",
31
+ "save",
32
+ "save_snapshot",
33
+ ]
34
+
35
+ _clear_state: _clear_state = _clear_state
36
+ """
37
+ _clear_state command of case_root.
38
+ """
39
+ clear_state: clear_state = clear_state
40
+ """
41
+ clear_state command of case_root.
42
+ """
43
+ delete_snapshot: delete_snapshot = delete_snapshot
44
+ """
45
+ delete_snapshot command of case_root.
46
+ """
47
+ open: open = open
48
+ """
49
+ open command of case_root.
50
+ """
51
+ open_snapshot: open_snapshot = open_snapshot
52
+ """
53
+ open_snapshot command of case_root.
54
+ """
55
+ save: save = save
56
+ """
57
+ save command of case_root.
58
+ """
59
+ save_snapshot: save_snapshot = save_snapshot
60
+ """
61
+ save_snapshot command of case_root.
62
+ """
@@ -0,0 +1,18 @@
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(InjectedCommand):
9
+ """
10
+ Clears the state of the entire System Coupling service, removing all
11
+ data model items, parameter values, and calculated values.
12
+
13
+ Cannot be run after participants have been started.
14
+ """
15
+
16
+ syc_name = "clear_state"
17
+
18
+ cmd_name = "clear_state"