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
@@ -0,0 +1,42 @@
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 delete_transformation(Command):
9
+ """
10
+ Delete a transformation from a reference frame
11
+
12
+ In addition to deleting the transformation object, it will also remove the
13
+ transformation from ``transformation_order`` (if it exists in that list).
14
+
15
+ Parameters
16
+ ----------
17
+ reference_frame : str
18
+ Name of the reference frame from which the transformation will be
19
+ deleted.
20
+ transformation_name : str
21
+ Name of the transformation which will be deleted.
22
+
23
+ """
24
+
25
+ syc_name = "DeleteTransformation"
26
+
27
+ argument_names = ["reference_frame", "transformation_name"]
28
+
29
+ class reference_frame(String):
30
+ """
31
+ Name of the reference frame from which the transformation will be
32
+ deleted.
33
+ """
34
+
35
+ syc_name = "ReferenceFrame"
36
+
37
+ class transformation_name(String):
38
+ """
39
+ Name of the transformation which will be deleted.
40
+ """
41
+
42
+ syc_name = "TransformationName"
@@ -0,0 +1,96 @@
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 dimensionality(Container):
9
+ """
10
+ Configure attribute dimensionality.
11
+ """
12
+
13
+ syc_name = "Dimensionality"
14
+
15
+ property_names_types = [
16
+ ("length", "Length", "RealType"),
17
+ ("time", "Time", "RealType"),
18
+ ("mass", "Mass", "RealType"),
19
+ ("temperature", "Temperature", "RealType"),
20
+ ("amount_of_substance", "AmountOfSubstance", "RealType"),
21
+ ("current", "Current", "RealType"),
22
+ ("luminous_intensity", "LuminousIntensity", "RealType"),
23
+ ("angle", "Angle", "RealType"),
24
+ ]
25
+
26
+ @property
27
+ def length(self) -> RealType:
28
+ """Exponent of length dimension."""
29
+ return self.get_property_state("length")
30
+
31
+ @length.setter
32
+ def length(self, value: RealType):
33
+ self.set_property_state("length", value)
34
+
35
+ @property
36
+ def time(self) -> RealType:
37
+ """Exponent of time dimension."""
38
+ return self.get_property_state("time")
39
+
40
+ @time.setter
41
+ def time(self, value: RealType):
42
+ self.set_property_state("time", value)
43
+
44
+ @property
45
+ def mass(self) -> RealType:
46
+ """Exponent of mass dimension."""
47
+ return self.get_property_state("mass")
48
+
49
+ @mass.setter
50
+ def mass(self, value: RealType):
51
+ self.set_property_state("mass", value)
52
+
53
+ @property
54
+ def temperature(self) -> RealType:
55
+ """Exponent of temperature dimension."""
56
+ return self.get_property_state("temperature")
57
+
58
+ @temperature.setter
59
+ def temperature(self, value: RealType):
60
+ self.set_property_state("temperature", value)
61
+
62
+ @property
63
+ def amount_of_substance(self) -> RealType:
64
+ """Exponent of amount of substance dimension."""
65
+ return self.get_property_state("amount_of_substance")
66
+
67
+ @amount_of_substance.setter
68
+ def amount_of_substance(self, value: RealType):
69
+ self.set_property_state("amount_of_substance", value)
70
+
71
+ @property
72
+ def current(self) -> RealType:
73
+ """Exponent of electric current dimension."""
74
+ return self.get_property_state("current")
75
+
76
+ @current.setter
77
+ def current(self, value: RealType):
78
+ self.set_property_state("current", value)
79
+
80
+ @property
81
+ def luminous_intensity(self) -> RealType:
82
+ """Exponent of luminous intensity dimension."""
83
+ return self.get_property_state("luminous_intensity")
84
+
85
+ @luminous_intensity.setter
86
+ def luminous_intensity(self, value: RealType):
87
+ self.set_property_state("luminous_intensity", value)
88
+
89
+ @property
90
+ def angle(self) -> RealType:
91
+ """Exponent of angle dimension."""
92
+ return self.get_property_state("angle")
93
+
94
+ @angle.setter
95
+ def angle(self, value: RealType):
96
+ self.set_property_state("angle", value)
@@ -0,0 +1,246 @@
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 .fluent_input import fluent_input
8
+
9
+
10
+ class execution_control(Container):
11
+ """
12
+ Configure execution control for a coupling participant.
13
+ """
14
+
15
+ syc_name = "ExecutionControl"
16
+
17
+ child_names = ["fluent_input"]
18
+
19
+ fluent_input: fluent_input = fluent_input
20
+ """
21
+ fluent_input child of execution_control.
22
+ """
23
+ property_names_types = [
24
+ ("option", "Option", "str"),
25
+ ("working_directory", "WorkingDirectory", "str"),
26
+ ("use_wrapper_script", "UseWrapperScript", "bool"),
27
+ ("python_script", "PythonScript", "str"),
28
+ ("executable", "Executable", "str"),
29
+ ("auto_distribution_settings", "AutoDistributionSettings", "bool"),
30
+ ("use_ls_dyna_custom_executable", "UseLsDynaCustomExecutable", "bool"),
31
+ ("ls_dyna_custom_executable", "LsDynaCustomExecutable", "str"),
32
+ ("ls_dyna_parallel_option", "LsDynaParallelOption", "str"),
33
+ (
34
+ "include_hpc_distribution_types",
35
+ "IncludeHPCDistributionTypes",
36
+ "StringListType",
37
+ ),
38
+ ("number_of_cores_per_task", "NumberOfCoresPerTask", "int"),
39
+ ("batch_options", "BatchOptions", "str"),
40
+ ("additional_arguments", "AdditionalArguments", "str"),
41
+ ("parallel_fraction", "ParallelFraction", "RealType"),
42
+ ("initial_input", "InitialInput", "str"),
43
+ ("additional_restart_input_file", "AdditionalRestartInputFile", "str"),
44
+ ("gui_mode", "GuiMode", "bool"),
45
+ ("base_output_file_name", "BaseOutputFileName", "str"),
46
+ ("overwrite_existing_files", "OverwriteExistingFiles", "bool"),
47
+ ("mass_normalized", "MassNormalized", "bool"),
48
+ ("write_output", "WriteOutput", "bool"),
49
+ ]
50
+
51
+ @property
52
+ def option(self) -> str:
53
+ """Method used to find the solver executable file to be used to start
54
+ the participant.
55
+
56
+ - \"ProgramControlled\" - (Default) Find the executable based on the
57
+ participant type. Available whenever the participant type is not
58
+ set to \"DEFAULT\" or \"EXTERNALDATA\".
59
+ - \"UserDefined\" - User supplied settings are used to find the executable.
60
+ - \"ExternallyManaged\" - Typically used for workflows managed by
61
+ `WorkBench`."""
62
+ return self.get_property_state("option")
63
+
64
+ @option.setter
65
+ def option(self, value: str):
66
+ self.set_property_state("option", value)
67
+
68
+ @property
69
+ def working_directory(self) -> str:
70
+ """Participant working directory."""
71
+ return self.get_property_state("working_directory")
72
+
73
+ @working_directory.setter
74
+ def working_directory(self, value: str):
75
+ self.set_property_state("working_directory", value)
76
+
77
+ @property
78
+ def use_wrapper_script(self) -> bool:
79
+ """Specify whether to use System Coupling-provided wrapper script to set up the environment."""
80
+ return self.get_property_state("use_wrapper_script")
81
+
82
+ @use_wrapper_script.setter
83
+ def use_wrapper_script(self, value: bool):
84
+ self.set_property_state("use_wrapper_script", value)
85
+
86
+ @property
87
+ def python_script(self) -> str:
88
+ """Path to the Python script."""
89
+ return self.get_property_state("python_script")
90
+
91
+ @python_script.setter
92
+ def python_script(self, value: str):
93
+ self.set_property_state("python_script", value)
94
+
95
+ @property
96
+ def executable(self) -> str:
97
+ """Path to participant executable."""
98
+ return self.get_property_state("executable")
99
+
100
+ @executable.setter
101
+ def executable(self, value: str):
102
+ self.set_property_state("executable", value)
103
+
104
+ @property
105
+ def auto_distribution_settings(self) -> bool:
106
+ """Specify whether to use automatic distribution settings."""
107
+ return self.get_property_state("auto_distribution_settings")
108
+
109
+ @auto_distribution_settings.setter
110
+ def auto_distribution_settings(self, value: bool):
111
+ self.set_property_state("auto_distribution_settings", value)
112
+
113
+ @property
114
+ def use_ls_dyna_custom_executable(self) -> bool:
115
+ """Specify whether to use custom executable for LS-DYNA."""
116
+ return self.get_property_state("use_ls_dyna_custom_executable")
117
+
118
+ @use_ls_dyna_custom_executable.setter
119
+ def use_ls_dyna_custom_executable(self, value: bool):
120
+ self.set_property_state("use_ls_dyna_custom_executable", value)
121
+
122
+ @property
123
+ def ls_dyna_custom_executable(self) -> str:
124
+ """Path to LS-DYNA executable."""
125
+ return self.get_property_state("ls_dyna_custom_executable")
126
+
127
+ @ls_dyna_custom_executable.setter
128
+ def ls_dyna_custom_executable(self, value: str):
129
+ self.set_property_state("ls_dyna_custom_executable", value)
130
+
131
+ @property
132
+ def ls_dyna_parallel_option(self) -> str:
133
+ """LS-DYNA Parallel Option."""
134
+ return self.get_property_state("ls_dyna_parallel_option")
135
+
136
+ @ls_dyna_parallel_option.setter
137
+ def ls_dyna_parallel_option(self, value: str):
138
+ self.set_property_state("ls_dyna_parallel_option", value)
139
+
140
+ @property
141
+ def include_hpc_distribution_types(self) -> StringListType:
142
+ """Include HPC distribution types for the distributed AEDT runs."""
143
+ return self.get_property_state("include_hpc_distribution_types")
144
+
145
+ @include_hpc_distribution_types.setter
146
+ def include_hpc_distribution_types(self, value: StringListType):
147
+ self.set_property_state("include_hpc_distribution_types", value)
148
+
149
+ @property
150
+ def number_of_cores_per_task(self) -> int:
151
+ """Specify number of parallel cores per task for parallel AEDT analysis."""
152
+ return self.get_property_state("number_of_cores_per_task")
153
+
154
+ @number_of_cores_per_task.setter
155
+ def number_of_cores_per_task(self, value: int):
156
+ self.set_property_state("number_of_cores_per_task", value)
157
+
158
+ @property
159
+ def batch_options(self) -> str:
160
+ """Specify batch options for AEDT participant."""
161
+ return self.get_property_state("batch_options")
162
+
163
+ @batch_options.setter
164
+ def batch_options(self, value: str):
165
+ self.set_property_state("batch_options", value)
166
+
167
+ @property
168
+ def additional_arguments(self) -> str:
169
+ """Additional command line arguments."""
170
+ return self.get_property_state("additional_arguments")
171
+
172
+ @additional_arguments.setter
173
+ def additional_arguments(self, value: str):
174
+ self.set_property_state("additional_arguments", value)
175
+
176
+ @property
177
+ def parallel_fraction(self) -> RealType:
178
+ """Fraction of available cores to use for this participant"""
179
+ return self.get_property_state("parallel_fraction")
180
+
181
+ @parallel_fraction.setter
182
+ def parallel_fraction(self, value: RealType):
183
+ self.set_property_state("parallel_fraction", value)
184
+
185
+ @property
186
+ def initial_input(self) -> str:
187
+ """Initial input."""
188
+ return self.get_property_state("initial_input")
189
+
190
+ @initial_input.setter
191
+ def initial_input(self, value: str):
192
+ self.set_property_state("initial_input", value)
193
+
194
+ @property
195
+ def additional_restart_input_file(self) -> str:
196
+ """File containing MAPDL command snippets to modify the restarted run."""
197
+ return self.get_property_state("additional_restart_input_file")
198
+
199
+ @additional_restart_input_file.setter
200
+ def additional_restart_input_file(self, value: str):
201
+ self.set_property_state("additional_restart_input_file", value)
202
+
203
+ @property
204
+ def gui_mode(self) -> bool:
205
+ """Run participant in graphical mode."""
206
+ return self.get_property_state("gui_mode")
207
+
208
+ @gui_mode.setter
209
+ def gui_mode(self, value: bool):
210
+ self.set_property_state("gui_mode", value)
211
+
212
+ @property
213
+ def base_output_file_name(self) -> str:
214
+ """Base output file name for the CFD Server or SCDT Server."""
215
+ return self.get_property_state("base_output_file_name")
216
+
217
+ @base_output_file_name.setter
218
+ def base_output_file_name(self, value: str):
219
+ self.set_property_state("base_output_file_name", value)
220
+
221
+ @property
222
+ def overwrite_existing_files(self) -> bool:
223
+ """Flag indicating whether CFD Server should overwrite existing files."""
224
+ return self.get_property_state("overwrite_existing_files")
225
+
226
+ @overwrite_existing_files.setter
227
+ def overwrite_existing_files(self, value: bool):
228
+ self.set_property_state("overwrite_existing_files", value)
229
+
230
+ @property
231
+ def mass_normalized(self) -> bool:
232
+ """Controls whether mode shapes are mass normalized"""
233
+ return self.get_property_state("mass_normalized")
234
+
235
+ @mass_normalized.setter
236
+ def mass_normalized(self, value: bool):
237
+ self.set_property_state("mass_normalized", value)
238
+
239
+ @property
240
+ def write_output(self) -> bool:
241
+ """Controls whether export scdt files for the SCDT Server"""
242
+ return self.get_property_state("write_output")
243
+
244
+ @write_output.setter
245
+ def write_output(self, value: bool):
246
+ self.set_property_state("write_output", value)
@@ -0,0 +1,24 @@
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 execution_control(Container):
9
+ """
10
+ Configure execution control for a live visualization.
11
+ """
12
+
13
+ syc_name = "ExecutionControl"
14
+
15
+ property_names_types = [("option", "Option", "str")]
16
+
17
+ @property
18
+ def option(self) -> str:
19
+ """Set behavior of this object."""
20
+ return self.get_property_state("option")
21
+
22
+ @option.setter
23
+ def option(self, value: str):
24
+ self.set_property_state("option", 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 .expression_child import expression_child
8
+
9
+
10
+ class expression(NamedContainer[expression_child]):
11
+ """
12
+ Define a named expression that can be referenced in other expressions.
13
+ """
14
+
15
+ syc_name = "Expression"
16
+
17
+ child_object_type: expression_child = expression_child
18
+ """
19
+ child_object_type of expression.
20
+ """
@@ -0,0 +1,36 @@
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 expression_child(Container):
9
+ """
10
+ Define a named expression that can be referenced in other expressions.
11
+ """
12
+
13
+ syc_name = "child_object_type"
14
+
15
+ property_names_types = [
16
+ ("expression_name", "ExpressionName", "str"),
17
+ ("expression_string", "ExpressionString", "str"),
18
+ ]
19
+
20
+ @property
21
+ def expression_name(self) -> str:
22
+ """Name used to reference this expression from another expression"""
23
+ return self.get_property_state("expression_name")
24
+
25
+ @expression_name.setter
26
+ def expression_name(self, value: str):
27
+ self.set_property_state("expression_name", value)
28
+
29
+ @property
30
+ def expression_string(self) -> str:
31
+ """String defining the expression."""
32
+ return self.get_property_state("expression_string")
33
+
34
+ @expression_string.setter
35
+ def expression_string(self, value: str):
36
+ self.set_property_state("expression_string", 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 .expression_function_child import expression_function_child
8
+
9
+
10
+ class expression_function(NamedContainer[expression_function_child]):
11
+ """
12
+ Makes an external Python function accessible from expressions.
13
+ """
14
+
15
+ syc_name = "ExpressionFunction"
16
+
17
+ child_object_type: expression_function_child = expression_function_child
18
+ """
19
+ child_object_type of expression_function.
20
+ """
@@ -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 expression_function_child(Container):
9
+ """
10
+ Makes an external Python function accessible from expressions.
11
+ """
12
+
13
+ syc_name = "child_object_type"
14
+
15
+ property_names_types = [
16
+ ("module", "Module", "str"),
17
+ ("function", "Function", "str"),
18
+ ("function_name", "FunctionName", "str"),
19
+ ]
20
+
21
+ @property
22
+ def module(self) -> str:
23
+ """Name of the Python module that exports the function."""
24
+ return self.get_property_state("module")
25
+
26
+ @module.setter
27
+ def module(self, value: str):
28
+ self.set_property_state("module", value)
29
+
30
+ @property
31
+ def function(self) -> str:
32
+ """Name of the function in the module."""
33
+ return self.get_property_state("function")
34
+
35
+ @function.setter
36
+ def function(self, value: str):
37
+ self.set_property_state("function", value)
38
+
39
+ @property
40
+ def function_name(self) -> str:
41
+ """Name to use when referencing the function in an expression."""
42
+ return self.get_property_state("function_name")
43
+
44
+ @function_name.setter
45
+ def function_name(self, value: str):
46
+ self.set_property_state("function_name", value)
@@ -0,0 +1,24 @@
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 external_data_file(Container):
9
+ """
10
+ Participant external data file settings.
11
+ """
12
+
13
+ syc_name = "ExternalDataFile"
14
+
15
+ property_names_types = [("file_path", "FilePath", "str")]
16
+
17
+ @property
18
+ def file_path(self) -> str:
19
+ """Path to file for communication with a coupling participant."""
20
+ return self.get_property_state("file_path")
21
+
22
+ @file_path.setter
23
+ def file_path(self, value: str):
24
+ self.set_property_state("file_path", value)
@@ -0,0 +1,77 @@
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 fluent_input(Container):
9
+ """
10
+ Fluent input.
11
+ """
12
+
13
+ syc_name = "FluentInput"
14
+
15
+ property_names_types = [
16
+ ("option", "Option", "str"),
17
+ ("case_file", "CaseFile", "str"),
18
+ ("data_file", "DataFile", "str"),
19
+ ("enable_autosave", "EnableAutosave", "bool"),
20
+ ("journal_file", "JournalFile", "str"),
21
+ ]
22
+
23
+ @property
24
+ def option(self) -> str:
25
+ """Type of solver input file(s) to be used for the Fluent run.
26
+
27
+ Allowed values:
28
+
29
+ - \"InitialCaseFile\" - (Default) A case file will be defined as a
30
+ solver input for the coupled analysis run.
31
+
32
+ - \"InitialCaseAndDataFile\" - A Fluent case file and data file
33
+ will be defined as solver inputs for the coupled analysis run.
34
+
35
+ - \"JournalFile\" - A journal file will be defined as the solver
36
+ input for the coupled analysis run."""
37
+ return self.get_property_state("option")
38
+
39
+ @option.setter
40
+ def option(self, value: str):
41
+ self.set_property_state("option", value)
42
+
43
+ @property
44
+ def case_file(self) -> str:
45
+ """Set Fluent initial case file."""
46
+ return self.get_property_state("case_file")
47
+
48
+ @case_file.setter
49
+ def case_file(self, value: str):
50
+ self.set_property_state("case_file", value)
51
+
52
+ @property
53
+ def data_file(self) -> str:
54
+ """Set Fluent initial data file."""
55
+ return self.get_property_state("data_file")
56
+
57
+ @data_file.setter
58
+ def data_file(self, value: str):
59
+ self.set_property_state("data_file", value)
60
+
61
+ @property
62
+ def enable_autosave(self) -> bool:
63
+ """Set Fluent autosave frequency to System Coupling output control frequency to generate .flprj file."""
64
+ return self.get_property_state("enable_autosave")
65
+
66
+ @enable_autosave.setter
67
+ def enable_autosave(self, value: bool):
68
+ self.set_property_state("enable_autosave", value)
69
+
70
+ @property
71
+ def journal_file(self) -> str:
72
+ """Set Fluent journal file."""
73
+ return self.get_property_state("journal_file")
74
+
75
+ @journal_file.setter
76
+ def journal_file(self, value: str):
77
+ self.set_property_state("journal_file", 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 .fmu_parameter_child import fmu_parameter_child
8
+
9
+
10
+ class fmu_parameter(NamedContainer[fmu_parameter_child]):
11
+ """
12
+ Configure a parameter for an FMU coupling participant.
13
+ """
14
+
15
+ syc_name = "FMUParameter"
16
+
17
+ child_object_type: fmu_parameter_child = fmu_parameter_child
18
+ """
19
+ child_object_type of fmu_parameter.
20
+ """