ansys-api-discovery 0.6.0__py3-none-any.whl → 0.6.1__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 +3 -3
- ansys/api/discovery/v0/conditions_pb2.py +2 -2
- ansys/api/discovery/v0/conditions_pb2_grpc.py +9 -9
- ansys/api/discovery/v0/conditions_pb2_grpc.pyi +6 -6
- ansys/api/discovery/v0/conditionsfluid.proto +25 -25
- ansys/api/discovery/v0/conditionsfluid_pb2.py +60 -60
- ansys/api/discovery/v0/conditionsfluid_pb2.pyi +24 -24
- ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py +39 -39
- ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi +26 -26
- ansys/api/discovery/v0/conditionsstructural.proto +89 -89
- ansys/api/discovery/v0/conditionsstructural_pb2.py +86 -86
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +36 -36
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +204 -204
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +136 -136
- ansys/api/discovery/v0/conditionsthermal.proto +21 -21
- ansys/api/discovery/v0/conditionsthermal_pb2.py +36 -36
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +20 -20
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py +33 -33
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +22 -22
- ansys/api/discovery/v0/discoverymodels.proto +3 -3
- ansys/api/discovery/v0/discoverymodels_pb2.py +27 -27
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +6 -6
- ansys/api/discovery/v0/monitors.proto +137 -0
- ansys/api/discovery/v0/monitors_pb2.py +42 -0
- ansys/api/discovery/v0/monitors_pb2.pyi +307 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/solution.proto +5 -4
- ansys/api/discovery/v0/solution_pb2.py +9 -9
- ansys/api/discovery/v0/solution_pb2.pyi +17 -12
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/METADATA +2 -2
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/RECORD +37 -32
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/WHEEL +1 -1
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/top_level.txt +0 -0
|
@@ -57,12 +57,12 @@ class FlowVelocityInletCreationRequest(google.protobuf.message.Message):
|
|
|
57
57
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
58
58
|
VELOCITY_INLET_FIELD_NUMBER: builtins.int
|
|
59
59
|
@property
|
|
60
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
60
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
61
61
|
@property
|
|
62
62
|
def velocity_inlet(self) -> global___VelocityInletProperties: ...
|
|
63
63
|
def __init__(self,
|
|
64
64
|
*,
|
|
65
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
65
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
66
66
|
velocity_inlet : typing.Optional[global___VelocityInletProperties] = ...,
|
|
67
67
|
) -> None: ...
|
|
68
68
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","velocity_inlet",b"velocity_inlet"]) -> builtins.bool: ...
|
|
@@ -74,12 +74,12 @@ class FlowVelocityInletCreationResponse(google.protobuf.message.Message):
|
|
|
74
74
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
75
75
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
76
76
|
@property
|
|
77
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
77
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
78
78
|
@property
|
|
79
79
|
def condition_data(self) -> global___FlowVelocityInletDefinition: ...
|
|
80
80
|
def __init__(self,
|
|
81
81
|
*,
|
|
82
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
82
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
83
83
|
condition_data : typing.Optional[global___FlowVelocityInletDefinition] = ...,
|
|
84
84
|
) -> None: ...
|
|
85
85
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -92,12 +92,12 @@ class FlowVelocityOutletCreationRequest(google.protobuf.message.Message):
|
|
|
92
92
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
93
93
|
VELOCITY_OUTLET_FIELD_NUMBER: builtins.int
|
|
94
94
|
@property
|
|
95
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
95
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
96
96
|
@property
|
|
97
97
|
def velocity_outlet(self) -> global___VelocityOutletProperties: ...
|
|
98
98
|
def __init__(self,
|
|
99
99
|
*,
|
|
100
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
100
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
101
101
|
velocity_outlet : typing.Optional[global___VelocityOutletProperties] = ...,
|
|
102
102
|
) -> None: ...
|
|
103
103
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","velocity_outlet",b"velocity_outlet"]) -> builtins.bool: ...
|
|
@@ -109,12 +109,12 @@ class FlowVelocityOutletCreationResponse(google.protobuf.message.Message):
|
|
|
109
109
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
110
110
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
111
111
|
@property
|
|
112
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
112
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
113
113
|
@property
|
|
114
114
|
def condition_data(self) -> global___FlowVelocityOutletDefinition: ...
|
|
115
115
|
def __init__(self,
|
|
116
116
|
*,
|
|
117
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
117
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
118
118
|
condition_data : typing.Optional[global___FlowVelocityOutletDefinition] = ...,
|
|
119
119
|
) -> None: ...
|
|
120
120
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -127,12 +127,12 @@ class FlowPressureInletCreationRequest(google.protobuf.message.Message):
|
|
|
127
127
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
128
128
|
PRESSURE_INLET_FIELD_NUMBER: builtins.int
|
|
129
129
|
@property
|
|
130
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
130
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
131
131
|
@property
|
|
132
132
|
def pressure_inlet(self) -> global___PressureInletProperties: ...
|
|
133
133
|
def __init__(self,
|
|
134
134
|
*,
|
|
135
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
135
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
136
136
|
pressure_inlet : typing.Optional[global___PressureInletProperties] = ...,
|
|
137
137
|
) -> None: ...
|
|
138
138
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","pressure_inlet",b"pressure_inlet"]) -> builtins.bool: ...
|
|
@@ -144,12 +144,12 @@ class FlowPressureInletCreationResponse(google.protobuf.message.Message):
|
|
|
144
144
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
145
145
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
146
146
|
@property
|
|
147
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
147
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
148
148
|
@property
|
|
149
149
|
def condition_data(self) -> global___FlowPressureInletDefinition: ...
|
|
150
150
|
def __init__(self,
|
|
151
151
|
*,
|
|
152
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
152
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
153
153
|
condition_data : typing.Optional[global___FlowPressureInletDefinition] = ...,
|
|
154
154
|
) -> None: ...
|
|
155
155
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -162,12 +162,12 @@ class FlowPressureOutletCreationRequest(google.protobuf.message.Message):
|
|
|
162
162
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
163
163
|
PRESSURE_OUTLET_FIELD_NUMBER: builtins.int
|
|
164
164
|
@property
|
|
165
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
165
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
166
166
|
@property
|
|
167
167
|
def pressure_outlet(self) -> global___PressureOutletProperties: ...
|
|
168
168
|
def __init__(self,
|
|
169
169
|
*,
|
|
170
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
170
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
171
171
|
pressure_outlet : typing.Optional[global___PressureOutletProperties] = ...,
|
|
172
172
|
) -> None: ...
|
|
173
173
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","pressure_outlet",b"pressure_outlet"]) -> builtins.bool: ...
|
|
@@ -179,12 +179,12 @@ class FlowPressureOutletCreationResponse(google.protobuf.message.Message):
|
|
|
179
179
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
180
180
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
181
181
|
@property
|
|
182
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
182
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
183
183
|
@property
|
|
184
184
|
def condition_data(self) -> global___FlowPressureOutletDefinition: ...
|
|
185
185
|
def __init__(self,
|
|
186
186
|
*,
|
|
187
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
187
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
188
188
|
condition_data : typing.Optional[global___FlowPressureOutletDefinition] = ...,
|
|
189
189
|
) -> None: ...
|
|
190
190
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -197,12 +197,12 @@ class FlowMassFlowInletCreationRequest(google.protobuf.message.Message):
|
|
|
197
197
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
198
198
|
MASS_FLOW_INLET_FIELD_NUMBER: builtins.int
|
|
199
199
|
@property
|
|
200
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
200
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
201
201
|
@property
|
|
202
202
|
def mass_flow_inlet(self) -> global___MassFlowInletProperties: ...
|
|
203
203
|
def __init__(self,
|
|
204
204
|
*,
|
|
205
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
205
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
206
206
|
mass_flow_inlet : typing.Optional[global___MassFlowInletProperties] = ...,
|
|
207
207
|
) -> None: ...
|
|
208
208
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","mass_flow_inlet",b"mass_flow_inlet"]) -> builtins.bool: ...
|
|
@@ -214,12 +214,12 @@ class FlowMassFlowInletCreationResponse(google.protobuf.message.Message):
|
|
|
214
214
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
215
215
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
216
216
|
@property
|
|
217
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
217
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
218
218
|
@property
|
|
219
219
|
def condition_data(self) -> global___FlowMassFlowInletDefinition: ...
|
|
220
220
|
def __init__(self,
|
|
221
221
|
*,
|
|
222
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
222
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
223
223
|
condition_data : typing.Optional[global___FlowMassFlowInletDefinition] = ...,
|
|
224
224
|
) -> None: ...
|
|
225
225
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -232,12 +232,12 @@ class FlowMassFlowOutletCreationRequest(google.protobuf.message.Message):
|
|
|
232
232
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
233
233
|
MASS_FLOW_OUTLET_FIELD_NUMBER: builtins.int
|
|
234
234
|
@property
|
|
235
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
235
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
236
236
|
@property
|
|
237
237
|
def mass_flow_outlet(self) -> global___MassFlowOutletProperties: ...
|
|
238
238
|
def __init__(self,
|
|
239
239
|
*,
|
|
240
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
240
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
241
241
|
mass_flow_outlet : typing.Optional[global___MassFlowOutletProperties] = ...,
|
|
242
242
|
) -> None: ...
|
|
243
243
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","mass_flow_outlet",b"mass_flow_outlet"]) -> builtins.bool: ...
|
|
@@ -249,12 +249,12 @@ class FlowMassFlowOutletCreationResponse(google.protobuf.message.Message):
|
|
|
249
249
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
250
250
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
251
251
|
@property
|
|
252
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
252
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
253
253
|
@property
|
|
254
254
|
def condition_data(self) -> global___FlowMassFlowOutletDefinition: ...
|
|
255
255
|
def __init__(self,
|
|
256
256
|
*,
|
|
257
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
257
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
258
258
|
condition_data : typing.Optional[global___FlowMassFlowOutletDefinition] = ...,
|
|
259
259
|
) -> None: ...
|
|
260
260
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -48,67 +48,67 @@ class ConditionsFluidStub(object):
|
|
|
48
48
|
self.ChangeFlowLocation = channel.unary_unary(
|
|
49
49
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowLocation',
|
|
50
50
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
51
|
-
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
51
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
52
52
|
)
|
|
53
53
|
self.ChangeFlowVelocityInletMagnitude = channel.unary_unary(
|
|
54
54
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowVelocityInletMagnitude',
|
|
55
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.
|
|
56
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
57
57
|
)
|
|
58
58
|
self.ChangeFlowVelocityOutletMagnitude = channel.unary_unary(
|
|
59
59
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowVelocityOutletMagnitude',
|
|
60
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.
|
|
61
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
62
62
|
)
|
|
63
63
|
self.ChangeFlowPressureInletMagnitude = channel.unary_unary(
|
|
64
64
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowPressureInletMagnitude',
|
|
65
65
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
66
|
-
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
66
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
67
67
|
)
|
|
68
68
|
self.ChangeFlowPressureOutletMagnitude = channel.unary_unary(
|
|
69
69
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowPressureOutletMagnitude',
|
|
70
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.
|
|
71
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
72
72
|
)
|
|
73
73
|
self.ChangeFlowMassFlowInletMagnitude = channel.unary_unary(
|
|
74
74
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowMassFlowInletMagnitude',
|
|
75
75
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
76
|
-
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
76
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
77
77
|
)
|
|
78
78
|
self.ChangeFlowMassFlowOutletMagnitude = channel.unary_unary(
|
|
79
79
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowMassFlowOutletMagnitude',
|
|
80
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.
|
|
81
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
82
82
|
)
|
|
83
83
|
self.ChangeFlowTemperatureInputEnabled = channel.unary_unary(
|
|
84
84
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowTemperatureInputEnabled',
|
|
85
85
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
86
|
-
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
86
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
87
87
|
)
|
|
88
88
|
self.ChangeFlowTemperatureMagnitude = channel.unary_unary(
|
|
89
89
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowTemperatureMagnitude',
|
|
90
90
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
91
|
-
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
91
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
92
92
|
)
|
|
93
93
|
self.ChangeFlowSwirlingInputEnabled = channel.unary_unary(
|
|
94
94
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowSwirlingInputEnabled',
|
|
95
95
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
96
|
-
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
96
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
97
97
|
)
|
|
98
98
|
self.ChangeFlowSwirlingMagnitude = channel.unary_unary(
|
|
99
99
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowSwirlingMagnitude',
|
|
100
100
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
101
|
-
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
101
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
102
102
|
)
|
|
103
103
|
self.ChangeFlowSpecification = channel.unary_unary(
|
|
104
104
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowSpecification',
|
|
105
105
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsfluid__pb2.ChangeFlowSpecificationRequest.SerializeToString,
|
|
106
|
-
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
106
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
107
107
|
)
|
|
108
108
|
self.ChangeFlowDirection = channel.unary_unary(
|
|
109
109
|
'/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowDirection',
|
|
110
110
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsfluid__pb2.ChangeFlowDirectionRequest.SerializeToString,
|
|
111
|
-
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
111
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
112
112
|
)
|
|
113
113
|
|
|
114
114
|
|
|
@@ -266,67 +266,67 @@ def add_ConditionsFluidServicer_to_server(servicer, server):
|
|
|
266
266
|
'ChangeFlowLocation': grpc.unary_unary_rpc_method_handler(
|
|
267
267
|
servicer.ChangeFlowLocation,
|
|
268
268
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
269
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
269
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
270
270
|
),
|
|
271
271
|
'ChangeFlowVelocityInletMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
272
272
|
servicer.ChangeFlowVelocityInletMagnitude,
|
|
273
273
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
274
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
274
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
275
275
|
),
|
|
276
276
|
'ChangeFlowVelocityOutletMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
277
277
|
servicer.ChangeFlowVelocityOutletMagnitude,
|
|
278
278
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
279
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
279
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
280
280
|
),
|
|
281
281
|
'ChangeFlowPressureInletMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
282
282
|
servicer.ChangeFlowPressureInletMagnitude,
|
|
283
283
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
284
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
284
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
285
285
|
),
|
|
286
286
|
'ChangeFlowPressureOutletMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
287
287
|
servicer.ChangeFlowPressureOutletMagnitude,
|
|
288
288
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
289
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
289
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
290
290
|
),
|
|
291
291
|
'ChangeFlowMassFlowInletMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
292
292
|
servicer.ChangeFlowMassFlowInletMagnitude,
|
|
293
293
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
294
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
294
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
295
295
|
),
|
|
296
296
|
'ChangeFlowMassFlowOutletMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
297
297
|
servicer.ChangeFlowMassFlowOutletMagnitude,
|
|
298
298
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
299
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
299
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
300
300
|
),
|
|
301
301
|
'ChangeFlowTemperatureInputEnabled': grpc.unary_unary_rpc_method_handler(
|
|
302
302
|
servicer.ChangeFlowTemperatureInputEnabled,
|
|
303
303
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
304
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
304
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
305
305
|
),
|
|
306
306
|
'ChangeFlowTemperatureMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
307
307
|
servicer.ChangeFlowTemperatureMagnitude,
|
|
308
308
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
309
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
309
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
310
310
|
),
|
|
311
311
|
'ChangeFlowSwirlingInputEnabled': grpc.unary_unary_rpc_method_handler(
|
|
312
312
|
servicer.ChangeFlowSwirlingInputEnabled,
|
|
313
313
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
314
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
314
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
315
315
|
),
|
|
316
316
|
'ChangeFlowSwirlingMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
317
317
|
servicer.ChangeFlowSwirlingMagnitude,
|
|
318
318
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
319
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
319
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
320
320
|
),
|
|
321
321
|
'ChangeFlowSpecification': grpc.unary_unary_rpc_method_handler(
|
|
322
322
|
servicer.ChangeFlowSpecification,
|
|
323
323
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsfluid__pb2.ChangeFlowSpecificationRequest.FromString,
|
|
324
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
324
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
325
325
|
),
|
|
326
326
|
'ChangeFlowDirection': grpc.unary_unary_rpc_method_handler(
|
|
327
327
|
servicer.ChangeFlowDirection,
|
|
328
328
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsfluid__pb2.ChangeFlowDirectionRequest.FromString,
|
|
329
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
329
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
330
330
|
),
|
|
331
331
|
}
|
|
332
332
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
@@ -453,7 +453,7 @@ class ConditionsFluid(object):
|
|
|
453
453
|
metadata=None):
|
|
454
454
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowLocation',
|
|
455
455
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
456
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
456
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
457
457
|
options, channel_credentials,
|
|
458
458
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
459
459
|
|
|
@@ -470,7 +470,7 @@ class ConditionsFluid(object):
|
|
|
470
470
|
metadata=None):
|
|
471
471
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowVelocityInletMagnitude',
|
|
472
472
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
473
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
473
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
474
474
|
options, channel_credentials,
|
|
475
475
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
476
476
|
|
|
@@ -487,7 +487,7 @@ class ConditionsFluid(object):
|
|
|
487
487
|
metadata=None):
|
|
488
488
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowVelocityOutletMagnitude',
|
|
489
489
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
490
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
490
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
491
491
|
options, channel_credentials,
|
|
492
492
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
493
493
|
|
|
@@ -504,7 +504,7 @@ class ConditionsFluid(object):
|
|
|
504
504
|
metadata=None):
|
|
505
505
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowPressureInletMagnitude',
|
|
506
506
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
507
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
507
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
508
508
|
options, channel_credentials,
|
|
509
509
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
510
510
|
|
|
@@ -521,7 +521,7 @@ class ConditionsFluid(object):
|
|
|
521
521
|
metadata=None):
|
|
522
522
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowPressureOutletMagnitude',
|
|
523
523
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
524
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
524
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
525
525
|
options, channel_credentials,
|
|
526
526
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
527
527
|
|
|
@@ -538,7 +538,7 @@ class ConditionsFluid(object):
|
|
|
538
538
|
metadata=None):
|
|
539
539
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowMassFlowInletMagnitude',
|
|
540
540
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
541
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
541
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
542
542
|
options, channel_credentials,
|
|
543
543
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
544
544
|
|
|
@@ -555,7 +555,7 @@ class ConditionsFluid(object):
|
|
|
555
555
|
metadata=None):
|
|
556
556
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowMassFlowOutletMagnitude',
|
|
557
557
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
558
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
558
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
559
559
|
options, channel_credentials,
|
|
560
560
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
561
561
|
|
|
@@ -572,7 +572,7 @@ class ConditionsFluid(object):
|
|
|
572
572
|
metadata=None):
|
|
573
573
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowTemperatureInputEnabled',
|
|
574
574
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
575
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
575
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
576
576
|
options, channel_credentials,
|
|
577
577
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
578
578
|
|
|
@@ -589,7 +589,7 @@ class ConditionsFluid(object):
|
|
|
589
589
|
metadata=None):
|
|
590
590
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowTemperatureMagnitude',
|
|
591
591
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
592
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
592
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
593
593
|
options, channel_credentials,
|
|
594
594
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
595
595
|
|
|
@@ -606,7 +606,7 @@ class ConditionsFluid(object):
|
|
|
606
606
|
metadata=None):
|
|
607
607
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowSwirlingInputEnabled',
|
|
608
608
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
609
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
609
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
610
610
|
options, channel_credentials,
|
|
611
611
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
612
612
|
|
|
@@ -623,7 +623,7 @@ class ConditionsFluid(object):
|
|
|
623
623
|
metadata=None):
|
|
624
624
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowSwirlingMagnitude',
|
|
625
625
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
626
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
626
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
627
627
|
options, channel_credentials,
|
|
628
628
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
629
629
|
|
|
@@ -640,7 +640,7 @@ class ConditionsFluid(object):
|
|
|
640
640
|
metadata=None):
|
|
641
641
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowSpecification',
|
|
642
642
|
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsfluid__pb2.ChangeFlowSpecificationRequest.SerializeToString,
|
|
643
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
643
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
644
644
|
options, channel_credentials,
|
|
645
645
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
646
646
|
|
|
@@ -657,6 +657,6 @@ class ConditionsFluid(object):
|
|
|
657
657
|
metadata=None):
|
|
658
658
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsfluid.ConditionsFluid/ChangeFlowDirection',
|
|
659
659
|
ansys_dot_api_dot_discovery_dot_v0_dot_conditionsfluid__pb2.ChangeFlowDirectionRequest.SerializeToString,
|
|
660
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
660
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
661
661
|
options, channel_credentials,
|
|
662
662
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -36,55 +36,55 @@ class ConditionsFluidStub:
|
|
|
36
36
|
|
|
37
37
|
ChangeFlowLocation: grpc.UnaryUnaryMultiCallable[
|
|
38
38
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
39
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
39
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
40
40
|
|
|
41
41
|
ChangeFlowVelocityInletMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
42
42
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
43
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
43
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
44
44
|
|
|
45
45
|
ChangeFlowVelocityOutletMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
46
46
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
47
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
47
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
48
48
|
|
|
49
49
|
ChangeFlowPressureInletMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
50
50
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
51
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
51
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
52
52
|
|
|
53
53
|
ChangeFlowPressureOutletMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
54
54
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
55
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
55
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
56
56
|
|
|
57
57
|
ChangeFlowMassFlowInletMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
58
58
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
59
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
59
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
60
60
|
|
|
61
61
|
ChangeFlowMassFlowOutletMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
62
62
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
63
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
63
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
64
64
|
|
|
65
65
|
ChangeFlowTemperatureInputEnabled: grpc.UnaryUnaryMultiCallable[
|
|
66
66
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
67
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
67
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
68
68
|
|
|
69
69
|
ChangeFlowTemperatureMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
70
70
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
71
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
71
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
72
72
|
|
|
73
73
|
ChangeFlowSwirlingInputEnabled: grpc.UnaryUnaryMultiCallable[
|
|
74
74
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
75
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
75
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
76
76
|
|
|
77
77
|
ChangeFlowSwirlingMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
78
78
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
79
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
79
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
80
80
|
|
|
81
81
|
ChangeFlowSpecification: grpc.UnaryUnaryMultiCallable[
|
|
82
82
|
ansys.api.discovery.v0.conditionsfluid_pb2.ChangeFlowSpecificationRequest,
|
|
83
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
83
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
84
84
|
|
|
85
85
|
ChangeFlowDirection: grpc.UnaryUnaryMultiCallable[
|
|
86
86
|
ansys.api.discovery.v0.conditionsfluid_pb2.ChangeFlowDirectionRequest,
|
|
87
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
87
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
88
88
|
|
|
89
89
|
|
|
90
90
|
class ConditionsFluidServicer(metaclass=abc.ABCMeta):
|
|
@@ -130,79 +130,79 @@ class ConditionsFluidServicer(metaclass=abc.ABCMeta):
|
|
|
130
130
|
def ChangeFlowLocation(self,
|
|
131
131
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
132
132
|
context: grpc.ServicerContext,
|
|
133
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
133
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
134
134
|
|
|
135
135
|
@abc.abstractmethod
|
|
136
136
|
def ChangeFlowVelocityInletMagnitude(self,
|
|
137
137
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
138
138
|
context: grpc.ServicerContext,
|
|
139
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
139
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
140
140
|
|
|
141
141
|
@abc.abstractmethod
|
|
142
142
|
def ChangeFlowVelocityOutletMagnitude(self,
|
|
143
143
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
144
144
|
context: grpc.ServicerContext,
|
|
145
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
145
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
146
146
|
|
|
147
147
|
@abc.abstractmethod
|
|
148
148
|
def ChangeFlowPressureInletMagnitude(self,
|
|
149
149
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
150
150
|
context: grpc.ServicerContext,
|
|
151
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
151
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
152
152
|
|
|
153
153
|
@abc.abstractmethod
|
|
154
154
|
def ChangeFlowPressureOutletMagnitude(self,
|
|
155
155
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
156
156
|
context: grpc.ServicerContext,
|
|
157
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
157
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
158
158
|
|
|
159
159
|
@abc.abstractmethod
|
|
160
160
|
def ChangeFlowMassFlowInletMagnitude(self,
|
|
161
161
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
162
162
|
context: grpc.ServicerContext,
|
|
163
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
163
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
164
164
|
|
|
165
165
|
@abc.abstractmethod
|
|
166
166
|
def ChangeFlowMassFlowOutletMagnitude(self,
|
|
167
167
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
168
168
|
context: grpc.ServicerContext,
|
|
169
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
169
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
170
170
|
|
|
171
171
|
@abc.abstractmethod
|
|
172
172
|
def ChangeFlowTemperatureInputEnabled(self,
|
|
173
173
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
174
174
|
context: grpc.ServicerContext,
|
|
175
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
175
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
176
176
|
|
|
177
177
|
@abc.abstractmethod
|
|
178
178
|
def ChangeFlowTemperatureMagnitude(self,
|
|
179
179
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
180
180
|
context: grpc.ServicerContext,
|
|
181
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
181
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
182
182
|
|
|
183
183
|
@abc.abstractmethod
|
|
184
184
|
def ChangeFlowSwirlingInputEnabled(self,
|
|
185
185
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
186
186
|
context: grpc.ServicerContext,
|
|
187
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
187
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
188
188
|
|
|
189
189
|
@abc.abstractmethod
|
|
190
190
|
def ChangeFlowSwirlingMagnitude(self,
|
|
191
191
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
192
192
|
context: grpc.ServicerContext,
|
|
193
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
193
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
194
194
|
|
|
195
195
|
@abc.abstractmethod
|
|
196
196
|
def ChangeFlowSpecification(self,
|
|
197
197
|
request: ansys.api.discovery.v0.conditionsfluid_pb2.ChangeFlowSpecificationRequest,
|
|
198
198
|
context: grpc.ServicerContext,
|
|
199
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
199
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
200
200
|
|
|
201
201
|
@abc.abstractmethod
|
|
202
202
|
def ChangeFlowDirection(self,
|
|
203
203
|
request: ansys.api.discovery.v0.conditionsfluid_pb2.ChangeFlowDirectionRequest,
|
|
204
204
|
context: grpc.ServicerContext,
|
|
205
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
205
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
206
206
|
|
|
207
207
|
|
|
208
208
|
def add_ConditionsFluidServicer_to_server(servicer: ConditionsFluidServicer, server: grpc.Server) -> None: ...
|