ansys-api-discovery 0.6.9__py3-none-any.whl → 0.6.11__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-api-discovery might be problematic. Click here for more details.

Files changed (30) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/assignments/fan.proto +104 -0
  3. ansys/api/discovery/v0/assignments/fan_pb2.py +49 -0
  4. ansys/api/discovery/v0/assignments/fan_pb2.pyi +240 -0
  5. ansys/api/discovery/v0/assignments/fan_pb2_grpc.py +430 -0
  6. ansys/api/discovery/v0/assignments/fan_pb2_grpc.pyi +135 -0
  7. ansys/api/discovery/v0/conditions/operatingpressure.proto +12 -0
  8. ansys/api/discovery/v0/conditions/operatingpressure_pb2.py +27 -0
  9. ansys/api/discovery/v0/conditions/operatingpressure_pb2.pyi +7 -0
  10. ansys/api/discovery/v0/conditions/operatingpressure_pb2_grpc.py +66 -0
  11. ansys/api/discovery/v0/conditions/operatingpressure_pb2_grpc.pyi +24 -0
  12. ansys/api/discovery/v0/connections/fluidinterface.proto +62 -0
  13. ansys/api/discovery/v0/connections/fluidinterface_pb2.py +42 -0
  14. ansys/api/discovery/v0/connections/fluidinterface_pb2.pyi +113 -0
  15. ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.py +397 -0
  16. ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.pyi +125 -0
  17. ansys/api/discovery/v0/discoverymodels.proto +37 -0
  18. ansys/api/discovery/v0/discoverymodels_pb2.py +66 -52
  19. ansys/api/discovery/v0/discoverymodels_pb2.pyi +121 -1
  20. ansys/api/discovery/v0/engineeringdata/fandata.proto +72 -0
  21. ansys/api/discovery/v0/engineeringdata/fandata_pb2.py +40 -0
  22. ansys/api/discovery/v0/engineeringdata/fandata_pb2.pyi +142 -0
  23. ansys/api/discovery/v0/engineeringdata/fandata_pb2_grpc.py +67 -0
  24. ansys/api/discovery/v0/engineeringdata/fandata_pb2_grpc.pyi +27 -0
  25. {ansys_api_discovery-0.6.9.dist-info → ansys_api_discovery-0.6.11.dist-info}/METADATA +4 -5
  26. {ansys_api_discovery-0.6.9.dist-info → ansys_api_discovery-0.6.11.dist-info}/RECORD +30 -10
  27. {ansys_api_discovery-0.6.9.dist-info → ansys_api_discovery-0.6.11.dist-info}/WHEEL +1 -1
  28. {ansys_api_discovery-0.6.9.dist-info/licenses → ansys_api_discovery-0.6.11.dist-info}/LICENSE +0 -0
  29. {ansys_api_discovery-0.6.9.dist-info → ansys_api_discovery-0.6.11.dist-info}/entry_points.txt +0 -0
  30. {ansys_api_discovery-0.6.9.dist-info → ansys_api_discovery-0.6.11.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,397 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
5
+ from ansys.api.discovery.v0.connections import fluidinterface_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2
6
+ from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
7
+
8
+
9
+ class FluidInterfaceStub(object):
10
+ """Missing associated documentation comment in .proto file."""
11
+
12
+ def __init__(self, channel):
13
+ """Constructor.
14
+
15
+ Args:
16
+ channel: A grpc.Channel.
17
+ """
18
+ self.ChangeFSInterfaceType = channel.unary_unary(
19
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceType',
20
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFSInterfaceTypeRequest.SerializeToString,
21
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
22
+ )
23
+ self.ChangeFSInterfaceFaceGroupingMethod = channel.unary_unary(
24
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceFaceGroupingMethod',
25
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFSInterfaceFaceGroupingMethodRequest.SerializeToString,
26
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
27
+ )
28
+ self.ChangeFSInterfaceSpecifyConductanceMethod = channel.unary_unary(
29
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceSpecifyConductanceMethod',
30
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFSInterfaceConductanceMethod.SerializeToString,
31
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
32
+ )
33
+ self.ChangeFSInterfaceThermalMaterialAssignment = channel.unary_unary(
34
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalMaterialAssignment',
35
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeAssignmentRequest.SerializeToString,
36
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
37
+ )
38
+ self.ChangeFSInterfaceThermalConductance = channel.unary_unary(
39
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalConductance',
40
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
41
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
42
+ )
43
+ self.ChangeFSInterfaceThermalConductivity = channel.unary_unary(
44
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalConductivity',
45
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
46
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
47
+ )
48
+ self.ChangeFSInterfaceThermalThickness = channel.unary_unary(
49
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalThickness',
50
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
51
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
52
+ )
53
+ self.ChangeFSInterfaceDetectionDistanceHigh = channel.unary_unary(
54
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceDetectionDistanceHigh',
55
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
56
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
57
+ )
58
+ self.ChangeFSInterfaceFaceOverlapAllowance = channel.unary_unary(
59
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceFaceOverlapAllowance',
60
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
61
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
62
+ )
63
+ self.ChangeFSInterfaceInternalRadiationInputEnabled = channel.unary_unary(
64
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceInternalRadiationInputEnabled',
65
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
66
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
67
+ )
68
+ self.ChangeFSInterfaceInternalEmissivity = channel.unary_unary(
69
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceInternalEmissivity',
70
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
71
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
72
+ )
73
+
74
+
75
+ class FluidInterfaceServicer(object):
76
+ """Missing associated documentation comment in .proto file."""
77
+
78
+ def ChangeFSInterfaceType(self, request, context):
79
+ """Missing associated documentation comment in .proto file."""
80
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
81
+ context.set_details('Method not implemented!')
82
+ raise NotImplementedError('Method not implemented!')
83
+
84
+ def ChangeFSInterfaceFaceGroupingMethod(self, request, context):
85
+ """Missing associated documentation comment in .proto file."""
86
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
87
+ context.set_details('Method not implemented!')
88
+ raise NotImplementedError('Method not implemented!')
89
+
90
+ def ChangeFSInterfaceSpecifyConductanceMethod(self, request, context):
91
+ """Missing associated documentation comment in .proto file."""
92
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
93
+ context.set_details('Method not implemented!')
94
+ raise NotImplementedError('Method not implemented!')
95
+
96
+ def ChangeFSInterfaceThermalMaterialAssignment(self, request, context):
97
+ """Missing associated documentation comment in .proto file."""
98
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
99
+ context.set_details('Method not implemented!')
100
+ raise NotImplementedError('Method not implemented!')
101
+
102
+ def ChangeFSInterfaceThermalConductance(self, request, context):
103
+ """Missing associated documentation comment in .proto file."""
104
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
105
+ context.set_details('Method not implemented!')
106
+ raise NotImplementedError('Method not implemented!')
107
+
108
+ def ChangeFSInterfaceThermalConductivity(self, request, context):
109
+ """Missing associated documentation comment in .proto file."""
110
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
111
+ context.set_details('Method not implemented!')
112
+ raise NotImplementedError('Method not implemented!')
113
+
114
+ def ChangeFSInterfaceThermalThickness(self, request, context):
115
+ """Missing associated documentation comment in .proto file."""
116
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
117
+ context.set_details('Method not implemented!')
118
+ raise NotImplementedError('Method not implemented!')
119
+
120
+ def ChangeFSInterfaceDetectionDistanceHigh(self, request, context):
121
+ """Missing associated documentation comment in .proto file."""
122
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
123
+ context.set_details('Method not implemented!')
124
+ raise NotImplementedError('Method not implemented!')
125
+
126
+ def ChangeFSInterfaceFaceOverlapAllowance(self, request, context):
127
+ """Missing associated documentation comment in .proto file."""
128
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
129
+ context.set_details('Method not implemented!')
130
+ raise NotImplementedError('Method not implemented!')
131
+
132
+ def ChangeFSInterfaceInternalRadiationInputEnabled(self, request, context):
133
+ """Missing associated documentation comment in .proto file."""
134
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
135
+ context.set_details('Method not implemented!')
136
+ raise NotImplementedError('Method not implemented!')
137
+
138
+ def ChangeFSInterfaceInternalEmissivity(self, request, context):
139
+ """Missing associated documentation comment in .proto file."""
140
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
141
+ context.set_details('Method not implemented!')
142
+ raise NotImplementedError('Method not implemented!')
143
+
144
+
145
+ def add_FluidInterfaceServicer_to_server(servicer, server):
146
+ rpc_method_handlers = {
147
+ 'ChangeFSInterfaceType': grpc.unary_unary_rpc_method_handler(
148
+ servicer.ChangeFSInterfaceType,
149
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFSInterfaceTypeRequest.FromString,
150
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
151
+ ),
152
+ 'ChangeFSInterfaceFaceGroupingMethod': grpc.unary_unary_rpc_method_handler(
153
+ servicer.ChangeFSInterfaceFaceGroupingMethod,
154
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFSInterfaceFaceGroupingMethodRequest.FromString,
155
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
156
+ ),
157
+ 'ChangeFSInterfaceSpecifyConductanceMethod': grpc.unary_unary_rpc_method_handler(
158
+ servicer.ChangeFSInterfaceSpecifyConductanceMethod,
159
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFSInterfaceConductanceMethod.FromString,
160
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
161
+ ),
162
+ 'ChangeFSInterfaceThermalMaterialAssignment': grpc.unary_unary_rpc_method_handler(
163
+ servicer.ChangeFSInterfaceThermalMaterialAssignment,
164
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeAssignmentRequest.FromString,
165
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
166
+ ),
167
+ 'ChangeFSInterfaceThermalConductance': grpc.unary_unary_rpc_method_handler(
168
+ servicer.ChangeFSInterfaceThermalConductance,
169
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
170
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
171
+ ),
172
+ 'ChangeFSInterfaceThermalConductivity': grpc.unary_unary_rpc_method_handler(
173
+ servicer.ChangeFSInterfaceThermalConductivity,
174
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
175
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
176
+ ),
177
+ 'ChangeFSInterfaceThermalThickness': grpc.unary_unary_rpc_method_handler(
178
+ servicer.ChangeFSInterfaceThermalThickness,
179
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
180
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
181
+ ),
182
+ 'ChangeFSInterfaceDetectionDistanceHigh': grpc.unary_unary_rpc_method_handler(
183
+ servicer.ChangeFSInterfaceDetectionDistanceHigh,
184
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
185
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
186
+ ),
187
+ 'ChangeFSInterfaceFaceOverlapAllowance': grpc.unary_unary_rpc_method_handler(
188
+ servicer.ChangeFSInterfaceFaceOverlapAllowance,
189
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
190
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
191
+ ),
192
+ 'ChangeFSInterfaceInternalRadiationInputEnabled': grpc.unary_unary_rpc_method_handler(
193
+ servicer.ChangeFSInterfaceInternalRadiationInputEnabled,
194
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
195
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
196
+ ),
197
+ 'ChangeFSInterfaceInternalEmissivity': grpc.unary_unary_rpc_method_handler(
198
+ servicer.ChangeFSInterfaceInternalEmissivity,
199
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
200
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
201
+ ),
202
+ }
203
+ generic_handler = grpc.method_handlers_generic_handler(
204
+ 'ansys.api.discovery.v0.connections.fluidinterface.FluidInterface', rpc_method_handlers)
205
+ server.add_generic_rpc_handlers((generic_handler,))
206
+
207
+
208
+ # This class is part of an EXPERIMENTAL API.
209
+ class FluidInterface(object):
210
+ """Missing associated documentation comment in .proto file."""
211
+
212
+ @staticmethod
213
+ def ChangeFSInterfaceType(request,
214
+ target,
215
+ options=(),
216
+ channel_credentials=None,
217
+ call_credentials=None,
218
+ insecure=False,
219
+ compression=None,
220
+ wait_for_ready=None,
221
+ timeout=None,
222
+ metadata=None):
223
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceType',
224
+ ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFSInterfaceTypeRequest.SerializeToString,
225
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
226
+ options, channel_credentials,
227
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
228
+
229
+ @staticmethod
230
+ def ChangeFSInterfaceFaceGroupingMethod(request,
231
+ target,
232
+ options=(),
233
+ channel_credentials=None,
234
+ call_credentials=None,
235
+ insecure=False,
236
+ compression=None,
237
+ wait_for_ready=None,
238
+ timeout=None,
239
+ metadata=None):
240
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceFaceGroupingMethod',
241
+ ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFSInterfaceFaceGroupingMethodRequest.SerializeToString,
242
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
243
+ options, channel_credentials,
244
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
245
+
246
+ @staticmethod
247
+ def ChangeFSInterfaceSpecifyConductanceMethod(request,
248
+ target,
249
+ options=(),
250
+ channel_credentials=None,
251
+ call_credentials=None,
252
+ insecure=False,
253
+ compression=None,
254
+ wait_for_ready=None,
255
+ timeout=None,
256
+ metadata=None):
257
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceSpecifyConductanceMethod',
258
+ ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFSInterfaceConductanceMethod.SerializeToString,
259
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
260
+ options, channel_credentials,
261
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
262
+
263
+ @staticmethod
264
+ def ChangeFSInterfaceThermalMaterialAssignment(request,
265
+ target,
266
+ options=(),
267
+ channel_credentials=None,
268
+ call_credentials=None,
269
+ insecure=False,
270
+ compression=None,
271
+ wait_for_ready=None,
272
+ timeout=None,
273
+ metadata=None):
274
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalMaterialAssignment',
275
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeAssignmentRequest.SerializeToString,
276
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
277
+ options, channel_credentials,
278
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
279
+
280
+ @staticmethod
281
+ def ChangeFSInterfaceThermalConductance(request,
282
+ target,
283
+ options=(),
284
+ channel_credentials=None,
285
+ call_credentials=None,
286
+ insecure=False,
287
+ compression=None,
288
+ wait_for_ready=None,
289
+ timeout=None,
290
+ metadata=None):
291
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalConductance',
292
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
293
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
294
+ options, channel_credentials,
295
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
296
+
297
+ @staticmethod
298
+ def ChangeFSInterfaceThermalConductivity(request,
299
+ target,
300
+ options=(),
301
+ channel_credentials=None,
302
+ call_credentials=None,
303
+ insecure=False,
304
+ compression=None,
305
+ wait_for_ready=None,
306
+ timeout=None,
307
+ metadata=None):
308
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalConductivity',
309
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
310
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
311
+ options, channel_credentials,
312
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
313
+
314
+ @staticmethod
315
+ def ChangeFSInterfaceThermalThickness(request,
316
+ target,
317
+ options=(),
318
+ channel_credentials=None,
319
+ call_credentials=None,
320
+ insecure=False,
321
+ compression=None,
322
+ wait_for_ready=None,
323
+ timeout=None,
324
+ metadata=None):
325
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalThickness',
326
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
327
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
328
+ options, channel_credentials,
329
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
330
+
331
+ @staticmethod
332
+ def ChangeFSInterfaceDetectionDistanceHigh(request,
333
+ target,
334
+ options=(),
335
+ channel_credentials=None,
336
+ call_credentials=None,
337
+ insecure=False,
338
+ compression=None,
339
+ wait_for_ready=None,
340
+ timeout=None,
341
+ metadata=None):
342
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceDetectionDistanceHigh',
343
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
344
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
345
+ options, channel_credentials,
346
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
347
+
348
+ @staticmethod
349
+ def ChangeFSInterfaceFaceOverlapAllowance(request,
350
+ target,
351
+ options=(),
352
+ channel_credentials=None,
353
+ call_credentials=None,
354
+ insecure=False,
355
+ compression=None,
356
+ wait_for_ready=None,
357
+ timeout=None,
358
+ metadata=None):
359
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceFaceOverlapAllowance',
360
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
361
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
362
+ options, channel_credentials,
363
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
364
+
365
+ @staticmethod
366
+ def ChangeFSInterfaceInternalRadiationInputEnabled(request,
367
+ target,
368
+ options=(),
369
+ channel_credentials=None,
370
+ call_credentials=None,
371
+ insecure=False,
372
+ compression=None,
373
+ wait_for_ready=None,
374
+ timeout=None,
375
+ metadata=None):
376
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceInternalRadiationInputEnabled',
377
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
378
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
379
+ options, channel_credentials,
380
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
381
+
382
+ @staticmethod
383
+ def ChangeFSInterfaceInternalEmissivity(request,
384
+ target,
385
+ options=(),
386
+ channel_credentials=None,
387
+ call_credentials=None,
388
+ insecure=False,
389
+ compression=None,
390
+ wait_for_ready=None,
391
+ timeout=None,
392
+ metadata=None):
393
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceInternalEmissivity',
394
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
395
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
396
+ options, channel_credentials,
397
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@@ -0,0 +1,125 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import abc
6
+ import ansys.api.discovery.v0.connections.fluidinterface_pb2
7
+ import ansys.api.discovery.v0.discoverymodels_pb2
8
+ import grpc
9
+
10
+ class FluidInterfaceStub:
11
+ def __init__(self, channel: grpc.Channel) -> None: ...
12
+ ChangeFSInterfaceType: grpc.UnaryUnaryMultiCallable[
13
+ ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceTypeRequest,
14
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
15
+
16
+ ChangeFSInterfaceFaceGroupingMethod: grpc.UnaryUnaryMultiCallable[
17
+ ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceFaceGroupingMethodRequest,
18
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
19
+
20
+ ChangeFSInterfaceSpecifyConductanceMethod: grpc.UnaryUnaryMultiCallable[
21
+ ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceConductanceMethod,
22
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
23
+
24
+ ChangeFSInterfaceThermalMaterialAssignment: grpc.UnaryUnaryMultiCallable[
25
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeAssignmentRequest,
26
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
27
+
28
+ ChangeFSInterfaceThermalConductance: grpc.UnaryUnaryMultiCallable[
29
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
30
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
31
+
32
+ ChangeFSInterfaceThermalConductivity: grpc.UnaryUnaryMultiCallable[
33
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
34
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
35
+
36
+ ChangeFSInterfaceThermalThickness: grpc.UnaryUnaryMultiCallable[
37
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
38
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
39
+
40
+ ChangeFSInterfaceDetectionDistanceHigh: grpc.UnaryUnaryMultiCallable[
41
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
42
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
43
+
44
+ ChangeFSInterfaceFaceOverlapAllowance: grpc.UnaryUnaryMultiCallable[
45
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
46
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
47
+
48
+ ChangeFSInterfaceInternalRadiationInputEnabled: grpc.UnaryUnaryMultiCallable[
49
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
50
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
51
+
52
+ ChangeFSInterfaceInternalEmissivity: grpc.UnaryUnaryMultiCallable[
53
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
54
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
55
+
56
+
57
+ class FluidInterfaceServicer(metaclass=abc.ABCMeta):
58
+ @abc.abstractmethod
59
+ def ChangeFSInterfaceType(self,
60
+ request: ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceTypeRequest,
61
+ context: grpc.ServicerContext,
62
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
63
+
64
+ @abc.abstractmethod
65
+ def ChangeFSInterfaceFaceGroupingMethod(self,
66
+ request: ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceFaceGroupingMethodRequest,
67
+ context: grpc.ServicerContext,
68
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
69
+
70
+ @abc.abstractmethod
71
+ def ChangeFSInterfaceSpecifyConductanceMethod(self,
72
+ request: ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceConductanceMethod,
73
+ context: grpc.ServicerContext,
74
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
75
+
76
+ @abc.abstractmethod
77
+ def ChangeFSInterfaceThermalMaterialAssignment(self,
78
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeAssignmentRequest,
79
+ context: grpc.ServicerContext,
80
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
81
+
82
+ @abc.abstractmethod
83
+ def ChangeFSInterfaceThermalConductance(self,
84
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
85
+ context: grpc.ServicerContext,
86
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
87
+
88
+ @abc.abstractmethod
89
+ def ChangeFSInterfaceThermalConductivity(self,
90
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
91
+ context: grpc.ServicerContext,
92
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
93
+
94
+ @abc.abstractmethod
95
+ def ChangeFSInterfaceThermalThickness(self,
96
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
97
+ context: grpc.ServicerContext,
98
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
99
+
100
+ @abc.abstractmethod
101
+ def ChangeFSInterfaceDetectionDistanceHigh(self,
102
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
103
+ context: grpc.ServicerContext,
104
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
105
+
106
+ @abc.abstractmethod
107
+ def ChangeFSInterfaceFaceOverlapAllowance(self,
108
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
109
+ context: grpc.ServicerContext,
110
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
111
+
112
+ @abc.abstractmethod
113
+ def ChangeFSInterfaceInternalRadiationInputEnabled(self,
114
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
115
+ context: grpc.ServicerContext,
116
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
117
+
118
+ @abc.abstractmethod
119
+ def ChangeFSInterfaceInternalEmissivity(self,
120
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
121
+ context: grpc.ServicerContext,
122
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
123
+
124
+
125
+ def add_FluidInterfaceServicer_to_server(servicer: FluidInterfaceServicer, server: grpc.Server) -> None: ...
@@ -56,6 +56,8 @@ message InputParameter {
56
56
  string unit_abbreviation=7;
57
57
  InputParameterType input_type=8;
58
58
  string parent_object_id = 9;
59
+ string material_id = 10;
60
+ string material_label = 11;
59
61
  }
60
62
 
61
63
  enum InputParameterType{
@@ -122,6 +124,11 @@ message ChangeDoubleRequest{
122
124
  double value = 2;
123
125
  }
124
126
 
127
+ message ChangeAssignmentRequest{
128
+ ansys.api.dbu.v0.PhysicsEntityIdentifier assigner_object_id = 1;
129
+ ansys.api.dbu.v0.PhysicsEntityIdentifier referenced_object_id = 2;
130
+ }
131
+
125
132
  message ChangeEmptyRequest{
126
133
  ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
127
134
  }
@@ -211,6 +218,36 @@ message VectorOfOptionalQuantities{
211
218
  OptionalQuantity z = 3;
212
219
  }
213
220
 
221
+ message TableHeader{
222
+ string table_name = 1;
223
+ int32 number_of_data_rows = 2;
224
+ int32 number_of_data_columns = 3;
225
+ }
226
+
227
+ message QuantityTable{
228
+ TableHeader header = 1;
229
+ repeated QuantityTableRow row_data = 2;
230
+ }
231
+
232
+ message QuantityTableRow{
233
+ repeated Quantity row_cells = 1;
234
+ }
235
+
236
+ message QuantityVectorTable{
237
+ TableHeader header = 1;
238
+ repeated QuantityVector row_data = 2;
239
+ }
240
+
241
+ message QuantityPairTable{
242
+ TableHeader header = 1;
243
+ repeated QuantityPair row_data = 2;
244
+ }
245
+
246
+ message QuantityPair{
247
+ Quantity independant_data = 1;
248
+ Quantity dependant_data = 2;
249
+ }
250
+
214
251
 
215
252
  // Represents the quantity type for a physics parameter.
216
253
  enum QuantityType {