ansys-api-discovery 0.5.1__py3-none-any.whl → 0.6.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-api-discovery might be problematic. Click here for more details.
- ansys/api/discovery/VERSION +1 -1
- ansys/api/discovery/v0/conditions.proto +32 -0
- ansys/api/discovery/v0/conditions_pb2.py +33 -0
- ansys/api/discovery/v0/conditions_pb2.pyi +51 -0
- ansys/api/discovery/v0/conditions_pb2_grpc.py +134 -0
- ansys/api/discovery/v0/conditions_pb2_grpc.pyi +48 -0
- ansys/api/discovery/v0/conditionsfluid.proto +246 -0
- ansys/api/discovery/v0/conditionsfluid_pb2.py +85 -0
- ansys/api/discovery/v0/conditionsfluid_pb2.pyi +590 -0
- ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py +662 -0
- ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi +208 -0
- ansys/api/discovery/v0/conditionsstructural.proto +407 -0
- ansys/api/discovery/v0/conditionsstructural_pb2.py +113 -0
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +839 -0
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +2746 -0
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +854 -0
- ansys/api/discovery/v0/conditionsthermal.proto +179 -0
- ansys/api/discovery/v0/conditionsthermal_pb2.py +63 -0
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +399 -0
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py +665 -0
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +217 -0
- ansys/api/discovery/v0/definedvariationstable.proto +13 -0
- ansys/api/discovery/v0/definedvariationstable_pb2.py +12 -116
- ansys/api/discovery/v0/definedvariationstable_pb2.pyi +20 -1
- ansys/api/discovery/v0/definedvariationstable_pb2_grpc.py +68 -0
- ansys/api/discovery/v0/definedvariationstable_pb2_grpc.pyi +26 -0
- ansys/api/discovery/v0/discoverymodels.proto +112 -1
- ansys/api/discovery/v0/discoverymodels_pb2.py +59 -168
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +330 -3
- ansys/api/discovery/v0/historytrackparameters_pb2.py +3 -50
- ansys/api/discovery/v0/messaging.proto +19 -0
- ansys/api/discovery/v0/messaging_pb2.py +29 -0
- ansys/api/discovery/v0/messaging_pb2.pyi +22 -0
- ansys/api/discovery/v0/messaging_pb2_grpc.py +106 -0
- ansys/api/discovery/v0/messaging_pb2_grpc.pyi +38 -0
- ansys/api/discovery/v0/scriptparameters_pb2.py +3 -37
- ansys/api/discovery/v0/simulations.proto +22 -0
- ansys/api/discovery/v0/simulations_pb2.py +30 -0
- ansys/api/discovery/v0/simulations_pb2.pyi +27 -0
- ansys/api/discovery/v0/simulations_pb2_grpc.py +103 -0
- ansys/api/discovery/v0/simulations_pb2_grpc.pyi +42 -0
- ansys/api/discovery/v0/solution.proto +45 -0
- ansys/api/discovery/v0/solution_pb2.py +39 -0
- ansys/api/discovery/v0/solution_pb2.pyi +100 -0
- ansys/api/discovery/v0/solution_pb2_grpc.py +133 -0
- ansys/api/discovery/v0/solution_pb2_grpc.pyi +45 -0
- ansys/api/discovery/v0/units_pb2.py +3 -1232
- {ansys_api_discovery-0.5.1.dist-info → ansys_api_discovery-0.6.0.dist-info}/METADATA +8 -8
- ansys_api_discovery-0.6.0.dist-info/RECORD +70 -0
- {ansys_api_discovery-0.5.1.dist-info → ansys_api_discovery-0.6.0.dist-info}/WHEEL +1 -1
- ansys_api_discovery-0.5.1.dist-info/RECORD +0 -35
- {ansys_api_discovery-0.5.1.dist-info → ansys_api_discovery-0.6.0.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.5.1.dist-info → ansys_api_discovery-0.6.0.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.5.1.dist-info → ansys_api_discovery-0.6.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,665 @@
|
|
|
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 import conditionsthermal_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__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 ConditionsThermalStub(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.CreateHeatVolumetricTotal = channel.unary_unary(
|
|
19
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatVolumetricTotal',
|
|
20
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
|
|
21
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.FromString,
|
|
22
|
+
)
|
|
23
|
+
self.CreateHeatVolumetricDistributed = channel.unary_unary(
|
|
24
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatVolumetricDistributed',
|
|
25
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
|
|
26
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatVolumetricDistributedCreationResponse.FromString,
|
|
27
|
+
)
|
|
28
|
+
self.CreateHeatSurfaceTotal = channel.unary_unary(
|
|
29
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatSurfaceTotal',
|
|
30
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
|
|
31
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.FromString,
|
|
32
|
+
)
|
|
33
|
+
self.CreateHeatSurfaceDistributed = channel.unary_unary(
|
|
34
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatSurfaceDistributed',
|
|
35
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
|
|
36
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatSurfaceDistributedCreationResponse.FromString,
|
|
37
|
+
)
|
|
38
|
+
self.ChangeHeatLocation = channel.unary_unary(
|
|
39
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatLocation',
|
|
40
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.SerializeToString,
|
|
41
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
42
|
+
)
|
|
43
|
+
self.ChangeTotalHeat = channel.unary_unary(
|
|
44
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTotalHeat',
|
|
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.ConditionChangedResponse.FromString,
|
|
47
|
+
)
|
|
48
|
+
self.ChangeHeatPerUnitVolume = channel.unary_unary(
|
|
49
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatPerUnitVolume',
|
|
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.ConditionChangedResponse.FromString,
|
|
52
|
+
)
|
|
53
|
+
self.ChangeHeatPerUnitArea = channel.unary_unary(
|
|
54
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatPerUnitArea',
|
|
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.ConditionChangedResponse.FromString,
|
|
57
|
+
)
|
|
58
|
+
self.ChangeHeatSpecification = channel.unary_unary(
|
|
59
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatSpecification',
|
|
60
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ChangeHeatSpecificationRequest.SerializeToString,
|
|
61
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
62
|
+
)
|
|
63
|
+
self.CreateTemperatureVolumetric = channel.unary_unary(
|
|
64
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateTemperatureVolumetric',
|
|
65
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.SerializeToString,
|
|
66
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.FromString,
|
|
67
|
+
)
|
|
68
|
+
self.CreateTemperatureSurface = channel.unary_unary(
|
|
69
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateTemperatureSurface',
|
|
70
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.SerializeToString,
|
|
71
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.FromString,
|
|
72
|
+
)
|
|
73
|
+
self.ChangeTemperatureLocation = channel.unary_unary(
|
|
74
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTemperatureLocation',
|
|
75
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.SerializeToString,
|
|
76
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
77
|
+
)
|
|
78
|
+
self.ChangeTemperatureMagnitude = channel.unary_unary(
|
|
79
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTemperatureMagnitude',
|
|
80
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
81
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
82
|
+
)
|
|
83
|
+
self.CreateInsulated = channel.unary_unary(
|
|
84
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateInsulated',
|
|
85
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationRequest.SerializeToString,
|
|
86
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationResponse.FromString,
|
|
87
|
+
)
|
|
88
|
+
self.ChangeInsulatedLocation = channel.unary_unary(
|
|
89
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeInsulatedLocation',
|
|
90
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
91
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
92
|
+
)
|
|
93
|
+
self.CreateConvection = channel.unary_unary(
|
|
94
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateConvection',
|
|
95
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationRequest.SerializeToString,
|
|
96
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationResponse.FromString,
|
|
97
|
+
)
|
|
98
|
+
self.ChangeConvectionLocation = channel.unary_unary(
|
|
99
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionLocation',
|
|
100
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
101
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
102
|
+
)
|
|
103
|
+
self.ChangeConvectionCoefficientMagnitude = channel.unary_unary(
|
|
104
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionCoefficientMagnitude',
|
|
105
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
106
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
107
|
+
)
|
|
108
|
+
self.ChangeConvectionTemperatureMagnitude = channel.unary_unary(
|
|
109
|
+
'/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionTemperatureMagnitude',
|
|
110
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
111
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
112
|
+
)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
class ConditionsThermalServicer(object):
|
|
116
|
+
"""Missing associated documentation comment in .proto file."""
|
|
117
|
+
|
|
118
|
+
def CreateHeatVolumetricTotal(self, request, context):
|
|
119
|
+
"""Heat condition methods
|
|
120
|
+
"""
|
|
121
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
122
|
+
context.set_details('Method not implemented!')
|
|
123
|
+
raise NotImplementedError('Method not implemented!')
|
|
124
|
+
|
|
125
|
+
def CreateHeatVolumetricDistributed(self, request, context):
|
|
126
|
+
"""Missing associated documentation comment in .proto file."""
|
|
127
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
128
|
+
context.set_details('Method not implemented!')
|
|
129
|
+
raise NotImplementedError('Method not implemented!')
|
|
130
|
+
|
|
131
|
+
def CreateHeatSurfaceTotal(self, request, context):
|
|
132
|
+
"""Missing associated documentation comment in .proto file."""
|
|
133
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
134
|
+
context.set_details('Method not implemented!')
|
|
135
|
+
raise NotImplementedError('Method not implemented!')
|
|
136
|
+
|
|
137
|
+
def CreateHeatSurfaceDistributed(self, request, context):
|
|
138
|
+
"""Missing associated documentation comment in .proto file."""
|
|
139
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
140
|
+
context.set_details('Method not implemented!')
|
|
141
|
+
raise NotImplementedError('Method not implemented!')
|
|
142
|
+
|
|
143
|
+
def ChangeHeatLocation(self, request, context):
|
|
144
|
+
"""Missing associated documentation comment in .proto file."""
|
|
145
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
146
|
+
context.set_details('Method not implemented!')
|
|
147
|
+
raise NotImplementedError('Method not implemented!')
|
|
148
|
+
|
|
149
|
+
def ChangeTotalHeat(self, request, context):
|
|
150
|
+
"""Missing associated documentation comment in .proto file."""
|
|
151
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
152
|
+
context.set_details('Method not implemented!')
|
|
153
|
+
raise NotImplementedError('Method not implemented!')
|
|
154
|
+
|
|
155
|
+
def ChangeHeatPerUnitVolume(self, request, context):
|
|
156
|
+
"""Missing associated documentation comment in .proto file."""
|
|
157
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
158
|
+
context.set_details('Method not implemented!')
|
|
159
|
+
raise NotImplementedError('Method not implemented!')
|
|
160
|
+
|
|
161
|
+
def ChangeHeatPerUnitArea(self, request, context):
|
|
162
|
+
"""Missing associated documentation comment in .proto file."""
|
|
163
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
164
|
+
context.set_details('Method not implemented!')
|
|
165
|
+
raise NotImplementedError('Method not implemented!')
|
|
166
|
+
|
|
167
|
+
def ChangeHeatSpecification(self, request, context):
|
|
168
|
+
"""Missing associated documentation comment in .proto file."""
|
|
169
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
170
|
+
context.set_details('Method not implemented!')
|
|
171
|
+
raise NotImplementedError('Method not implemented!')
|
|
172
|
+
|
|
173
|
+
def CreateTemperatureVolumetric(self, request, context):
|
|
174
|
+
"""Temperature condition methods
|
|
175
|
+
"""
|
|
176
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
177
|
+
context.set_details('Method not implemented!')
|
|
178
|
+
raise NotImplementedError('Method not implemented!')
|
|
179
|
+
|
|
180
|
+
def CreateTemperatureSurface(self, request, context):
|
|
181
|
+
"""Missing associated documentation comment in .proto file."""
|
|
182
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
183
|
+
context.set_details('Method not implemented!')
|
|
184
|
+
raise NotImplementedError('Method not implemented!')
|
|
185
|
+
|
|
186
|
+
def ChangeTemperatureLocation(self, request, context):
|
|
187
|
+
"""Missing associated documentation comment in .proto file."""
|
|
188
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
189
|
+
context.set_details('Method not implemented!')
|
|
190
|
+
raise NotImplementedError('Method not implemented!')
|
|
191
|
+
|
|
192
|
+
def ChangeTemperatureMagnitude(self, request, context):
|
|
193
|
+
"""Missing associated documentation comment in .proto file."""
|
|
194
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
195
|
+
context.set_details('Method not implemented!')
|
|
196
|
+
raise NotImplementedError('Method not implemented!')
|
|
197
|
+
|
|
198
|
+
def CreateInsulated(self, request, context):
|
|
199
|
+
"""Insulated condition methods
|
|
200
|
+
"""
|
|
201
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
202
|
+
context.set_details('Method not implemented!')
|
|
203
|
+
raise NotImplementedError('Method not implemented!')
|
|
204
|
+
|
|
205
|
+
def ChangeInsulatedLocation(self, request, context):
|
|
206
|
+
"""Missing associated documentation comment in .proto file."""
|
|
207
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
208
|
+
context.set_details('Method not implemented!')
|
|
209
|
+
raise NotImplementedError('Method not implemented!')
|
|
210
|
+
|
|
211
|
+
def CreateConvection(self, request, context):
|
|
212
|
+
"""Convection condition methods
|
|
213
|
+
"""
|
|
214
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
215
|
+
context.set_details('Method not implemented!')
|
|
216
|
+
raise NotImplementedError('Method not implemented!')
|
|
217
|
+
|
|
218
|
+
def ChangeConvectionLocation(self, request, context):
|
|
219
|
+
"""Missing associated documentation comment in .proto file."""
|
|
220
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
221
|
+
context.set_details('Method not implemented!')
|
|
222
|
+
raise NotImplementedError('Method not implemented!')
|
|
223
|
+
|
|
224
|
+
def ChangeConvectionCoefficientMagnitude(self, request, context):
|
|
225
|
+
"""Missing associated documentation comment in .proto file."""
|
|
226
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
227
|
+
context.set_details('Method not implemented!')
|
|
228
|
+
raise NotImplementedError('Method not implemented!')
|
|
229
|
+
|
|
230
|
+
def ChangeConvectionTemperatureMagnitude(self, request, context):
|
|
231
|
+
"""Missing associated documentation comment in .proto file."""
|
|
232
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
233
|
+
context.set_details('Method not implemented!')
|
|
234
|
+
raise NotImplementedError('Method not implemented!')
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
def add_ConditionsThermalServicer_to_server(servicer, server):
|
|
238
|
+
rpc_method_handlers = {
|
|
239
|
+
'CreateHeatVolumetricTotal': grpc.unary_unary_rpc_method_handler(
|
|
240
|
+
servicer.CreateHeatVolumetricTotal,
|
|
241
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.FromString,
|
|
242
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.SerializeToString,
|
|
243
|
+
),
|
|
244
|
+
'CreateHeatVolumetricDistributed': grpc.unary_unary_rpc_method_handler(
|
|
245
|
+
servicer.CreateHeatVolumetricDistributed,
|
|
246
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.FromString,
|
|
247
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatVolumetricDistributedCreationResponse.SerializeToString,
|
|
248
|
+
),
|
|
249
|
+
'CreateHeatSurfaceTotal': grpc.unary_unary_rpc_method_handler(
|
|
250
|
+
servicer.CreateHeatSurfaceTotal,
|
|
251
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.FromString,
|
|
252
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.SerializeToString,
|
|
253
|
+
),
|
|
254
|
+
'CreateHeatSurfaceDistributed': grpc.unary_unary_rpc_method_handler(
|
|
255
|
+
servicer.CreateHeatSurfaceDistributed,
|
|
256
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.FromString,
|
|
257
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatSurfaceDistributedCreationResponse.SerializeToString,
|
|
258
|
+
),
|
|
259
|
+
'ChangeHeatLocation': grpc.unary_unary_rpc_method_handler(
|
|
260
|
+
servicer.ChangeHeatLocation,
|
|
261
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.FromString,
|
|
262
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
|
|
263
|
+
),
|
|
264
|
+
'ChangeTotalHeat': grpc.unary_unary_rpc_method_handler(
|
|
265
|
+
servicer.ChangeTotalHeat,
|
|
266
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
267
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
|
|
268
|
+
),
|
|
269
|
+
'ChangeHeatPerUnitVolume': grpc.unary_unary_rpc_method_handler(
|
|
270
|
+
servicer.ChangeHeatPerUnitVolume,
|
|
271
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
272
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
|
|
273
|
+
),
|
|
274
|
+
'ChangeHeatPerUnitArea': grpc.unary_unary_rpc_method_handler(
|
|
275
|
+
servicer.ChangeHeatPerUnitArea,
|
|
276
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
277
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
|
|
278
|
+
),
|
|
279
|
+
'ChangeHeatSpecification': grpc.unary_unary_rpc_method_handler(
|
|
280
|
+
servicer.ChangeHeatSpecification,
|
|
281
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ChangeHeatSpecificationRequest.FromString,
|
|
282
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
|
|
283
|
+
),
|
|
284
|
+
'CreateTemperatureVolumetric': grpc.unary_unary_rpc_method_handler(
|
|
285
|
+
servicer.CreateTemperatureVolumetric,
|
|
286
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.FromString,
|
|
287
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.SerializeToString,
|
|
288
|
+
),
|
|
289
|
+
'CreateTemperatureSurface': grpc.unary_unary_rpc_method_handler(
|
|
290
|
+
servicer.CreateTemperatureSurface,
|
|
291
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.FromString,
|
|
292
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.SerializeToString,
|
|
293
|
+
),
|
|
294
|
+
'ChangeTemperatureLocation': grpc.unary_unary_rpc_method_handler(
|
|
295
|
+
servicer.ChangeTemperatureLocation,
|
|
296
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.FromString,
|
|
297
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
|
|
298
|
+
),
|
|
299
|
+
'ChangeTemperatureMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
300
|
+
servicer.ChangeTemperatureMagnitude,
|
|
301
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
302
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
|
|
303
|
+
),
|
|
304
|
+
'CreateInsulated': grpc.unary_unary_rpc_method_handler(
|
|
305
|
+
servicer.CreateInsulated,
|
|
306
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationRequest.FromString,
|
|
307
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationResponse.SerializeToString,
|
|
308
|
+
),
|
|
309
|
+
'ChangeInsulatedLocation': grpc.unary_unary_rpc_method_handler(
|
|
310
|
+
servicer.ChangeInsulatedLocation,
|
|
311
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
312
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
|
|
313
|
+
),
|
|
314
|
+
'CreateConvection': grpc.unary_unary_rpc_method_handler(
|
|
315
|
+
servicer.CreateConvection,
|
|
316
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationRequest.FromString,
|
|
317
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationResponse.SerializeToString,
|
|
318
|
+
),
|
|
319
|
+
'ChangeConvectionLocation': grpc.unary_unary_rpc_method_handler(
|
|
320
|
+
servicer.ChangeConvectionLocation,
|
|
321
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
322
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
|
|
323
|
+
),
|
|
324
|
+
'ChangeConvectionCoefficientMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
325
|
+
servicer.ChangeConvectionCoefficientMagnitude,
|
|
326
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
327
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
|
|
328
|
+
),
|
|
329
|
+
'ChangeConvectionTemperatureMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
330
|
+
servicer.ChangeConvectionTemperatureMagnitude,
|
|
331
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
332
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
|
|
333
|
+
),
|
|
334
|
+
}
|
|
335
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
336
|
+
'ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal', rpc_method_handlers)
|
|
337
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
# This class is part of an EXPERIMENTAL API.
|
|
341
|
+
class ConditionsThermal(object):
|
|
342
|
+
"""Missing associated documentation comment in .proto file."""
|
|
343
|
+
|
|
344
|
+
@staticmethod
|
|
345
|
+
def CreateHeatVolumetricTotal(request,
|
|
346
|
+
target,
|
|
347
|
+
options=(),
|
|
348
|
+
channel_credentials=None,
|
|
349
|
+
call_credentials=None,
|
|
350
|
+
insecure=False,
|
|
351
|
+
compression=None,
|
|
352
|
+
wait_for_ready=None,
|
|
353
|
+
timeout=None,
|
|
354
|
+
metadata=None):
|
|
355
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatVolumetricTotal',
|
|
356
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
|
|
357
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.FromString,
|
|
358
|
+
options, channel_credentials,
|
|
359
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
360
|
+
|
|
361
|
+
@staticmethod
|
|
362
|
+
def CreateHeatVolumetricDistributed(request,
|
|
363
|
+
target,
|
|
364
|
+
options=(),
|
|
365
|
+
channel_credentials=None,
|
|
366
|
+
call_credentials=None,
|
|
367
|
+
insecure=False,
|
|
368
|
+
compression=None,
|
|
369
|
+
wait_for_ready=None,
|
|
370
|
+
timeout=None,
|
|
371
|
+
metadata=None):
|
|
372
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatVolumetricDistributed',
|
|
373
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
|
|
374
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatVolumetricDistributedCreationResponse.FromString,
|
|
375
|
+
options, channel_credentials,
|
|
376
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
377
|
+
|
|
378
|
+
@staticmethod
|
|
379
|
+
def CreateHeatSurfaceTotal(request,
|
|
380
|
+
target,
|
|
381
|
+
options=(),
|
|
382
|
+
channel_credentials=None,
|
|
383
|
+
call_credentials=None,
|
|
384
|
+
insecure=False,
|
|
385
|
+
compression=None,
|
|
386
|
+
wait_for_ready=None,
|
|
387
|
+
timeout=None,
|
|
388
|
+
metadata=None):
|
|
389
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatSurfaceTotal',
|
|
390
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
|
|
391
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.FromString,
|
|
392
|
+
options, channel_credentials,
|
|
393
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
394
|
+
|
|
395
|
+
@staticmethod
|
|
396
|
+
def CreateHeatSurfaceDistributed(request,
|
|
397
|
+
target,
|
|
398
|
+
options=(),
|
|
399
|
+
channel_credentials=None,
|
|
400
|
+
call_credentials=None,
|
|
401
|
+
insecure=False,
|
|
402
|
+
compression=None,
|
|
403
|
+
wait_for_ready=None,
|
|
404
|
+
timeout=None,
|
|
405
|
+
metadata=None):
|
|
406
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatSurfaceDistributed',
|
|
407
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
|
|
408
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatSurfaceDistributedCreationResponse.FromString,
|
|
409
|
+
options, channel_credentials,
|
|
410
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
411
|
+
|
|
412
|
+
@staticmethod
|
|
413
|
+
def ChangeHeatLocation(request,
|
|
414
|
+
target,
|
|
415
|
+
options=(),
|
|
416
|
+
channel_credentials=None,
|
|
417
|
+
call_credentials=None,
|
|
418
|
+
insecure=False,
|
|
419
|
+
compression=None,
|
|
420
|
+
wait_for_ready=None,
|
|
421
|
+
timeout=None,
|
|
422
|
+
metadata=None):
|
|
423
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatLocation',
|
|
424
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.SerializeToString,
|
|
425
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
426
|
+
options, channel_credentials,
|
|
427
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
428
|
+
|
|
429
|
+
@staticmethod
|
|
430
|
+
def ChangeTotalHeat(request,
|
|
431
|
+
target,
|
|
432
|
+
options=(),
|
|
433
|
+
channel_credentials=None,
|
|
434
|
+
call_credentials=None,
|
|
435
|
+
insecure=False,
|
|
436
|
+
compression=None,
|
|
437
|
+
wait_for_ready=None,
|
|
438
|
+
timeout=None,
|
|
439
|
+
metadata=None):
|
|
440
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTotalHeat',
|
|
441
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
442
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
443
|
+
options, channel_credentials,
|
|
444
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
445
|
+
|
|
446
|
+
@staticmethod
|
|
447
|
+
def ChangeHeatPerUnitVolume(request,
|
|
448
|
+
target,
|
|
449
|
+
options=(),
|
|
450
|
+
channel_credentials=None,
|
|
451
|
+
call_credentials=None,
|
|
452
|
+
insecure=False,
|
|
453
|
+
compression=None,
|
|
454
|
+
wait_for_ready=None,
|
|
455
|
+
timeout=None,
|
|
456
|
+
metadata=None):
|
|
457
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatPerUnitVolume',
|
|
458
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
459
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
460
|
+
options, channel_credentials,
|
|
461
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
462
|
+
|
|
463
|
+
@staticmethod
|
|
464
|
+
def ChangeHeatPerUnitArea(request,
|
|
465
|
+
target,
|
|
466
|
+
options=(),
|
|
467
|
+
channel_credentials=None,
|
|
468
|
+
call_credentials=None,
|
|
469
|
+
insecure=False,
|
|
470
|
+
compression=None,
|
|
471
|
+
wait_for_ready=None,
|
|
472
|
+
timeout=None,
|
|
473
|
+
metadata=None):
|
|
474
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatPerUnitArea',
|
|
475
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
476
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
477
|
+
options, channel_credentials,
|
|
478
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
479
|
+
|
|
480
|
+
@staticmethod
|
|
481
|
+
def ChangeHeatSpecification(request,
|
|
482
|
+
target,
|
|
483
|
+
options=(),
|
|
484
|
+
channel_credentials=None,
|
|
485
|
+
call_credentials=None,
|
|
486
|
+
insecure=False,
|
|
487
|
+
compression=None,
|
|
488
|
+
wait_for_ready=None,
|
|
489
|
+
timeout=None,
|
|
490
|
+
metadata=None):
|
|
491
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatSpecification',
|
|
492
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ChangeHeatSpecificationRequest.SerializeToString,
|
|
493
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
494
|
+
options, channel_credentials,
|
|
495
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
496
|
+
|
|
497
|
+
@staticmethod
|
|
498
|
+
def CreateTemperatureVolumetric(request,
|
|
499
|
+
target,
|
|
500
|
+
options=(),
|
|
501
|
+
channel_credentials=None,
|
|
502
|
+
call_credentials=None,
|
|
503
|
+
insecure=False,
|
|
504
|
+
compression=None,
|
|
505
|
+
wait_for_ready=None,
|
|
506
|
+
timeout=None,
|
|
507
|
+
metadata=None):
|
|
508
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateTemperatureVolumetric',
|
|
509
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.SerializeToString,
|
|
510
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.FromString,
|
|
511
|
+
options, channel_credentials,
|
|
512
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
513
|
+
|
|
514
|
+
@staticmethod
|
|
515
|
+
def CreateTemperatureSurface(request,
|
|
516
|
+
target,
|
|
517
|
+
options=(),
|
|
518
|
+
channel_credentials=None,
|
|
519
|
+
call_credentials=None,
|
|
520
|
+
insecure=False,
|
|
521
|
+
compression=None,
|
|
522
|
+
wait_for_ready=None,
|
|
523
|
+
timeout=None,
|
|
524
|
+
metadata=None):
|
|
525
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateTemperatureSurface',
|
|
526
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.SerializeToString,
|
|
527
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.FromString,
|
|
528
|
+
options, channel_credentials,
|
|
529
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
530
|
+
|
|
531
|
+
@staticmethod
|
|
532
|
+
def ChangeTemperatureLocation(request,
|
|
533
|
+
target,
|
|
534
|
+
options=(),
|
|
535
|
+
channel_credentials=None,
|
|
536
|
+
call_credentials=None,
|
|
537
|
+
insecure=False,
|
|
538
|
+
compression=None,
|
|
539
|
+
wait_for_ready=None,
|
|
540
|
+
timeout=None,
|
|
541
|
+
metadata=None):
|
|
542
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTemperatureLocation',
|
|
543
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.SerializeToString,
|
|
544
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
545
|
+
options, channel_credentials,
|
|
546
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
547
|
+
|
|
548
|
+
@staticmethod
|
|
549
|
+
def ChangeTemperatureMagnitude(request,
|
|
550
|
+
target,
|
|
551
|
+
options=(),
|
|
552
|
+
channel_credentials=None,
|
|
553
|
+
call_credentials=None,
|
|
554
|
+
insecure=False,
|
|
555
|
+
compression=None,
|
|
556
|
+
wait_for_ready=None,
|
|
557
|
+
timeout=None,
|
|
558
|
+
metadata=None):
|
|
559
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTemperatureMagnitude',
|
|
560
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
561
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
562
|
+
options, channel_credentials,
|
|
563
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
564
|
+
|
|
565
|
+
@staticmethod
|
|
566
|
+
def CreateInsulated(request,
|
|
567
|
+
target,
|
|
568
|
+
options=(),
|
|
569
|
+
channel_credentials=None,
|
|
570
|
+
call_credentials=None,
|
|
571
|
+
insecure=False,
|
|
572
|
+
compression=None,
|
|
573
|
+
wait_for_ready=None,
|
|
574
|
+
timeout=None,
|
|
575
|
+
metadata=None):
|
|
576
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateInsulated',
|
|
577
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationRequest.SerializeToString,
|
|
578
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationResponse.FromString,
|
|
579
|
+
options, channel_credentials,
|
|
580
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
581
|
+
|
|
582
|
+
@staticmethod
|
|
583
|
+
def ChangeInsulatedLocation(request,
|
|
584
|
+
target,
|
|
585
|
+
options=(),
|
|
586
|
+
channel_credentials=None,
|
|
587
|
+
call_credentials=None,
|
|
588
|
+
insecure=False,
|
|
589
|
+
compression=None,
|
|
590
|
+
wait_for_ready=None,
|
|
591
|
+
timeout=None,
|
|
592
|
+
metadata=None):
|
|
593
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeInsulatedLocation',
|
|
594
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
595
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
596
|
+
options, channel_credentials,
|
|
597
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
598
|
+
|
|
599
|
+
@staticmethod
|
|
600
|
+
def CreateConvection(request,
|
|
601
|
+
target,
|
|
602
|
+
options=(),
|
|
603
|
+
channel_credentials=None,
|
|
604
|
+
call_credentials=None,
|
|
605
|
+
insecure=False,
|
|
606
|
+
compression=None,
|
|
607
|
+
wait_for_ready=None,
|
|
608
|
+
timeout=None,
|
|
609
|
+
metadata=None):
|
|
610
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateConvection',
|
|
611
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationRequest.SerializeToString,
|
|
612
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationResponse.FromString,
|
|
613
|
+
options, channel_credentials,
|
|
614
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
615
|
+
|
|
616
|
+
@staticmethod
|
|
617
|
+
def ChangeConvectionLocation(request,
|
|
618
|
+
target,
|
|
619
|
+
options=(),
|
|
620
|
+
channel_credentials=None,
|
|
621
|
+
call_credentials=None,
|
|
622
|
+
insecure=False,
|
|
623
|
+
compression=None,
|
|
624
|
+
wait_for_ready=None,
|
|
625
|
+
timeout=None,
|
|
626
|
+
metadata=None):
|
|
627
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionLocation',
|
|
628
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
629
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
630
|
+
options, channel_credentials,
|
|
631
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
632
|
+
|
|
633
|
+
@staticmethod
|
|
634
|
+
def ChangeConvectionCoefficientMagnitude(request,
|
|
635
|
+
target,
|
|
636
|
+
options=(),
|
|
637
|
+
channel_credentials=None,
|
|
638
|
+
call_credentials=None,
|
|
639
|
+
insecure=False,
|
|
640
|
+
compression=None,
|
|
641
|
+
wait_for_ready=None,
|
|
642
|
+
timeout=None,
|
|
643
|
+
metadata=None):
|
|
644
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionCoefficientMagnitude',
|
|
645
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
646
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
647
|
+
options, channel_credentials,
|
|
648
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
649
|
+
|
|
650
|
+
@staticmethod
|
|
651
|
+
def ChangeConvectionTemperatureMagnitude(request,
|
|
652
|
+
target,
|
|
653
|
+
options=(),
|
|
654
|
+
channel_credentials=None,
|
|
655
|
+
call_credentials=None,
|
|
656
|
+
insecure=False,
|
|
657
|
+
compression=None,
|
|
658
|
+
wait_for_ready=None,
|
|
659
|
+
timeout=None,
|
|
660
|
+
metadata=None):
|
|
661
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionTemperatureMagnitude',
|
|
662
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
663
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
|
|
664
|
+
options, channel_credentials,
|
|
665
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|