ansys-api-discovery 0.6.13__py3-none-any.whl → 0.6.14__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 (32) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/conditions/current.proto +43 -0
  3. ansys/api/discovery/v0/conditions/current_pb2.py +36 -0
  4. ansys/api/discovery/v0/conditions/current_pb2.pyi +94 -0
  5. ansys/api/discovery/v0/conditions/current_pb2_grpc.py +134 -0
  6. ansys/api/discovery/v0/conditions/current_pb2_grpc.pyi +48 -0
  7. ansys/api/discovery/v0/conditions/localfidelity.proto +43 -0
  8. ansys/api/discovery/v0/conditions/localfidelity_pb2.py +36 -0
  9. ansys/api/discovery/v0/conditions/localfidelity_pb2.pyi +94 -0
  10. ansys/api/discovery/v0/conditions/localfidelity_pb2_grpc.py +134 -0
  11. ansys/api/discovery/v0/conditions/localfidelity_pb2_grpc.pyi +48 -0
  12. ansys/api/discovery/v0/conditions/symmetry.proto +35 -0
  13. ansys/api/discovery/v0/conditions/symmetry_pb2.py +34 -0
  14. ansys/api/discovery/v0/conditions/symmetry_pb2.pyi +72 -0
  15. ansys/api/discovery/v0/conditions/symmetry_pb2_grpc.py +101 -0
  16. ansys/api/discovery/v0/conditions/symmetry_pb2_grpc.pyi +38 -0
  17. ansys/api/discovery/v0/conditions/voltage.proto +43 -0
  18. ansys/api/discovery/v0/conditions/voltage_pb2.py +36 -0
  19. ansys/api/discovery/v0/conditions/voltage_pb2.pyi +94 -0
  20. ansys/api/discovery/v0/conditions/voltage_pb2_grpc.py +134 -0
  21. ansys/api/discovery/v0/conditions/voltage_pb2_grpc.pyi +48 -0
  22. ansys/api/discovery/v0/connections/fluidinterface.proto +15 -15
  23. ansys/api/discovery/v0/connections/fluidinterface_pb2.py +15 -15
  24. ansys/api/discovery/v0/connections/fluidinterface_pb2.pyi +16 -16
  25. ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.py +72 -72
  26. ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.pyi +24 -24
  27. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.14.dist-info}/METADATA +2 -2
  28. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.14.dist-info}/RECORD +32 -12
  29. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.14.dist-info}/LICENSE +0 -0
  30. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.14.dist-info}/WHEEL +0 -0
  31. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.14.dist-info}/entry_points.txt +0 -0
  32. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.14.dist-info}/top_level.txt +0 -0
@@ -15,48 +15,48 @@ class FluidInterfaceStub(object):
15
15
  Args:
16
16
  channel: A grpc.Channel.
17
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,
18
+ self.ChangeFluidInterfaceType = channel.unary_unary(
19
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceType',
20
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFluidInterfaceTypeRequest.SerializeToString,
21
21
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
22
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,
23
+ self.ChangeFluidInterfaceFaceGroupingMethod = channel.unary_unary(
24
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceFaceGroupingMethod',
25
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFluidInterfaceFaceGroupingMethodRequest.SerializeToString,
26
26
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
27
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,
28
+ self.ChangeFluidInterfaceSpecifyConductanceMethod = channel.unary_unary(
29
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceSpecifyConductanceMethod',
30
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFluidInterfaceConductanceMethod.SerializeToString,
31
31
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
32
32
  )
33
- self.ChangeFSInterfaceThermalMaterialAssignment = channel.unary_unary(
34
- '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalMaterialAssignment',
33
+ self.ChangeFluidInterfaceThermalMaterialAssignment = channel.unary_unary(
34
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceThermalMaterialAssignment',
35
35
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeAssignmentRequest.SerializeToString,
36
36
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
37
37
  )
38
- self.ChangeFSInterfaceThermalConductance = channel.unary_unary(
39
- '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalConductance',
38
+ self.ChangeFluidInterfaceThermalConductance = channel.unary_unary(
39
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceThermalConductance',
40
40
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
41
41
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
42
42
  )
43
- self.ChangeFSInterfaceThermalConductivity = channel.unary_unary(
44
- '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalConductivity',
43
+ self.ChangeFluidInterfaceThermalConductivity = channel.unary_unary(
44
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceThermalConductivity',
45
45
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
46
46
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
47
47
  )
48
- self.ChangeFSInterfaceThermalThickness = channel.unary_unary(
49
- '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalThickness',
48
+ self.ChangeFluidInterfaceThermalThickness = channel.unary_unary(
49
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceThermalThickness',
50
50
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
51
51
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
52
52
  )
53
- self.ChangeFSInterfaceDetectionDistanceHigh = channel.unary_unary(
54
- '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceDetectionDistanceHigh',
53
+ self.ChangeFluidInterfaceDetectionDistanceHigh = channel.unary_unary(
54
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceDetectionDistanceHigh',
55
55
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
56
56
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
57
57
  )
58
- self.ChangeFSInterfaceFaceOverlapAllowance = channel.unary_unary(
59
- '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceFaceOverlapAllowance',
58
+ self.ChangeFluidInterfaceFaceOverlapAllowance = channel.unary_unary(
59
+ '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceFaceOverlapAllowance',
60
60
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
61
61
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
62
62
  )
@@ -75,55 +75,55 @@ class FluidInterfaceStub(object):
75
75
  class FluidInterfaceServicer(object):
76
76
  """Missing associated documentation comment in .proto file."""
77
77
 
78
- def ChangeFSInterfaceType(self, request, context):
78
+ def ChangeFluidInterfaceType(self, request, context):
79
79
  """Missing associated documentation comment in .proto file."""
80
80
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
81
81
  context.set_details('Method not implemented!')
82
82
  raise NotImplementedError('Method not implemented!')
83
83
 
84
- def ChangeFSInterfaceFaceGroupingMethod(self, request, context):
84
+ def ChangeFluidInterfaceFaceGroupingMethod(self, request, context):
85
85
  """Missing associated documentation comment in .proto file."""
86
86
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
87
87
  context.set_details('Method not implemented!')
88
88
  raise NotImplementedError('Method not implemented!')
89
89
 
90
- def ChangeFSInterfaceSpecifyConductanceMethod(self, request, context):
90
+ def ChangeFluidInterfaceSpecifyConductanceMethod(self, request, context):
91
91
  """Missing associated documentation comment in .proto file."""
92
92
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
93
93
  context.set_details('Method not implemented!')
94
94
  raise NotImplementedError('Method not implemented!')
95
95
 
96
- def ChangeFSInterfaceThermalMaterialAssignment(self, request, context):
96
+ def ChangeFluidInterfaceThermalMaterialAssignment(self, request, context):
97
97
  """Missing associated documentation comment in .proto file."""
98
98
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
99
99
  context.set_details('Method not implemented!')
100
100
  raise NotImplementedError('Method not implemented!')
101
101
 
102
- def ChangeFSInterfaceThermalConductance(self, request, context):
102
+ def ChangeFluidInterfaceThermalConductance(self, request, context):
103
103
  """Missing associated documentation comment in .proto file."""
104
104
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
105
105
  context.set_details('Method not implemented!')
106
106
  raise NotImplementedError('Method not implemented!')
107
107
 
108
- def ChangeFSInterfaceThermalConductivity(self, request, context):
108
+ def ChangeFluidInterfaceThermalConductivity(self, request, context):
109
109
  """Missing associated documentation comment in .proto file."""
110
110
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
111
111
  context.set_details('Method not implemented!')
112
112
  raise NotImplementedError('Method not implemented!')
113
113
 
114
- def ChangeFSInterfaceThermalThickness(self, request, context):
114
+ def ChangeFluidInterfaceThermalThickness(self, request, context):
115
115
  """Missing associated documentation comment in .proto file."""
116
116
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
117
117
  context.set_details('Method not implemented!')
118
118
  raise NotImplementedError('Method not implemented!')
119
119
 
120
- def ChangeFSInterfaceDetectionDistanceHigh(self, request, context):
120
+ def ChangeFluidInterfaceDetectionDistanceHigh(self, request, context):
121
121
  """Missing associated documentation comment in .proto file."""
122
122
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
123
123
  context.set_details('Method not implemented!')
124
124
  raise NotImplementedError('Method not implemented!')
125
125
 
126
- def ChangeFSInterfaceFaceOverlapAllowance(self, request, context):
126
+ def ChangeFluidInterfaceFaceOverlapAllowance(self, request, context):
127
127
  """Missing associated documentation comment in .proto file."""
128
128
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
129
129
  context.set_details('Method not implemented!')
@@ -144,48 +144,48 @@ class FluidInterfaceServicer(object):
144
144
 
145
145
  def add_FluidInterfaceServicer_to_server(servicer, server):
146
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,
147
+ 'ChangeFluidInterfaceType': grpc.unary_unary_rpc_method_handler(
148
+ servicer.ChangeFluidInterfaceType,
149
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFluidInterfaceTypeRequest.FromString,
150
150
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
151
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,
152
+ 'ChangeFluidInterfaceFaceGroupingMethod': grpc.unary_unary_rpc_method_handler(
153
+ servicer.ChangeFluidInterfaceFaceGroupingMethod,
154
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFluidInterfaceFaceGroupingMethodRequest.FromString,
155
155
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
156
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,
157
+ 'ChangeFluidInterfaceSpecifyConductanceMethod': grpc.unary_unary_rpc_method_handler(
158
+ servicer.ChangeFluidInterfaceSpecifyConductanceMethod,
159
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFluidInterfaceConductanceMethod.FromString,
160
160
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
161
161
  ),
162
- 'ChangeFSInterfaceThermalMaterialAssignment': grpc.unary_unary_rpc_method_handler(
163
- servicer.ChangeFSInterfaceThermalMaterialAssignment,
162
+ 'ChangeFluidInterfaceThermalMaterialAssignment': grpc.unary_unary_rpc_method_handler(
163
+ servicer.ChangeFluidInterfaceThermalMaterialAssignment,
164
164
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeAssignmentRequest.FromString,
165
165
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
166
166
  ),
167
- 'ChangeFSInterfaceThermalConductance': grpc.unary_unary_rpc_method_handler(
168
- servicer.ChangeFSInterfaceThermalConductance,
167
+ 'ChangeFluidInterfaceThermalConductance': grpc.unary_unary_rpc_method_handler(
168
+ servicer.ChangeFluidInterfaceThermalConductance,
169
169
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
170
170
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
171
171
  ),
172
- 'ChangeFSInterfaceThermalConductivity': grpc.unary_unary_rpc_method_handler(
173
- servicer.ChangeFSInterfaceThermalConductivity,
172
+ 'ChangeFluidInterfaceThermalConductivity': grpc.unary_unary_rpc_method_handler(
173
+ servicer.ChangeFluidInterfaceThermalConductivity,
174
174
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
175
175
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
176
176
  ),
177
- 'ChangeFSInterfaceThermalThickness': grpc.unary_unary_rpc_method_handler(
178
- servicer.ChangeFSInterfaceThermalThickness,
177
+ 'ChangeFluidInterfaceThermalThickness': grpc.unary_unary_rpc_method_handler(
178
+ servicer.ChangeFluidInterfaceThermalThickness,
179
179
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
180
180
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
181
181
  ),
182
- 'ChangeFSInterfaceDetectionDistanceHigh': grpc.unary_unary_rpc_method_handler(
183
- servicer.ChangeFSInterfaceDetectionDistanceHigh,
182
+ 'ChangeFluidInterfaceDetectionDistanceHigh': grpc.unary_unary_rpc_method_handler(
183
+ servicer.ChangeFluidInterfaceDetectionDistanceHigh,
184
184
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
185
185
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
186
186
  ),
187
- 'ChangeFSInterfaceFaceOverlapAllowance': grpc.unary_unary_rpc_method_handler(
188
- servicer.ChangeFSInterfaceFaceOverlapAllowance,
187
+ 'ChangeFluidInterfaceFaceOverlapAllowance': grpc.unary_unary_rpc_method_handler(
188
+ servicer.ChangeFluidInterfaceFaceOverlapAllowance,
189
189
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
190
190
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
191
191
  ),
@@ -210,7 +210,7 @@ class FluidInterface(object):
210
210
  """Missing associated documentation comment in .proto file."""
211
211
 
212
212
  @staticmethod
213
- def ChangeFSInterfaceType(request,
213
+ def ChangeFluidInterfaceType(request,
214
214
  target,
215
215
  options=(),
216
216
  channel_credentials=None,
@@ -220,14 +220,14 @@ class FluidInterface(object):
220
220
  wait_for_ready=None,
221
221
  timeout=None,
222
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,
223
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceType',
224
+ ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFluidInterfaceTypeRequest.SerializeToString,
225
225
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
226
226
  options, channel_credentials,
227
227
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
228
228
 
229
229
  @staticmethod
230
- def ChangeFSInterfaceFaceGroupingMethod(request,
230
+ def ChangeFluidInterfaceFaceGroupingMethod(request,
231
231
  target,
232
232
  options=(),
233
233
  channel_credentials=None,
@@ -237,14 +237,14 @@ class FluidInterface(object):
237
237
  wait_for_ready=None,
238
238
  timeout=None,
239
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,
240
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceFaceGroupingMethod',
241
+ ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFluidInterfaceFaceGroupingMethodRequest.SerializeToString,
242
242
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
243
243
  options, channel_credentials,
244
244
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
245
245
 
246
246
  @staticmethod
247
- def ChangeFSInterfaceSpecifyConductanceMethod(request,
247
+ def ChangeFluidInterfaceSpecifyConductanceMethod(request,
248
248
  target,
249
249
  options=(),
250
250
  channel_credentials=None,
@@ -254,14 +254,14 @@ class FluidInterface(object):
254
254
  wait_for_ready=None,
255
255
  timeout=None,
256
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,
257
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceSpecifyConductanceMethod',
258
+ ansys_dot_api_dot_discovery_dot_v0_dot_connections_dot_fluidinterface__pb2.ChangeFluidInterfaceConductanceMethod.SerializeToString,
259
259
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
260
260
  options, channel_credentials,
261
261
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
262
262
 
263
263
  @staticmethod
264
- def ChangeFSInterfaceThermalMaterialAssignment(request,
264
+ def ChangeFluidInterfaceThermalMaterialAssignment(request,
265
265
  target,
266
266
  options=(),
267
267
  channel_credentials=None,
@@ -271,14 +271,14 @@ class FluidInterface(object):
271
271
  wait_for_ready=None,
272
272
  timeout=None,
273
273
  metadata=None):
274
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalMaterialAssignment',
274
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceThermalMaterialAssignment',
275
275
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeAssignmentRequest.SerializeToString,
276
276
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
277
277
  options, channel_credentials,
278
278
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
279
279
 
280
280
  @staticmethod
281
- def ChangeFSInterfaceThermalConductance(request,
281
+ def ChangeFluidInterfaceThermalConductance(request,
282
282
  target,
283
283
  options=(),
284
284
  channel_credentials=None,
@@ -288,14 +288,14 @@ class FluidInterface(object):
288
288
  wait_for_ready=None,
289
289
  timeout=None,
290
290
  metadata=None):
291
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalConductance',
291
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceThermalConductance',
292
292
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
293
293
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
294
294
  options, channel_credentials,
295
295
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
296
296
 
297
297
  @staticmethod
298
- def ChangeFSInterfaceThermalConductivity(request,
298
+ def ChangeFluidInterfaceThermalConductivity(request,
299
299
  target,
300
300
  options=(),
301
301
  channel_credentials=None,
@@ -305,14 +305,14 @@ class FluidInterface(object):
305
305
  wait_for_ready=None,
306
306
  timeout=None,
307
307
  metadata=None):
308
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalConductivity',
308
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceThermalConductivity',
309
309
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
310
310
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
311
311
  options, channel_credentials,
312
312
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
313
313
 
314
314
  @staticmethod
315
- def ChangeFSInterfaceThermalThickness(request,
315
+ def ChangeFluidInterfaceThermalThickness(request,
316
316
  target,
317
317
  options=(),
318
318
  channel_credentials=None,
@@ -322,14 +322,14 @@ class FluidInterface(object):
322
322
  wait_for_ready=None,
323
323
  timeout=None,
324
324
  metadata=None):
325
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceThermalThickness',
325
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceThermalThickness',
326
326
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
327
327
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
328
328
  options, channel_credentials,
329
329
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
330
330
 
331
331
  @staticmethod
332
- def ChangeFSInterfaceDetectionDistanceHigh(request,
332
+ def ChangeFluidInterfaceDetectionDistanceHigh(request,
333
333
  target,
334
334
  options=(),
335
335
  channel_credentials=None,
@@ -339,14 +339,14 @@ class FluidInterface(object):
339
339
  wait_for_ready=None,
340
340
  timeout=None,
341
341
  metadata=None):
342
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceDetectionDistanceHigh',
342
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceDetectionDistanceHigh',
343
343
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
344
344
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
345
345
  options, channel_credentials,
346
346
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
347
347
 
348
348
  @staticmethod
349
- def ChangeFSInterfaceFaceOverlapAllowance(request,
349
+ def ChangeFluidInterfaceFaceOverlapAllowance(request,
350
350
  target,
351
351
  options=(),
352
352
  channel_credentials=None,
@@ -356,7 +356,7 @@ class FluidInterface(object):
356
356
  wait_for_ready=None,
357
357
  timeout=None,
358
358
  metadata=None):
359
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFSInterfaceFaceOverlapAllowance',
359
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.fluidinterface.FluidInterface/ChangeFluidInterfaceFaceOverlapAllowance',
360
360
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
361
361
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
362
362
  options, channel_credentials,
@@ -9,39 +9,39 @@ import grpc
9
9
 
10
10
  class FluidInterfaceStub:
11
11
  def __init__(self, channel: grpc.Channel) -> None: ...
12
- ChangeFSInterfaceType: grpc.UnaryUnaryMultiCallable[
13
- ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceTypeRequest,
12
+ ChangeFluidInterfaceType: grpc.UnaryUnaryMultiCallable[
13
+ ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFluidInterfaceTypeRequest,
14
14
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
15
15
 
16
- ChangeFSInterfaceFaceGroupingMethod: grpc.UnaryUnaryMultiCallable[
17
- ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceFaceGroupingMethodRequest,
16
+ ChangeFluidInterfaceFaceGroupingMethod: grpc.UnaryUnaryMultiCallable[
17
+ ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFluidInterfaceFaceGroupingMethodRequest,
18
18
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
19
19
 
20
- ChangeFSInterfaceSpecifyConductanceMethod: grpc.UnaryUnaryMultiCallable[
21
- ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceConductanceMethod,
20
+ ChangeFluidInterfaceSpecifyConductanceMethod: grpc.UnaryUnaryMultiCallable[
21
+ ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFluidInterfaceConductanceMethod,
22
22
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
23
23
 
24
- ChangeFSInterfaceThermalMaterialAssignment: grpc.UnaryUnaryMultiCallable[
24
+ ChangeFluidInterfaceThermalMaterialAssignment: grpc.UnaryUnaryMultiCallable[
25
25
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeAssignmentRequest,
26
26
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
27
27
 
28
- ChangeFSInterfaceThermalConductance: grpc.UnaryUnaryMultiCallable[
28
+ ChangeFluidInterfaceThermalConductance: grpc.UnaryUnaryMultiCallable[
29
29
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
30
30
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
31
31
 
32
- ChangeFSInterfaceThermalConductivity: grpc.UnaryUnaryMultiCallable[
32
+ ChangeFluidInterfaceThermalConductivity: grpc.UnaryUnaryMultiCallable[
33
33
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
34
34
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
35
35
 
36
- ChangeFSInterfaceThermalThickness: grpc.UnaryUnaryMultiCallable[
36
+ ChangeFluidInterfaceThermalThickness: grpc.UnaryUnaryMultiCallable[
37
37
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
38
38
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
39
39
 
40
- ChangeFSInterfaceDetectionDistanceHigh: grpc.UnaryUnaryMultiCallable[
40
+ ChangeFluidInterfaceDetectionDistanceHigh: grpc.UnaryUnaryMultiCallable[
41
41
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
42
42
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
43
43
 
44
- ChangeFSInterfaceFaceOverlapAllowance: grpc.UnaryUnaryMultiCallable[
44
+ ChangeFluidInterfaceFaceOverlapAllowance: grpc.UnaryUnaryMultiCallable[
45
45
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
46
46
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
47
47
 
@@ -56,55 +56,55 @@ class FluidInterfaceStub:
56
56
 
57
57
  class FluidInterfaceServicer(metaclass=abc.ABCMeta):
58
58
  @abc.abstractmethod
59
- def ChangeFSInterfaceType(self,
60
- request: ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceTypeRequest,
59
+ def ChangeFluidInterfaceType(self,
60
+ request: ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFluidInterfaceTypeRequest,
61
61
  context: grpc.ServicerContext,
62
62
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
63
63
 
64
64
  @abc.abstractmethod
65
- def ChangeFSInterfaceFaceGroupingMethod(self,
66
- request: ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceFaceGroupingMethodRequest,
65
+ def ChangeFluidInterfaceFaceGroupingMethod(self,
66
+ request: ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFluidInterfaceFaceGroupingMethodRequest,
67
67
  context: grpc.ServicerContext,
68
68
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
69
69
 
70
70
  @abc.abstractmethod
71
- def ChangeFSInterfaceSpecifyConductanceMethod(self,
72
- request: ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFSInterfaceConductanceMethod,
71
+ def ChangeFluidInterfaceSpecifyConductanceMethod(self,
72
+ request: ansys.api.discovery.v0.connections.fluidinterface_pb2.ChangeFluidInterfaceConductanceMethod,
73
73
  context: grpc.ServicerContext,
74
74
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
75
75
 
76
76
  @abc.abstractmethod
77
- def ChangeFSInterfaceThermalMaterialAssignment(self,
77
+ def ChangeFluidInterfaceThermalMaterialAssignment(self,
78
78
  request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeAssignmentRequest,
79
79
  context: grpc.ServicerContext,
80
80
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
81
81
 
82
82
  @abc.abstractmethod
83
- def ChangeFSInterfaceThermalConductance(self,
83
+ def ChangeFluidInterfaceThermalConductance(self,
84
84
  request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
85
85
  context: grpc.ServicerContext,
86
86
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
87
87
 
88
88
  @abc.abstractmethod
89
- def ChangeFSInterfaceThermalConductivity(self,
89
+ def ChangeFluidInterfaceThermalConductivity(self,
90
90
  request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
91
91
  context: grpc.ServicerContext,
92
92
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
93
93
 
94
94
  @abc.abstractmethod
95
- def ChangeFSInterfaceThermalThickness(self,
95
+ def ChangeFluidInterfaceThermalThickness(self,
96
96
  request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
97
97
  context: grpc.ServicerContext,
98
98
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
99
99
 
100
100
  @abc.abstractmethod
101
- def ChangeFSInterfaceDetectionDistanceHigh(self,
101
+ def ChangeFluidInterfaceDetectionDistanceHigh(self,
102
102
  request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
103
103
  context: grpc.ServicerContext,
104
104
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
105
105
 
106
106
  @abc.abstractmethod
107
- def ChangeFSInterfaceFaceOverlapAllowance(self,
107
+ def ChangeFluidInterfaceFaceOverlapAllowance(self,
108
108
  request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
109
109
  context: grpc.ServicerContext,
110
110
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ansys-api-discovery
3
- Version: 0.6.13
4
- Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:41:33 on 06 May 2025
3
+ Version: 0.6.14
4
+ Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 09:10:43 on 16 May 2025
5
5
  Home-page: https://github.com/ansys/ansys-api-discovery
6
6
  Author: ANSYS, Inc.
7
7
  Author-email: support@ansys.com
@@ -1,4 +1,4 @@
1
- ansys/api/discovery/VERSION,sha256=2Li1MJrfoXj6-EBJMbsz4M8gJD-vlqZi6FqrOEtMRVA,7
1
+ ansys/api/discovery/VERSION,sha256=_6kVEqFYHL-hptroBeXUuRlDiFk2RB1-3Pc0jon0JbQ,7
2
2
  ansys/api/discovery/__init__.py,sha256=c2GxEoryXIQtBEhwLRN45MOr4IsG1UbsHYBzUnvXGDM,231
3
3
  ansys/api/discovery/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  ansys/api/discovery/v0/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
@@ -92,6 +92,11 @@ ansys/api/discovery/v0/conditions/convection_pb2.py,sha256=RLpf1mQGeKnjwBlVNMbbk
92
92
  ansys/api/discovery/v0/conditions/convection_pb2.pyi,sha256=pZtw27V7L-MjwrKSPNI8soqCUH3bK-xg-hEwftMdDm0,4891
93
93
  ansys/api/discovery/v0/conditions/convection_pb2_grpc.py,sha256=WrGZ3uX9bgVzqjjrfe6jGBWIEenyzPgn7x5JX-A51wA,9280
94
94
  ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi,sha256=BBLSYg1tFbdyRIyfYDYtT_VqEPCrmMNvH44xpwpZMq0,2391
95
+ ansys/api/discovery/v0/conditions/current.proto,sha256=JaaMXwqjBPu6hbnAq9Ojw21HeJD3PchzhLBVNrvxr8k,1205
96
+ ansys/api/discovery/v0/conditions/current_pb2.py,sha256=sm4Pu8a3bIzIPmFdNaw9v-oiLXYsdh79FNmVYv23qPo,3285
97
+ ansys/api/discovery/v0/conditions/current_pb2.pyi,sha256=nPrgLPjTymm7aqV8lK7DxX9GBFw2CR0lNXXRfixd_4U,4911
98
+ ansys/api/discovery/v0/conditions/current_pb2_grpc.py,sha256=HQyMBFfproLcxfd3Em5zpBa3aBqxAV7H2DK-I_X12wo,6967
99
+ ansys/api/discovery/v0/conditions/current_pb2_grpc.pyi,sha256=8R0y5zppBo5rP3IoUrcmQXjXnqqHlIXq-NPECQHeluk,1907
95
100
  ansys/api/discovery/v0/conditions/displacement.proto,sha256=1-6bKdoKuOEP6Cte2iMZ8Tm8UiuQaMbtwKknDmirnxs,4156
96
101
  ansys/api/discovery/v0/conditions/displacement_pb2.py,sha256=aB9NIJhM3b0q-2Uaw7b3ZnmIg2txSzV8VwwMqdUNyCA,8948
97
102
  ansys/api/discovery/v0/conditions/displacement_pb2.pyi,sha256=NCmV_Z6_71cfckW36nkYrw_HBCKEatDUqTmZqEHZ9U0,12266
@@ -127,6 +132,11 @@ ansys/api/discovery/v0/conditions/insulated_pb2.py,sha256=-fachw6UhV0FvtlEMQgu5R
127
132
  ansys/api/discovery/v0/conditions/insulated_pb2.pyi,sha256=zwejjo4EwSsfO0I75mMVWJGvltLCOsUzbff4ylRShqo,3684
128
133
  ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py,sha256=DO5i-O3mfIg6WppjwSdoKrT9iLDbMxz7uGIm7Byun3o,5128
129
134
  ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi,sha256=qSrk6RDNx5ZklxDkwTRyloUgDmmiRZiTUEOk9OJBJhM,1394
135
+ ansys/api/discovery/v0/conditions/localfidelity.proto,sha256=HM9hGNDgZKsjdhtqpT5dNAsof7agaS8PtZIGS44j4cI,1336
136
+ ansys/api/discovery/v0/conditions/localfidelity_pb2.py,sha256=Fc2yRIVikm5_Or_7Bgo4eFEJP_wLLRwZpm2aX4IFbRs,3485
137
+ ansys/api/discovery/v0/conditions/localfidelity_pb2.pyi,sha256=5rtbDpIJ7_dgNQS4cijwo5XD8CcE1u8bGfY-pRCe7WU,5178
138
+ ansys/api/discovery/v0/conditions/localfidelity_pb2_grpc.py,sha256=1hAdmVCV1cPXBNkezx79qUWv0UxvhcbDDt8nr6XnA-w,7315
139
+ ansys/api/discovery/v0/conditions/localfidelity_pb2_grpc.pyi,sha256=sKSV7x4JSuh0jVQGGpvX-eOShjy5tZK5RoBC_rN8tjA,2049
130
140
  ansys/api/discovery/v0/conditions/mass.proto,sha256=UG5WwnTJbh_5Q6qyX8iue1J1A4Jg35F1E-Dr6wJAGjs,1510
131
141
  ansys/api/discovery/v0/conditions/mass_pb2.py,sha256=8yT3K2SQNae57nYQ2tg3w5ArAlU232FYGDAWKYrK_2c,3789
132
142
  ansys/api/discovery/v0/conditions/mass_pb2.pyi,sha256=Jja-BJinEQ74fx2zDKkjPagtA9bhTFBXLCP2gIyr-R8,5106
@@ -172,11 +182,21 @@ ansys/api/discovery/v0/conditions/support_pb2.py,sha256=BtAc_jF_s6WqQpJ18MqBxivh
172
182
  ansys/api/discovery/v0/conditions/support_pb2.pyi,sha256=tCHSkke4t8QNAq6yx9VNTCFGWoGVCufxIWGsFsw_thM,10993
173
183
  ansys/api/discovery/v0/conditions/support_pb2_grpc.py,sha256=jlRCzuMrFodi4mqgqfp3BaWEQYWdbz-mLCp2bUZ3gK4,41116
174
184
  ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi,sha256=yimSJpK7-aplPlqA7yaV_LFrCB1fHnfsdMre2OmiVxU,10209
185
+ ansys/api/discovery/v0/conditions/symmetry.proto,sha256=ynHFa2vpkO8nMAs-V2ju7IHireHlCtFXCie5moeN2Ug,964
186
+ ansys/api/discovery/v0/conditions/symmetry_pb2.py,sha256=7v0j59PlTbUJRTmrGJKEatHnSbQQbdn_pUb0kc5Y2bA,2751
187
+ ansys/api/discovery/v0/conditions/symmetry_pb2.pyi,sha256=rG9ppBhkenFR6F8VNfFoi5YURuX-j5IKuivi6EBq0Fs,3637
188
+ ansys/api/discovery/v0/conditions/symmetry_pb2_grpc.py,sha256=r68jypoaV4ioLaIVFEzsi06eHpzWTAjOnASZk-KiFCE,5065
189
+ ansys/api/discovery/v0/conditions/symmetry_pb2_grpc.pyi,sha256=ig1C8qXug0_hQI7jQiK9-F5Ern2cIUoYErVMGgEpI90,1464
175
190
  ansys/api/discovery/v0/conditions/velocity.proto,sha256=CDdZQHpojyns4JMODXw3OvoV-ggM8J_kr1KeD3rcLhw,2156
176
191
  ansys/api/discovery/v0/conditions/velocity_pb2.py,sha256=5jbpKtRibz-8G1gCOb24wyNkUOAfANuJLVup8OC3XaY,4840
177
192
  ansys/api/discovery/v0/conditions/velocity_pb2.pyi,sha256=NjvVRfLT8Rr32JJO87qZ6kPxq5Tg93xSgL5A9Nroa20,5236
178
193
  ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py,sha256=a1gTDbmh2LAxK6h5HhEUXvfmv1jR7xbU0-HjC07tdis,28675
179
194
  ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi,sha256=B8ACRWZ1ySPB0YYY6aaxgUMlCciuKU0_91Nmk3dgg5U,7068
195
+ ansys/api/discovery/v0/conditions/voltage.proto,sha256=GQzkUTYd6oREyJ05bm1r3S8kfXtNJANBX4nmGXmjp4M,1205
196
+ ansys/api/discovery/v0/conditions/voltage_pb2.py,sha256=L-4dhp7JSLU6UF59DM2vQajPKsh0owiG9UcWdOyvUMY,3261
197
+ ansys/api/discovery/v0/conditions/voltage_pb2.pyi,sha256=28GzvkBiMxXs_WtTX1b6kLQaBsVktsnGt7ErXQFR4fA,4911
198
+ ansys/api/discovery/v0/conditions/voltage_pb2_grpc.py,sha256=_Xim600m9LGq21eNc7cFziOyoqhYPuDOAdy0WisqlHk,6967
199
+ ansys/api/discovery/v0/conditions/voltage_pb2_grpc.pyi,sha256=ud1Ai7agMiM7EzmpyqhAcoxiL2WevWuQoUsn8f2w85g,1907
180
200
  ansys/api/discovery/v0/conditions/wall.proto,sha256=Q8CPJIcSgyP3j_GfsNiEI-OB4aiEWB22d7KW1y3SX8I,6213
181
201
  ansys/api/discovery/v0/conditions/wall_pb2.py,sha256=gwhEzjuU7A2u2yGp1VWg-gk_SGGDiMF7o55f1kf9GV8,13587
182
202
  ansys/api/discovery/v0/conditions/wall_pb2.pyi,sha256=wIF9B-536GgMuyjTR5Zd-rvAFJyEWSltoXmmKNVvqTw,31053
@@ -192,11 +212,11 @@ ansys/api/discovery/v0/connections/contactgroup_pb2.py,sha256=G2YtojeQlrPyqolkmr
192
212
  ansys/api/discovery/v0/connections/contactgroup_pb2.pyi,sha256=QX-iVVXnBj88NyRh7otNGFYGLEcicbF4irJfGbNZ66o,12042
193
213
  ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py,sha256=suE8PVIxXcAB7ftHRdcsveymp3RNQWd3BtbS58OOFEE,53340
194
214
  ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi,sha256=Bt-ZHYMNzH-lrTI_YmkdOHThg_U5NYBGVm6NdaVncOQ,12801
195
- ansys/api/discovery/v0/connections/fluidinterface.proto,sha256=UHjWINkTHShTNbgqx3FYn8wvVGzJ0cWC7ZaASsRwG9Y,2433
196
- ansys/api/discovery/v0/connections/fluidinterface_pb2.py,sha256=QqfdSoDbK63gyRb_pNmfemWHEXwJnwkiij5lNXLprwA,5576
197
- ansys/api/discovery/v0/connections/fluidinterface_pb2.pyi,sha256=QNTEhz9D9tf86tBxTyPDQ_sWtrTm-gW7Q-JLIwx5a3U,6588
198
- ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.py,sha256=n0L1l1rQT8Kehy3mXy_3QyWij-BRnVHU9YooIGtsuQQ,24296
199
- ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.pyi,sha256=n_AFwHMffThIFIry0FnT6R2sSZvZANfJ9kUT4Z69_1c,6006
215
+ ansys/api/discovery/v0/connections/fluidinterface.proto,sha256=5hTC9Wt6Jo6kSRxl-beJr8xh91-wVJoJNTCR3mU8JrQ,2468
216
+ ansys/api/discovery/v0/connections/fluidinterface_pb2.py,sha256=JPAkV0VaFqRfbWgS0HIwjIiuuu_NpN5DEULcnLS0D8w,5639
217
+ ansys/api/discovery/v0/connections/fluidinterface_pb2.pyi,sha256=gj9vWl_B3RStJc7MNXmUNuji5i8fje4Wuy3B-6eqVig,6545
218
+ ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.py,sha256=bR9N_g917yMtgac31G5p_Q2qgUZoieer_nmdb64UJ_I,24512
219
+ ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.pyi,sha256=8F55iLhg2FYFo7q2IrP2az7Yp1_ZVLb8VM8rG5wEp2A,6078
200
220
  ansys/api/discovery/v0/connections/joint.proto,sha256=FawLX4Ntn_eRwO4dv51w2gBFvenfAiy8yL2UnoORU6Y,1487
201
221
  ansys/api/discovery/v0/connections/joint_pb2.py,sha256=yZsXrSdTMka0w6pv_CCYELlo1FPkfnhVW-kMCTJ-HWg,3948
202
222
  ansys/api/discovery/v0/connections/joint_pb2.pyi,sha256=fiCtdLBUyaImVj-Qi_pmIj5RgQeqVrEl8bm_G9nepGA,6541
@@ -212,9 +232,9 @@ ansys/api/discovery/v0/engineeringdata/fandata_pb2.py,sha256=ohc8_Vi-Rvw5hTVEVJJ
212
232
  ansys/api/discovery/v0/engineeringdata/fandata_pb2.pyi,sha256=x3FICQZhtW3tJfrnYz9ThL4lqQVX8LHKRWQx0SZ8aiQ,7826
213
233
  ansys/api/discovery/v0/engineeringdata/fandata_pb2_grpc.py,sha256=JIiIAlLmM098k1bqR9XRgHTSncl9Btux-mQD9hGF31c,2970
214
234
  ansys/api/discovery/v0/engineeringdata/fandata_pb2_grpc.pyi,sha256=7XQljvgDgQXId-vBh74qz2fwKyWoAivskwz0NIc-kbY,938
215
- ansys_api_discovery-0.6.13.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
216
- ansys_api_discovery-0.6.13.dist-info/METADATA,sha256=VSofvQq00rE_aQBA8awwaPokBMLWCSoScn9SpvXJ9Nw,2112
217
- ansys_api_discovery-0.6.13.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
218
- ansys_api_discovery-0.6.13.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
219
- ansys_api_discovery-0.6.13.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
220
- ansys_api_discovery-0.6.13.dist-info/RECORD,,
235
+ ansys_api_discovery-0.6.14.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
236
+ ansys_api_discovery-0.6.14.dist-info/METADATA,sha256=wPRuxJ2ZqJj5BhR5qgV6BWASwlDqtb1_7hLvmpXSTrc,2112
237
+ ansys_api_discovery-0.6.14.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
238
+ ansys_api_discovery-0.6.14.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
239
+ ansys_api_discovery-0.6.14.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
240
+ ansys_api_discovery-0.6.14.dist-info/RECORD,,