ansys-api-discovery 0.6.3__py3-none-any.whl → 0.6.5__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.5.dist-info}/METADATA +13 -4
- ansys_api_discovery-0.6.5.dist-info/RECORD +200 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.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.5.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/top_level.txt +0 -0
|
@@ -1,217 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
-
isort:skip_file
|
|
4
|
-
"""
|
|
5
|
-
import abc
|
|
6
|
-
import ansys.api.discovery.v0.conditionsthermal_pb2
|
|
7
|
-
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
8
|
-
import grpc
|
|
9
|
-
|
|
10
|
-
class ConditionsThermalStub:
|
|
11
|
-
def __init__(self, channel: grpc.Channel) -> None: ...
|
|
12
|
-
CreateHeatVolumetricTotal: grpc.UnaryUnaryMultiCallable[
|
|
13
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.HeatCreationRequest,
|
|
14
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.HeatTotalCreationResponse] = ...
|
|
15
|
-
"""Heat condition methods"""
|
|
16
|
-
|
|
17
|
-
CreateHeatVolumetricDistributed: grpc.UnaryUnaryMultiCallable[
|
|
18
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.HeatCreationRequest,
|
|
19
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.HeatVolumetricDistributedCreationResponse] = ...
|
|
20
|
-
|
|
21
|
-
CreateHeatSurfaceTotal: grpc.UnaryUnaryMultiCallable[
|
|
22
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.HeatCreationRequest,
|
|
23
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.HeatTotalCreationResponse] = ...
|
|
24
|
-
|
|
25
|
-
CreateHeatSurfaceDistributed: grpc.UnaryUnaryMultiCallable[
|
|
26
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.HeatCreationRequest,
|
|
27
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.HeatSurfaceDistributedCreationResponse] = ...
|
|
28
|
-
|
|
29
|
-
ChangeHeatLocation: grpc.UnaryUnaryMultiCallable[
|
|
30
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationExtendedRequest,
|
|
31
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
32
|
-
|
|
33
|
-
ChangeTotalHeat: grpc.UnaryUnaryMultiCallable[
|
|
34
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
35
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
36
|
-
|
|
37
|
-
ChangeHeatPerUnitVolume: grpc.UnaryUnaryMultiCallable[
|
|
38
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
39
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
40
|
-
|
|
41
|
-
ChangeHeatPerUnitArea: grpc.UnaryUnaryMultiCallable[
|
|
42
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
43
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
44
|
-
|
|
45
|
-
ChangeHeatSpecification: grpc.UnaryUnaryMultiCallable[
|
|
46
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.ChangeHeatSpecificationRequest,
|
|
47
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
48
|
-
|
|
49
|
-
CreateTemperatureVolumetric: grpc.UnaryUnaryMultiCallable[
|
|
50
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.TemperatureCreationRequest,
|
|
51
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.TemperatureCreationResponse] = ...
|
|
52
|
-
"""Temperature condition methods"""
|
|
53
|
-
|
|
54
|
-
CreateTemperatureSurface: grpc.UnaryUnaryMultiCallable[
|
|
55
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.TemperatureCreationRequest,
|
|
56
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.TemperatureCreationResponse] = ...
|
|
57
|
-
|
|
58
|
-
ChangeTemperatureLocation: grpc.UnaryUnaryMultiCallable[
|
|
59
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationExtendedRequest,
|
|
60
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
61
|
-
|
|
62
|
-
ChangeTemperatureMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
63
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
64
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
65
|
-
|
|
66
|
-
CreateInsulated: grpc.UnaryUnaryMultiCallable[
|
|
67
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.InsulatedCreationRequest,
|
|
68
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.InsulatedCreationResponse] = ...
|
|
69
|
-
"""Insulated condition methods"""
|
|
70
|
-
|
|
71
|
-
ChangeInsulatedLocation: grpc.UnaryUnaryMultiCallable[
|
|
72
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
73
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
74
|
-
|
|
75
|
-
CreateConvection: grpc.UnaryUnaryMultiCallable[
|
|
76
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.ConvectionCreationRequest,
|
|
77
|
-
ansys.api.discovery.v0.conditionsthermal_pb2.ConvectionCreationResponse] = ...
|
|
78
|
-
"""Convection condition methods"""
|
|
79
|
-
|
|
80
|
-
ChangeConvectionLocation: grpc.UnaryUnaryMultiCallable[
|
|
81
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
82
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
83
|
-
|
|
84
|
-
ChangeConvectionCoefficientMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
85
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
86
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
87
|
-
|
|
88
|
-
ChangeConvectionTemperatureMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
89
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
90
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
class ConditionsThermalServicer(metaclass=abc.ABCMeta):
|
|
94
|
-
@abc.abstractmethod
|
|
95
|
-
def CreateHeatVolumetricTotal(self,
|
|
96
|
-
request: ansys.api.discovery.v0.conditionsthermal_pb2.HeatCreationRequest,
|
|
97
|
-
context: grpc.ServicerContext,
|
|
98
|
-
) -> ansys.api.discovery.v0.conditionsthermal_pb2.HeatTotalCreationResponse:
|
|
99
|
-
"""Heat condition methods"""
|
|
100
|
-
pass
|
|
101
|
-
|
|
102
|
-
@abc.abstractmethod
|
|
103
|
-
def CreateHeatVolumetricDistributed(self,
|
|
104
|
-
request: ansys.api.discovery.v0.conditionsthermal_pb2.HeatCreationRequest,
|
|
105
|
-
context: grpc.ServicerContext,
|
|
106
|
-
) -> ansys.api.discovery.v0.conditionsthermal_pb2.HeatVolumetricDistributedCreationResponse: ...
|
|
107
|
-
|
|
108
|
-
@abc.abstractmethod
|
|
109
|
-
def CreateHeatSurfaceTotal(self,
|
|
110
|
-
request: ansys.api.discovery.v0.conditionsthermal_pb2.HeatCreationRequest,
|
|
111
|
-
context: grpc.ServicerContext,
|
|
112
|
-
) -> ansys.api.discovery.v0.conditionsthermal_pb2.HeatTotalCreationResponse: ...
|
|
113
|
-
|
|
114
|
-
@abc.abstractmethod
|
|
115
|
-
def CreateHeatSurfaceDistributed(self,
|
|
116
|
-
request: ansys.api.discovery.v0.conditionsthermal_pb2.HeatCreationRequest,
|
|
117
|
-
context: grpc.ServicerContext,
|
|
118
|
-
) -> ansys.api.discovery.v0.conditionsthermal_pb2.HeatSurfaceDistributedCreationResponse: ...
|
|
119
|
-
|
|
120
|
-
@abc.abstractmethod
|
|
121
|
-
def ChangeHeatLocation(self,
|
|
122
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationExtendedRequest,
|
|
123
|
-
context: grpc.ServicerContext,
|
|
124
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
125
|
-
|
|
126
|
-
@abc.abstractmethod
|
|
127
|
-
def ChangeTotalHeat(self,
|
|
128
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
129
|
-
context: grpc.ServicerContext,
|
|
130
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
131
|
-
|
|
132
|
-
@abc.abstractmethod
|
|
133
|
-
def ChangeHeatPerUnitVolume(self,
|
|
134
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
135
|
-
context: grpc.ServicerContext,
|
|
136
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
137
|
-
|
|
138
|
-
@abc.abstractmethod
|
|
139
|
-
def ChangeHeatPerUnitArea(self,
|
|
140
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
141
|
-
context: grpc.ServicerContext,
|
|
142
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
143
|
-
|
|
144
|
-
@abc.abstractmethod
|
|
145
|
-
def ChangeHeatSpecification(self,
|
|
146
|
-
request: ansys.api.discovery.v0.conditionsthermal_pb2.ChangeHeatSpecificationRequest,
|
|
147
|
-
context: grpc.ServicerContext,
|
|
148
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
149
|
-
|
|
150
|
-
@abc.abstractmethod
|
|
151
|
-
def CreateTemperatureVolumetric(self,
|
|
152
|
-
request: ansys.api.discovery.v0.conditionsthermal_pb2.TemperatureCreationRequest,
|
|
153
|
-
context: grpc.ServicerContext,
|
|
154
|
-
) -> ansys.api.discovery.v0.conditionsthermal_pb2.TemperatureCreationResponse:
|
|
155
|
-
"""Temperature condition methods"""
|
|
156
|
-
pass
|
|
157
|
-
|
|
158
|
-
@abc.abstractmethod
|
|
159
|
-
def CreateTemperatureSurface(self,
|
|
160
|
-
request: ansys.api.discovery.v0.conditionsthermal_pb2.TemperatureCreationRequest,
|
|
161
|
-
context: grpc.ServicerContext,
|
|
162
|
-
) -> ansys.api.discovery.v0.conditionsthermal_pb2.TemperatureCreationResponse: ...
|
|
163
|
-
|
|
164
|
-
@abc.abstractmethod
|
|
165
|
-
def ChangeTemperatureLocation(self,
|
|
166
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationExtendedRequest,
|
|
167
|
-
context: grpc.ServicerContext,
|
|
168
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
169
|
-
|
|
170
|
-
@abc.abstractmethod
|
|
171
|
-
def ChangeTemperatureMagnitude(self,
|
|
172
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
173
|
-
context: grpc.ServicerContext,
|
|
174
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
175
|
-
|
|
176
|
-
@abc.abstractmethod
|
|
177
|
-
def CreateInsulated(self,
|
|
178
|
-
request: ansys.api.discovery.v0.conditionsthermal_pb2.InsulatedCreationRequest,
|
|
179
|
-
context: grpc.ServicerContext,
|
|
180
|
-
) -> ansys.api.discovery.v0.conditionsthermal_pb2.InsulatedCreationResponse:
|
|
181
|
-
"""Insulated condition methods"""
|
|
182
|
-
pass
|
|
183
|
-
|
|
184
|
-
@abc.abstractmethod
|
|
185
|
-
def ChangeInsulatedLocation(self,
|
|
186
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
187
|
-
context: grpc.ServicerContext,
|
|
188
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
189
|
-
|
|
190
|
-
@abc.abstractmethod
|
|
191
|
-
def CreateConvection(self,
|
|
192
|
-
request: ansys.api.discovery.v0.conditionsthermal_pb2.ConvectionCreationRequest,
|
|
193
|
-
context: grpc.ServicerContext,
|
|
194
|
-
) -> ansys.api.discovery.v0.conditionsthermal_pb2.ConvectionCreationResponse:
|
|
195
|
-
"""Convection condition methods"""
|
|
196
|
-
pass
|
|
197
|
-
|
|
198
|
-
@abc.abstractmethod
|
|
199
|
-
def ChangeConvectionLocation(self,
|
|
200
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
201
|
-
context: grpc.ServicerContext,
|
|
202
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
203
|
-
|
|
204
|
-
@abc.abstractmethod
|
|
205
|
-
def ChangeConvectionCoefficientMagnitude(self,
|
|
206
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
207
|
-
context: grpc.ServicerContext,
|
|
208
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
209
|
-
|
|
210
|
-
@abc.abstractmethod
|
|
211
|
-
def ChangeConvectionTemperatureMagnitude(self,
|
|
212
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
213
|
-
context: grpc.ServicerContext,
|
|
214
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
def add_ConditionsThermalServicer_to_server(servicer: ConditionsThermalServicer, server: grpc.Server) -> None: ...
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
ansys/api/discovery/VERSION,sha256=yfVuuTSMvINFva6nyiTJ-WDhWYrwVHJ5R2CiaC_weow,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/conditions.proto,sha256=AIerp0U5Od-1ZFLXdu7yBGCZitfTj5GpmOyZhZzfxIQ,849
|
|
6
|
-
ansys/api/discovery/v0/conditions_pb2.py,sha256=9F6aDEIaixZrF4JrfNnSJfoMgGtFlNKp-4yC5YXTdhk,2399
|
|
7
|
-
ansys/api/discovery/v0/conditions_pb2.pyi,sha256=YFZof2hSOuK6GF0qmagdVUT45RiRHzFRDaGNVAHxxkc,2001
|
|
8
|
-
ansys/api/discovery/v0/conditions_pb2_grpc.py,sha256=mCjPXSOvwLzIl4XAu4nDozy0PUloDi5jsZhJ5g3TeDQ,6939
|
|
9
|
-
ansys/api/discovery/v0/conditions_pb2_grpc.pyi,sha256=caUBGpiu7akM5WNTGeMnRxmhLtpxTh_eOHH0T1_lrWc,1913
|
|
10
|
-
ansys/api/discovery/v0/conditionsfluid.proto,sha256=hdR72gWxHjtxinHqxRyPu8jRI_tvNFqJf7h2QcA1Uww,6439
|
|
11
|
-
ansys/api/discovery/v0/conditionsfluid_pb2.py,sha256=Ivsh_ZLrNZvXa4H_Vkl7_JhgW-etQG31lmT8FUCh84w,15162
|
|
12
|
-
ansys/api/discovery/v0/conditionsfluid_pb2.pyi,sha256=CpULB1ZYS1YUaOnTvy647KWZeJVHVZ63EQjvdqP3C-o,32321
|
|
13
|
-
ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py,sha256=DRadkhnAGajXXGp6-YEbNatYMN1Cy2STx-ZuxcHQEEg,40004
|
|
14
|
-
ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi,sha256=j6zEx8PQO6mn7ZMhAoc14ZwYUWthIeOEARoQbMS6gk8,9894
|
|
15
|
-
ansys/api/discovery/v0/conditionsstructural.proto,sha256=HZfQKBt6x6IzE-8b6j69d_NwyYmEYSndEHhUfEjB8r4,20045
|
|
16
|
-
ansys/api/discovery/v0/conditionsstructural_pb2.py,sha256=VJ0OjLcZ_q5YcZVtwOTJFfPN4gS1SFnTMBB3Ak2q7p8,41673
|
|
17
|
-
ansys/api/discovery/v0/conditionsstructural_pb2.pyi,sha256=odmyQ_qaOBuyVYdWdQrl5sIOd5_JSZQWUzcWGq7qIs0,66805
|
|
18
|
-
ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py,sha256=D0gRZ2Rygo1nCui1cp-0vRsOmYkbjk1EdZ5hSXRuGJQ,255464
|
|
19
|
-
ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi,sha256=QSkgL5rhT01zFr3wtF3JOgxxgxUyb9vf2AUEa93ytV4,61364
|
|
20
|
-
ansys/api/discovery/v0/conditionsthermal.proto,sha256=hdKBj3y8sHsCB6LicKD3k7vzIQsWPFvAqVwWfhmf8rs,4767
|
|
21
|
-
ansys/api/discovery/v0/conditionsthermal_pb2.py,sha256=zbySpVn_rg9epkCv5GH870pb0R28TvcyJ6SUu3Hqwgk,10965
|
|
22
|
-
ansys/api/discovery/v0/conditionsthermal_pb2.pyi,sha256=UslQ_9X5_B9GR_0tHDjIcujMh10nOKJDc_oVGnk0bhk,21322
|
|
23
|
-
ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py,sha256=dMlHj4CnJIQj5nwKz-WwOEKHF0wp-urHNwFlui6n_8k,39689
|
|
24
|
-
ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi,sha256=ONLY6HOJbASgl-x7R6F31zTmDD-p5xQ7bcphufDvLX8,10053
|
|
25
|
-
ansys/api/discovery/v0/definedvariationstable.proto,sha256=lX16X6sfqu_iqKpX3VJRF-8JheBX3fjdq-MeL0LC6js,4186
|
|
26
|
-
ansys/api/discovery/v0/definedvariationstable_pb2.py,sha256=vBPsGZ4ZQ87JHsDce5JZQwLJlulDW7Swntcowc2NRaM,6902
|
|
27
|
-
ansys/api/discovery/v0/definedvariationstable_pb2.pyi,sha256=XYP3RRIKZwIKjMUEtTEe_zFckytFNy3IP8BQcQ1SvGU,10354
|
|
28
|
-
ansys/api/discovery/v0/definedvariationstable_pb2_grpc.py,sha256=5Bl_xJKM_sMiyxd9vMl0amR3sgXDIPMNElybJlI5elU,33209
|
|
29
|
-
ansys/api/discovery/v0/definedvariationstable_pb2_grpc.pyi,sha256=Vx_gAUNcKWbYqVP-x8ExtYXfMbl4QBIel-LtsIvB3l4,9690
|
|
30
|
-
ansys/api/discovery/v0/discoverymodels.proto,sha256=njPFb4Kn0UUwZ_NflIjJc1iJtJ65EmXKJp86Bf4gD6w,7169
|
|
31
|
-
ansys/api/discovery/v0/discoverymodels_pb2.py,sha256=2XTxsZHubfQV7tm1qm4NcZU7VcPXgC90cKXXWqqrVN0,12719
|
|
32
|
-
ansys/api/discovery/v0/discoverymodels_pb2.pyi,sha256=Qsk9ugpU8J3HtlMIyNvJAWjwXS8yuLuxQwcPFGqEcJE,36225
|
|
33
|
-
ansys/api/discovery/v0/discoverymodels_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
34
|
-
ansys/api/discovery/v0/discoverymodels_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
|
|
35
|
-
ansys/api/discovery/v0/historytrackparameters.proto,sha256=LPRmwRt10H8K7H8GacWPt28xA1M1_HURJRErbwltqJo,1549
|
|
36
|
-
ansys/api/discovery/v0/historytrackparameters_pb2.py,sha256=fT9C0SHqvMyIyt9s8FMo9QrLOvr-c7AqRL1Au9K53Wo,3568
|
|
37
|
-
ansys/api/discovery/v0/historytrackparameters_pb2.pyi,sha256=zZTsjO8YGjSlNmheGruuD9xgbgeueo82vPEhKJAIGQg,4127
|
|
38
|
-
ansys/api/discovery/v0/historytrackparameters_pb2_grpc.py,sha256=Q1DUqfD_cOmqSsfiGIzgnAFV3joL6li8dpP9jKmQ8Ro,12329
|
|
39
|
-
ansys/api/discovery/v0/historytrackparameters_pb2_grpc.pyi,sha256=AWaZuM5eCp7G3tlweLBt4BKqy11XYXcvoie6TQa5hVg,3517
|
|
40
|
-
ansys/api/discovery/v0/messaging.proto,sha256=BK9UViPHmr5m__dLLjT8yTzit77nIlNQHp7888y8Y0k,545
|
|
41
|
-
ansys/api/discovery/v0/messaging_pb2.py,sha256=O9N7jQcb3jleaJj60Cc4HSIi8D5IjlNJir_mdkNFr6g,1595
|
|
42
|
-
ansys/api/discovery/v0/messaging_pb2.pyi,sha256=7pVtwf6MQNpMkPlPrw5F4kfO6EPjREF3_rV-VmRfjy8,716
|
|
43
|
-
ansys/api/discovery/v0/messaging_pb2_grpc.py,sha256=q7Og7xEn4CApFY5NwPRN1-cpQvyW6E5TjrQnoc4xeMw,4466
|
|
44
|
-
ansys/api/discovery/v0/messaging_pb2_grpc.pyi,sha256=22vxFZ2OMICUFsfbDiJRq4gdwXo79wDC2KTvPnLy3G4,1260
|
|
45
|
-
ansys/api/discovery/v0/monitors.proto,sha256=HNshmmZvIkjoTOScA6MTAUYbMcRjYPxWBeozQJdYnio,1186
|
|
46
|
-
ansys/api/discovery/v0/monitors_pb2.py,sha256=ECJ8eUxg10nrgrySK6dfDKnlwrnHpqRHVg-B5jwQYeY,3172
|
|
47
|
-
ansys/api/discovery/v0/monitors_pb2.pyi,sha256=ZCGf3dPjKJJBwAyR21qqour86KwcGgs0qT9iLz3K8GY,5342
|
|
48
|
-
ansys/api/discovery/v0/monitors_pb2_grpc.py,sha256=9E4Gnr4u9efP3_7JhOuzR5YyqRCgR6OXrwjOU7HE-QI,2825
|
|
49
|
-
ansys/api/discovery/v0/monitors_pb2_grpc.pyi,sha256=ht2Mwq49Y-92_MNlEzojXmPemi1gmsE7XhawQEe9RpM,877
|
|
50
|
-
ansys/api/discovery/v0/results.proto,sha256=Frawz3dxK8YKmWbU8j44lJqYt6s0S4auadImxhG2LVc,3415
|
|
51
|
-
ansys/api/discovery/v0/results_pb2.py,sha256=KTE4P151gWNVSovApCxgp9pONtsFk6Avjl8o4BB38r0,5650
|
|
52
|
-
ansys/api/discovery/v0/results_pb2.pyi,sha256=j3aFC2TuCSgdMUkg2nj-dm3YLc9SQSJPlb3NeoHLRg8,13387
|
|
53
|
-
ansys/api/discovery/v0/results_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
54
|
-
ansys/api/discovery/v0/results_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
|
|
55
|
-
ansys/api/discovery/v0/scriptparameters.proto,sha256=hIXZjxv8vyJP-m4GNOzUTVoTERvRCF5dwkP53LNS6lc,1167
|
|
56
|
-
ansys/api/discovery/v0/scriptparameters_pb2.py,sha256=_1ryfv7k6koRvojxhaC5VNAEuoa41m3IPcmH8sJXtac,2742
|
|
57
|
-
ansys/api/discovery/v0/scriptparameters_pb2.pyi,sha256=9wQXDBkfSUmfZdxqVtX7yY1w6U0u4111zh50FtMHadw,2771
|
|
58
|
-
ansys/api/discovery/v0/scriptparameters_pb2_grpc.py,sha256=_xgI27Vou0a9NU9kcsRGsAqbeWOLhkVF9TR2xT-7TYc,8362
|
|
59
|
-
ansys/api/discovery/v0/scriptparameters_pb2_grpc.pyi,sha256=a0xk_U1pRjwXazAu99FNR2idjXbN64lFkBPc33uXXJ0,2537
|
|
60
|
-
ansys/api/discovery/v0/simulations.proto,sha256=ZFTtqejnvlG77uCBh4okA8jewF9EKLHT8iooK0Hbta0,625
|
|
61
|
-
ansys/api/discovery/v0/simulations_pb2.py,sha256=Ge_v20bL1UJeo2wimuQ20D9UdDoS_dgHBtTGg55Wefk,1824
|
|
62
|
-
ansys/api/discovery/v0/simulations_pb2.pyi,sha256=WxPMTdKQo23vIBMqBxV99BzehIRzHnvTo2CL-Kst7qc,1055
|
|
63
|
-
ansys/api/discovery/v0/simulations_pb2_grpc.py,sha256=S8jmaQQmGsqfr7y4qVKuQ55BZS0iAgnK2T0eMuB4TZg,4628
|
|
64
|
-
ansys/api/discovery/v0/simulations_pb2_grpc.pyi,sha256=WM9yj4Ra2vxHIzb0YkWU5QvMFWzA7-4X71GG5JPiqPU,1358
|
|
65
|
-
ansys/api/discovery/v0/solution.proto,sha256=PNP48eEvedXfNAsAeOwy9yo0O65boxbrA6qXcpl1Uqc,1068
|
|
66
|
-
ansys/api/discovery/v0/solution_pb2.py,sha256=g-IjPml-WrGzlHiK2n-gap6UXOHS2AaJxgl-IJTbDOs,3026
|
|
67
|
-
ansys/api/discovery/v0/solution_pb2.pyi,sha256=6iswlXDqx1nNwE9URxceD3wQZ_06xwqt5w2mqgbVg8Q,4596
|
|
68
|
-
ansys/api/discovery/v0/solution_pb2_grpc.py,sha256=CP-hr9Ub-48GJsY0NWyHXz9cZWr4xj-E2jBOPkg_pA0,6517
|
|
69
|
-
ansys/api/discovery/v0/solution_pb2_grpc.pyi,sha256=jJTn_Ka4BtM9fJ4C6CzMJK4gCgjmHr9_pL-TuLhNlSs,1645
|
|
70
|
-
ansys/api/discovery/v0/units.proto,sha256=gTL5sZVIqcGNOxfc30FGa1Jlspuoi1E6x0EFJIr-kx4,45403
|
|
71
|
-
ansys/api/discovery/v0/units_pb2.py,sha256=k8n3o8rH_yt48xqvjzPu8XONteVLI_Eg8BbwkJVoMP0,65089
|
|
72
|
-
ansys/api/discovery/v0/units_pb2.pyi,sha256=1sBHhZfIxIssrgeO3jIgMQ-5nMhBBn8qkr93C60Jg2c,201214
|
|
73
|
-
ansys/api/discovery/v0/units_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
|
74
|
-
ansys/api/discovery/v0/units_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
|
|
75
|
-
ansys/api/discovery/v0/unsupported.proto,sha256=_XuF-BtGc71zKf_LxOGXMxhgSBD_9jkutKKgbTOZIsY,973
|
|
76
|
-
ansys/api/discovery/v0/unsupported_pb2.py,sha256=ofOCaosQf6fXLpI7lM5hLCsV65fI8hbqKV1K7OZrLTI,2548
|
|
77
|
-
ansys/api/discovery/v0/unsupported_pb2.pyi,sha256=wQ-iSPmW9Q54qT7FAkOEncgchsG__P1_1hNOfud0S7U,2469
|
|
78
|
-
ansys/api/discovery/v0/unsupported_pb2_grpc.py,sha256=11CkFdcBg0M5CHpGy4YunpYY8Qm9yQs0qV5EnFFGQA0,4998
|
|
79
|
-
ansys/api/discovery/v0/unsupported_pb2_grpc.pyi,sha256=xEZkaWTvk57dz8SIAq9t6SG_yrLF9S0-iY-1550apPI,1541
|
|
80
|
-
ansys_api_discovery-0.6.3.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
|
|
81
|
-
ansys_api_discovery-0.6.3.dist-info/METADATA,sha256=kRiRp521cNMtlqAfgFKQHQbqOb1AYP0Dr26g1NqG3c0,1922
|
|
82
|
-
ansys_api_discovery-0.6.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
83
|
-
ansys_api_discovery-0.6.3.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
|
|
84
|
-
ansys_api_discovery-0.6.3.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
|
|
85
|
-
ansys_api_discovery-0.6.3.dist-info/RECORD,,
|
|
File without changes
|
{ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|