ansys-api-discovery 0.6.2__py3-none-any.whl → 0.6.4__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/assignments/boltassignment.proto +40 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
- ansys/api/discovery/v0/conditions/bearing.proto +47 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
- ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
- ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
- ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
- ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
- ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
- ansys/api/discovery/v0/conditions/convection.proto +43 -0
- ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/displacement.proto +105 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
- ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
- ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
- ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
- ansys/api/discovery/v0/conditions/force.proto +131 -0
- ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
- ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
- ansys/api/discovery/v0/conditions/gravity.proto +39 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
- ansys/api/discovery/v0/conditions/heat.proto +90 -0
- ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
- ansys/api/discovery/v0/conditions/insulated.proto +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
- ansys/api/discovery/v0/conditions/mass.proto +49 -0
- ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
- ansys/api/discovery/v0/conditions/moment.proto +67 -0
- ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
- ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
- ansys/api/discovery/v0/conditions/porous.proto +116 -0
- ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
- ansys/api/discovery/v0/conditions/pressure.proto +43 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
- ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/conditions/support.proto +98 -0
- ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
- ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
- ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
- ansys/api/discovery/v0/conditions/velocity.proto +58 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
- ansys/api/discovery/v0/conditions/wall.proto +209 -0
- ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
- ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
- ansys/api/discovery/v0/connections/contact.proto +110 -0
- ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
- ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
- ansys/api/discovery/v0/connections/joint.proto +56 -0
- ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
- ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
- ansys/api/discovery/v0/discoverymodels.proto +34 -17
- ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
- ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/monitors.proto +4 -4
- ansys/api/discovery/v0/monitors_pb2.py +10 -10
- ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
- ansys/api/discovery/v0/solution.proto +4 -3
- ansys/api/discovery/v0/solution_pb2.py +16 -15
- ansys/api/discovery/v0/solution_pb2.pyi +11 -7
- ansys/api/discovery/v0/unsupported.proto +10 -0
- ansys/api/discovery/v0/unsupported_pb2.py +5 -3
- ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/METADATA +13 -4
- ansys_api_discovery-0.6.4.dist-info/RECORD +200 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/WHEEL +1 -1
- ansys/api/discovery/v0/conditions_pb2.py +0 -33
- ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
- ansys/api/discovery/v0/conditionsstructural.proto +0 -407
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -113
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -839
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -2746
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -854
- ansys/api/discovery/v0/conditionsthermal.proto +0 -179
- ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
- ansys_api_discovery-0.6.2.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
3
|
import grpc
|
|
4
4
|
|
|
5
|
-
from ansys.api.discovery.v0 import
|
|
5
|
+
from ansys.api.discovery.v0.conditions import flow_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2
|
|
6
6
|
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
class
|
|
9
|
+
class FlowStub(object):
|
|
10
10
|
"""Missing associated documentation comment in .proto file."""
|
|
11
11
|
|
|
12
12
|
def __init__(self, channel):
|
|
@@ -16,103 +16,103 @@ class ConditionsFluidStub(object):
|
|
|
16
16
|
channel: A grpc.Channel.
|
|
17
17
|
"""
|
|
18
18
|
self.CreateFlowVelocityInlet = channel.unary_unary(
|
|
19
|
-
'/ansys.api.discovery.v0.conditions.
|
|
20
|
-
request_serializer=
|
|
21
|
-
response_deserializer=
|
|
19
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowVelocityInlet',
|
|
20
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityInletCreationRequest.SerializeToString,
|
|
21
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityInletCreationResponse.FromString,
|
|
22
22
|
)
|
|
23
23
|
self.CreateFlowVelocityOutlet = channel.unary_unary(
|
|
24
|
-
'/ansys.api.discovery.v0.conditions.
|
|
25
|
-
request_serializer=
|
|
26
|
-
response_deserializer=
|
|
24
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowVelocityOutlet',
|
|
25
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityOutletCreationRequest.SerializeToString,
|
|
26
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityOutletCreationResponse.FromString,
|
|
27
27
|
)
|
|
28
28
|
self.CreateFlowPressureInlet = channel.unary_unary(
|
|
29
|
-
'/ansys.api.discovery.v0.conditions.
|
|
30
|
-
request_serializer=
|
|
31
|
-
response_deserializer=
|
|
29
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowPressureInlet',
|
|
30
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureInletCreationRequest.SerializeToString,
|
|
31
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureInletCreationResponse.FromString,
|
|
32
32
|
)
|
|
33
33
|
self.CreateFlowPressureOutlet = channel.unary_unary(
|
|
34
|
-
'/ansys.api.discovery.v0.conditions.
|
|
35
|
-
request_serializer=
|
|
36
|
-
response_deserializer=
|
|
34
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowPressureOutlet',
|
|
35
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureOutletCreationRequest.SerializeToString,
|
|
36
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureOutletCreationResponse.FromString,
|
|
37
37
|
)
|
|
38
38
|
self.CreateFlowMassFlowInlet = channel.unary_unary(
|
|
39
|
-
'/ansys.api.discovery.v0.conditions.
|
|
40
|
-
request_serializer=
|
|
41
|
-
response_deserializer=
|
|
39
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowMassFlowInlet',
|
|
40
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowInletCreationRequest.SerializeToString,
|
|
41
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowInletCreationResponse.FromString,
|
|
42
42
|
)
|
|
43
43
|
self.CreateFlowMassFlowOutlet = channel.unary_unary(
|
|
44
|
-
'/ansys.api.discovery.v0.conditions.
|
|
45
|
-
request_serializer=
|
|
46
|
-
response_deserializer=
|
|
44
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowMassFlowOutlet',
|
|
45
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowOutletCreationRequest.SerializeToString,
|
|
46
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowOutletCreationResponse.FromString,
|
|
47
47
|
)
|
|
48
48
|
self.ChangeFlowLocation = channel.unary_unary(
|
|
49
|
-
'/ansys.api.discovery.v0.conditions.
|
|
49
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowLocation',
|
|
50
50
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
51
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
|
-
'/ansys.api.discovery.v0.conditions.
|
|
54
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowVelocityInletMagnitude',
|
|
55
55
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
56
56
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
57
57
|
)
|
|
58
58
|
self.ChangeFlowVelocityOutletMagnitude = channel.unary_unary(
|
|
59
|
-
'/ansys.api.discovery.v0.conditions.
|
|
59
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowVelocityOutletMagnitude',
|
|
60
60
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
61
61
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
62
62
|
)
|
|
63
63
|
self.ChangeFlowPressureInletMagnitude = channel.unary_unary(
|
|
64
|
-
'/ansys.api.discovery.v0.conditions.
|
|
64
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowPressureInletMagnitude',
|
|
65
65
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
66
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
|
-
'/ansys.api.discovery.v0.conditions.
|
|
69
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowPressureOutletMagnitude',
|
|
70
70
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
71
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
|
-
'/ansys.api.discovery.v0.conditions.
|
|
74
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowMassFlowInletMagnitude',
|
|
75
75
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
76
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
|
-
'/ansys.api.discovery.v0.conditions.
|
|
79
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowMassFlowOutletMagnitude',
|
|
80
80
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
81
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
|
-
'/ansys.api.discovery.v0.conditions.
|
|
84
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowTemperatureInputEnabled',
|
|
85
85
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
86
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
|
-
'/ansys.api.discovery.v0.conditions.
|
|
89
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowTemperatureMagnitude',
|
|
90
90
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
91
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
|
-
'/ansys.api.discovery.v0.conditions.
|
|
94
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowSwirlingInputEnabled',
|
|
95
95
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
96
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
|
-
'/ansys.api.discovery.v0.conditions.
|
|
99
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowSwirlingMagnitude',
|
|
100
100
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
101
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
|
-
'/ansys.api.discovery.v0.conditions.
|
|
105
|
-
request_serializer=
|
|
104
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowSpecification',
|
|
105
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.ChangeFlowSpecificationRequest.SerializeToString,
|
|
106
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
|
-
'/ansys.api.discovery.v0.conditions.
|
|
110
|
-
request_serializer=
|
|
109
|
+
'/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowDirection',
|
|
110
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.ChangeFlowDirectionRequest.SerializeToString,
|
|
111
111
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
112
112
|
)
|
|
113
113
|
|
|
114
114
|
|
|
115
|
-
class
|
|
115
|
+
class FlowServicer(object):
|
|
116
116
|
"""Missing associated documentation comment in .proto file."""
|
|
117
117
|
|
|
118
118
|
def CreateFlowVelocityInlet(self, request, context):
|
|
@@ -231,37 +231,37 @@ class ConditionsFluidServicer(object):
|
|
|
231
231
|
raise NotImplementedError('Method not implemented!')
|
|
232
232
|
|
|
233
233
|
|
|
234
|
-
def
|
|
234
|
+
def add_FlowServicer_to_server(servicer, server):
|
|
235
235
|
rpc_method_handlers = {
|
|
236
236
|
'CreateFlowVelocityInlet': grpc.unary_unary_rpc_method_handler(
|
|
237
237
|
servicer.CreateFlowVelocityInlet,
|
|
238
|
-
request_deserializer=
|
|
239
|
-
response_serializer=
|
|
238
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityInletCreationRequest.FromString,
|
|
239
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityInletCreationResponse.SerializeToString,
|
|
240
240
|
),
|
|
241
241
|
'CreateFlowVelocityOutlet': grpc.unary_unary_rpc_method_handler(
|
|
242
242
|
servicer.CreateFlowVelocityOutlet,
|
|
243
|
-
request_deserializer=
|
|
244
|
-
response_serializer=
|
|
243
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityOutletCreationRequest.FromString,
|
|
244
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityOutletCreationResponse.SerializeToString,
|
|
245
245
|
),
|
|
246
246
|
'CreateFlowPressureInlet': grpc.unary_unary_rpc_method_handler(
|
|
247
247
|
servicer.CreateFlowPressureInlet,
|
|
248
|
-
request_deserializer=
|
|
249
|
-
response_serializer=
|
|
248
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureInletCreationRequest.FromString,
|
|
249
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureInletCreationResponse.SerializeToString,
|
|
250
250
|
),
|
|
251
251
|
'CreateFlowPressureOutlet': grpc.unary_unary_rpc_method_handler(
|
|
252
252
|
servicer.CreateFlowPressureOutlet,
|
|
253
|
-
request_deserializer=
|
|
254
|
-
response_serializer=
|
|
253
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureOutletCreationRequest.FromString,
|
|
254
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureOutletCreationResponse.SerializeToString,
|
|
255
255
|
),
|
|
256
256
|
'CreateFlowMassFlowInlet': grpc.unary_unary_rpc_method_handler(
|
|
257
257
|
servicer.CreateFlowMassFlowInlet,
|
|
258
|
-
request_deserializer=
|
|
259
|
-
response_serializer=
|
|
258
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowInletCreationRequest.FromString,
|
|
259
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowInletCreationResponse.SerializeToString,
|
|
260
260
|
),
|
|
261
261
|
'CreateFlowMassFlowOutlet': grpc.unary_unary_rpc_method_handler(
|
|
262
262
|
servicer.CreateFlowMassFlowOutlet,
|
|
263
|
-
request_deserializer=
|
|
264
|
-
response_serializer=
|
|
263
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowOutletCreationRequest.FromString,
|
|
264
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowOutletCreationResponse.SerializeToString,
|
|
265
265
|
),
|
|
266
266
|
'ChangeFlowLocation': grpc.unary_unary_rpc_method_handler(
|
|
267
267
|
servicer.ChangeFlowLocation,
|
|
@@ -320,22 +320,22 @@ def add_ConditionsFluidServicer_to_server(servicer, server):
|
|
|
320
320
|
),
|
|
321
321
|
'ChangeFlowSpecification': grpc.unary_unary_rpc_method_handler(
|
|
322
322
|
servicer.ChangeFlowSpecification,
|
|
323
|
-
request_deserializer=
|
|
323
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.ChangeFlowSpecificationRequest.FromString,
|
|
324
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
|
-
request_deserializer=
|
|
328
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.ChangeFlowDirectionRequest.FromString,
|
|
329
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(
|
|
333
|
-
'ansys.api.discovery.v0.conditions.
|
|
333
|
+
'ansys.api.discovery.v0.conditions.flow.Flow', rpc_method_handlers)
|
|
334
334
|
server.add_generic_rpc_handlers((generic_handler,))
|
|
335
335
|
|
|
336
336
|
|
|
337
337
|
# This class is part of an EXPERIMENTAL API.
|
|
338
|
-
class
|
|
338
|
+
class Flow(object):
|
|
339
339
|
"""Missing associated documentation comment in .proto file."""
|
|
340
340
|
|
|
341
341
|
@staticmethod
|
|
@@ -349,9 +349,9 @@ class ConditionsFluid(object):
|
|
|
349
349
|
wait_for_ready=None,
|
|
350
350
|
timeout=None,
|
|
351
351
|
metadata=None):
|
|
352
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
353
|
-
|
|
354
|
-
|
|
352
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowVelocityInlet',
|
|
353
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityInletCreationRequest.SerializeToString,
|
|
354
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityInletCreationResponse.FromString,
|
|
355
355
|
options, channel_credentials,
|
|
356
356
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
357
357
|
|
|
@@ -366,9 +366,9 @@ class ConditionsFluid(object):
|
|
|
366
366
|
wait_for_ready=None,
|
|
367
367
|
timeout=None,
|
|
368
368
|
metadata=None):
|
|
369
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
370
|
-
|
|
371
|
-
|
|
369
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowVelocityOutlet',
|
|
370
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityOutletCreationRequest.SerializeToString,
|
|
371
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowVelocityOutletCreationResponse.FromString,
|
|
372
372
|
options, channel_credentials,
|
|
373
373
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
374
374
|
|
|
@@ -383,9 +383,9 @@ class ConditionsFluid(object):
|
|
|
383
383
|
wait_for_ready=None,
|
|
384
384
|
timeout=None,
|
|
385
385
|
metadata=None):
|
|
386
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
387
|
-
|
|
388
|
-
|
|
386
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowPressureInlet',
|
|
387
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureInletCreationRequest.SerializeToString,
|
|
388
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureInletCreationResponse.FromString,
|
|
389
389
|
options, channel_credentials,
|
|
390
390
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
391
391
|
|
|
@@ -400,9 +400,9 @@ class ConditionsFluid(object):
|
|
|
400
400
|
wait_for_ready=None,
|
|
401
401
|
timeout=None,
|
|
402
402
|
metadata=None):
|
|
403
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
404
|
-
|
|
405
|
-
|
|
403
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowPressureOutlet',
|
|
404
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureOutletCreationRequest.SerializeToString,
|
|
405
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowPressureOutletCreationResponse.FromString,
|
|
406
406
|
options, channel_credentials,
|
|
407
407
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
408
408
|
|
|
@@ -417,9 +417,9 @@ class ConditionsFluid(object):
|
|
|
417
417
|
wait_for_ready=None,
|
|
418
418
|
timeout=None,
|
|
419
419
|
metadata=None):
|
|
420
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
421
|
-
|
|
422
|
-
|
|
420
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowMassFlowInlet',
|
|
421
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowInletCreationRequest.SerializeToString,
|
|
422
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowInletCreationResponse.FromString,
|
|
423
423
|
options, channel_credentials,
|
|
424
424
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
425
425
|
|
|
@@ -434,9 +434,9 @@ class ConditionsFluid(object):
|
|
|
434
434
|
wait_for_ready=None,
|
|
435
435
|
timeout=None,
|
|
436
436
|
metadata=None):
|
|
437
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
438
|
-
|
|
439
|
-
|
|
437
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/CreateFlowMassFlowOutlet',
|
|
438
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowOutletCreationRequest.SerializeToString,
|
|
439
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.FlowMassFlowOutletCreationResponse.FromString,
|
|
440
440
|
options, channel_credentials,
|
|
441
441
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
442
442
|
|
|
@@ -451,7 +451,7 @@ class ConditionsFluid(object):
|
|
|
451
451
|
wait_for_ready=None,
|
|
452
452
|
timeout=None,
|
|
453
453
|
metadata=None):
|
|
454
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
454
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowLocation',
|
|
455
455
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
456
456
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
457
457
|
options, channel_credentials,
|
|
@@ -468,7 +468,7 @@ class ConditionsFluid(object):
|
|
|
468
468
|
wait_for_ready=None,
|
|
469
469
|
timeout=None,
|
|
470
470
|
metadata=None):
|
|
471
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
471
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowVelocityInletMagnitude',
|
|
472
472
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
473
473
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
474
474
|
options, channel_credentials,
|
|
@@ -485,7 +485,7 @@ class ConditionsFluid(object):
|
|
|
485
485
|
wait_for_ready=None,
|
|
486
486
|
timeout=None,
|
|
487
487
|
metadata=None):
|
|
488
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
488
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowVelocityOutletMagnitude',
|
|
489
489
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
490
490
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
491
491
|
options, channel_credentials,
|
|
@@ -502,7 +502,7 @@ class ConditionsFluid(object):
|
|
|
502
502
|
wait_for_ready=None,
|
|
503
503
|
timeout=None,
|
|
504
504
|
metadata=None):
|
|
505
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
505
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowPressureInletMagnitude',
|
|
506
506
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
507
507
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
508
508
|
options, channel_credentials,
|
|
@@ -519,7 +519,7 @@ class ConditionsFluid(object):
|
|
|
519
519
|
wait_for_ready=None,
|
|
520
520
|
timeout=None,
|
|
521
521
|
metadata=None):
|
|
522
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
522
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowPressureOutletMagnitude',
|
|
523
523
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
524
524
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
525
525
|
options, channel_credentials,
|
|
@@ -536,7 +536,7 @@ class ConditionsFluid(object):
|
|
|
536
536
|
wait_for_ready=None,
|
|
537
537
|
timeout=None,
|
|
538
538
|
metadata=None):
|
|
539
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
539
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowMassFlowInletMagnitude',
|
|
540
540
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
541
541
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
542
542
|
options, channel_credentials,
|
|
@@ -553,7 +553,7 @@ class ConditionsFluid(object):
|
|
|
553
553
|
wait_for_ready=None,
|
|
554
554
|
timeout=None,
|
|
555
555
|
metadata=None):
|
|
556
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
556
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowMassFlowOutletMagnitude',
|
|
557
557
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
558
558
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
559
559
|
options, channel_credentials,
|
|
@@ -570,7 +570,7 @@ class ConditionsFluid(object):
|
|
|
570
570
|
wait_for_ready=None,
|
|
571
571
|
timeout=None,
|
|
572
572
|
metadata=None):
|
|
573
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
573
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowTemperatureInputEnabled',
|
|
574
574
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
575
575
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
576
576
|
options, channel_credentials,
|
|
@@ -587,7 +587,7 @@ class ConditionsFluid(object):
|
|
|
587
587
|
wait_for_ready=None,
|
|
588
588
|
timeout=None,
|
|
589
589
|
metadata=None):
|
|
590
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
590
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowTemperatureMagnitude',
|
|
591
591
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
592
592
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
593
593
|
options, channel_credentials,
|
|
@@ -604,7 +604,7 @@ class ConditionsFluid(object):
|
|
|
604
604
|
wait_for_ready=None,
|
|
605
605
|
timeout=None,
|
|
606
606
|
metadata=None):
|
|
607
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
607
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowSwirlingInputEnabled',
|
|
608
608
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
609
609
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
610
610
|
options, channel_credentials,
|
|
@@ -621,7 +621,7 @@ class ConditionsFluid(object):
|
|
|
621
621
|
wait_for_ready=None,
|
|
622
622
|
timeout=None,
|
|
623
623
|
metadata=None):
|
|
624
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
624
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowSwirlingMagnitude',
|
|
625
625
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
626
626
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
627
627
|
options, channel_credentials,
|
|
@@ -638,8 +638,8 @@ class ConditionsFluid(object):
|
|
|
638
638
|
wait_for_ready=None,
|
|
639
639
|
timeout=None,
|
|
640
640
|
metadata=None):
|
|
641
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
642
|
-
|
|
641
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowSpecification',
|
|
642
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.ChangeFlowSpecificationRequest.SerializeToString,
|
|
643
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)
|
|
@@ -655,8 +655,8 @@ class ConditionsFluid(object):
|
|
|
655
655
|
wait_for_ready=None,
|
|
656
656
|
timeout=None,
|
|
657
657
|
metadata=None):
|
|
658
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.
|
|
659
|
-
|
|
658
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.flow.Flow/ChangeFlowDirection',
|
|
659
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_flow__pb2.ChangeFlowDirectionRequest.SerializeToString,
|
|
660
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)
|
|
@@ -3,36 +3,36 @@
|
|
|
3
3
|
isort:skip_file
|
|
4
4
|
"""
|
|
5
5
|
import abc
|
|
6
|
-
import ansys.api.discovery.v0.
|
|
6
|
+
import ansys.api.discovery.v0.conditions.flow_pb2
|
|
7
7
|
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
8
8
|
import grpc
|
|
9
9
|
|
|
10
|
-
class
|
|
10
|
+
class FlowStub:
|
|
11
11
|
def __init__(self, channel: grpc.Channel) -> None: ...
|
|
12
12
|
CreateFlowVelocityInlet: grpc.UnaryUnaryMultiCallable[
|
|
13
|
-
ansys.api.discovery.v0.
|
|
14
|
-
ansys.api.discovery.v0.
|
|
13
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowVelocityInletCreationRequest,
|
|
14
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowVelocityInletCreationResponse] = ...
|
|
15
15
|
"""Fluid flow methods"""
|
|
16
16
|
|
|
17
17
|
CreateFlowVelocityOutlet: grpc.UnaryUnaryMultiCallable[
|
|
18
|
-
ansys.api.discovery.v0.
|
|
19
|
-
ansys.api.discovery.v0.
|
|
18
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowVelocityOutletCreationRequest,
|
|
19
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowVelocityOutletCreationResponse] = ...
|
|
20
20
|
|
|
21
21
|
CreateFlowPressureInlet: grpc.UnaryUnaryMultiCallable[
|
|
22
|
-
ansys.api.discovery.v0.
|
|
23
|
-
ansys.api.discovery.v0.
|
|
22
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowPressureInletCreationRequest,
|
|
23
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowPressureInletCreationResponse] = ...
|
|
24
24
|
|
|
25
25
|
CreateFlowPressureOutlet: grpc.UnaryUnaryMultiCallable[
|
|
26
|
-
ansys.api.discovery.v0.
|
|
27
|
-
ansys.api.discovery.v0.
|
|
26
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowPressureOutletCreationRequest,
|
|
27
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowPressureOutletCreationResponse] = ...
|
|
28
28
|
|
|
29
29
|
CreateFlowMassFlowInlet: grpc.UnaryUnaryMultiCallable[
|
|
30
|
-
ansys.api.discovery.v0.
|
|
31
|
-
ansys.api.discovery.v0.
|
|
30
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowMassFlowInletCreationRequest,
|
|
31
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowMassFlowInletCreationResponse] = ...
|
|
32
32
|
|
|
33
33
|
CreateFlowMassFlowOutlet: grpc.UnaryUnaryMultiCallable[
|
|
34
|
-
ansys.api.discovery.v0.
|
|
35
|
-
ansys.api.discovery.v0.
|
|
34
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowMassFlowOutletCreationRequest,
|
|
35
|
+
ansys.api.discovery.v0.conditions.flow_pb2.FlowMassFlowOutletCreationResponse] = ...
|
|
36
36
|
|
|
37
37
|
ChangeFlowLocation: grpc.UnaryUnaryMultiCallable[
|
|
38
38
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
@@ -79,52 +79,52 @@ class ConditionsFluidStub:
|
|
|
79
79
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
80
80
|
|
|
81
81
|
ChangeFlowSpecification: grpc.UnaryUnaryMultiCallable[
|
|
82
|
-
ansys.api.discovery.v0.
|
|
82
|
+
ansys.api.discovery.v0.conditions.flow_pb2.ChangeFlowSpecificationRequest,
|
|
83
83
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
84
84
|
|
|
85
85
|
ChangeFlowDirection: grpc.UnaryUnaryMultiCallable[
|
|
86
|
-
ansys.api.discovery.v0.
|
|
86
|
+
ansys.api.discovery.v0.conditions.flow_pb2.ChangeFlowDirectionRequest,
|
|
87
87
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
class
|
|
90
|
+
class FlowServicer(metaclass=abc.ABCMeta):
|
|
91
91
|
@abc.abstractmethod
|
|
92
92
|
def CreateFlowVelocityInlet(self,
|
|
93
|
-
request: ansys.api.discovery.v0.
|
|
93
|
+
request: ansys.api.discovery.v0.conditions.flow_pb2.FlowVelocityInletCreationRequest,
|
|
94
94
|
context: grpc.ServicerContext,
|
|
95
|
-
) -> ansys.api.discovery.v0.
|
|
95
|
+
) -> ansys.api.discovery.v0.conditions.flow_pb2.FlowVelocityInletCreationResponse:
|
|
96
96
|
"""Fluid flow methods"""
|
|
97
97
|
pass
|
|
98
98
|
|
|
99
99
|
@abc.abstractmethod
|
|
100
100
|
def CreateFlowVelocityOutlet(self,
|
|
101
|
-
request: ansys.api.discovery.v0.
|
|
101
|
+
request: ansys.api.discovery.v0.conditions.flow_pb2.FlowVelocityOutletCreationRequest,
|
|
102
102
|
context: grpc.ServicerContext,
|
|
103
|
-
) -> ansys.api.discovery.v0.
|
|
103
|
+
) -> ansys.api.discovery.v0.conditions.flow_pb2.FlowVelocityOutletCreationResponse: ...
|
|
104
104
|
|
|
105
105
|
@abc.abstractmethod
|
|
106
106
|
def CreateFlowPressureInlet(self,
|
|
107
|
-
request: ansys.api.discovery.v0.
|
|
107
|
+
request: ansys.api.discovery.v0.conditions.flow_pb2.FlowPressureInletCreationRequest,
|
|
108
108
|
context: grpc.ServicerContext,
|
|
109
|
-
) -> ansys.api.discovery.v0.
|
|
109
|
+
) -> ansys.api.discovery.v0.conditions.flow_pb2.FlowPressureInletCreationResponse: ...
|
|
110
110
|
|
|
111
111
|
@abc.abstractmethod
|
|
112
112
|
def CreateFlowPressureOutlet(self,
|
|
113
|
-
request: ansys.api.discovery.v0.
|
|
113
|
+
request: ansys.api.discovery.v0.conditions.flow_pb2.FlowPressureOutletCreationRequest,
|
|
114
114
|
context: grpc.ServicerContext,
|
|
115
|
-
) -> ansys.api.discovery.v0.
|
|
115
|
+
) -> ansys.api.discovery.v0.conditions.flow_pb2.FlowPressureOutletCreationResponse: ...
|
|
116
116
|
|
|
117
117
|
@abc.abstractmethod
|
|
118
118
|
def CreateFlowMassFlowInlet(self,
|
|
119
|
-
request: ansys.api.discovery.v0.
|
|
119
|
+
request: ansys.api.discovery.v0.conditions.flow_pb2.FlowMassFlowInletCreationRequest,
|
|
120
120
|
context: grpc.ServicerContext,
|
|
121
|
-
) -> ansys.api.discovery.v0.
|
|
121
|
+
) -> ansys.api.discovery.v0.conditions.flow_pb2.FlowMassFlowInletCreationResponse: ...
|
|
122
122
|
|
|
123
123
|
@abc.abstractmethod
|
|
124
124
|
def CreateFlowMassFlowOutlet(self,
|
|
125
|
-
request: ansys.api.discovery.v0.
|
|
125
|
+
request: ansys.api.discovery.v0.conditions.flow_pb2.FlowMassFlowOutletCreationRequest,
|
|
126
126
|
context: grpc.ServicerContext,
|
|
127
|
-
) -> ansys.api.discovery.v0.
|
|
127
|
+
) -> ansys.api.discovery.v0.conditions.flow_pb2.FlowMassFlowOutletCreationResponse: ...
|
|
128
128
|
|
|
129
129
|
@abc.abstractmethod
|
|
130
130
|
def ChangeFlowLocation(self,
|
|
@@ -194,15 +194,15 @@ class ConditionsFluidServicer(metaclass=abc.ABCMeta):
|
|
|
194
194
|
|
|
195
195
|
@abc.abstractmethod
|
|
196
196
|
def ChangeFlowSpecification(self,
|
|
197
|
-
request: ansys.api.discovery.v0.
|
|
197
|
+
request: ansys.api.discovery.v0.conditions.flow_pb2.ChangeFlowSpecificationRequest,
|
|
198
198
|
context: grpc.ServicerContext,
|
|
199
199
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
200
200
|
|
|
201
201
|
@abc.abstractmethod
|
|
202
202
|
def ChangeFlowDirection(self,
|
|
203
|
-
request: ansys.api.discovery.v0.
|
|
203
|
+
request: ansys.api.discovery.v0.conditions.flow_pb2.ChangeFlowDirectionRequest,
|
|
204
204
|
context: grpc.ServicerContext,
|
|
205
205
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
206
206
|
|
|
207
207
|
|
|
208
|
-
def
|
|
208
|
+
def add_FlowServicer_to_server(servicer: FlowServicer, server: grpc.Server) -> None: ...
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ansys.api.discovery.v0.conditions.fluidinitialtemperature;
|
|
4
|
+
|
|
5
|
+
import "ansys/api/dbu/v0/dbumodels.proto";
|
|
6
|
+
import "ansys/api/discovery/v0/discoverymodels.proto";
|
|
7
|
+
|
|
8
|
+
option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
|
|
9
|
+
|
|
10
|
+
service FluidInitialTemperature
|
|
11
|
+
{
|
|
12
|
+
rpc ChangeTemperatureMagnitude(ChangeQuantityRequest) returns(ChangeResponse);
|
|
13
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf.internal import builder as _builder
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2
|
|
15
|
+
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n?ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto\x12\x39\x61nsys.api.discovery.v0.conditions.fluidinitialtemperature\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto2\x8e\x01\n\x17\x46luidInitialTemperature\x12s\n\x1a\x43hangeTemperatureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
|
|
19
|
+
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditions.fluidinitialtemperature_pb2', globals())
|
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
23
|
+
|
|
24
|
+
DESCRIPTOR._options = None
|
|
25
|
+
DESCRIPTOR._serialized_options = b'\252\002!Ansys.Api.Discovery.V0.Conditions'
|
|
26
|
+
_FLUIDINITIALTEMPERATURE._serialized_start=207
|
|
27
|
+
_FLUIDINITIALTEMPERATURE._serialized_end=349
|
|
28
|
+
# @@protoc_insertion_point(module_scope)
|