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
|
@@ -5,6 +5,7 @@ isort:skip_file
|
|
|
5
5
|
import abc
|
|
6
6
|
import ansys.api.dbu.v0.dbumodels_pb2
|
|
7
7
|
import ansys.api.discovery.v0.unsupported_pb2
|
|
8
|
+
import google.protobuf.empty_pb2
|
|
8
9
|
import grpc
|
|
9
10
|
|
|
10
11
|
class UnsupportedStub:
|
|
@@ -19,6 +20,15 @@ class UnsupportedStub:
|
|
|
19
20
|
ansys.api.dbu.v0.dbumodels_pb2.RequestResult] = ...
|
|
20
21
|
"""Exports Live results to file."""
|
|
21
22
|
|
|
23
|
+
GetLegendMaximumValue: grpc.UnaryUnaryMultiCallable[
|
|
24
|
+
google.protobuf.empty_pb2.Empty,
|
|
25
|
+
ansys.api.discovery.v0.unsupported_pb2.DoubleValueResponse] = ...
|
|
26
|
+
"""Gets max and min value from the legend"""
|
|
27
|
+
|
|
28
|
+
GetLegendMinimumValue: grpc.UnaryUnaryMultiCallable[
|
|
29
|
+
google.protobuf.empty_pb2.Empty,
|
|
30
|
+
ansys.api.discovery.v0.unsupported_pb2.DoubleValueResponse] = ...
|
|
31
|
+
|
|
22
32
|
|
|
23
33
|
class UnsupportedServicer(metaclass=abc.ABCMeta):
|
|
24
34
|
@abc.abstractmethod
|
|
@@ -37,5 +47,19 @@ class UnsupportedServicer(metaclass=abc.ABCMeta):
|
|
|
37
47
|
"""Exports Live results to file."""
|
|
38
48
|
pass
|
|
39
49
|
|
|
50
|
+
@abc.abstractmethod
|
|
51
|
+
def GetLegendMaximumValue(self,
|
|
52
|
+
request: google.protobuf.empty_pb2.Empty,
|
|
53
|
+
context: grpc.ServicerContext,
|
|
54
|
+
) -> ansys.api.discovery.v0.unsupported_pb2.DoubleValueResponse:
|
|
55
|
+
"""Gets max and min value from the legend"""
|
|
56
|
+
pass
|
|
57
|
+
|
|
58
|
+
@abc.abstractmethod
|
|
59
|
+
def GetLegendMinimumValue(self,
|
|
60
|
+
request: google.protobuf.empty_pb2.Empty,
|
|
61
|
+
context: grpc.ServicerContext,
|
|
62
|
+
) -> ansys.api.discovery.v0.unsupported_pb2.DoubleValueResponse: ...
|
|
63
|
+
|
|
40
64
|
|
|
41
65
|
def add_UnsupportedServicer_to_server(servicer: UnsupportedServicer, server: grpc.Server) -> None: ...
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: ansys-api-discovery
|
|
3
|
-
Version: 0.6.
|
|
4
|
-
Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on
|
|
3
|
+
Version: 0.6.4
|
|
4
|
+
Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 09:56:26 on 10 February 2025
|
|
5
5
|
Home-page: https://github.com/ansys/ansys-api-discovery
|
|
6
6
|
Author: ANSYS, Inc.
|
|
7
7
|
Author-email: support@ansys.com
|
|
@@ -11,7 +11,16 @@ Description-Content-Type: text/markdown
|
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: grpcio~=1.44
|
|
13
13
|
Requires-Dist: protobuf<6,>=3.19
|
|
14
|
-
Requires-Dist: ansys-api-geometry==0.4.
|
|
14
|
+
Requires-Dist: ansys-api-geometry==0.4.35
|
|
15
|
+
Dynamic: author
|
|
16
|
+
Dynamic: author-email
|
|
17
|
+
Dynamic: description
|
|
18
|
+
Dynamic: description-content-type
|
|
19
|
+
Dynamic: home-page
|
|
20
|
+
Dynamic: license
|
|
21
|
+
Dynamic: requires-dist
|
|
22
|
+
Dynamic: requires-python
|
|
23
|
+
Dynamic: summary
|
|
15
24
|
|
|
16
25
|
### ansys-api-discovery gRPC Interface Package
|
|
17
26
|
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
ansys/api/discovery/VERSION,sha256=IMEhiG6092IETGUHdF9klFJUMqwitB9ac6jlvxW4uQ4,6
|
|
2
|
+
ansys/api/discovery/__init__.py,sha256=c2GxEoryXIQtBEhwLRN45MOr4IsG1UbsHYBzUnvXGDM,231
|
|
3
|
+
ansys/api/discovery/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
ansys/api/discovery/v0/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
+
ansys/api/discovery/v0/definedvariationstable.proto,sha256=lX16X6sfqu_iqKpX3VJRF-8JheBX3fjdq-MeL0LC6js,4186
|
|
6
|
+
ansys/api/discovery/v0/definedvariationstable_pb2.py,sha256=vBPsGZ4ZQ87JHsDce5JZQwLJlulDW7Swntcowc2NRaM,6902
|
|
7
|
+
ansys/api/discovery/v0/definedvariationstable_pb2.pyi,sha256=XYP3RRIKZwIKjMUEtTEe_zFckytFNy3IP8BQcQ1SvGU,10354
|
|
8
|
+
ansys/api/discovery/v0/definedvariationstable_pb2_grpc.py,sha256=5Bl_xJKM_sMiyxd9vMl0amR3sgXDIPMNElybJlI5elU,33209
|
|
9
|
+
ansys/api/discovery/v0/definedvariationstable_pb2_grpc.pyi,sha256=Vx_gAUNcKWbYqVP-x8ExtYXfMbl4QBIel-LtsIvB3l4,9690
|
|
10
|
+
ansys/api/discovery/v0/discoverymodels.proto,sha256=n8iXYOjkGLfVdKz6Fv_WsoP_lNzUcpiNJcvyrl3wpmI,7893
|
|
11
|
+
ansys/api/discovery/v0/discoverymodels_pb2.py,sha256=SmG43Im_dMJZn-AJ5cHpWhg6lqhJeAFOWIVHN_9bfeM,14222
|
|
12
|
+
ansys/api/discovery/v0/discoverymodels_pb2.pyi,sha256=nVEol-KUL8Aq2n1wdSXSrGCUscVb3q9IiuY6JzTsPD4,41422
|
|
13
|
+
ansys/api/discovery/v0/discoverymodels_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
14
|
+
ansys/api/discovery/v0/discoverymodels_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
|
|
15
|
+
ansys/api/discovery/v0/historytrackparameters.proto,sha256=LPRmwRt10H8K7H8GacWPt28xA1M1_HURJRErbwltqJo,1549
|
|
16
|
+
ansys/api/discovery/v0/historytrackparameters_pb2.py,sha256=fT9C0SHqvMyIyt9s8FMo9QrLOvr-c7AqRL1Au9K53Wo,3568
|
|
17
|
+
ansys/api/discovery/v0/historytrackparameters_pb2.pyi,sha256=zZTsjO8YGjSlNmheGruuD9xgbgeueo82vPEhKJAIGQg,4127
|
|
18
|
+
ansys/api/discovery/v0/historytrackparameters_pb2_grpc.py,sha256=Q1DUqfD_cOmqSsfiGIzgnAFV3joL6li8dpP9jKmQ8Ro,12329
|
|
19
|
+
ansys/api/discovery/v0/historytrackparameters_pb2_grpc.pyi,sha256=AWaZuM5eCp7G3tlweLBt4BKqy11XYXcvoie6TQa5hVg,3517
|
|
20
|
+
ansys/api/discovery/v0/messaging.proto,sha256=BK9UViPHmr5m__dLLjT8yTzit77nIlNQHp7888y8Y0k,545
|
|
21
|
+
ansys/api/discovery/v0/messaging_pb2.py,sha256=O9N7jQcb3jleaJj60Cc4HSIi8D5IjlNJir_mdkNFr6g,1595
|
|
22
|
+
ansys/api/discovery/v0/messaging_pb2.pyi,sha256=7pVtwf6MQNpMkPlPrw5F4kfO6EPjREF3_rV-VmRfjy8,716
|
|
23
|
+
ansys/api/discovery/v0/messaging_pb2_grpc.py,sha256=q7Og7xEn4CApFY5NwPRN1-cpQvyW6E5TjrQnoc4xeMw,4466
|
|
24
|
+
ansys/api/discovery/v0/messaging_pb2_grpc.pyi,sha256=22vxFZ2OMICUFsfbDiJRq4gdwXo79wDC2KTvPnLy3G4,1260
|
|
25
|
+
ansys/api/discovery/v0/monitors.proto,sha256=gFWaGtbEb58ipDil7oNu1GoHGowoyOdF8W3kEp8yI_c,1199
|
|
26
|
+
ansys/api/discovery/v0/monitors_pb2.py,sha256=EORstUkSkRc-5ItsQShbnbXfDGhzlZnU-Mgi6jDVmTA,3190
|
|
27
|
+
ansys/api/discovery/v0/monitors_pb2.pyi,sha256=7FpibdMdybiyNGIcBkkscTIXIjUB1paWeRbWOyATz8Y,5374
|
|
28
|
+
ansys/api/discovery/v0/monitors_pb2_grpc.py,sha256=9E4Gnr4u9efP3_7JhOuzR5YyqRCgR6OXrwjOU7HE-QI,2825
|
|
29
|
+
ansys/api/discovery/v0/monitors_pb2_grpc.pyi,sha256=ht2Mwq49Y-92_MNlEzojXmPemi1gmsE7XhawQEe9RpM,877
|
|
30
|
+
ansys/api/discovery/v0/results.proto,sha256=Frawz3dxK8YKmWbU8j44lJqYt6s0S4auadImxhG2LVc,3415
|
|
31
|
+
ansys/api/discovery/v0/results_pb2.py,sha256=KTE4P151gWNVSovApCxgp9pONtsFk6Avjl8o4BB38r0,5650
|
|
32
|
+
ansys/api/discovery/v0/results_pb2.pyi,sha256=j3aFC2TuCSgdMUkg2nj-dm3YLc9SQSJPlb3NeoHLRg8,13387
|
|
33
|
+
ansys/api/discovery/v0/results_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
34
|
+
ansys/api/discovery/v0/results_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
|
|
35
|
+
ansys/api/discovery/v0/scriptparameters.proto,sha256=hIXZjxv8vyJP-m4GNOzUTVoTERvRCF5dwkP53LNS6lc,1167
|
|
36
|
+
ansys/api/discovery/v0/scriptparameters_pb2.py,sha256=_1ryfv7k6koRvojxhaC5VNAEuoa41m3IPcmH8sJXtac,2742
|
|
37
|
+
ansys/api/discovery/v0/scriptparameters_pb2.pyi,sha256=9wQXDBkfSUmfZdxqVtX7yY1w6U0u4111zh50FtMHadw,2771
|
|
38
|
+
ansys/api/discovery/v0/scriptparameters_pb2_grpc.py,sha256=_xgI27Vou0a9NU9kcsRGsAqbeWOLhkVF9TR2xT-7TYc,8362
|
|
39
|
+
ansys/api/discovery/v0/scriptparameters_pb2_grpc.pyi,sha256=a0xk_U1pRjwXazAu99FNR2idjXbN64lFkBPc33uXXJ0,2537
|
|
40
|
+
ansys/api/discovery/v0/simulations.proto,sha256=ZFTtqejnvlG77uCBh4okA8jewF9EKLHT8iooK0Hbta0,625
|
|
41
|
+
ansys/api/discovery/v0/simulations_pb2.py,sha256=Ge_v20bL1UJeo2wimuQ20D9UdDoS_dgHBtTGg55Wefk,1824
|
|
42
|
+
ansys/api/discovery/v0/simulations_pb2.pyi,sha256=WxPMTdKQo23vIBMqBxV99BzehIRzHnvTo2CL-Kst7qc,1055
|
|
43
|
+
ansys/api/discovery/v0/simulations_pb2_grpc.py,sha256=S8jmaQQmGsqfr7y4qVKuQ55BZS0iAgnK2T0eMuB4TZg,4628
|
|
44
|
+
ansys/api/discovery/v0/simulations_pb2_grpc.pyi,sha256=WM9yj4Ra2vxHIzb0YkWU5QvMFWzA7-4X71GG5JPiqPU,1358
|
|
45
|
+
ansys/api/discovery/v0/solution.proto,sha256=88aU6Y2B5VToLGVrI7Up8soKEd6Ha3qpgIpnRPo7ZA0,1151
|
|
46
|
+
ansys/api/discovery/v0/solution_pb2.py,sha256=FQij1c0I_YUkxWjtCWdOHcMmCwbJK3svy9JNJm6-rhU,3251
|
|
47
|
+
ansys/api/discovery/v0/solution_pb2.pyi,sha256=AkirJGKKoA7ruBhZ6iLJMfAsrNdS9MmTixEy9uSuLIM,5101
|
|
48
|
+
ansys/api/discovery/v0/solution_pb2_grpc.py,sha256=CP-hr9Ub-48GJsY0NWyHXz9cZWr4xj-E2jBOPkg_pA0,6517
|
|
49
|
+
ansys/api/discovery/v0/solution_pb2_grpc.pyi,sha256=jJTn_Ka4BtM9fJ4C6CzMJK4gCgjmHr9_pL-TuLhNlSs,1645
|
|
50
|
+
ansys/api/discovery/v0/units.proto,sha256=gTL5sZVIqcGNOxfc30FGa1Jlspuoi1E6x0EFJIr-kx4,45403
|
|
51
|
+
ansys/api/discovery/v0/units_pb2.py,sha256=k8n3o8rH_yt48xqvjzPu8XONteVLI_Eg8BbwkJVoMP0,65089
|
|
52
|
+
ansys/api/discovery/v0/units_pb2.pyi,sha256=1sBHhZfIxIssrgeO3jIgMQ-5nMhBBn8qkr93C60Jg2c,201214
|
|
53
|
+
ansys/api/discovery/v0/units_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
54
|
+
ansys/api/discovery/v0/units_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
|
|
55
|
+
ansys/api/discovery/v0/unsupported.proto,sha256=2FLWDQUgZmiqqDY-FysKw1MWWVlRDMyMFMK2AqxzXAI,1254
|
|
56
|
+
ansys/api/discovery/v0/unsupported_pb2.py,sha256=Achu3x-_OQMU079n4bkgZ13sqlM4Vb6BCqQALv8exvE,2992
|
|
57
|
+
ansys/api/discovery/v0/unsupported_pb2.pyi,sha256=9NrN0sOP5bXUaZBi4t8z7N_ga4m2Xhwpj5f6hR-1rD8,3032
|
|
58
|
+
ansys/api/discovery/v0/unsupported_pb2_grpc.py,sha256=4vHyK9PNXsa1_4NMgcGi5IGINxvcBnPHlM01inVEf4c,8689
|
|
59
|
+
ansys/api/discovery/v0/unsupported_pb2_grpc.pyi,sha256=7nRO0ckOjOlyCs-RfR3jWt2k3jB3DJnUCjmjfNqu-kU,2477
|
|
60
|
+
ansys/api/discovery/v0/assignments/boltassignment.proto,sha256=mITP6VVhXVVz3WqyASRA-yP-LCZnaYjj0my_5iS7hOI,1261
|
|
61
|
+
ansys/api/discovery/v0/assignments/boltassignment_pb2.py,sha256=2nDbdXv5gaiAoXzf2XjscWWmkhTO9uvqkqnBWzAIDEA,3484
|
|
62
|
+
ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi,sha256=ufOidRle7Vp1yhibZWivXhbARo6_s7X1skhR4FUAFvQ,5106
|
|
63
|
+
ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py,sha256=CZ56x7L7C5VkhBtpKLb2352oT4KNm7tpmsyohsdF98g,3201
|
|
64
|
+
ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi,sha256=4zT29m5iWRXDNbPxpTaLury4VZmOtKUavbsbICP0Y9s,1059
|
|
65
|
+
ansys/api/discovery/v0/conditions/acceleration.proto,sha256=RqF2pwzGI0xgU8ixc4a7MKirJJ2Pwk9HUT46B23vEO4,1886
|
|
66
|
+
ansys/api/discovery/v0/conditions/acceleration_pb2.py,sha256=VK4i6VF_bVSjQcuDXzqEE5h1ox7QzbMrKzz8nEPy-Jk,4481
|
|
67
|
+
ansys/api/discovery/v0/conditions/acceleration_pb2.pyi,sha256=aXnfFecor-MXotrU0mX2vFmEOV1TsXgepe5yBdxmhaE,5082
|
|
68
|
+
ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py,sha256=7wc4H2eWu_TVaXkEtWeASjXlQ_EvbDHgDBgai7eW-wI,21189
|
|
69
|
+
ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi,sha256=NYHeUd9p-PFDrBXq8XGjWrleA5X98A2RcUHVNiIBuxs,5300
|
|
70
|
+
ansys/api/discovery/v0/conditions/bearing.proto,sha256=Q31eiEz0O0ZheBM-Q6-pPadp8PezQrcCVQXgOuWotK0,1407
|
|
71
|
+
ansys/api/discovery/v0/conditions/bearing_pb2.py,sha256=bOXdPtcOTmnRtH5aPoCG7GqngPucVxNwOnTlnx2vv-A,3742
|
|
72
|
+
ansys/api/discovery/v0/conditions/bearing_pb2.pyi,sha256=rFS46amohDz35iSgGU1vZQksJ3fDz6HYvma7HUJOF3E,5439
|
|
73
|
+
ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py,sha256=ojU4IriNwMc5aMkfzNKRcjkRCEWyax8-FrHvobS8aWg,10857
|
|
74
|
+
ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi,sha256=i3CJqvH5xunzCRctIvwXtlQj_J7mqiPyslfzHajzLCQ,2831
|
|
75
|
+
ansys/api/discovery/v0/conditions/boltpreload.proto,sha256=eOnf59gPkjAa0lZK4lE_aBkdy9UtbHJzxTfIMFpoRxU,3190
|
|
76
|
+
ansys/api/discovery/v0/conditions/boltpreload_pb2.py,sha256=EbKy_MICnP9W73FUW4oqHwn5bPbSfNZS17G72yuVE4A,7398
|
|
77
|
+
ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi,sha256=f-AIIRqbk2C0Zh0imq4SvZ0YyL9sOrCKpuB5OQV0djA,12540
|
|
78
|
+
ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py,sha256=K7xEA-KFnTnztMb_YQG2cFbua6lYwXUa2i8oQB3qySE,25801
|
|
79
|
+
ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi,sha256=kQMMjpuHStvdnB55_WiH68WHc2_zenslKEcOhJb2UtQ,6551
|
|
80
|
+
ansys/api/discovery/v0/conditions/condition.proto,sha256=0QMjrPrr45ZkG-wOVE-9bCo0cmjYHGw4bDvXK9Wo40g,993
|
|
81
|
+
ansys/api/discovery/v0/conditions/condition_pb2.py,sha256=doSI8dHDVEGpFw6Wx46YQRNQJiDSfY73GGhnCNdqJos,2691
|
|
82
|
+
ansys/api/discovery/v0/conditions/condition_pb2.pyi,sha256=83uaKpE1vPueeYfaxZDDRL4JGYHVBzS2HxPdAQSoIyY,2753
|
|
83
|
+
ansys/api/discovery/v0/conditions/condition_pb2_grpc.py,sha256=DxNhsxJ4D8E0MBi9a2eB9nCYjV13RfD0ERmrCY2uJN8,7078
|
|
84
|
+
ansys/api/discovery/v0/conditions/condition_pb2_grpc.pyi,sha256=7k3B5JxYO2OxrOzLfoB32Tt2trnMaxYlyxuTN5Y9Mqg,1979
|
|
85
|
+
ansys/api/discovery/v0/conditions/convection.proto,sha256=4wp-h2Fh57R33zfiW_LAOmjp-Snq3fg6VnwZMs100cU,1278
|
|
86
|
+
ansys/api/discovery/v0/conditions/convection_pb2.py,sha256=RLpf1mQGeKnjwBlVNMbbkFoG3-P9lDL0QogI-oJsNwM,3407
|
|
87
|
+
ansys/api/discovery/v0/conditions/convection_pb2.pyi,sha256=pZtw27V7L-MjwrKSPNI8soqCUH3bK-xg-hEwftMdDm0,4891
|
|
88
|
+
ansys/api/discovery/v0/conditions/convection_pb2_grpc.py,sha256=WrGZ3uX9bgVzqjjrfe6jGBWIEenyzPgn7x5JX-A51wA,9280
|
|
89
|
+
ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi,sha256=BBLSYg1tFbdyRIyfYDYtT_VqEPCrmMNvH44xpwpZMq0,2391
|
|
90
|
+
ansys/api/discovery/v0/conditions/displacement.proto,sha256=Q3zDgLmUkR7-Mj8Xu9Xqx22hH-HwlxykE5Dp_a1Hijk,4156
|
|
91
|
+
ansys/api/discovery/v0/conditions/displacement_pb2.py,sha256=aB9NIJhM3b0q-2Uaw7b3ZnmIg2txSzV8VwwMqdUNyCA,8948
|
|
92
|
+
ansys/api/discovery/v0/conditions/displacement_pb2.pyi,sha256=NCmV_Z6_71cfckW36nkYrw_HBCKEatDUqTmZqEHZ9U0,12266
|
|
93
|
+
ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py,sha256=1XrLKPo3YjxdXGuXNw32byn7FeyrEckAYl7HsWxP994,50064
|
|
94
|
+
ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi,sha256=xeiPxkqKR-Tnmt7sTnAt10xrxpeQOzsFVp9saTHlDqg,12278
|
|
95
|
+
ansys/api/discovery/v0/conditions/flow.proto,sha256=E29BNDu-HCh0E7gnMcW3tiJOji5waIhw-1bR5JaVvdQ,6828
|
|
96
|
+
ansys/api/discovery/v0/conditions/flow_pb2.py,sha256=Nent6Gi4-jVf3BK82oWQ5cAHMRTa4aGH_SmqCFnt_6g,15417
|
|
97
|
+
ansys/api/discovery/v0/conditions/flow_pb2.pyi,sha256=tCujwXJCOjUgRd_GlhpZPQWDER8_H4MJecKhPpF6yBU,34587
|
|
98
|
+
ansys/api/discovery/v0/conditions/flow_pb2_grpc.py,sha256=EDEDLjRWCN8h1Wh8E9yzFjwdW0YVfbrmYTJ3TeFpCj8,39274
|
|
99
|
+
ansys/api/discovery/v0/conditions/flow_pb2_grpc.pyi,sha256=Wd4CGEX1kx9kIx1R24EDwsopuG3t4cHPaVASbXMnHVU,9850
|
|
100
|
+
ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto,sha256=AX569Zdxee8DWkdBnirmheb9d8wBkINFLYWMWh1u1Dg,457
|
|
101
|
+
ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py,sha256=tKR0mI6gWiFT15WHqiAQbsHD8PpnuApzm8MAhHM0meE,1720
|
|
102
|
+
ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi,sha256=pUIMrU9pC3SsmMbP3dPIEmkuD06V7YtgOaCiH7Qb4bg,171
|
|
103
|
+
ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py,sha256=NHKDi7xiYK2MACihAOYEkR5_oeMrtarbKXfjj2WsmrE,3157
|
|
104
|
+
ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi,sha256=TfE-NMAyh-xYMzgWg71Tv7uanGeZPSaCeBIHeI9sqjw,905
|
|
105
|
+
ansys/api/discovery/v0/conditions/force.proto,sha256=gEBcSU_mSsbAhTH2JN8X0Qy-DSRwskeVjgiWY3eedCs,4612
|
|
106
|
+
ansys/api/discovery/v0/conditions/force_pb2.py,sha256=VSWCIq8Oz8mRo7d0IWPlzDDdOjH58Rq58dzWWLyz7Lg,10105
|
|
107
|
+
ansys/api/discovery/v0/conditions/force_pb2.pyi,sha256=CvhoPmbme9AASqYg_b9s0c4tzfm5CQJYRiQOjj8PMJk,16299
|
|
108
|
+
ansys/api/discovery/v0/conditions/force_pb2_grpc.py,sha256=xRcVMoiei0U_w_B-GRD9zFmWGgC5ZoftGs3h890nVbE,48992
|
|
109
|
+
ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi,sha256=LkFScng36mpR2qu7OEvqU9ju3IrYS3WlKDSG7cQFz8w,12098
|
|
110
|
+
ansys/api/discovery/v0/conditions/gravity.proto,sha256=0QF2JLawNPtTLSGAVaXfLNb1pyd48IQlRwD_Eu4BLLA,1444
|
|
111
|
+
ansys/api/discovery/v0/conditions/gravity_pb2.py,sha256=FBMnCQpABkpqSv4vsHvSdnjj7idHyE1zhzHjmqqxqhM,3192
|
|
112
|
+
ansys/api/discovery/v0/conditions/gravity_pb2.pyi,sha256=O002YjRbxZNzoHZIchORDCRV1WTjz6GrrHVw5Pyfn9Q,3193
|
|
113
|
+
ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py,sha256=crYirgoRrFbW7TpfQseZljnEglHzxYM7mufUzubwNaE,14829
|
|
114
|
+
ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi,sha256=v_3FEuBG6e9z_NyDmsYB0bTOqNUa-B4qQMMrnM7f1KM,3912
|
|
115
|
+
ansys/api/discovery/v0/conditions/heat.proto,sha256=HysK-GjeBZAXCYi747RfpSI_BM_qm0zfwQOu1wsiHfM,2690
|
|
116
|
+
ansys/api/discovery/v0/conditions/heat_pb2.py,sha256=6A7U2RS6VUQbVXjLZJ_26QoZtSzbBoh8vfgqm97lspM,6298
|
|
117
|
+
ansys/api/discovery/v0/conditions/heat_pb2.pyi,sha256=SfyIU5NOgUeND5BM2N7eTz4Z_TdOdCFB36ehiEmArHA,11775
|
|
118
|
+
ansys/api/discovery/v0/conditions/heat_pb2_grpc.py,sha256=3Ru4BSgEqoEQYEY2hpm9RUulmq8LTIak8Q18Qem6DzI,18910
|
|
119
|
+
ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi,sha256=P1Zi-nRNOlF4TdG-886cnNhXDYnhVNVgpjN874Xz0oQ,4826
|
|
120
|
+
ansys/api/discovery/v0/conditions/insulated.proto,sha256=RLQg9sG9uo0ONG-wCRCThlIBMK5xPQCL4REEPapz3vc,971
|
|
121
|
+
ansys/api/discovery/v0/conditions/insulated_pb2.py,sha256=-fachw6UhV0FvtlEMQgu5R78tHaGdS51nOXuGlX1DWk,2772
|
|
122
|
+
ansys/api/discovery/v0/conditions/insulated_pb2.pyi,sha256=zwejjo4EwSsfO0I75mMVWJGvltLCOsUzbff4ylRShqo,3684
|
|
123
|
+
ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py,sha256=DO5i-O3mfIg6WppjwSdoKrT9iLDbMxz7uGIm7Byun3o,5128
|
|
124
|
+
ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi,sha256=qSrk6RDNx5ZklxDkwTRyloUgDmmiRZiTUEOk9OJBJhM,1394
|
|
125
|
+
ansys/api/discovery/v0/conditions/mass.proto,sha256=_DKlzHExrUtesarhKpBzt5_H0WBeLk_cCmukXgIULk0,1510
|
|
126
|
+
ansys/api/discovery/v0/conditions/mass_pb2.py,sha256=8yT3K2SQNae57nYQ2tg3w5ArAlU232FYGDAWKYrK_2c,3789
|
|
127
|
+
ansys/api/discovery/v0/conditions/mass_pb2.pyi,sha256=Jja-BJinEQ74fx2zDKkjPagtA9bhTFBXLCP2gIyr-R8,5106
|
|
128
|
+
ansys/api/discovery/v0/conditions/mass_pb2_grpc.py,sha256=W9XgQiVZxQjgdJBJNhmcGd8dFg7EdT3EB18_EFBypAs,14660
|
|
129
|
+
ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi,sha256=vyh1K_jB7KqfgsK3BtwlRacOAUBrmEaXm-GYmqaBYWQ,3726
|
|
130
|
+
ansys/api/discovery/v0/conditions/moment.proto,sha256=_L3Yifz0UbbLxBp9V_mt0CM1MCGQYeFeDBQn79lN_ms,2073
|
|
131
|
+
ansys/api/discovery/v0/conditions/moment_pb2.py,sha256=N0SwDMH5WNonH5Du8WNLyvT4Gywxwp_rAwylNqQ3m38,4953
|
|
132
|
+
ansys/api/discovery/v0/conditions/moment_pb2.pyi,sha256=qeQr_pUVqknpO_oBevlAVRFf9q0lgXUcBL21qM-Ttcc,6651
|
|
133
|
+
ansys/api/discovery/v0/conditions/moment_pb2_grpc.py,sha256=ewhPHTpxBNo6rSO6qIZDGC0v7tTrks05Grabfo21A6M,22450
|
|
134
|
+
ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi,sha256=5yqeZYm6phdob81arzhvO7gmwfckkDVpJ5ywXHHa_VA,5604
|
|
135
|
+
ansys/api/discovery/v0/conditions/porous.proto,sha256=4egm_JSPAVfnZqGWecgKfv9hqsb6jaxHe2dRvE5lC9E,3312
|
|
136
|
+
ansys/api/discovery/v0/conditions/porous_pb2.py,sha256=LzJSq2M21VN2UmndhYIFwaE-q5drvcTz7cBJVj-LT7w,7179
|
|
137
|
+
ansys/api/discovery/v0/conditions/porous_pb2.pyi,sha256=ne59OgWpHFeu5bfAWZjxf-kKsjZnv21S8Q6ppcvYWDI,12952
|
|
138
|
+
ansys/api/discovery/v0/conditions/porous_pb2_grpc.py,sha256=3ADx7VJYpfwfVrYj_lZ1WkEglc-QOyX0JqkAjUvRepI,31408
|
|
139
|
+
ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi,sha256=RFcskFfYx2he_6LwWgiXrOjCALu_HSL3b7g4SRwKmmQ,8045
|
|
140
|
+
ansys/api/discovery/v0/conditions/pressure.proto,sha256=u2xFJI6LpX-K577BS5ZBCWW8RZwFTdtwolVkFeH30Uw,1225
|
|
141
|
+
ansys/api/discovery/v0/conditions/pressure_pb2.py,sha256=fpUPv9_U7zWpFciUx7PEPpbcf5Sfd3xCs_1wOLUbp9o,3301
|
|
142
|
+
ansys/api/discovery/v0/conditions/pressure_pb2.pyi,sha256=Dywl0PKVEi-S4TbUiR86Rq9Hws49ZYbbO6QcOVJ38Hk,4952
|
|
143
|
+
ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py,sha256=WzqcCuPoYBO2vsku8gFgZOK4VrUhYOzHWQv6oVmO0e8,7021
|
|
144
|
+
ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi,sha256=AaXEJm1GLZ0TTiR9FwIDkkeSk547gveJY_tVrxZUFPQ,1928
|
|
145
|
+
ansys/api/discovery/v0/conditions/rotatingfluidzone.proto,sha256=jCZHDHPJSCEokdpayCE0sG2mOcdsGcZZwTwpbl-kThM,1510
|
|
146
|
+
ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py,sha256=HVsr8dFm4CWYsC2bli3MUocFiMWQ-QzhI_3aFBZXWVA,3621
|
|
147
|
+
ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi,sha256=ze9PzjrE1IAqntb2sVNYfSLST9jXGlVY_2YaFG-0qNM,5462
|
|
148
|
+
ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py,sha256=iZnhtHekylXsio1aamdL_2hebYAzE6tZfB5UFAvyfOw,7465
|
|
149
|
+
ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi,sha256=PAYmQcCwuF5jzqfxsMjOVcjhn2Wq1rZzhuLjexVCONo,2231
|
|
150
|
+
ansys/api/discovery/v0/conditions/solidtemperature.proto,sha256=qgnhlWG0ZWhvrLhroil2pZ87LPCqkI35r9w32kd1iBI,1253
|
|
151
|
+
ansys/api/discovery/v0/conditions/solidtemperature_pb2.py,sha256=BjZwQstVjEJQ_nzo-g5Sq3W_4q6yvBgbd-EBKTSRkkI,3402
|
|
152
|
+
ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi,sha256=-Ef5XTQd2Isfxx0sk7k6ep-r9aulh0jrvPnB1F9CQ3g,4290
|
|
153
|
+
ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py,sha256=Hg_AvyqDZm7-kPaNDpL_Z-gMQRkWlL-HM912ZR9-c7s,9570
|
|
154
|
+
ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi,sha256=WIWkIQl7P__4WVzFSC10cmvcQp10nRumDNKNTXv1o4g,2529
|
|
155
|
+
ansys/api/discovery/v0/conditions/springpreload.proto,sha256=ZptGec8u6vEEQuE8O_vzZLymVq83iBUH4aYLpGG5-qc,3574
|
|
156
|
+
ansys/api/discovery/v0/conditions/springpreload_pb2.py,sha256=3aCECRs43A_SiQ62WWQc70CI0OpnIjjR69Px63Pp7o0,8258
|
|
157
|
+
ansys/api/discovery/v0/conditions/springpreload_pb2.pyi,sha256=INeX6eRVN_uXuIT9qQuQ373RhfcD5UzvhUSBVixtqq4,15094
|
|
158
|
+
ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py,sha256=7I9xMwW7aRtHJzKVpeWv8V_bUBCwa_PZqjfNbHn8CJw,25991
|
|
159
|
+
ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi,sha256=I3kC9eQ3GIg6cZIey-96KFkcYIHRLJAViTMhxXceN7U,6589
|
|
160
|
+
ansys/api/discovery/v0/conditions/support.proto,sha256=ilph712kXyae3KHV-HxNVMrvLHkmN4ohUIpg-FTxwCE,3612
|
|
161
|
+
ansys/api/discovery/v0/conditions/support_pb2.py,sha256=BtAc_jF_s6WqQpJ18MqBxivhLhrx-wIcc9R55MMYWw0,7872
|
|
162
|
+
ansys/api/discovery/v0/conditions/support_pb2.pyi,sha256=tCHSkke4t8QNAq6yx9VNTCFGWoGVCufxIWGsFsw_thM,10993
|
|
163
|
+
ansys/api/discovery/v0/conditions/support_pb2_grpc.py,sha256=jlRCzuMrFodi4mqgqfp3BaWEQYWdbz-mLCp2bUZ3gK4,41116
|
|
164
|
+
ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi,sha256=yimSJpK7-aplPlqA7yaV_LFrCB1fHnfsdMre2OmiVxU,10209
|
|
165
|
+
ansys/api/discovery/v0/conditions/velocity.proto,sha256=f8Mnpg2suXv7NCGWn5m-Mm2eIf0jJ1IU3v_zT53rUfw,2156
|
|
166
|
+
ansys/api/discovery/v0/conditions/velocity_pb2.py,sha256=5jbpKtRibz-8G1gCOb24wyNkUOAfANuJLVup8OC3XaY,4840
|
|
167
|
+
ansys/api/discovery/v0/conditions/velocity_pb2.pyi,sha256=NjvVRfLT8Rr32JJO87qZ6kPxq5Tg93xSgL5A9Nroa20,5236
|
|
168
|
+
ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py,sha256=a1gTDbmh2LAxK6h5HhEUXvfmv1jR7xbU0-HjC07tdis,28675
|
|
169
|
+
ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi,sha256=B8ACRWZ1ySPB0YYY6aaxgUMlCciuKU0_91Nmk3dgg5U,7068
|
|
170
|
+
ansys/api/discovery/v0/conditions/wall.proto,sha256=T7TWCH5ws5z08ctiSwPSvmtuYY-EkjLBR21K8-0kCw8,5883
|
|
171
|
+
ansys/api/discovery/v0/conditions/wall_pb2.py,sha256=1FlamQ7vpGvCH6rWlWK0a4dg4itRf5wF4tb3zZvtbRs,13108
|
|
172
|
+
ansys/api/discovery/v0/conditions/wall_pb2.pyi,sha256=E6mTr9tlmzv5Ic6wCT-lOQsR1zjejf1neTq54cJ6C1I,30788
|
|
173
|
+
ansys/api/discovery/v0/conditions/wall_pb2_grpc.py,sha256=9l0rjCt0l4WpMhQKmDR_yoLCyZcfrmPSNhp_Q_CEh-c,36629
|
|
174
|
+
ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi,sha256=LBPYi1eTHGKdFOQO7zu9HL6cNyqF6MiWtLrcr56N2vM,9345
|
|
175
|
+
ansys/api/discovery/v0/connections/contact.proto,sha256=OJrLYfVZ0Kfu9JwRPRVhK_Pfn1nV0QViQ_pDojU5OBY,4240
|
|
176
|
+
ansys/api/discovery/v0/connections/contact_pb2.py,sha256=7goigSvbbwNHH5PrBaWojAgOHvsqYPWD3ENa9c92pD0,8845
|
|
177
|
+
ansys/api/discovery/v0/connections/contact_pb2.pyi,sha256=u1K82EAU1C-pIFwTSUdHV5jsulG4KQtyh5s1VZk6GDE,14528
|
|
178
|
+
ansys/api/discovery/v0/connections/contact_pb2_grpc.py,sha256=ZPnyq4W20bp73-RhTY_P6UZNs5ZQ_icGrhDtU5ZSsFs,48598
|
|
179
|
+
ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi,sha256=nKpHp6j4NDCW24AZQnT9wx6SqrPVXxVIWJsiSKldavQ,11812
|
|
180
|
+
ansys/api/discovery/v0/connections/contactgroup.proto,sha256=QDbGQxdtMR69cJueDPLjlLY3kgsipHxKeqIkigSyLSU,4174
|
|
181
|
+
ansys/api/discovery/v0/connections/contactgroup_pb2.py,sha256=DgAHMhkWmFADQMbsrHX5yUy8Fwlf_pY9I2m7GywtL84,8184
|
|
182
|
+
ansys/api/discovery/v0/connections/contactgroup_pb2.pyi,sha256=QX-iVVXnBj88NyRh7otNGFYGLEcicbF4irJfGbNZ66o,12042
|
|
183
|
+
ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py,sha256=DhpZgoyIt2dGdhCHDk5cVFXwCSMc_XRE0nB9QYg-Cio,51247
|
|
184
|
+
ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi,sha256=UrSma8BWAEw7-brZzbgsXPsguhuEsiXZLfYOm3baYGM,12272
|
|
185
|
+
ansys/api/discovery/v0/connections/joint.proto,sha256=EUvEI3XTbFWklflC02XedIksL65edmqRgEAe0S1CqiU,1487
|
|
186
|
+
ansys/api/discovery/v0/connections/joint_pb2.py,sha256=yZsXrSdTMka0w6pv_CCYELlo1FPkfnhVW-kMCTJ-HWg,3948
|
|
187
|
+
ansys/api/discovery/v0/connections/joint_pb2.pyi,sha256=fiCtdLBUyaImVj-Qi_pmIj5RgQeqVrEl8bm_G9nepGA,6541
|
|
188
|
+
ansys/api/discovery/v0/connections/joint_pb2_grpc.py,sha256=L8a9aK0MJBuXNddfhgXTTWY7ezx0RCJCXZEJHnWkIrE,8848
|
|
189
|
+
ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi,sha256=T9zwKpSExXHMPg_YH8yAsZ4iluDoslwDXyPICt0ygHw,2342
|
|
190
|
+
ansys/api/discovery/v0/engineeringdata/boltdata.proto,sha256=aTNUNLWgJUH-ev-zUspwPPvy3aV1dExib_SJjc1bIO8,971
|
|
191
|
+
ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py,sha256=j8auzcxnVWTjtcEQJjMiblzLnln_6HzEbSfdtQmPGQc,2848
|
|
192
|
+
ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi,sha256=tKaVZgeMS2VW9sAI_Gu9sV34PX5lyN2VOMdnxl8uvnw,3733
|
|
193
|
+
ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py,sha256=0fyTYCn1mJdeiPQuxaFY4J1x-9lkQa0TrjYYX8Ve3gE,3106
|
|
194
|
+
ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi,sha256=KVdQ8wEfHCCYUU3J3MZWd5qPtKz1HCzStw2v2z_1a7c,991
|
|
195
|
+
ansys_api_discovery-0.6.4.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
|
|
196
|
+
ansys_api_discovery-0.6.4.dist-info/METADATA,sha256=SCY_2-8a7LBb0iayGRpb8RDJseYqyZjD8V5fqv3lzgI,2116
|
|
197
|
+
ansys_api_discovery-0.6.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
198
|
+
ansys_api_discovery-0.6.4.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
|
|
199
|
+
ansys_api_discovery-0.6.4.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
|
|
200
|
+
ansys_api_discovery-0.6.4.dist-info/RECORD,,
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: ansys/api/discovery/v0/conditions.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.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'ansys/api/discovery/v0/conditions.proto\x12!ansys.api.discovery.v0.conditions\x1a,ansys/api/discovery/v0/discoverymodels.proto\"+\n\x16\x44\x65leteConditionRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\"R\n&ChangeConditionSuppressionStateRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x15\n\ris_suppressed\x18\x02 \x01(\x08\"A\n\x1a\x43hangeConditionNameRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x10\n\x08new_name\x18\x02 \x01(\t2\x97\x03\n\nConditions\x12t\n\x0f\x44\x65leteCondition\x12\x39.ansys.api.discovery.v0.conditions.DeleteConditionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x94\x01\n\x1f\x43hangeConditionSuppressionState\x12I.ansys.api.discovery.v0.conditions.ChangeConditionSuppressionStateRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12|\n\x13\x43hangeConditionName\x12=.ansys.api.discovery.v0.conditions.ChangeConditionNameRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
|
|
18
|
-
|
|
19
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
20
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditions_pb2', globals())
|
|
21
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
22
|
-
|
|
23
|
-
DESCRIPTOR._options = None
|
|
24
|
-
DESCRIPTOR._serialized_options = b'\252\002!Ansys.Api.Discovery.V0.Conditions'
|
|
25
|
-
_DELETECONDITIONREQUEST._serialized_start=124
|
|
26
|
-
_DELETECONDITIONREQUEST._serialized_end=167
|
|
27
|
-
_CHANGECONDITIONSUPPRESSIONSTATEREQUEST._serialized_start=169
|
|
28
|
-
_CHANGECONDITIONSUPPRESSIONSTATEREQUEST._serialized_end=251
|
|
29
|
-
_CHANGECONDITIONNAMEREQUEST._serialized_start=253
|
|
30
|
-
_CHANGECONDITIONNAMEREQUEST._serialized_end=318
|
|
31
|
-
_CONDITIONS._serialized_start=321
|
|
32
|
-
_CONDITIONS._serialized_end=728
|
|
33
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: ansys/api/discovery/v0/conditionsfluid.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.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,ansys/api/discovery/v0/conditionsfluid.proto\x12\x31\x61nsys.api.discovery.v0.conditions.conditionsfluid\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xc9\x01\n FlowVelocityInletCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x62\n\x0evelocity_inlet\x18\x04 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityInletProperties\"\xd1\x01\n!FlowVelocityInletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x66\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityInletDefinition\"\xcc\x01\n!FlowVelocityOutletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x64\n\x0fvelocity_outlet\x18\x02 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityOutletProperties\"\xd3\x01\n\"FlowVelocityOutletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12g\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32O.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityOutletDefinition\"\xc9\x01\n FlowPressureInletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x62\n\x0epressure_inlet\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.PressureInletProperties\"\xd1\x01\n!FlowPressureInletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x66\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureInletDefinition\"\xcc\x01\n!FlowPressureOutletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x64\n\x0fpressure_outlet\x18\x02 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.PressureOutletProperties\"\xd3\x01\n\"FlowPressureOutletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12g\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32O.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureOutletDefinition\"\xca\x01\n FlowMassFlowInletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x63\n\x0fmass_flow_inlet\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.MassFlowInletProperties\"\xd1\x01\n!FlowMassFlowInletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x66\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowInletDefinition\"\xcd\x01\n!FlowMassFlowOutletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x65\n\x10mass_flow_outlet\x18\x02 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.MassFlowOutletProperties\"\xd3\x01\n\"FlowMassFlowOutletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12g\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32O.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowOutletDefinition\"\x9a\x01\n\x1e\x43hangeFlowSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x65\n\rspecification\x18\x02 \x01(\x0e\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowSpecificationDefinition\"\xb0\x01\n\x1a\x43hangeFlowDirectionRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12]\n\tdirection\x18\x02 \x01(\x0e\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.FlowDirectionDefinition\x12 \n\x18reset_to_default_subtype\x18\x03 \x01(\x08\"\x81\x02\n\x17VelocityInletProperties\x12/\n\x05speed\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.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\"\xb3\x01\n\x17PressureInletProperties\x12\x32\n\x08pressure\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.FlowThermalProperties\"\xb4\x01\n\x18PressureOutletProperties\x12\x32\n\x08pressure\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.FlowThermalProperties\"\xb4\x01\n\x17MassFlowInletProperties\x12\x33\n\tmass_flow\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.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\"\xd6\x01\n\x1b\x46lowVelocityInletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x62\n\x0evelocity_inlet\x18\x06 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityInletProperties\"\xd9\x01\n\x1c\x46lowVelocityOutletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x64\n\x0fvelocity_outlet\x18\x06 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityOutletProperties\"\xd6\x01\n\x1b\x46lowPressureInletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x62\n\x0epressure_inlet\x18\x06 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.PressureInletProperties\"\xd9\x01\n\x1c\x46lowPressureOutletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x64\n\x0fpressure_outlet\x18\x06 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.PressureOutletProperties\"\xd7\x01\n\x1b\x46lowMassFlowInletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x63\n\x0fmass_flow_inlet\x18\x06 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.MassFlowInletProperties\"\xda\x01\n\x1c\x46lowMassFlowOutletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x65\n\x10mass_flow_outlet\x18\x06 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.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\x9e\x16\n\x0f\x43onditionsFluid\x12\xc4\x01\n\x17\x43reateFlowVelocityInlet\x12S.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityInletCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityInletCreationResponse\x12\xc7\x01\n\x18\x43reateFlowVelocityOutlet\x12T.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityOutletCreationRequest\x1aU.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityOutletCreationResponse\x12\xc4\x01\n\x17\x43reateFlowPressureInlet\x12S.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureInletCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureInletCreationResponse\x12\xc7\x01\n\x18\x43reateFlowPressureOutlet\x12T.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureOutletCreationRequest\x1aU.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureOutletCreationResponse\x12\xc4\x01\n\x17\x43reateFlowMassFlowInlet\x12S.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowInletCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowInletCreationResponse\x12\xc7\x01\n\x18\x43reateFlowMassFlowOutlet\x12T.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowOutletCreationRequest\x1aU.ansys.api.discovery.v0.conditions.conditionsfluid.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\x94\x01\n\x17\x43hangeFlowSpecification\x12Q.ansys.api.discovery.v0.conditions.conditionsfluid.ChangeFlowSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x8c\x01\n\x13\x43hangeFlowDirection\x12M.ansys.api.discovery.v0.conditions.conditionsfluid.ChangeFlowDirectionRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB4\xaa\x02\x31\x41nsys.Api.Discovery.V0.Conditions.ConditionsFluidb\x06proto3')
|
|
18
|
-
|
|
19
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
20
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditionsfluid_pb2', globals())
|
|
21
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
22
|
-
|
|
23
|
-
DESCRIPTOR._options = None
|
|
24
|
-
DESCRIPTOR._serialized_options = b'\252\0021Ansys.Api.Discovery.V0.Conditions.ConditionsFluid'
|
|
25
|
-
_FLOWDIRECTIONDEFINITION._serialized_start=5373
|
|
26
|
-
_FLOWDIRECTIONDEFINITION._serialized_end=5415
|
|
27
|
-
_FLOWSPECIFICATIONDEFINITION._serialized_start=5417
|
|
28
|
-
_FLOWSPECIFICATIONDEFINITION._serialized_end=5488
|
|
29
|
-
_FLOWVELOCITYINLETCREATIONREQUEST._serialized_start=146
|
|
30
|
-
_FLOWVELOCITYINLETCREATIONREQUEST._serialized_end=347
|
|
31
|
-
_FLOWVELOCITYINLETCREATIONRESPONSE._serialized_start=350
|
|
32
|
-
_FLOWVELOCITYINLETCREATIONRESPONSE._serialized_end=559
|
|
33
|
-
_FLOWVELOCITYOUTLETCREATIONREQUEST._serialized_start=562
|
|
34
|
-
_FLOWVELOCITYOUTLETCREATIONREQUEST._serialized_end=766
|
|
35
|
-
_FLOWVELOCITYOUTLETCREATIONRESPONSE._serialized_start=769
|
|
36
|
-
_FLOWVELOCITYOUTLETCREATIONRESPONSE._serialized_end=980
|
|
37
|
-
_FLOWPRESSUREINLETCREATIONREQUEST._serialized_start=983
|
|
38
|
-
_FLOWPRESSUREINLETCREATIONREQUEST._serialized_end=1184
|
|
39
|
-
_FLOWPRESSUREINLETCREATIONRESPONSE._serialized_start=1187
|
|
40
|
-
_FLOWPRESSUREINLETCREATIONRESPONSE._serialized_end=1396
|
|
41
|
-
_FLOWPRESSUREOUTLETCREATIONREQUEST._serialized_start=1399
|
|
42
|
-
_FLOWPRESSUREOUTLETCREATIONREQUEST._serialized_end=1603
|
|
43
|
-
_FLOWPRESSUREOUTLETCREATIONRESPONSE._serialized_start=1606
|
|
44
|
-
_FLOWPRESSUREOUTLETCREATIONRESPONSE._serialized_end=1817
|
|
45
|
-
_FLOWMASSFLOWINLETCREATIONREQUEST._serialized_start=1820
|
|
46
|
-
_FLOWMASSFLOWINLETCREATIONREQUEST._serialized_end=2022
|
|
47
|
-
_FLOWMASSFLOWINLETCREATIONRESPONSE._serialized_start=2025
|
|
48
|
-
_FLOWMASSFLOWINLETCREATIONRESPONSE._serialized_end=2234
|
|
49
|
-
_FLOWMASSFLOWOUTLETCREATIONREQUEST._serialized_start=2237
|
|
50
|
-
_FLOWMASSFLOWOUTLETCREATIONREQUEST._serialized_end=2442
|
|
51
|
-
_FLOWMASSFLOWOUTLETCREATIONRESPONSE._serialized_start=2445
|
|
52
|
-
_FLOWMASSFLOWOUTLETCREATIONRESPONSE._serialized_end=2656
|
|
53
|
-
_CHANGEFLOWSPECIFICATIONREQUEST._serialized_start=2659
|
|
54
|
-
_CHANGEFLOWSPECIFICATIONREQUEST._serialized_end=2813
|
|
55
|
-
_CHANGEFLOWDIRECTIONREQUEST._serialized_start=2816
|
|
56
|
-
_CHANGEFLOWDIRECTIONREQUEST._serialized_end=2992
|
|
57
|
-
_VELOCITYINLETPROPERTIES._serialized_start=2995
|
|
58
|
-
_VELOCITYINLETPROPERTIES._serialized_end=3252
|
|
59
|
-
_VELOCITYOUTLETPROPERTIES._serialized_start=3254
|
|
60
|
-
_VELOCITYOUTLETPROPERTIES._serialized_end=3329
|
|
61
|
-
_PRESSUREINLETPROPERTIES._serialized_start=3332
|
|
62
|
-
_PRESSUREINLETPROPERTIES._serialized_end=3511
|
|
63
|
-
_PRESSUREOUTLETPROPERTIES._serialized_start=3514
|
|
64
|
-
_PRESSUREOUTLETPROPERTIES._serialized_end=3694
|
|
65
|
-
_MASSFLOWINLETPROPERTIES._serialized_start=3697
|
|
66
|
-
_MASSFLOWINLETPROPERTIES._serialized_end=3877
|
|
67
|
-
_MASSFLOWOUTLETPROPERTIES._serialized_start=3879
|
|
68
|
-
_MASSFLOWOUTLETPROPERTIES._serialized_end=3958
|
|
69
|
-
_FLOWTHERMALPROPERTIES._serialized_start=3960
|
|
70
|
-
_FLOWTHERMALPROPERTIES._serialized_end=4058
|
|
71
|
-
_FLOWVELOCITYINLETDEFINITION._serialized_start=4061
|
|
72
|
-
_FLOWVELOCITYINLETDEFINITION._serialized_end=4275
|
|
73
|
-
_FLOWVELOCITYOUTLETDEFINITION._serialized_start=4278
|
|
74
|
-
_FLOWVELOCITYOUTLETDEFINITION._serialized_end=4495
|
|
75
|
-
_FLOWPRESSUREINLETDEFINITION._serialized_start=4498
|
|
76
|
-
_FLOWPRESSUREINLETDEFINITION._serialized_end=4712
|
|
77
|
-
_FLOWPRESSUREOUTLETDEFINITION._serialized_start=4715
|
|
78
|
-
_FLOWPRESSUREOUTLETDEFINITION._serialized_end=4932
|
|
79
|
-
_FLOWMASSFLOWINLETDEFINITION._serialized_start=4935
|
|
80
|
-
_FLOWMASSFLOWINLETDEFINITION._serialized_end=5150
|
|
81
|
-
_FLOWMASSFLOWOUTLETDEFINITION._serialized_start=5153
|
|
82
|
-
_FLOWMASSFLOWOUTLETDEFINITION._serialized_end=5371
|
|
83
|
-
_CONDITIONSFLUID._serialized_start=5491
|
|
84
|
-
_CONDITIONSFLUID._serialized_end=8337
|
|
85
|
-
# @@protoc_insertion_point(module_scope)
|