ansys-api-discovery 0.5.2__tar.gz → 0.6.1__tar.gz

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-api-discovery might be problematic. Click here for more details.

Files changed (32) hide show
  1. {ansys_api_discovery-0.5.2/ansys_api_discovery.egg-info → ansys_api_discovery-0.6.1}/PKG-INFO +8 -8
  2. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/README.md +2 -2
  3. ansys_api_discovery-0.6.1/ansys/api/discovery/VERSION +1 -0
  4. ansys_api_discovery-0.6.1/ansys/api/discovery/v0/conditions.proto +32 -0
  5. ansys_api_discovery-0.6.1/ansys/api/discovery/v0/conditionsfluid.proto +246 -0
  6. ansys_api_discovery-0.6.1/ansys/api/discovery/v0/conditionsstructural.proto +407 -0
  7. ansys_api_discovery-0.6.1/ansys/api/discovery/v0/conditionsthermal.proto +179 -0
  8. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys/api/discovery/v0/definedvariationstable.proto +12 -0
  9. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys/api/discovery/v0/discoverymodels.proto +91 -25
  10. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys/api/discovery/v0/messaging.proto +0 -2
  11. ansys_api_discovery-0.6.1/ansys/api/discovery/v0/monitors.proto +137 -0
  12. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys/api/discovery/v0/simulations.proto +0 -1
  13. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys/api/discovery/v0/solution.proto +19 -2
  14. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1/ansys_api_discovery.egg-info}/PKG-INFO +8 -8
  15. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys_api_discovery.egg-info/SOURCES.txt +4 -0
  16. ansys_api_discovery-0.6.1/ansys_api_discovery.egg-info/requires.txt +3 -0
  17. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/pyproject.toml +1 -1
  18. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/setup.py +2 -2
  19. ansys_api_discovery-0.5.2/ansys/api/discovery/VERSION +0 -1
  20. ansys_api_discovery-0.5.2/ansys/api/discovery/v0/conditions.proto +0 -67
  21. ansys_api_discovery-0.5.2/ansys_api_discovery.egg-info/requires.txt +0 -3
  22. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/LICENSE +0 -0
  23. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys/api/discovery/__init__.py +0 -0
  24. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys/api/discovery/py.typed +0 -0
  25. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys/api/discovery/v0/__init__.py +0 -0
  26. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys/api/discovery/v0/historytrackparameters.proto +0 -0
  27. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys/api/discovery/v0/scriptparameters.proto +0 -0
  28. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys/api/discovery/v0/units.proto +0 -0
  29. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys_api_discovery.egg-info/dependency_links.txt +0 -0
  30. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys_api_discovery.egg-info/entry_points.txt +0 -0
  31. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/ansys_api_discovery.egg-info/top_level.txt +0 -0
  32. {ansys_api_discovery-0.5.2 → ansys_api_discovery-0.6.1}/setup.cfg +0 -0
@@ -1,17 +1,17 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ansys-api-discovery
3
- Version: 0.5.2
4
- Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 14:18:53 on 26 April 2024
3
+ Version: 0.6.1
4
+ Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 08:43:07 on 28 November 2024
5
5
  Home-page: https://github.com/ansys/ansys-api-discovery
6
6
  Author: ANSYS, Inc.
7
7
  Author-email: support@ansys.com
8
8
  License: MIT
9
- Requires-Python: >=3.7
9
+ Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
- Requires-Dist: grpcio~=1.47
13
- Requires-Dist: protobuf<5,>=3.19
14
- Requires-Dist: ansys-api-dbu==0.3.0
12
+ Requires-Dist: grpcio~=1.44
13
+ Requires-Dist: protobuf<6,>=3.19
14
+ Requires-Dist: ansys-api-geometry==0.4.10
15
15
 
16
16
  ### ansys-api-discovery gRPC Interface Package
17
17
 
@@ -68,9 +68,9 @@ these are built on PRs, the main branch, and on tags when pushing. Artifacts
68
68
  are uploaded for each PR.
69
69
 
70
70
  To publicly release wheels to PyPI, ensure your branch is up-to-date and then
71
- push tags. For example, for the version ``v0.5.1``.
71
+ push tags. For example, for the version ``v0.5.0``.
72
72
 
73
73
  ```bash
74
- git tag v0.5.1
74
+ git tag v0.5.0
75
75
  git push --tags
76
76
  ```
@@ -53,9 +53,9 @@ these are built on PRs, the main branch, and on tags when pushing. Artifacts
53
53
  are uploaded for each PR.
54
54
 
55
55
  To publicly release wheels to PyPI, ensure your branch is up-to-date and then
56
- push tags. For example, for the version ``v0.5.1``.
56
+ push tags. For example, for the version ``v0.5.0``.
57
57
 
58
58
  ```bash
59
- git tag v0.5.1
59
+ git tag v0.5.0
60
60
  git push --tags
61
61
  ```
@@ -0,0 +1,32 @@
1
+ // Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
+ syntax = "proto3";
3
+ package ansys.api.discovery.v0.conditions;
4
+
5
+ import "ansys/api/discovery/v0/discoverymodels.proto";
6
+
7
+ option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
8
+
9
+ service Conditions
10
+ {
11
+ //General condition methods
12
+ rpc DeleteCondition(DeleteConditionRequest) returns (ChangeResponse);
13
+
14
+ rpc ChangeConditionSuppressionState(ChangeConditionSuppressionStateRequest) returns (ChangeResponse);
15
+
16
+ rpc ChangeConditionName(ChangeConditionNameRequest) returns (ChangeResponse);
17
+ }
18
+
19
+ //General Requests
20
+ message DeleteConditionRequest{
21
+ string object_id = 1;
22
+ }
23
+
24
+ message ChangeConditionSuppressionStateRequest{
25
+ string object_id = 1;
26
+ bool is_suppressed = 2;
27
+ }
28
+
29
+ message ChangeConditionNameRequest{
30
+ string object_id = 1;
31
+ string new_name = 2;
32
+ }
@@ -0,0 +1,246 @@
1
+ // Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
+ syntax = "proto3";
3
+ package ansys.api.discovery.v0.conditions.conditionsfluid;
4
+
5
+ import "ansys/api/discovery/v0/discoverymodels.proto";
6
+
7
+ option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions.ConditionsFluid";
8
+
9
+ service ConditionsFluid
10
+ {
11
+ //Fluid flow methods
12
+ rpc CreateFlowVelocityInlet(FlowVelocityInletCreationRequest) returns (FlowVelocityInletCreationResponse);
13
+
14
+ rpc CreateFlowVelocityOutlet(FlowVelocityOutletCreationRequest) returns (FlowVelocityOutletCreationResponse);
15
+
16
+ rpc CreateFlowPressureInlet(FlowPressureInletCreationRequest) returns (FlowPressureInletCreationResponse);
17
+
18
+ rpc CreateFlowPressureOutlet(FlowPressureOutletCreationRequest) returns (FlowPressureOutletCreationResponse);
19
+
20
+ rpc CreateFlowMassFlowInlet(FlowMassFlowInletCreationRequest) returns (FlowMassFlowInletCreationResponse);
21
+
22
+ rpc CreateFlowMassFlowOutlet(FlowMassFlowOutletCreationRequest) returns (FlowMassFlowOutletCreationResponse);
23
+
24
+ rpc ChangeFlowLocation(ChangeLocationRequest) returns (ChangeResponse);
25
+
26
+ rpc ChangeFlowVelocityInletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
27
+
28
+ rpc ChangeFlowVelocityOutletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
29
+
30
+ rpc ChangeFlowPressureInletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
31
+
32
+ rpc ChangeFlowPressureOutletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
33
+
34
+ rpc ChangeFlowMassFlowInletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
35
+
36
+ rpc ChangeFlowMassFlowOutletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
37
+
38
+ rpc ChangeFlowTemperatureInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
39
+
40
+ rpc ChangeFlowTemperatureMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
41
+
42
+ rpc ChangeFlowSwirlingInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
43
+
44
+ rpc ChangeFlowSwirlingMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
45
+
46
+ rpc ChangeFlowSpecification(ChangeFlowSpecificationRequest) returns (ChangeResponse);
47
+
48
+ rpc ChangeFlowDirection(ChangeFlowDirectionRequest) returns (ChangeResponse);
49
+ }
50
+
51
+ // Command Requests and Responses
52
+
53
+ // Velocity In
54
+ message FlowVelocityInletCreationRequest{
55
+ ScopedCreationData creation_data = 2;
56
+ VelocityInletProperties velocity_inlet = 4;
57
+ }
58
+
59
+ message FlowVelocityInletCreationResponse{
60
+ CreationResponse condition_response = 1;
61
+ FlowVelocityInletDefinition condition_data = 2;
62
+ }
63
+
64
+ // Velocity Out
65
+ message FlowVelocityOutletCreationRequest{
66
+ ScopedCreationData creation_data = 1;
67
+ VelocityOutletProperties velocity_outlet = 2;
68
+ }
69
+
70
+ message FlowVelocityOutletCreationResponse{
71
+ CreationResponse condition_response = 1;
72
+ FlowVelocityOutletDefinition condition_data = 2;
73
+ }
74
+
75
+ // Pressure In
76
+ message FlowPressureInletCreationRequest{
77
+ ScopedCreationData creation_data = 1;
78
+ PressureInletProperties pressure_inlet = 2;
79
+ }
80
+
81
+ message FlowPressureInletCreationResponse{
82
+ CreationResponse condition_response = 1;
83
+ FlowPressureInletDefinition condition_data = 2;
84
+ }
85
+
86
+ // Pressure Out
87
+ message FlowPressureOutletCreationRequest{
88
+ ScopedCreationData creation_data = 1;
89
+ PressureOutletProperties pressure_outlet = 2;
90
+ }
91
+ message FlowPressureOutletCreationResponse{
92
+ CreationResponse condition_response = 1;
93
+ FlowPressureOutletDefinition condition_data = 2;
94
+ }
95
+
96
+ // Mass Flow In
97
+ message FlowMassFlowInletCreationRequest{
98
+ ScopedCreationData creation_data = 1;
99
+ MassFlowInletProperties mass_flow_inlet = 2;
100
+ }
101
+
102
+ message FlowMassFlowInletCreationResponse{
103
+ CreationResponse condition_response = 1;
104
+ FlowMassFlowInletDefinition condition_data = 2;
105
+ }
106
+
107
+ // Mass Flow Out
108
+ message FlowMassFlowOutletCreationRequest{
109
+ ScopedCreationData creation_data = 1;
110
+ MassFlowOutletProperties mass_flow_outlet = 2;
111
+ }
112
+
113
+ message FlowMassFlowOutletCreationResponse{
114
+ CreationResponse condition_response = 1;
115
+ FlowMassFlowOutletDefinition condition_data = 2;
116
+ }
117
+
118
+ message ChangeFlowSpecificationRequest{
119
+ string object_id = 1;
120
+ FlowSpecificationDefinition specification = 2;
121
+ }
122
+
123
+ message ChangeFlowDirectionRequest{
124
+ string object_id = 1;
125
+ FlowDirectionDefinition direction = 2;
126
+ bool reset_to_default_subtype = 3;
127
+ }
128
+
129
+ // fluid enumerations
130
+
131
+ enum FlowDirectionDefinition {
132
+ IN = 0;
133
+ OUT = 1;
134
+ }
135
+
136
+ enum FlowSpecificationDefinition {
137
+ VELOCITY = 0;
138
+ MASSFLOW = 1;
139
+ PRESSURE = 2;
140
+ }
141
+
142
+ // Fluid conditions properties
143
+
144
+ message VelocityInletProperties
145
+ {
146
+ Quantity speed = 1;
147
+ FlowThermalProperties thermal_properties = 2;
148
+ bool is_swirling = 3;
149
+ Quantity rotational_speed = 4;
150
+ }
151
+
152
+ message VelocityOutletProperties
153
+ {
154
+ Quantity speed = 1;
155
+ }
156
+
157
+ message PressureInletProperties
158
+ {
159
+ Quantity pressure = 1;
160
+ FlowThermalProperties thermal_properties = 2;
161
+ }
162
+
163
+ message PressureOutletProperties
164
+ {
165
+ Quantity pressure = 1;
166
+ FlowThermalProperties thermal_properties = 2;
167
+ }
168
+
169
+ message MassFlowInletProperties
170
+ {
171
+ Quantity mass_flow = 1;
172
+ FlowThermalProperties thermal_properties = 2;
173
+ }
174
+
175
+ message MassFlowOutletProperties
176
+ {
177
+ Quantity mass_flow = 1;
178
+ }
179
+
180
+ message FlowThermalProperties
181
+ {
182
+ bool is_thermal = 1;
183
+ Quantity temperature = 2;
184
+ }
185
+
186
+ // Fluid conditions definitions
187
+
188
+ message FlowVelocityInletDefinition {
189
+ string id = 1;
190
+ string parent_id = 2;
191
+ string label = 3;
192
+ repeated string locations = 4;
193
+ bool suppressed = 5;
194
+ VelocityInletProperties velocity_inlet = 6;
195
+ }
196
+
197
+ message FlowVelocityOutletDefinition {
198
+ string id = 1;
199
+ string parent_id = 2;
200
+ string label = 3;
201
+ repeated string locations = 4;
202
+ bool suppressed = 5;
203
+ VelocityOutletProperties velocity_outlet = 6;
204
+ }
205
+
206
+ message FlowPressureInletDefinition {
207
+ string id = 1;
208
+ string parent_id = 2;
209
+ string label = 3;
210
+ repeated string locations = 4;
211
+ bool suppressed = 5;
212
+ PressureInletProperties pressure_inlet = 6;
213
+ }
214
+
215
+ message FlowPressureOutletDefinition {
216
+ string id = 1;
217
+ string parent_id = 2;
218
+ string label = 3;
219
+ repeated string locations = 4;
220
+ bool suppressed = 5;
221
+ PressureOutletProperties pressure_outlet = 6;
222
+ }
223
+
224
+ message FlowMassFlowInletDefinition {
225
+ string id = 1;
226
+ string parent_id = 2;
227
+ string label = 3;
228
+ repeated string locations = 4;
229
+ bool suppressed = 5;
230
+ MassFlowInletProperties mass_flow_inlet = 6;
231
+ }
232
+
233
+ message FlowMassFlowOutletDefinition {
234
+ string id = 1;
235
+ string parent_id = 2;
236
+ string label = 3;
237
+ repeated string locations = 4;
238
+ bool suppressed = 5;
239
+ MassFlowOutletProperties mass_flow_outlet = 6;
240
+ }
241
+
242
+
243
+
244
+ // Wall condition definitions
245
+ // Porous condition definition
246
+ // Fan condition definition