ansys-api-discovery 0.6.3__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.3.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.3.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 -595
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -149
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -1216
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -4171
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -1303
- 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.3.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import abc
|
|
6
|
+
import ansys.api.discovery.v0.conditions.displacement_pb2
|
|
7
|
+
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
8
|
+
import grpc
|
|
9
|
+
|
|
10
|
+
class DisplacementStub:
|
|
11
|
+
def __init__(self, channel: grpc.Channel) -> None: ...
|
|
12
|
+
CreateDisplacementTranslation: grpc.UnaryUnaryMultiCallable[
|
|
13
|
+
ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementTranslationCreationRequest,
|
|
14
|
+
ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementCreationResponse] = ...
|
|
15
|
+
"""Displacement condition methods"""
|
|
16
|
+
|
|
17
|
+
CreateDisplacementRotation: grpc.UnaryUnaryMultiCallable[
|
|
18
|
+
ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementRotationCreationRequest,
|
|
19
|
+
ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementCreationResponse] = ...
|
|
20
|
+
|
|
21
|
+
CreateDisplacementCombined: grpc.UnaryUnaryMultiCallable[
|
|
22
|
+
ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementCombinedCreationRequest,
|
|
23
|
+
ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementCreationResponse] = ...
|
|
24
|
+
|
|
25
|
+
ChangeDisplacementLocation: grpc.UnaryUnaryMultiCallable[
|
|
26
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
27
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
28
|
+
|
|
29
|
+
ChangeDisplacementSpecification: grpc.UnaryUnaryMultiCallable[
|
|
30
|
+
ansys.api.discovery.v0.conditions.displacement_pb2.ChangeDisplacementSpecificationRequest,
|
|
31
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
32
|
+
|
|
33
|
+
ChangeDisplacementOrientation: grpc.UnaryUnaryMultiCallable[
|
|
34
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
35
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
36
|
+
|
|
37
|
+
ChangeDisplacementDX: grpc.UnaryUnaryMultiCallable[
|
|
38
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
39
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
40
|
+
|
|
41
|
+
ChangeDisplacementDY: grpc.UnaryUnaryMultiCallable[
|
|
42
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
43
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
44
|
+
|
|
45
|
+
ChangeDisplacementDZ: grpc.UnaryUnaryMultiCallable[
|
|
46
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
47
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
48
|
+
|
|
49
|
+
ChangeDisplacementTranslationalMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
50
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
51
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
52
|
+
|
|
53
|
+
ChangeDisplacementRX: grpc.UnaryUnaryMultiCallable[
|
|
54
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
55
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
56
|
+
|
|
57
|
+
ChangeDisplacementRY: grpc.UnaryUnaryMultiCallable[
|
|
58
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
59
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
60
|
+
|
|
61
|
+
ChangeDisplacementRZ: grpc.UnaryUnaryMultiCallable[
|
|
62
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
63
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
64
|
+
|
|
65
|
+
ChangeDisplacementRotationalMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
66
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
67
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
68
|
+
|
|
69
|
+
ChangeDisplacementIsFixedDX: grpc.UnaryUnaryMultiCallable[
|
|
70
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
71
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
72
|
+
|
|
73
|
+
ChangeDisplacementIsFixedDY: grpc.UnaryUnaryMultiCallable[
|
|
74
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
75
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
76
|
+
|
|
77
|
+
ChangeDisplacementIsFixedDZ: grpc.UnaryUnaryMultiCallable[
|
|
78
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
79
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
80
|
+
|
|
81
|
+
ChangeDisplacementIsFixedRX: grpc.UnaryUnaryMultiCallable[
|
|
82
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
83
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
84
|
+
|
|
85
|
+
ChangeDisplacementIsFixedRY: grpc.UnaryUnaryMultiCallable[
|
|
86
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
87
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
88
|
+
|
|
89
|
+
ChangeDisplacementIsFixedRZ: grpc.UnaryUnaryMultiCallable[
|
|
90
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
91
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
92
|
+
|
|
93
|
+
ChangeDisplacementUseRemotePointEnabled: grpc.UnaryUnaryMultiCallable[
|
|
94
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
95
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
96
|
+
|
|
97
|
+
ChangeDisplacementDistributedRemotePositionX: grpc.UnaryUnaryMultiCallable[
|
|
98
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
99
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
100
|
+
|
|
101
|
+
ChangeDisplacementDistributedRemotePositionY: grpc.UnaryUnaryMultiCallable[
|
|
102
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
103
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
104
|
+
|
|
105
|
+
ChangeDisplacementDistributedRemotePositionZ: grpc.UnaryUnaryMultiCallable[
|
|
106
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
107
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
class DisplacementServicer(metaclass=abc.ABCMeta):
|
|
111
|
+
@abc.abstractmethod
|
|
112
|
+
def CreateDisplacementTranslation(self,
|
|
113
|
+
request: ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementTranslationCreationRequest,
|
|
114
|
+
context: grpc.ServicerContext,
|
|
115
|
+
) -> ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementCreationResponse:
|
|
116
|
+
"""Displacement condition methods"""
|
|
117
|
+
pass
|
|
118
|
+
|
|
119
|
+
@abc.abstractmethod
|
|
120
|
+
def CreateDisplacementRotation(self,
|
|
121
|
+
request: ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementRotationCreationRequest,
|
|
122
|
+
context: grpc.ServicerContext,
|
|
123
|
+
) -> ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementCreationResponse: ...
|
|
124
|
+
|
|
125
|
+
@abc.abstractmethod
|
|
126
|
+
def CreateDisplacementCombined(self,
|
|
127
|
+
request: ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementCombinedCreationRequest,
|
|
128
|
+
context: grpc.ServicerContext,
|
|
129
|
+
) -> ansys.api.discovery.v0.conditions.displacement_pb2.DisplacementCreationResponse: ...
|
|
130
|
+
|
|
131
|
+
@abc.abstractmethod
|
|
132
|
+
def ChangeDisplacementLocation(self,
|
|
133
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
134
|
+
context: grpc.ServicerContext,
|
|
135
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
136
|
+
|
|
137
|
+
@abc.abstractmethod
|
|
138
|
+
def ChangeDisplacementSpecification(self,
|
|
139
|
+
request: ansys.api.discovery.v0.conditions.displacement_pb2.ChangeDisplacementSpecificationRequest,
|
|
140
|
+
context: grpc.ServicerContext,
|
|
141
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
142
|
+
|
|
143
|
+
@abc.abstractmethod
|
|
144
|
+
def ChangeDisplacementOrientation(self,
|
|
145
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
146
|
+
context: grpc.ServicerContext,
|
|
147
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
148
|
+
|
|
149
|
+
@abc.abstractmethod
|
|
150
|
+
def ChangeDisplacementDX(self,
|
|
151
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
152
|
+
context: grpc.ServicerContext,
|
|
153
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
154
|
+
|
|
155
|
+
@abc.abstractmethod
|
|
156
|
+
def ChangeDisplacementDY(self,
|
|
157
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
158
|
+
context: grpc.ServicerContext,
|
|
159
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
160
|
+
|
|
161
|
+
@abc.abstractmethod
|
|
162
|
+
def ChangeDisplacementDZ(self,
|
|
163
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
164
|
+
context: grpc.ServicerContext,
|
|
165
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
166
|
+
|
|
167
|
+
@abc.abstractmethod
|
|
168
|
+
def ChangeDisplacementTranslationalMagnitude(self,
|
|
169
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
170
|
+
context: grpc.ServicerContext,
|
|
171
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
172
|
+
|
|
173
|
+
@abc.abstractmethod
|
|
174
|
+
def ChangeDisplacementRX(self,
|
|
175
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
176
|
+
context: grpc.ServicerContext,
|
|
177
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
178
|
+
|
|
179
|
+
@abc.abstractmethod
|
|
180
|
+
def ChangeDisplacementRY(self,
|
|
181
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
182
|
+
context: grpc.ServicerContext,
|
|
183
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
184
|
+
|
|
185
|
+
@abc.abstractmethod
|
|
186
|
+
def ChangeDisplacementRZ(self,
|
|
187
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
188
|
+
context: grpc.ServicerContext,
|
|
189
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
190
|
+
|
|
191
|
+
@abc.abstractmethod
|
|
192
|
+
def ChangeDisplacementRotationalMagnitude(self,
|
|
193
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
194
|
+
context: grpc.ServicerContext,
|
|
195
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
196
|
+
|
|
197
|
+
@abc.abstractmethod
|
|
198
|
+
def ChangeDisplacementIsFixedDX(self,
|
|
199
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
200
|
+
context: grpc.ServicerContext,
|
|
201
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
202
|
+
|
|
203
|
+
@abc.abstractmethod
|
|
204
|
+
def ChangeDisplacementIsFixedDY(self,
|
|
205
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
206
|
+
context: grpc.ServicerContext,
|
|
207
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
208
|
+
|
|
209
|
+
@abc.abstractmethod
|
|
210
|
+
def ChangeDisplacementIsFixedDZ(self,
|
|
211
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
212
|
+
context: grpc.ServicerContext,
|
|
213
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
214
|
+
|
|
215
|
+
@abc.abstractmethod
|
|
216
|
+
def ChangeDisplacementIsFixedRX(self,
|
|
217
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
218
|
+
context: grpc.ServicerContext,
|
|
219
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
220
|
+
|
|
221
|
+
@abc.abstractmethod
|
|
222
|
+
def ChangeDisplacementIsFixedRY(self,
|
|
223
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
224
|
+
context: grpc.ServicerContext,
|
|
225
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
226
|
+
|
|
227
|
+
@abc.abstractmethod
|
|
228
|
+
def ChangeDisplacementIsFixedRZ(self,
|
|
229
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
230
|
+
context: grpc.ServicerContext,
|
|
231
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
232
|
+
|
|
233
|
+
@abc.abstractmethod
|
|
234
|
+
def ChangeDisplacementUseRemotePointEnabled(self,
|
|
235
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
236
|
+
context: grpc.ServicerContext,
|
|
237
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
238
|
+
|
|
239
|
+
@abc.abstractmethod
|
|
240
|
+
def ChangeDisplacementDistributedRemotePositionX(self,
|
|
241
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
242
|
+
context: grpc.ServicerContext,
|
|
243
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
244
|
+
|
|
245
|
+
@abc.abstractmethod
|
|
246
|
+
def ChangeDisplacementDistributedRemotePositionY(self,
|
|
247
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
248
|
+
context: grpc.ServicerContext,
|
|
249
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
250
|
+
|
|
251
|
+
@abc.abstractmethod
|
|
252
|
+
def ChangeDisplacementDistributedRemotePositionZ(self,
|
|
253
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
254
|
+
context: grpc.ServicerContext,
|
|
255
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
def add_DisplacementServicer_to_server(servicer: DisplacementServicer, server: grpc.Server) -> None: ...
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
// Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
2
|
syntax = "proto3";
|
|
3
|
-
package ansys.api.discovery.v0.conditions.
|
|
3
|
+
package ansys.api.discovery.v0.conditions.flow;
|
|
4
4
|
|
|
5
|
+
import "ansys/api/dbu/v0/dbumodels.proto";
|
|
5
6
|
import "ansys/api/discovery/v0/discoverymodels.proto";
|
|
6
7
|
|
|
7
|
-
option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions
|
|
8
|
+
option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
|
|
8
9
|
|
|
9
|
-
service
|
|
10
|
+
service Flow
|
|
10
11
|
{
|
|
11
12
|
//Fluid flow methods
|
|
12
13
|
rpc CreateFlowVelocityInlet(FlowVelocityInletCreationRequest) returns (FlowVelocityInletCreationResponse);
|
|
@@ -116,12 +117,12 @@ message FlowMassFlowOutletCreationResponse{
|
|
|
116
117
|
}
|
|
117
118
|
|
|
118
119
|
message ChangeFlowSpecificationRequest{
|
|
119
|
-
|
|
120
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
120
121
|
FlowSpecificationDefinition specification = 2;
|
|
121
122
|
}
|
|
122
123
|
|
|
123
124
|
message ChangeFlowDirectionRequest{
|
|
124
|
-
|
|
125
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
125
126
|
FlowDirectionDefinition direction = 2;
|
|
126
127
|
bool reset_to_default_subtype = 3;
|
|
127
128
|
}
|
|
@@ -186,8 +187,8 @@ message FlowThermalProperties
|
|
|
186
187
|
// Fluid conditions definitions
|
|
187
188
|
|
|
188
189
|
message FlowVelocityInletDefinition {
|
|
189
|
-
|
|
190
|
-
|
|
190
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
191
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
191
192
|
string label = 3;
|
|
192
193
|
repeated string locations = 4;
|
|
193
194
|
bool suppressed = 5;
|
|
@@ -195,8 +196,8 @@ message FlowVelocityInletDefinition {
|
|
|
195
196
|
}
|
|
196
197
|
|
|
197
198
|
message FlowVelocityOutletDefinition {
|
|
198
|
-
|
|
199
|
-
|
|
199
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
200
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
200
201
|
string label = 3;
|
|
201
202
|
repeated string locations = 4;
|
|
202
203
|
bool suppressed = 5;
|
|
@@ -204,8 +205,8 @@ message FlowVelocityOutletDefinition {
|
|
|
204
205
|
}
|
|
205
206
|
|
|
206
207
|
message FlowPressureInletDefinition {
|
|
207
|
-
|
|
208
|
-
|
|
208
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
209
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
209
210
|
string label = 3;
|
|
210
211
|
repeated string locations = 4;
|
|
211
212
|
bool suppressed = 5;
|
|
@@ -213,8 +214,8 @@ message FlowPressureInletDefinition {
|
|
|
213
214
|
}
|
|
214
215
|
|
|
215
216
|
message FlowPressureOutletDefinition {
|
|
216
|
-
|
|
217
|
-
|
|
217
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
218
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
218
219
|
string label = 3;
|
|
219
220
|
repeated string locations = 4;
|
|
220
221
|
bool suppressed = 5;
|
|
@@ -222,8 +223,8 @@ message FlowPressureOutletDefinition {
|
|
|
222
223
|
}
|
|
223
224
|
|
|
224
225
|
message FlowMassFlowInletDefinition {
|
|
225
|
-
|
|
226
|
-
|
|
226
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
227
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
227
228
|
string label = 3;
|
|
228
229
|
repeated string locations = 4;
|
|
229
230
|
bool suppressed = 5;
|
|
@@ -231,16 +232,10 @@ message FlowMassFlowInletDefinition {
|
|
|
231
232
|
}
|
|
232
233
|
|
|
233
234
|
message FlowMassFlowOutletDefinition {
|
|
234
|
-
|
|
235
|
-
|
|
235
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
236
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
236
237
|
string label = 3;
|
|
237
238
|
repeated string locations = 4;
|
|
238
239
|
bool suppressed = 5;
|
|
239
240
|
MassFlowOutletProperties mass_flow_outlet = 6;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
// Wall condition definitions
|
|
245
|
-
// Porous condition definition
|
|
246
|
-
// Fan condition definition
|
|
241
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: ansys/api/discovery/v0/conditions/flow.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/flow.proto\x12&ansys.api.discovery.v0.conditions.flow\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xbe\x01\n FlowVelocityInletCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12W\n\x0evelocity_inlet\x18\x04 \x01(\x0b\x32?.ansys.api.discovery.v0.conditions.flow.VelocityInletProperties\"\xc6\x01\n!FlowVelocityInletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12[\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x43.ansys.api.discovery.v0.conditions.flow.FlowVelocityInletDefinition\"\xc1\x01\n!FlowVelocityOutletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12Y\n\x0fvelocity_outlet\x18\x02 \x01(\x0b\x32@.ansys.api.discovery.v0.conditions.flow.VelocityOutletProperties\"\xc8\x01\n\"FlowVelocityOutletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\\\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x44.ansys.api.discovery.v0.conditions.flow.FlowVelocityOutletDefinition\"\xbe\x01\n FlowPressureInletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12W\n\x0epressure_inlet\x18\x02 \x01(\x0b\x32?.ansys.api.discovery.v0.conditions.flow.PressureInletProperties\"\xc6\x01\n!FlowPressureInletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12[\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x43.ansys.api.discovery.v0.conditions.flow.FlowPressureInletDefinition\"\xc1\x01\n!FlowPressureOutletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12Y\n\x0fpressure_outlet\x18\x02 \x01(\x0b\x32@.ansys.api.discovery.v0.conditions.flow.PressureOutletProperties\"\xc8\x01\n\"FlowPressureOutletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\\\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x44.ansys.api.discovery.v0.conditions.flow.FlowPressureOutletDefinition\"\xbf\x01\n FlowMassFlowInletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12X\n\x0fmass_flow_inlet\x18\x02 \x01(\x0b\x32?.ansys.api.discovery.v0.conditions.flow.MassFlowInletProperties\"\xc6\x01\n!FlowMassFlowInletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12[\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x43.ansys.api.discovery.v0.conditions.flow.FlowMassFlowInletDefinition\"\xc2\x01\n!FlowMassFlowOutletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12Z\n\x10mass_flow_outlet\x18\x02 \x01(\x0b\x32@.ansys.api.discovery.v0.conditions.flow.MassFlowOutletProperties\"\xc8\x01\n\"FlowMassFlowOutletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\\\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x44.ansys.api.discovery.v0.conditions.flow.FlowMassFlowOutletDefinition\"\xba\x01\n\x1e\x43hangeFlowSpecificationRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12Z\n\rspecification\x18\x02 \x01(\x0e\x32\x43.ansys.api.discovery.v0.conditions.flow.FlowSpecificationDefinition\"\xd0\x01\n\x1a\x43hangeFlowDirectionRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12R\n\tdirection\x18\x02 \x01(\x0e\x32?.ansys.api.discovery.v0.conditions.flow.FlowDirectionDefinition\x12 \n\x18reset_to_default_subtype\x18\x03 \x01(\x08\"\xf6\x01\n\x17VelocityInletProperties\x12/\n\x05speed\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12Y\n\x12thermal_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.flow.FlowThermalProperties\x12\x13\n\x0bis_swirling\x18\x03 \x01(\x08\x12:\n\x10rotational_speed\x18\x04 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"K\n\x18VelocityOutletProperties\x12/\n\x05speed\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xa8\x01\n\x17PressureInletProperties\x12\x32\n\x08pressure\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12Y\n\x12thermal_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.flow.FlowThermalProperties\"\xa9\x01\n\x18PressureOutletProperties\x12\x32\n\x08pressure\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12Y\n\x12thermal_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.flow.FlowThermalProperties\"\xa9\x01\n\x17MassFlowInletProperties\x12\x33\n\tmass_flow\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12Y\n\x12thermal_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.flow.FlowThermalProperties\"O\n\x18MassFlowOutletProperties\x12\x33\n\tmass_flow\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"b\n\x15\x46lowThermalProperties\x12\x12\n\nis_thermal\x18\x01 \x01(\x08\x12\x35\n\x0btemperature\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xa1\x02\n\x1b\x46lowVelocityInletDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12W\n\x0evelocity_inlet\x18\x06 \x01(\x0b\x32?.ansys.api.discovery.v0.conditions.flow.VelocityInletProperties\"\xa4\x02\n\x1c\x46lowVelocityOutletDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12Y\n\x0fvelocity_outlet\x18\x06 \x01(\x0b\x32@.ansys.api.discovery.v0.conditions.flow.VelocityOutletProperties\"\xa1\x02\n\x1b\x46lowPressureInletDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12W\n\x0epressure_inlet\x18\x06 \x01(\x0b\x32?.ansys.api.discovery.v0.conditions.flow.PressureInletProperties\"\xa4\x02\n\x1c\x46lowPressureOutletDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12Y\n\x0fpressure_outlet\x18\x06 \x01(\x0b\x32@.ansys.api.discovery.v0.conditions.flow.PressureOutletProperties\"\xa2\x02\n\x1b\x46lowMassFlowInletDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12X\n\x0fmass_flow_inlet\x18\x06 \x01(\x0b\x32?.ansys.api.discovery.v0.conditions.flow.MassFlowInletProperties\"\xa5\x02\n\x1c\x46lowMassFlowOutletDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12Z\n\x10mass_flow_outlet\x18\x06 \x01(\x0b\x32@.ansys.api.discovery.v0.conditions.flow.MassFlowOutletProperties**\n\x17\x46lowDirectionDefinition\x12\x06\n\x02IN\x10\x00\x12\x07\n\x03OUT\x10\x01*G\n\x1b\x46lowSpecificationDefinition\x12\x0c\n\x08VELOCITY\x10\x00\x12\x0c\n\x08MASSFLOW\x10\x01\x12\x0c\n\x08PRESSURE\x10\x02\x32\xf9\x14\n\x04\x46low\x12\xae\x01\n\x17\x43reateFlowVelocityInlet\x12H.ansys.api.discovery.v0.conditions.flow.FlowVelocityInletCreationRequest\x1aI.ansys.api.discovery.v0.conditions.flow.FlowVelocityInletCreationResponse\x12\xb1\x01\n\x18\x43reateFlowVelocityOutlet\x12I.ansys.api.discovery.v0.conditions.flow.FlowVelocityOutletCreationRequest\x1aJ.ansys.api.discovery.v0.conditions.flow.FlowVelocityOutletCreationResponse\x12\xae\x01\n\x17\x43reateFlowPressureInlet\x12H.ansys.api.discovery.v0.conditions.flow.FlowPressureInletCreationRequest\x1aI.ansys.api.discovery.v0.conditions.flow.FlowPressureInletCreationResponse\x12\xb1\x01\n\x18\x43reateFlowPressureOutlet\x12I.ansys.api.discovery.v0.conditions.flow.FlowPressureOutletCreationRequest\x1aJ.ansys.api.discovery.v0.conditions.flow.FlowPressureOutletCreationResponse\x12\xae\x01\n\x17\x43reateFlowMassFlowInlet\x12H.ansys.api.discovery.v0.conditions.flow.FlowMassFlowInletCreationRequest\x1aI.ansys.api.discovery.v0.conditions.flow.FlowMassFlowInletCreationResponse\x12\xb1\x01\n\x18\x43reateFlowMassFlowOutlet\x12I.ansys.api.discovery.v0.conditions.flow.FlowMassFlowOutletCreationRequest\x1aJ.ansys.api.discovery.v0.conditions.flow.FlowMassFlowOutletCreationResponse\x12k\n\x12\x43hangeFlowLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n ChangeFlowVelocityInletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n!ChangeFlowVelocityOutletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n ChangeFlowPressureInletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n!ChangeFlowPressureOutletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n ChangeFlowMassFlowInletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n!ChangeFlowMassFlowOutletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n!ChangeFlowTemperatureInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1e\x43hangeFlowTemperatureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12v\n\x1e\x43hangeFlowSwirlingInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12t\n\x1b\x43hangeFlowSwirlingMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x89\x01\n\x17\x43hangeFlowSpecification\x12\x46.ansys.api.discovery.v0.conditions.flow.ChangeFlowSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x81\x01\n\x13\x43hangeFlowDirection\x12\x42.ansys.api.discovery.v0.conditions.flow.ChangeFlowDirectionRequest\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.flow_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
|
+
_FLOWDIRECTIONDEFINITION._serialized_start=5734
|
|
27
|
+
_FLOWDIRECTIONDEFINITION._serialized_end=5776
|
|
28
|
+
_FLOWSPECIFICATIONDEFINITION._serialized_start=5778
|
|
29
|
+
_FLOWSPECIFICATIONDEFINITION._serialized_end=5849
|
|
30
|
+
_FLOWVELOCITYINLETCREATIONREQUEST._serialized_start=169
|
|
31
|
+
_FLOWVELOCITYINLETCREATIONREQUEST._serialized_end=359
|
|
32
|
+
_FLOWVELOCITYINLETCREATIONRESPONSE._serialized_start=362
|
|
33
|
+
_FLOWVELOCITYINLETCREATIONRESPONSE._serialized_end=560
|
|
34
|
+
_FLOWVELOCITYOUTLETCREATIONREQUEST._serialized_start=563
|
|
35
|
+
_FLOWVELOCITYOUTLETCREATIONREQUEST._serialized_end=756
|
|
36
|
+
_FLOWVELOCITYOUTLETCREATIONRESPONSE._serialized_start=759
|
|
37
|
+
_FLOWVELOCITYOUTLETCREATIONRESPONSE._serialized_end=959
|
|
38
|
+
_FLOWPRESSUREINLETCREATIONREQUEST._serialized_start=962
|
|
39
|
+
_FLOWPRESSUREINLETCREATIONREQUEST._serialized_end=1152
|
|
40
|
+
_FLOWPRESSUREINLETCREATIONRESPONSE._serialized_start=1155
|
|
41
|
+
_FLOWPRESSUREINLETCREATIONRESPONSE._serialized_end=1353
|
|
42
|
+
_FLOWPRESSUREOUTLETCREATIONREQUEST._serialized_start=1356
|
|
43
|
+
_FLOWPRESSUREOUTLETCREATIONREQUEST._serialized_end=1549
|
|
44
|
+
_FLOWPRESSUREOUTLETCREATIONRESPONSE._serialized_start=1552
|
|
45
|
+
_FLOWPRESSUREOUTLETCREATIONRESPONSE._serialized_end=1752
|
|
46
|
+
_FLOWMASSFLOWINLETCREATIONREQUEST._serialized_start=1755
|
|
47
|
+
_FLOWMASSFLOWINLETCREATIONREQUEST._serialized_end=1946
|
|
48
|
+
_FLOWMASSFLOWINLETCREATIONRESPONSE._serialized_start=1949
|
|
49
|
+
_FLOWMASSFLOWINLETCREATIONRESPONSE._serialized_end=2147
|
|
50
|
+
_FLOWMASSFLOWOUTLETCREATIONREQUEST._serialized_start=2150
|
|
51
|
+
_FLOWMASSFLOWOUTLETCREATIONREQUEST._serialized_end=2344
|
|
52
|
+
_FLOWMASSFLOWOUTLETCREATIONRESPONSE._serialized_start=2347
|
|
53
|
+
_FLOWMASSFLOWOUTLETCREATIONRESPONSE._serialized_end=2547
|
|
54
|
+
_CHANGEFLOWSPECIFICATIONREQUEST._serialized_start=2550
|
|
55
|
+
_CHANGEFLOWSPECIFICATIONREQUEST._serialized_end=2736
|
|
56
|
+
_CHANGEFLOWDIRECTIONREQUEST._serialized_start=2739
|
|
57
|
+
_CHANGEFLOWDIRECTIONREQUEST._serialized_end=2947
|
|
58
|
+
_VELOCITYINLETPROPERTIES._serialized_start=2950
|
|
59
|
+
_VELOCITYINLETPROPERTIES._serialized_end=3196
|
|
60
|
+
_VELOCITYOUTLETPROPERTIES._serialized_start=3198
|
|
61
|
+
_VELOCITYOUTLETPROPERTIES._serialized_end=3273
|
|
62
|
+
_PRESSUREINLETPROPERTIES._serialized_start=3276
|
|
63
|
+
_PRESSUREINLETPROPERTIES._serialized_end=3444
|
|
64
|
+
_PRESSUREOUTLETPROPERTIES._serialized_start=3447
|
|
65
|
+
_PRESSUREOUTLETPROPERTIES._serialized_end=3616
|
|
66
|
+
_MASSFLOWINLETPROPERTIES._serialized_start=3619
|
|
67
|
+
_MASSFLOWINLETPROPERTIES._serialized_end=3788
|
|
68
|
+
_MASSFLOWOUTLETPROPERTIES._serialized_start=3790
|
|
69
|
+
_MASSFLOWOUTLETPROPERTIES._serialized_end=3869
|
|
70
|
+
_FLOWTHERMALPROPERTIES._serialized_start=3871
|
|
71
|
+
_FLOWTHERMALPROPERTIES._serialized_end=3969
|
|
72
|
+
_FLOWVELOCITYINLETDEFINITION._serialized_start=3972
|
|
73
|
+
_FLOWVELOCITYINLETDEFINITION._serialized_end=4261
|
|
74
|
+
_FLOWVELOCITYOUTLETDEFINITION._serialized_start=4264
|
|
75
|
+
_FLOWVELOCITYOUTLETDEFINITION._serialized_end=4556
|
|
76
|
+
_FLOWPRESSUREINLETDEFINITION._serialized_start=4559
|
|
77
|
+
_FLOWPRESSUREINLETDEFINITION._serialized_end=4848
|
|
78
|
+
_FLOWPRESSUREOUTLETDEFINITION._serialized_start=4851
|
|
79
|
+
_FLOWPRESSUREOUTLETDEFINITION._serialized_end=5143
|
|
80
|
+
_FLOWMASSFLOWINLETDEFINITION._serialized_start=5146
|
|
81
|
+
_FLOWMASSFLOWINLETDEFINITION._serialized_end=5436
|
|
82
|
+
_FLOWMASSFLOWOUTLETDEFINITION._serialized_start=5439
|
|
83
|
+
_FLOWMASSFLOWOUTLETDEFINITION._serialized_end=5732
|
|
84
|
+
_FLOW._serialized_start=5852
|
|
85
|
+
_FLOW._serialized_end=8533
|
|
86
|
+
# @@protoc_insertion_point(module_scope)
|