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.

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.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/METADATA +13 -4
  152. ansys_api_discovery-0.6.5.dist-info/RECORD +200 -0
  153. {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.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 -595
  157. ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -149
  158. ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -1216
  159. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -4171
  160. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -1303
  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.3.dist-info/RECORD +0 -85
  166. {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/LICENSE +0 -0
  167. {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/entry_points.txt +0 -0
  168. {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.5.dist-info}/top_level.txt +0 -0
@@ -2,11 +2,11 @@
2
2
  """Client and server classes corresponding to protobuf-defined services."""
3
3
  import grpc
4
4
 
5
- from ansys.api.discovery.v0 import conditionsthermal_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2
5
+ from ansys.api.discovery.v0.conditions import support_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2
6
6
  from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
7
7
 
8
8
 
9
- class ConditionsThermalStub(object):
9
+ class SupportStub(object):
10
10
  """Missing associated documentation comment in .proto file."""
11
11
 
12
12
  def __init__(self, channel):
@@ -15,334 +15,347 @@ class ConditionsThermalStub(object):
15
15
  Args:
16
16
  channel: A grpc.Channel.
17
17
  """
18
- self.CreateHeatVolumetricTotal = channel.unary_unary(
19
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatVolumetricTotal',
20
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
21
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.FromString,
18
+ self.CreateSupportFixed = channel.unary_unary(
19
+ '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportFixed',
20
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
21
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
22
22
  )
23
- self.CreateHeatVolumetricDistributed = channel.unary_unary(
24
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatVolumetricDistributed',
25
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
26
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatVolumetricDistributedCreationResponse.FromString,
23
+ self.CreateSupportHinged = channel.unary_unary(
24
+ '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportHinged',
25
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
26
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
27
27
  )
28
- self.CreateHeatSurfaceTotal = channel.unary_unary(
29
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatSurfaceTotal',
30
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
31
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.FromString,
28
+ self.CreateSupportSliding = channel.unary_unary(
29
+ '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportSliding',
30
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
31
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
32
32
  )
33
- self.CreateHeatSurfaceDistributed = channel.unary_unary(
34
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatSurfaceDistributed',
35
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
36
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatSurfaceDistributedCreationResponse.FromString,
33
+ self.CreateSupportBall = channel.unary_unary(
34
+ '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportBall',
35
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
36
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
37
37
  )
38
- self.ChangeHeatLocation = channel.unary_unary(
39
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatLocation',
40
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.SerializeToString,
38
+ self.CreateSupportDisplaced = channel.unary_unary(
39
+ '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportDisplaced',
40
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationRequest.SerializeToString,
41
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationResponse.FromString,
42
+ )
43
+ self.ChangeSupportLocation = channel.unary_unary(
44
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportLocation',
45
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
41
46
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
42
47
  )
43
- self.ChangeTotalHeat = channel.unary_unary(
44
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTotalHeat',
45
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
48
+ self.ChangeSupportSpecification = channel.unary_unary(
49
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportSpecification',
50
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.ChangeSupportSpecificationRequest.SerializeToString,
46
51
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
47
52
  )
48
- self.ChangeHeatPerUnitVolume = channel.unary_unary(
49
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatPerUnitVolume',
50
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
53
+ self.ChangeSupportDisplacedOrientation = channel.unary_unary(
54
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedOrientation',
55
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
51
56
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
52
57
  )
53
- self.ChangeHeatPerUnitArea = channel.unary_unary(
54
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatPerUnitArea',
58
+ self.ChangeSupportDisplacedDX = channel.unary_unary(
59
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDX',
55
60
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
56
61
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
57
62
  )
58
- self.ChangeHeatSpecification = channel.unary_unary(
59
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatSpecification',
60
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ChangeHeatSpecificationRequest.SerializeToString,
63
+ self.ChangeSupportDisplacedDY = channel.unary_unary(
64
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDY',
65
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
61
66
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
62
67
  )
63
- self.CreateTemperatureVolumetric = channel.unary_unary(
64
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateTemperatureVolumetric',
65
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.SerializeToString,
66
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.FromString,
68
+ self.ChangeSupportDisplacedDZ = channel.unary_unary(
69
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDZ',
70
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
71
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
67
72
  )
68
- self.CreateTemperatureSurface = channel.unary_unary(
69
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateTemperatureSurface',
70
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.SerializeToString,
71
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.FromString,
73
+ self.ChangeSupportDisplacedRX = channel.unary_unary(
74
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRX',
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,
72
77
  )
73
- self.ChangeTemperatureLocation = channel.unary_unary(
74
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTemperatureLocation',
75
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.SerializeToString,
78
+ self.ChangeSupportDisplacedRY = channel.unary_unary(
79
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRY',
80
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
76
81
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
77
82
  )
78
- self.ChangeTemperatureMagnitude = channel.unary_unary(
79
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTemperatureMagnitude',
83
+ self.ChangeSupportDisplacedRZ = channel.unary_unary(
84
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRZ',
80
85
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
81
86
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
82
87
  )
83
- self.CreateInsulated = channel.unary_unary(
84
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateInsulated',
85
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationRequest.SerializeToString,
86
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationResponse.FromString,
88
+ self.ChangeSupportDisplacedIsFixedDX = channel.unary_unary(
89
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDX',
90
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
91
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
87
92
  )
88
- self.ChangeInsulatedLocation = channel.unary_unary(
89
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeInsulatedLocation',
90
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
93
+ self.ChangeSupportDisplacedIsFixedDY = channel.unary_unary(
94
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDY',
95
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
91
96
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
92
97
  )
93
- self.CreateConvection = channel.unary_unary(
94
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateConvection',
95
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationRequest.SerializeToString,
96
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationResponse.FromString,
98
+ self.ChangeSupportDisplacedIsFixedDZ = channel.unary_unary(
99
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDZ',
100
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
101
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
97
102
  )
98
- self.ChangeConvectionLocation = channel.unary_unary(
99
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionLocation',
100
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
103
+ self.ChangeSupportDisplacedIsFixedRX = channel.unary_unary(
104
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRX',
105
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
101
106
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
102
107
  )
103
- self.ChangeConvectionCoefficientMagnitude = channel.unary_unary(
104
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionCoefficientMagnitude',
105
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
108
+ self.ChangeSupportDisplacedIsFixedRY = channel.unary_unary(
109
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRY',
110
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
106
111
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
107
112
  )
108
- self.ChangeConvectionTemperatureMagnitude = channel.unary_unary(
109
- '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionTemperatureMagnitude',
110
- request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
113
+ self.ChangeSupportDisplacedIsFixedRZ = channel.unary_unary(
114
+ '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRZ',
115
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
111
116
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
112
117
  )
113
118
 
114
119
 
115
- class ConditionsThermalServicer(object):
120
+ class SupportServicer(object):
116
121
  """Missing associated documentation comment in .proto file."""
117
122
 
118
- def CreateHeatVolumetricTotal(self, request, context):
119
- """Heat condition methods
123
+ def CreateSupportFixed(self, request, context):
124
+ """Support condition methods
120
125
  """
121
126
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
122
127
  context.set_details('Method not implemented!')
123
128
  raise NotImplementedError('Method not implemented!')
124
129
 
125
- def CreateHeatVolumetricDistributed(self, request, context):
130
+ def CreateSupportHinged(self, request, context):
126
131
  """Missing associated documentation comment in .proto file."""
127
132
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
128
133
  context.set_details('Method not implemented!')
129
134
  raise NotImplementedError('Method not implemented!')
130
135
 
131
- def CreateHeatSurfaceTotal(self, request, context):
136
+ def CreateSupportSliding(self, request, context):
132
137
  """Missing associated documentation comment in .proto file."""
133
138
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
134
139
  context.set_details('Method not implemented!')
135
140
  raise NotImplementedError('Method not implemented!')
136
141
 
137
- def CreateHeatSurfaceDistributed(self, request, context):
142
+ def CreateSupportBall(self, request, context):
138
143
  """Missing associated documentation comment in .proto file."""
139
144
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
140
145
  context.set_details('Method not implemented!')
141
146
  raise NotImplementedError('Method not implemented!')
142
147
 
143
- def ChangeHeatLocation(self, request, context):
148
+ def CreateSupportDisplaced(self, request, context):
144
149
  """Missing associated documentation comment in .proto file."""
145
150
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
146
151
  context.set_details('Method not implemented!')
147
152
  raise NotImplementedError('Method not implemented!')
148
153
 
149
- def ChangeTotalHeat(self, request, context):
154
+ def ChangeSupportLocation(self, request, context):
150
155
  """Missing associated documentation comment in .proto file."""
151
156
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
152
157
  context.set_details('Method not implemented!')
153
158
  raise NotImplementedError('Method not implemented!')
154
159
 
155
- def ChangeHeatPerUnitVolume(self, request, context):
160
+ def ChangeSupportSpecification(self, request, context):
156
161
  """Missing associated documentation comment in .proto file."""
157
162
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
158
163
  context.set_details('Method not implemented!')
159
164
  raise NotImplementedError('Method not implemented!')
160
165
 
161
- def ChangeHeatPerUnitArea(self, request, context):
166
+ def ChangeSupportDisplacedOrientation(self, request, context):
162
167
  """Missing associated documentation comment in .proto file."""
163
168
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
164
169
  context.set_details('Method not implemented!')
165
170
  raise NotImplementedError('Method not implemented!')
166
171
 
167
- def ChangeHeatSpecification(self, request, context):
172
+ def ChangeSupportDisplacedDX(self, request, context):
168
173
  """Missing associated documentation comment in .proto file."""
169
174
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
170
175
  context.set_details('Method not implemented!')
171
176
  raise NotImplementedError('Method not implemented!')
172
177
 
173
- def CreateTemperatureVolumetric(self, request, context):
174
- """Temperature condition methods
175
- """
178
+ def ChangeSupportDisplacedDY(self, request, context):
179
+ """Missing associated documentation comment in .proto file."""
176
180
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
177
181
  context.set_details('Method not implemented!')
178
182
  raise NotImplementedError('Method not implemented!')
179
183
 
180
- def CreateTemperatureSurface(self, request, context):
184
+ def ChangeSupportDisplacedDZ(self, request, context):
181
185
  """Missing associated documentation comment in .proto file."""
182
186
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
183
187
  context.set_details('Method not implemented!')
184
188
  raise NotImplementedError('Method not implemented!')
185
189
 
186
- def ChangeTemperatureLocation(self, request, context):
190
+ def ChangeSupportDisplacedRX(self, request, context):
187
191
  """Missing associated documentation comment in .proto file."""
188
192
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
189
193
  context.set_details('Method not implemented!')
190
194
  raise NotImplementedError('Method not implemented!')
191
195
 
192
- def ChangeTemperatureMagnitude(self, request, context):
196
+ def ChangeSupportDisplacedRY(self, request, context):
193
197
  """Missing associated documentation comment in .proto file."""
194
198
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
195
199
  context.set_details('Method not implemented!')
196
200
  raise NotImplementedError('Method not implemented!')
197
201
 
198
- def CreateInsulated(self, request, context):
199
- """Insulated condition methods
200
- """
202
+ def ChangeSupportDisplacedRZ(self, request, context):
203
+ """Missing associated documentation comment in .proto file."""
201
204
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
202
205
  context.set_details('Method not implemented!')
203
206
  raise NotImplementedError('Method not implemented!')
204
207
 
205
- def ChangeInsulatedLocation(self, request, context):
208
+ def ChangeSupportDisplacedIsFixedDX(self, request, context):
206
209
  """Missing associated documentation comment in .proto file."""
207
210
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
208
211
  context.set_details('Method not implemented!')
209
212
  raise NotImplementedError('Method not implemented!')
210
213
 
211
- def CreateConvection(self, request, context):
212
- """Convection condition methods
213
- """
214
+ def ChangeSupportDisplacedIsFixedDY(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 ChangeSupportDisplacedIsFixedDZ(self, request, context):
221
+ """Missing associated documentation comment in .proto file."""
214
222
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
215
223
  context.set_details('Method not implemented!')
216
224
  raise NotImplementedError('Method not implemented!')
217
225
 
218
- def ChangeConvectionLocation(self, request, context):
226
+ def ChangeSupportDisplacedIsFixedRX(self, request, context):
219
227
  """Missing associated documentation comment in .proto file."""
220
228
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
221
229
  context.set_details('Method not implemented!')
222
230
  raise NotImplementedError('Method not implemented!')
223
231
 
224
- def ChangeConvectionCoefficientMagnitude(self, request, context):
232
+ def ChangeSupportDisplacedIsFixedRY(self, request, context):
225
233
  """Missing associated documentation comment in .proto file."""
226
234
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
227
235
  context.set_details('Method not implemented!')
228
236
  raise NotImplementedError('Method not implemented!')
229
237
 
230
- def ChangeConvectionTemperatureMagnitude(self, request, context):
238
+ def ChangeSupportDisplacedIsFixedRZ(self, request, context):
231
239
  """Missing associated documentation comment in .proto file."""
232
240
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
233
241
  context.set_details('Method not implemented!')
234
242
  raise NotImplementedError('Method not implemented!')
235
243
 
236
244
 
237
- def add_ConditionsThermalServicer_to_server(servicer, server):
245
+ def add_SupportServicer_to_server(servicer, server):
238
246
  rpc_method_handlers = {
239
- 'CreateHeatVolumetricTotal': grpc.unary_unary_rpc_method_handler(
240
- servicer.CreateHeatVolumetricTotal,
241
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.FromString,
242
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.SerializeToString,
247
+ 'CreateSupportFixed': grpc.unary_unary_rpc_method_handler(
248
+ servicer.CreateSupportFixed,
249
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.FromString,
250
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.SerializeToString,
243
251
  ),
244
- 'CreateHeatVolumetricDistributed': grpc.unary_unary_rpc_method_handler(
245
- servicer.CreateHeatVolumetricDistributed,
246
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.FromString,
247
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatVolumetricDistributedCreationResponse.SerializeToString,
252
+ 'CreateSupportHinged': grpc.unary_unary_rpc_method_handler(
253
+ servicer.CreateSupportHinged,
254
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.FromString,
255
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.SerializeToString,
248
256
  ),
249
- 'CreateHeatSurfaceTotal': grpc.unary_unary_rpc_method_handler(
250
- servicer.CreateHeatSurfaceTotal,
251
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.FromString,
252
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.SerializeToString,
257
+ 'CreateSupportSliding': grpc.unary_unary_rpc_method_handler(
258
+ servicer.CreateSupportSliding,
259
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.FromString,
260
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.SerializeToString,
253
261
  ),
254
- 'CreateHeatSurfaceDistributed': grpc.unary_unary_rpc_method_handler(
255
- servicer.CreateHeatSurfaceDistributed,
256
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.FromString,
257
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatSurfaceDistributedCreationResponse.SerializeToString,
262
+ 'CreateSupportBall': grpc.unary_unary_rpc_method_handler(
263
+ servicer.CreateSupportBall,
264
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.FromString,
265
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.SerializeToString,
258
266
  ),
259
- 'ChangeHeatLocation': grpc.unary_unary_rpc_method_handler(
260
- servicer.ChangeHeatLocation,
261
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.FromString,
267
+ 'CreateSupportDisplaced': grpc.unary_unary_rpc_method_handler(
268
+ servicer.CreateSupportDisplaced,
269
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationRequest.FromString,
270
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationResponse.SerializeToString,
271
+ ),
272
+ 'ChangeSupportLocation': grpc.unary_unary_rpc_method_handler(
273
+ servicer.ChangeSupportLocation,
274
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
262
275
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
263
276
  ),
264
- 'ChangeTotalHeat': grpc.unary_unary_rpc_method_handler(
265
- servicer.ChangeTotalHeat,
266
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
277
+ 'ChangeSupportSpecification': grpc.unary_unary_rpc_method_handler(
278
+ servicer.ChangeSupportSpecification,
279
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.ChangeSupportSpecificationRequest.FromString,
267
280
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
268
281
  ),
269
- 'ChangeHeatPerUnitVolume': grpc.unary_unary_rpc_method_handler(
270
- servicer.ChangeHeatPerUnitVolume,
271
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
282
+ 'ChangeSupportDisplacedOrientation': grpc.unary_unary_rpc_method_handler(
283
+ servicer.ChangeSupportDisplacedOrientation,
284
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
272
285
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
273
286
  ),
274
- 'ChangeHeatPerUnitArea': grpc.unary_unary_rpc_method_handler(
275
- servicer.ChangeHeatPerUnitArea,
287
+ 'ChangeSupportDisplacedDX': grpc.unary_unary_rpc_method_handler(
288
+ servicer.ChangeSupportDisplacedDX,
276
289
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
277
290
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
278
291
  ),
279
- 'ChangeHeatSpecification': grpc.unary_unary_rpc_method_handler(
280
- servicer.ChangeHeatSpecification,
281
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ChangeHeatSpecificationRequest.FromString,
292
+ 'ChangeSupportDisplacedDY': grpc.unary_unary_rpc_method_handler(
293
+ servicer.ChangeSupportDisplacedDY,
294
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
282
295
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
283
296
  ),
284
- 'CreateTemperatureVolumetric': grpc.unary_unary_rpc_method_handler(
285
- servicer.CreateTemperatureVolumetric,
286
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.FromString,
287
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.SerializeToString,
297
+ 'ChangeSupportDisplacedDZ': grpc.unary_unary_rpc_method_handler(
298
+ servicer.ChangeSupportDisplacedDZ,
299
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
300
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
288
301
  ),
289
- 'CreateTemperatureSurface': grpc.unary_unary_rpc_method_handler(
290
- servicer.CreateTemperatureSurface,
291
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.FromString,
292
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.SerializeToString,
302
+ 'ChangeSupportDisplacedRX': grpc.unary_unary_rpc_method_handler(
303
+ servicer.ChangeSupportDisplacedRX,
304
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
305
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
293
306
  ),
294
- 'ChangeTemperatureLocation': grpc.unary_unary_rpc_method_handler(
295
- servicer.ChangeTemperatureLocation,
296
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.FromString,
307
+ 'ChangeSupportDisplacedRY': grpc.unary_unary_rpc_method_handler(
308
+ servicer.ChangeSupportDisplacedRY,
309
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
297
310
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
298
311
  ),
299
- 'ChangeTemperatureMagnitude': grpc.unary_unary_rpc_method_handler(
300
- servicer.ChangeTemperatureMagnitude,
312
+ 'ChangeSupportDisplacedRZ': grpc.unary_unary_rpc_method_handler(
313
+ servicer.ChangeSupportDisplacedRZ,
301
314
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
302
315
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
303
316
  ),
304
- 'CreateInsulated': grpc.unary_unary_rpc_method_handler(
305
- servicer.CreateInsulated,
306
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationRequest.FromString,
307
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationResponse.SerializeToString,
317
+ 'ChangeSupportDisplacedIsFixedDX': grpc.unary_unary_rpc_method_handler(
318
+ servicer.ChangeSupportDisplacedIsFixedDX,
319
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
320
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
308
321
  ),
309
- 'ChangeInsulatedLocation': grpc.unary_unary_rpc_method_handler(
310
- servicer.ChangeInsulatedLocation,
311
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
322
+ 'ChangeSupportDisplacedIsFixedDY': grpc.unary_unary_rpc_method_handler(
323
+ servicer.ChangeSupportDisplacedIsFixedDY,
324
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
312
325
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
313
326
  ),
314
- 'CreateConvection': grpc.unary_unary_rpc_method_handler(
315
- servicer.CreateConvection,
316
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationRequest.FromString,
317
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationResponse.SerializeToString,
327
+ 'ChangeSupportDisplacedIsFixedDZ': grpc.unary_unary_rpc_method_handler(
328
+ servicer.ChangeSupportDisplacedIsFixedDZ,
329
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
330
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
318
331
  ),
319
- 'ChangeConvectionLocation': grpc.unary_unary_rpc_method_handler(
320
- servicer.ChangeConvectionLocation,
321
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
332
+ 'ChangeSupportDisplacedIsFixedRX': grpc.unary_unary_rpc_method_handler(
333
+ servicer.ChangeSupportDisplacedIsFixedRX,
334
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
322
335
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
323
336
  ),
324
- 'ChangeConvectionCoefficientMagnitude': grpc.unary_unary_rpc_method_handler(
325
- servicer.ChangeConvectionCoefficientMagnitude,
326
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
337
+ 'ChangeSupportDisplacedIsFixedRY': grpc.unary_unary_rpc_method_handler(
338
+ servicer.ChangeSupportDisplacedIsFixedRY,
339
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
327
340
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
328
341
  ),
329
- 'ChangeConvectionTemperatureMagnitude': grpc.unary_unary_rpc_method_handler(
330
- servicer.ChangeConvectionTemperatureMagnitude,
331
- request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
342
+ 'ChangeSupportDisplacedIsFixedRZ': grpc.unary_unary_rpc_method_handler(
343
+ servicer.ChangeSupportDisplacedIsFixedRZ,
344
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
332
345
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
333
346
  ),
334
347
  }
335
348
  generic_handler = grpc.method_handlers_generic_handler(
336
- 'ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal', rpc_method_handlers)
349
+ 'ansys.api.discovery.v0.conditions.support.Support', rpc_method_handlers)
337
350
  server.add_generic_rpc_handlers((generic_handler,))
338
351
 
339
352
 
340
353
  # This class is part of an EXPERIMENTAL API.
341
- class ConditionsThermal(object):
354
+ class Support(object):
342
355
  """Missing associated documentation comment in .proto file."""
343
356
 
344
357
  @staticmethod
345
- def CreateHeatVolumetricTotal(request,
358
+ def CreateSupportFixed(request,
346
359
  target,
347
360
  options=(),
348
361
  channel_credentials=None,
@@ -352,14 +365,14 @@ class ConditionsThermal(object):
352
365
  wait_for_ready=None,
353
366
  timeout=None,
354
367
  metadata=None):
355
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatVolumetricTotal',
356
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
357
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.FromString,
368
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportFixed',
369
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
370
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
358
371
  options, channel_credentials,
359
372
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
360
373
 
361
374
  @staticmethod
362
- def CreateHeatVolumetricDistributed(request,
375
+ def CreateSupportHinged(request,
363
376
  target,
364
377
  options=(),
365
378
  channel_credentials=None,
@@ -369,14 +382,14 @@ class ConditionsThermal(object):
369
382
  wait_for_ready=None,
370
383
  timeout=None,
371
384
  metadata=None):
372
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatVolumetricDistributed',
373
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
374
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatVolumetricDistributedCreationResponse.FromString,
385
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportHinged',
386
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
387
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
375
388
  options, channel_credentials,
376
389
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
377
390
 
378
391
  @staticmethod
379
- def CreateHeatSurfaceTotal(request,
392
+ def CreateSupportSliding(request,
380
393
  target,
381
394
  options=(),
382
395
  channel_credentials=None,
@@ -386,14 +399,14 @@ class ConditionsThermal(object):
386
399
  wait_for_ready=None,
387
400
  timeout=None,
388
401
  metadata=None):
389
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatSurfaceTotal',
390
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
391
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatTotalCreationResponse.FromString,
402
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportSliding',
403
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
404
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
392
405
  options, channel_credentials,
393
406
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
394
407
 
395
408
  @staticmethod
396
- def CreateHeatSurfaceDistributed(request,
409
+ def CreateSupportBall(request,
397
410
  target,
398
411
  options=(),
399
412
  channel_credentials=None,
@@ -403,14 +416,14 @@ class ConditionsThermal(object):
403
416
  wait_for_ready=None,
404
417
  timeout=None,
405
418
  metadata=None):
406
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateHeatSurfaceDistributed',
407
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatCreationRequest.SerializeToString,
408
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.HeatSurfaceDistributedCreationResponse.FromString,
419
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportBall',
420
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationRequest.SerializeToString,
421
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportGeneralCreationResponse.FromString,
409
422
  options, channel_credentials,
410
423
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
411
424
 
412
425
  @staticmethod
413
- def ChangeHeatLocation(request,
426
+ def CreateSupportDisplaced(request,
414
427
  target,
415
428
  options=(),
416
429
  channel_credentials=None,
@@ -420,14 +433,31 @@ class ConditionsThermal(object):
420
433
  wait_for_ready=None,
421
434
  timeout=None,
422
435
  metadata=None):
423
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatLocation',
424
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.SerializeToString,
436
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/CreateSupportDisplaced',
437
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationRequest.SerializeToString,
438
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.SupportDisplacedCreationResponse.FromString,
439
+ options, channel_credentials,
440
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
441
+
442
+ @staticmethod
443
+ def ChangeSupportLocation(request,
444
+ target,
445
+ options=(),
446
+ channel_credentials=None,
447
+ call_credentials=None,
448
+ insecure=False,
449
+ compression=None,
450
+ wait_for_ready=None,
451
+ timeout=None,
452
+ metadata=None):
453
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportLocation',
454
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
425
455
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
426
456
  options, channel_credentials,
427
457
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
428
458
 
429
459
  @staticmethod
430
- def ChangeTotalHeat(request,
460
+ def ChangeSupportSpecification(request,
431
461
  target,
432
462
  options=(),
433
463
  channel_credentials=None,
@@ -437,14 +467,14 @@ class ConditionsThermal(object):
437
467
  wait_for_ready=None,
438
468
  timeout=None,
439
469
  metadata=None):
440
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTotalHeat',
441
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
470
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportSpecification',
471
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_support__pb2.ChangeSupportSpecificationRequest.SerializeToString,
442
472
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
443
473
  options, channel_credentials,
444
474
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
445
475
 
446
476
  @staticmethod
447
- def ChangeHeatPerUnitVolume(request,
477
+ def ChangeSupportDisplacedOrientation(request,
448
478
  target,
449
479
  options=(),
450
480
  channel_credentials=None,
@@ -454,14 +484,14 @@ class ConditionsThermal(object):
454
484
  wait_for_ready=None,
455
485
  timeout=None,
456
486
  metadata=None):
457
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatPerUnitVolume',
458
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
487
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedOrientation',
488
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
459
489
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
460
490
  options, channel_credentials,
461
491
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
462
492
 
463
493
  @staticmethod
464
- def ChangeHeatPerUnitArea(request,
494
+ def ChangeSupportDisplacedDX(request,
465
495
  target,
466
496
  options=(),
467
497
  channel_credentials=None,
@@ -471,14 +501,14 @@ class ConditionsThermal(object):
471
501
  wait_for_ready=None,
472
502
  timeout=None,
473
503
  metadata=None):
474
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatPerUnitArea',
504
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDX',
475
505
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
476
506
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
477
507
  options, channel_credentials,
478
508
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
479
509
 
480
510
  @staticmethod
481
- def ChangeHeatSpecification(request,
511
+ def ChangeSupportDisplacedDY(request,
482
512
  target,
483
513
  options=(),
484
514
  channel_credentials=None,
@@ -488,14 +518,14 @@ class ConditionsThermal(object):
488
518
  wait_for_ready=None,
489
519
  timeout=None,
490
520
  metadata=None):
491
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeHeatSpecification',
492
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ChangeHeatSpecificationRequest.SerializeToString,
521
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDY',
522
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
493
523
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
494
524
  options, channel_credentials,
495
525
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
496
526
 
497
527
  @staticmethod
498
- def CreateTemperatureVolumetric(request,
528
+ def ChangeSupportDisplacedDZ(request,
499
529
  target,
500
530
  options=(),
501
531
  channel_credentials=None,
@@ -505,14 +535,14 @@ class ConditionsThermal(object):
505
535
  wait_for_ready=None,
506
536
  timeout=None,
507
537
  metadata=None):
508
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateTemperatureVolumetric',
509
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.SerializeToString,
510
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.FromString,
538
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedDZ',
539
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
540
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
511
541
  options, channel_credentials,
512
542
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
513
543
 
514
544
  @staticmethod
515
- def CreateTemperatureSurface(request,
545
+ def ChangeSupportDisplacedRX(request,
516
546
  target,
517
547
  options=(),
518
548
  channel_credentials=None,
@@ -522,14 +552,14 @@ class ConditionsThermal(object):
522
552
  wait_for_ready=None,
523
553
  timeout=None,
524
554
  metadata=None):
525
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateTemperatureSurface',
526
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationRequest.SerializeToString,
527
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.TemperatureCreationResponse.FromString,
555
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRX',
556
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
557
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
528
558
  options, channel_credentials,
529
559
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
530
560
 
531
561
  @staticmethod
532
- def ChangeTemperatureLocation(request,
562
+ def ChangeSupportDisplacedRY(request,
533
563
  target,
534
564
  options=(),
535
565
  channel_credentials=None,
@@ -539,14 +569,14 @@ class ConditionsThermal(object):
539
569
  wait_for_ready=None,
540
570
  timeout=None,
541
571
  metadata=None):
542
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTemperatureLocation',
543
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationExtendedRequest.SerializeToString,
572
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRY',
573
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
544
574
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
545
575
  options, channel_credentials,
546
576
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
547
577
 
548
578
  @staticmethod
549
- def ChangeTemperatureMagnitude(request,
579
+ def ChangeSupportDisplacedRZ(request,
550
580
  target,
551
581
  options=(),
552
582
  channel_credentials=None,
@@ -556,14 +586,14 @@ class ConditionsThermal(object):
556
586
  wait_for_ready=None,
557
587
  timeout=None,
558
588
  metadata=None):
559
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeTemperatureMagnitude',
589
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedRZ',
560
590
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
561
591
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
562
592
  options, channel_credentials,
563
593
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
564
594
 
565
595
  @staticmethod
566
- def CreateInsulated(request,
596
+ def ChangeSupportDisplacedIsFixedDX(request,
567
597
  target,
568
598
  options=(),
569
599
  channel_credentials=None,
@@ -573,14 +603,14 @@ class ConditionsThermal(object):
573
603
  wait_for_ready=None,
574
604
  timeout=None,
575
605
  metadata=None):
576
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateInsulated',
577
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationRequest.SerializeToString,
578
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.InsulatedCreationResponse.FromString,
606
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDX',
607
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
608
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
579
609
  options, channel_credentials,
580
610
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
581
611
 
582
612
  @staticmethod
583
- def ChangeInsulatedLocation(request,
613
+ def ChangeSupportDisplacedIsFixedDY(request,
584
614
  target,
585
615
  options=(),
586
616
  channel_credentials=None,
@@ -590,14 +620,14 @@ class ConditionsThermal(object):
590
620
  wait_for_ready=None,
591
621
  timeout=None,
592
622
  metadata=None):
593
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeInsulatedLocation',
594
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
623
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDY',
624
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
595
625
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
596
626
  options, channel_credentials,
597
627
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
598
628
 
599
629
  @staticmethod
600
- def CreateConvection(request,
630
+ def ChangeSupportDisplacedIsFixedDZ(request,
601
631
  target,
602
632
  options=(),
603
633
  channel_credentials=None,
@@ -607,14 +637,14 @@ class ConditionsThermal(object):
607
637
  wait_for_ready=None,
608
638
  timeout=None,
609
639
  metadata=None):
610
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/CreateConvection',
611
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationRequest.SerializeToString,
612
- ansys_dot_api_dot_discovery_dot_v0_dot_conditionsthermal__pb2.ConvectionCreationResponse.FromString,
640
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedDZ',
641
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
642
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
613
643
  options, channel_credentials,
614
644
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
615
645
 
616
646
  @staticmethod
617
- def ChangeConvectionLocation(request,
647
+ def ChangeSupportDisplacedIsFixedRX(request,
618
648
  target,
619
649
  options=(),
620
650
  channel_credentials=None,
@@ -624,14 +654,14 @@ class ConditionsThermal(object):
624
654
  wait_for_ready=None,
625
655
  timeout=None,
626
656
  metadata=None):
627
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionLocation',
628
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
657
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRX',
658
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
629
659
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
630
660
  options, channel_credentials,
631
661
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
632
662
 
633
663
  @staticmethod
634
- def ChangeConvectionCoefficientMagnitude(request,
664
+ def ChangeSupportDisplacedIsFixedRY(request,
635
665
  target,
636
666
  options=(),
637
667
  channel_credentials=None,
@@ -641,14 +671,14 @@ class ConditionsThermal(object):
641
671
  wait_for_ready=None,
642
672
  timeout=None,
643
673
  metadata=None):
644
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionCoefficientMagnitude',
645
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
674
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRY',
675
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
646
676
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
647
677
  options, channel_credentials,
648
678
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
649
679
 
650
680
  @staticmethod
651
- def ChangeConvectionTemperatureMagnitude(request,
681
+ def ChangeSupportDisplacedIsFixedRZ(request,
652
682
  target,
653
683
  options=(),
654
684
  channel_credentials=None,
@@ -658,8 +688,8 @@ class ConditionsThermal(object):
658
688
  wait_for_ready=None,
659
689
  timeout=None,
660
690
  metadata=None):
661
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.conditionsthermal.ConditionsThermal/ChangeConvectionTemperatureMagnitude',
662
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
691
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.support.Support/ChangeSupportDisplacedIsFixedRZ',
692
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
663
693
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
664
694
  options, channel_credentials,
665
695
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)