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.

Files changed (168) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/assignments/boltassignment.proto +40 -0
  3. ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
  4. ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
  5. ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
  6. ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
  7. ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
  8. ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
  9. ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
  10. ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
  11. ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
  12. ansys/api/discovery/v0/conditions/bearing.proto +47 -0
  13. ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
  14. ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
  15. ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
  16. ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
  17. ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
  18. ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
  19. ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
  20. ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
  21. ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
  22. ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
  23. ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
  24. ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
  25. ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
  26. ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
  27. ansys/api/discovery/v0/conditions/convection.proto +43 -0
  28. ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
  29. ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
  30. ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
  31. ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
  32. ansys/api/discovery/v0/conditions/displacement.proto +105 -0
  33. ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
  34. ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
  35. ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
  36. ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
  37. ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
  38. ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
  39. ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
  40. ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
  41. ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
  42. ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
  43. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
  44. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
  45. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
  46. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
  47. ansys/api/discovery/v0/conditions/force.proto +131 -0
  48. ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
  49. ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
  50. ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
  51. ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
  52. ansys/api/discovery/v0/conditions/gravity.proto +39 -0
  53. ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
  54. ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
  55. ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
  56. ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
  57. ansys/api/discovery/v0/conditions/heat.proto +90 -0
  58. ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
  59. ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
  60. ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
  61. ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
  62. ansys/api/discovery/v0/conditions/insulated.proto +34 -0
  63. ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
  64. ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
  65. ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
  66. ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
  67. ansys/api/discovery/v0/conditions/mass.proto +49 -0
  68. ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
  69. ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
  70. ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
  71. ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
  72. ansys/api/discovery/v0/conditions/moment.proto +67 -0
  73. ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
  74. ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
  75. ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
  76. ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
  77. ansys/api/discovery/v0/conditions/porous.proto +116 -0
  78. ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
  79. ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
  80. ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
  81. ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
  82. ansys/api/discovery/v0/conditions/pressure.proto +43 -0
  83. ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
  84. ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
  85. ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
  86. ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
  87. ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
  88. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
  89. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
  90. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
  91. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
  92. ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
  93. ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
  94. ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
  95. ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
  96. ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
  97. ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
  98. ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
  99. ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
  100. ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
  101. ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
  102. ansys/api/discovery/v0/conditions/support.proto +98 -0
  103. ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
  104. ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
  105. ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
  106. ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
  107. ansys/api/discovery/v0/conditions/velocity.proto +58 -0
  108. ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
  109. ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
  110. ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
  111. ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
  112. ansys/api/discovery/v0/conditions/wall.proto +209 -0
  113. ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
  114. ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
  115. ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
  116. ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
  117. ansys/api/discovery/v0/connections/contact.proto +110 -0
  118. ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
  119. ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
  120. ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
  121. ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
  122. ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
  123. ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
  124. ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
  125. ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
  126. ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
  127. ansys/api/discovery/v0/connections/joint.proto +56 -0
  128. ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
  129. ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
  130. ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
  131. ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
  132. ansys/api/discovery/v0/discoverymodels.proto +34 -17
  133. ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
  134. ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
  135. ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
  136. ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
  137. ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
  138. ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
  139. ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
  140. ansys/api/discovery/v0/monitors.proto +4 -4
  141. ansys/api/discovery/v0/monitors_pb2.py +10 -10
  142. ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
  143. ansys/api/discovery/v0/solution.proto +4 -3
  144. ansys/api/discovery/v0/solution_pb2.py +16 -15
  145. ansys/api/discovery/v0/solution_pb2.pyi +11 -7
  146. ansys/api/discovery/v0/unsupported.proto +10 -0
  147. ansys/api/discovery/v0/unsupported_pb2.py +5 -3
  148. ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
  149. ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
  150. ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
  151. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/METADATA +13 -4
  152. ansys_api_discovery-0.6.4.dist-info/RECORD +200 -0
  153. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/WHEEL +1 -1
  154. ansys/api/discovery/v0/conditions_pb2.py +0 -33
  155. ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
  156. ansys/api/discovery/v0/conditionsstructural.proto +0 -407
  157. ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -113
  158. ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -839
  159. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -2746
  160. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -854
  161. ansys/api/discovery/v0/conditionsthermal.proto +0 -179
  162. ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
  163. ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
  164. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
  165. ansys_api_discovery-0.6.2.dist-info/RECORD +0 -85
  166. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
  167. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
  168. {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,633 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
5
+ from ansys.api.discovery.v0.conditions import wall_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2
6
+ from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
7
+
8
+
9
+ class WallStub(object):
10
+ """Missing associated documentation comment in .proto file."""
11
+
12
+ def __init__(self, channel):
13
+ """Constructor.
14
+
15
+ Args:
16
+ channel: A grpc.Channel.
17
+ """
18
+ self.CreateWallFreeSlip = channel.unary_unary(
19
+ '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallFreeSlip',
20
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallFreeSlipCreationRequest.SerializeToString,
21
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallFreeSlipCreationResponse.FromString,
22
+ )
23
+ self.CreateWallStationary = channel.unary_unary(
24
+ '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallStationary',
25
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallStationaryCreationRequest.SerializeToString,
26
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallStationaryCreationResponse.FromString,
27
+ )
28
+ self.CreateWallRotating = channel.unary_unary(
29
+ '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallRotating',
30
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationRequest.SerializeToString,
31
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationResponse.FromString,
32
+ )
33
+ self.CreateWallTranslating = channel.unary_unary(
34
+ '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallTranslating',
35
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationRequest.SerializeToString,
36
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationResponse.FromString,
37
+ )
38
+ self.ChangeWallSpecification = channel.unary_unary(
39
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallSpecification',
40
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.ChangeWallSpecificationRequest.SerializeToString,
41
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
42
+ )
43
+ self.ChangeWallLocation = channel.unary_unary(
44
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallLocation',
45
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
46
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
47
+ )
48
+ self.ChangeWallRotationalVelocityMagnitude = channel.unary_unary(
49
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallRotationalVelocityMagnitude',
50
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
51
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
52
+ )
53
+ self.ChangeWallTranslationalVelocityMagnitude = channel.unary_unary(
54
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallTranslationalVelocityMagnitude',
55
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
56
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
57
+ )
58
+ self.ChangeWallThermalInputEnabled = channel.unary_unary(
59
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallThermalInputEnabled',
60
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
61
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
62
+ )
63
+ self.ChangeWallThermalOption = channel.unary_unary(
64
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallThermalOption',
65
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.ChangeWallThermalOptionRequest.SerializeToString,
66
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
67
+ )
68
+ self.ChangeWallRadiationInputEnabled = channel.unary_unary(
69
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallRadiationInputEnabled',
70
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
71
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
72
+ )
73
+ self.ChangeWallInternalEmissivity = channel.unary_unary(
74
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallInternalEmissivity',
75
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
76
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
77
+ )
78
+ self.ChangeWallExternalTemperature = channel.unary_unary(
79
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallExternalTemperature',
80
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
81
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
82
+ )
83
+ self.ChangeWallConvectionCoefficient = channel.unary_unary(
84
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallConvectionCoefficient',
85
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
86
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
87
+ )
88
+ self.ChangeWallHeatFlux = channel.unary_unary(
89
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallHeatFlux',
90
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
91
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
92
+ )
93
+ self.ChangeWallHeatFlow = channel.unary_unary(
94
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallHeatFlow',
95
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
96
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
97
+ )
98
+ self.ChangeWallTemperature = channel.unary_unary(
99
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallTemperature',
100
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
101
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
102
+ )
103
+ self.ChangeWallExternalEmissivity = channel.unary_unary(
104
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallExternalEmissivity',
105
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
106
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
107
+ )
108
+
109
+
110
+ class WallServicer(object):
111
+ """Missing associated documentation comment in .proto file."""
112
+
113
+ def CreateWallFreeSlip(self, request, context):
114
+ """wall creation methods
115
+ """
116
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
117
+ context.set_details('Method not implemented!')
118
+ raise NotImplementedError('Method not implemented!')
119
+
120
+ def CreateWallStationary(self, request, context):
121
+ """Missing associated documentation comment in .proto file."""
122
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
123
+ context.set_details('Method not implemented!')
124
+ raise NotImplementedError('Method not implemented!')
125
+
126
+ def CreateWallRotating(self, request, context):
127
+ """Missing associated documentation comment in .proto file."""
128
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
129
+ context.set_details('Method not implemented!')
130
+ raise NotImplementedError('Method not implemented!')
131
+
132
+ def CreateWallTranslating(self, request, context):
133
+ """Missing associated documentation comment in .proto file."""
134
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
135
+ context.set_details('Method not implemented!')
136
+ raise NotImplementedError('Method not implemented!')
137
+
138
+ def ChangeWallSpecification(self, request, context):
139
+ """Wall properties
140
+ """
141
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
142
+ context.set_details('Method not implemented!')
143
+ raise NotImplementedError('Method not implemented!')
144
+
145
+ def ChangeWallLocation(self, request, context):
146
+ """Missing associated documentation comment in .proto file."""
147
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
148
+ context.set_details('Method not implemented!')
149
+ raise NotImplementedError('Method not implemented!')
150
+
151
+ def ChangeWallRotationalVelocityMagnitude(self, request, context):
152
+ """Motion quantities
153
+ """
154
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
155
+ context.set_details('Method not implemented!')
156
+ raise NotImplementedError('Method not implemented!')
157
+
158
+ def ChangeWallTranslationalVelocityMagnitude(self, request, context):
159
+ """Missing associated documentation comment in .proto file."""
160
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
161
+ context.set_details('Method not implemented!')
162
+ raise NotImplementedError('Method not implemented!')
163
+
164
+ def ChangeWallThermalInputEnabled(self, request, context):
165
+ """Thermal quantities
166
+
167
+ """
168
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
169
+ context.set_details('Method not implemented!')
170
+ raise NotImplementedError('Method not implemented!')
171
+
172
+ def ChangeWallThermalOption(self, request, context):
173
+ """Missing associated documentation comment in .proto file."""
174
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
175
+ context.set_details('Method not implemented!')
176
+ raise NotImplementedError('Method not implemented!')
177
+
178
+ def ChangeWallRadiationInputEnabled(self, request, context):
179
+ """Missing associated documentation comment in .proto file."""
180
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
181
+ context.set_details('Method not implemented!')
182
+ raise NotImplementedError('Method not implemented!')
183
+
184
+ def ChangeWallInternalEmissivity(self, request, context):
185
+ """Missing associated documentation comment in .proto file."""
186
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
187
+ context.set_details('Method not implemented!')
188
+ raise NotImplementedError('Method not implemented!')
189
+
190
+ def ChangeWallExternalTemperature(self, request, context):
191
+ """Missing associated documentation comment in .proto file."""
192
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
193
+ context.set_details('Method not implemented!')
194
+ raise NotImplementedError('Method not implemented!')
195
+
196
+ def ChangeWallConvectionCoefficient(self, request, context):
197
+ """Missing associated documentation comment in .proto file."""
198
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
199
+ context.set_details('Method not implemented!')
200
+ raise NotImplementedError('Method not implemented!')
201
+
202
+ def ChangeWallHeatFlux(self, request, context):
203
+ """Missing associated documentation comment in .proto file."""
204
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
205
+ context.set_details('Method not implemented!')
206
+ raise NotImplementedError('Method not implemented!')
207
+
208
+ def ChangeWallHeatFlow(self, request, context):
209
+ """Missing associated documentation comment in .proto file."""
210
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
211
+ context.set_details('Method not implemented!')
212
+ raise NotImplementedError('Method not implemented!')
213
+
214
+ def ChangeWallTemperature(self, request, context):
215
+ """Missing associated documentation comment in .proto file."""
216
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
217
+ context.set_details('Method not implemented!')
218
+ raise NotImplementedError('Method not implemented!')
219
+
220
+ def ChangeWallExternalEmissivity(self, request, context):
221
+ """Missing associated documentation comment in .proto file."""
222
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
223
+ context.set_details('Method not implemented!')
224
+ raise NotImplementedError('Method not implemented!')
225
+
226
+
227
+ def add_WallServicer_to_server(servicer, server):
228
+ rpc_method_handlers = {
229
+ 'CreateWallFreeSlip': grpc.unary_unary_rpc_method_handler(
230
+ servicer.CreateWallFreeSlip,
231
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallFreeSlipCreationRequest.FromString,
232
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallFreeSlipCreationResponse.SerializeToString,
233
+ ),
234
+ 'CreateWallStationary': grpc.unary_unary_rpc_method_handler(
235
+ servicer.CreateWallStationary,
236
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallStationaryCreationRequest.FromString,
237
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallStationaryCreationResponse.SerializeToString,
238
+ ),
239
+ 'CreateWallRotating': grpc.unary_unary_rpc_method_handler(
240
+ servicer.CreateWallRotating,
241
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationRequest.FromString,
242
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationResponse.SerializeToString,
243
+ ),
244
+ 'CreateWallTranslating': grpc.unary_unary_rpc_method_handler(
245
+ servicer.CreateWallTranslating,
246
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationRequest.FromString,
247
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationResponse.SerializeToString,
248
+ ),
249
+ 'ChangeWallSpecification': grpc.unary_unary_rpc_method_handler(
250
+ servicer.ChangeWallSpecification,
251
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.ChangeWallSpecificationRequest.FromString,
252
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
253
+ ),
254
+ 'ChangeWallLocation': grpc.unary_unary_rpc_method_handler(
255
+ servicer.ChangeWallLocation,
256
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
257
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
258
+ ),
259
+ 'ChangeWallRotationalVelocityMagnitude': grpc.unary_unary_rpc_method_handler(
260
+ servicer.ChangeWallRotationalVelocityMagnitude,
261
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
262
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
263
+ ),
264
+ 'ChangeWallTranslationalVelocityMagnitude': grpc.unary_unary_rpc_method_handler(
265
+ servicer.ChangeWallTranslationalVelocityMagnitude,
266
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
267
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
268
+ ),
269
+ 'ChangeWallThermalInputEnabled': grpc.unary_unary_rpc_method_handler(
270
+ servicer.ChangeWallThermalInputEnabled,
271
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
272
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
273
+ ),
274
+ 'ChangeWallThermalOption': grpc.unary_unary_rpc_method_handler(
275
+ servicer.ChangeWallThermalOption,
276
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.ChangeWallThermalOptionRequest.FromString,
277
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
278
+ ),
279
+ 'ChangeWallRadiationInputEnabled': grpc.unary_unary_rpc_method_handler(
280
+ servicer.ChangeWallRadiationInputEnabled,
281
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
282
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
283
+ ),
284
+ 'ChangeWallInternalEmissivity': grpc.unary_unary_rpc_method_handler(
285
+ servicer.ChangeWallInternalEmissivity,
286
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
287
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
288
+ ),
289
+ 'ChangeWallExternalTemperature': grpc.unary_unary_rpc_method_handler(
290
+ servicer.ChangeWallExternalTemperature,
291
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
292
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
293
+ ),
294
+ 'ChangeWallConvectionCoefficient': grpc.unary_unary_rpc_method_handler(
295
+ servicer.ChangeWallConvectionCoefficient,
296
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
297
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
298
+ ),
299
+ 'ChangeWallHeatFlux': grpc.unary_unary_rpc_method_handler(
300
+ servicer.ChangeWallHeatFlux,
301
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
302
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
303
+ ),
304
+ 'ChangeWallHeatFlow': grpc.unary_unary_rpc_method_handler(
305
+ servicer.ChangeWallHeatFlow,
306
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
307
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
308
+ ),
309
+ 'ChangeWallTemperature': grpc.unary_unary_rpc_method_handler(
310
+ servicer.ChangeWallTemperature,
311
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
312
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
313
+ ),
314
+ 'ChangeWallExternalEmissivity': grpc.unary_unary_rpc_method_handler(
315
+ servicer.ChangeWallExternalEmissivity,
316
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
317
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
318
+ ),
319
+ }
320
+ generic_handler = grpc.method_handlers_generic_handler(
321
+ 'ansys.api.discovery.v0.conditions.wall.Wall', rpc_method_handlers)
322
+ server.add_generic_rpc_handlers((generic_handler,))
323
+
324
+
325
+ # This class is part of an EXPERIMENTAL API.
326
+ class Wall(object):
327
+ """Missing associated documentation comment in .proto file."""
328
+
329
+ @staticmethod
330
+ def CreateWallFreeSlip(request,
331
+ target,
332
+ options=(),
333
+ channel_credentials=None,
334
+ call_credentials=None,
335
+ insecure=False,
336
+ compression=None,
337
+ wait_for_ready=None,
338
+ timeout=None,
339
+ metadata=None):
340
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallFreeSlip',
341
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallFreeSlipCreationRequest.SerializeToString,
342
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallFreeSlipCreationResponse.FromString,
343
+ options, channel_credentials,
344
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
345
+
346
+ @staticmethod
347
+ def CreateWallStationary(request,
348
+ target,
349
+ options=(),
350
+ channel_credentials=None,
351
+ call_credentials=None,
352
+ insecure=False,
353
+ compression=None,
354
+ wait_for_ready=None,
355
+ timeout=None,
356
+ metadata=None):
357
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallStationary',
358
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallStationaryCreationRequest.SerializeToString,
359
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallStationaryCreationResponse.FromString,
360
+ options, channel_credentials,
361
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
362
+
363
+ @staticmethod
364
+ def CreateWallRotating(request,
365
+ target,
366
+ options=(),
367
+ channel_credentials=None,
368
+ call_credentials=None,
369
+ insecure=False,
370
+ compression=None,
371
+ wait_for_ready=None,
372
+ timeout=None,
373
+ metadata=None):
374
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallRotating',
375
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationRequest.SerializeToString,
376
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationResponse.FromString,
377
+ options, channel_credentials,
378
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
379
+
380
+ @staticmethod
381
+ def CreateWallTranslating(request,
382
+ target,
383
+ options=(),
384
+ channel_credentials=None,
385
+ call_credentials=None,
386
+ insecure=False,
387
+ compression=None,
388
+ wait_for_ready=None,
389
+ timeout=None,
390
+ metadata=None):
391
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallTranslating',
392
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationRequest.SerializeToString,
393
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationResponse.FromString,
394
+ options, channel_credentials,
395
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
396
+
397
+ @staticmethod
398
+ def ChangeWallSpecification(request,
399
+ target,
400
+ options=(),
401
+ channel_credentials=None,
402
+ call_credentials=None,
403
+ insecure=False,
404
+ compression=None,
405
+ wait_for_ready=None,
406
+ timeout=None,
407
+ metadata=None):
408
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallSpecification',
409
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.ChangeWallSpecificationRequest.SerializeToString,
410
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
411
+ options, channel_credentials,
412
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
413
+
414
+ @staticmethod
415
+ def ChangeWallLocation(request,
416
+ target,
417
+ options=(),
418
+ channel_credentials=None,
419
+ call_credentials=None,
420
+ insecure=False,
421
+ compression=None,
422
+ wait_for_ready=None,
423
+ timeout=None,
424
+ metadata=None):
425
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallLocation',
426
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
427
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
428
+ options, channel_credentials,
429
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
430
+
431
+ @staticmethod
432
+ def ChangeWallRotationalVelocityMagnitude(request,
433
+ target,
434
+ options=(),
435
+ channel_credentials=None,
436
+ call_credentials=None,
437
+ insecure=False,
438
+ compression=None,
439
+ wait_for_ready=None,
440
+ timeout=None,
441
+ metadata=None):
442
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallRotationalVelocityMagnitude',
443
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
444
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
445
+ options, channel_credentials,
446
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
447
+
448
+ @staticmethod
449
+ def ChangeWallTranslationalVelocityMagnitude(request,
450
+ target,
451
+ options=(),
452
+ channel_credentials=None,
453
+ call_credentials=None,
454
+ insecure=False,
455
+ compression=None,
456
+ wait_for_ready=None,
457
+ timeout=None,
458
+ metadata=None):
459
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallTranslationalVelocityMagnitude',
460
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
461
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
462
+ options, channel_credentials,
463
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
464
+
465
+ @staticmethod
466
+ def ChangeWallThermalInputEnabled(request,
467
+ target,
468
+ options=(),
469
+ channel_credentials=None,
470
+ call_credentials=None,
471
+ insecure=False,
472
+ compression=None,
473
+ wait_for_ready=None,
474
+ timeout=None,
475
+ metadata=None):
476
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallThermalInputEnabled',
477
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
478
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
479
+ options, channel_credentials,
480
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
481
+
482
+ @staticmethod
483
+ def ChangeWallThermalOption(request,
484
+ target,
485
+ options=(),
486
+ channel_credentials=None,
487
+ call_credentials=None,
488
+ insecure=False,
489
+ compression=None,
490
+ wait_for_ready=None,
491
+ timeout=None,
492
+ metadata=None):
493
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallThermalOption',
494
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.ChangeWallThermalOptionRequest.SerializeToString,
495
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
496
+ options, channel_credentials,
497
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
498
+
499
+ @staticmethod
500
+ def ChangeWallRadiationInputEnabled(request,
501
+ target,
502
+ options=(),
503
+ channel_credentials=None,
504
+ call_credentials=None,
505
+ insecure=False,
506
+ compression=None,
507
+ wait_for_ready=None,
508
+ timeout=None,
509
+ metadata=None):
510
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallRadiationInputEnabled',
511
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
512
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
513
+ options, channel_credentials,
514
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
515
+
516
+ @staticmethod
517
+ def ChangeWallInternalEmissivity(request,
518
+ target,
519
+ options=(),
520
+ channel_credentials=None,
521
+ call_credentials=None,
522
+ insecure=False,
523
+ compression=None,
524
+ wait_for_ready=None,
525
+ timeout=None,
526
+ metadata=None):
527
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallInternalEmissivity',
528
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
529
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
530
+ options, channel_credentials,
531
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
532
+
533
+ @staticmethod
534
+ def ChangeWallExternalTemperature(request,
535
+ target,
536
+ options=(),
537
+ channel_credentials=None,
538
+ call_credentials=None,
539
+ insecure=False,
540
+ compression=None,
541
+ wait_for_ready=None,
542
+ timeout=None,
543
+ metadata=None):
544
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallExternalTemperature',
545
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
546
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
547
+ options, channel_credentials,
548
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
549
+
550
+ @staticmethod
551
+ def ChangeWallConvectionCoefficient(request,
552
+ target,
553
+ options=(),
554
+ channel_credentials=None,
555
+ call_credentials=None,
556
+ insecure=False,
557
+ compression=None,
558
+ wait_for_ready=None,
559
+ timeout=None,
560
+ metadata=None):
561
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallConvectionCoefficient',
562
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
563
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
564
+ options, channel_credentials,
565
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
566
+
567
+ @staticmethod
568
+ def ChangeWallHeatFlux(request,
569
+ target,
570
+ options=(),
571
+ channel_credentials=None,
572
+ call_credentials=None,
573
+ insecure=False,
574
+ compression=None,
575
+ wait_for_ready=None,
576
+ timeout=None,
577
+ metadata=None):
578
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallHeatFlux',
579
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
580
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
581
+ options, channel_credentials,
582
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
583
+
584
+ @staticmethod
585
+ def ChangeWallHeatFlow(request,
586
+ target,
587
+ options=(),
588
+ channel_credentials=None,
589
+ call_credentials=None,
590
+ insecure=False,
591
+ compression=None,
592
+ wait_for_ready=None,
593
+ timeout=None,
594
+ metadata=None):
595
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallHeatFlow',
596
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
597
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
598
+ options, channel_credentials,
599
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
600
+
601
+ @staticmethod
602
+ def ChangeWallTemperature(request,
603
+ target,
604
+ options=(),
605
+ channel_credentials=None,
606
+ call_credentials=None,
607
+ insecure=False,
608
+ compression=None,
609
+ wait_for_ready=None,
610
+ timeout=None,
611
+ metadata=None):
612
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallTemperature',
613
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
614
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
615
+ options, channel_credentials,
616
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
617
+
618
+ @staticmethod
619
+ def ChangeWallExternalEmissivity(request,
620
+ target,
621
+ options=(),
622
+ channel_credentials=None,
623
+ call_credentials=None,
624
+ insecure=False,
625
+ compression=None,
626
+ wait_for_ready=None,
627
+ timeout=None,
628
+ metadata=None):
629
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallExternalEmissivity',
630
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
631
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
632
+ options, channel_credentials,
633
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)