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,44 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: ansys/api/discovery/v0/conditions/porous.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2
15
+ from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.ansys/api/discovery/v0/conditions/porous.proto\x12(ansys.api.discovery.v0.conditions.porous\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xb1\x01\n\x15PorousCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12U\n\x11porous_properties\x18\x04 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.porous.PorousProperties\"\xb2\x01\n\x16PorousCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12R\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.porous.PorousDefinition\"\xc0\x01\n!ChangePorousDirectionalityRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12]\n\x15porous_directionality\x18\x02 \x01(\x0e\x32>.ansys.api.discovery.v0.conditions.porous.PorousDirectionality\"\xd0\x02\n\x10PorousProperties\x12V\n\x0e\x64irectionality\x18\x01 \x01(\x0e\x32>.ansys.api.discovery.v0.conditions.porous.PorousDirectionality\x12\x39\n\tdirection\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.QuantityVector\x12T\n\x0c\x63oefficients\x18\x03 \x01(\x0b\x32>.ansys.api.discovery.v0.conditions.porous.ResistanceCoeffients\x12S\n\x10solid_properties\x18\x04 \x01(\x0b\x32\x39.ansys.api.discovery.v0.conditions.porous.SolidProperties\"\xfa\x01\n\x0fSolidProperties\x12\x32\n\x08porosity\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x31\n\x07\x64\x65nsity\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12G\n\x1disotropic_therma_conductivity\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x37\n\rspecific_heat\x18\x04 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xef\x03\n\x14ResistanceCoeffients\x12<\n\x12viscous_streamwise\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12=\n\x13inertial_streamwise\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12>\n\x0fviscous_primary\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x00\x88\x01\x01\x12?\n\x10inertial_primary\x18\x04 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x01\x88\x01\x01\x12@\n\x11viscous_secondary\x18\x05 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x02\x88\x01\x01\x12\x41\n\x12inertial_secondary\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x03\x88\x01\x01\x42\x12\n\x10_viscous_primaryB\x13\n\x11_inertial_primaryB\x14\n\x12_viscous_secondaryB\x15\n\x13_inertial_secondary\"\x94\x02\n\x10PorousDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12U\n\x11porous_properties\x18\x06 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.porous.PorousProperties*I\n\x14PorousDirectionality\x12\r\n\tISOTROPIC\x10\x00\x12\x11\n\rBIDIRECTIONAL\x10\x01\x12\x0f\n\x0bORTHOTROPIC\x10\x02\x32\x9c\x0f\n\x06Porous\x12\x91\x01\n\x0c\x43reatePorous\x12?.ansys.api.discovery.v0.conditions.porous.PorousCreationRequest\x1a@.ansys.api.discovery.v0.conditions.porous.PorousCreationResponse\x12\x91\x01\n\x1a\x43hangePorousDirectionality\x12K.ansys.api.discovery.v0.conditions.porous.ChangePorousDirectionalityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x14\x43hangePorousLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12o\n\x15\x43hangePorousDirection\x12..ansys.api.discovery.v0.ChangeDirectionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x7f\n&ChangePorousViscousStreamwiseMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x80\x01\n\'ChangePorousInertialStreamwiseMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x85\x01\n,ChangePorousViscousCrossflowPrimaryMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x86\x01\n-ChangePorousInertialCrossflowPrimaryMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x87\x01\n.ChangePorousViscousCrossflowSecondaryMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x88\x01\n/ChangePorousInertialCrossflowSecondaryMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n ChangePorouseThermalInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12r\n\x19\x43hangePorousSolidPorosity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangePorousSolidDensity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x86\x01\n-ChangePorousSolidIsotropicThermalConductivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12v\n\x1d\x43hangePorousSolidSpecificHeat\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
19
+
20
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditions.porous_pb2', globals())
22
+ if _descriptor._USE_C_DESCRIPTORS == False:
23
+
24
+ DESCRIPTOR._options = None
25
+ DESCRIPTOR._serialized_options = b'\252\002!Ansys.Api.Discovery.V0.Conditions'
26
+ _POROUSDIRECTIONALITY._serialized_start=2097
27
+ _POROUSDIRECTIONALITY._serialized_end=2170
28
+ _POROUSCREATIONREQUEST._serialized_start=173
29
+ _POROUSCREATIONREQUEST._serialized_end=350
30
+ _POROUSCREATIONRESPONSE._serialized_start=353
31
+ _POROUSCREATIONRESPONSE._serialized_end=531
32
+ _CHANGEPOROUSDIRECTIONALITYREQUEST._serialized_start=534
33
+ _CHANGEPOROUSDIRECTIONALITYREQUEST._serialized_end=726
34
+ _POROUSPROPERTIES._serialized_start=729
35
+ _POROUSPROPERTIES._serialized_end=1065
36
+ _SOLIDPROPERTIES._serialized_start=1068
37
+ _SOLIDPROPERTIES._serialized_end=1318
38
+ _RESISTANCECOEFFIENTS._serialized_start=1321
39
+ _RESISTANCECOEFFIENTS._serialized_end=1816
40
+ _POROUSDEFINITION._serialized_start=1819
41
+ _POROUSDEFINITION._serialized_end=2095
42
+ _POROUS._serialized_start=2173
43
+ _POROUS._serialized_end=4121
44
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,217 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import ansys.api.dbu.v0.dbumodels_pb2
6
+ import ansys.api.discovery.v0.discoverymodels_pb2
7
+ import builtins
8
+ import google.protobuf.descriptor
9
+ import google.protobuf.internal.containers
10
+ import google.protobuf.internal.enum_type_wrapper
11
+ import google.protobuf.message
12
+ import typing
13
+ import typing_extensions
14
+
15
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
16
+
17
+ class _PorousDirectionality:
18
+ ValueType = typing.NewType('ValueType', builtins.int)
19
+ V: typing_extensions.TypeAlias = ValueType
20
+ class _PorousDirectionalityEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_PorousDirectionality.ValueType], builtins.type):
21
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
22
+ ISOTROPIC: PorousDirectionality.ValueType = ... # 0
23
+ BIDIRECTIONAL: PorousDirectionality.ValueType = ... # 1
24
+ ORTHOTROPIC: PorousDirectionality.ValueType = ... # 2
25
+ class PorousDirectionality(_PorousDirectionality, metaclass=_PorousDirectionalityEnumTypeWrapper):
26
+ """enumerations
27
+
28
+ """
29
+ pass
30
+
31
+ ISOTROPIC: PorousDirectionality.ValueType = ... # 0
32
+ BIDIRECTIONAL: PorousDirectionality.ValueType = ... # 1
33
+ ORTHOTROPIC: PorousDirectionality.ValueType = ... # 2
34
+ global___PorousDirectionality = PorousDirectionality
35
+
36
+
37
+ class PorousCreationRequest(google.protobuf.message.Message):
38
+ """Command Requests and Responses
39
+
40
+ Create Free Slip
41
+ """
42
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
43
+ CREATION_DATA_FIELD_NUMBER: builtins.int
44
+ POROUS_PROPERTIES_FIELD_NUMBER: builtins.int
45
+ @property
46
+ def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
47
+ @property
48
+ def porous_properties(self) -> global___PorousProperties: ...
49
+ def __init__(self,
50
+ *,
51
+ creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
52
+ porous_properties : typing.Optional[global___PorousProperties] = ...,
53
+ ) -> None: ...
54
+ def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","porous_properties",b"porous_properties"]) -> builtins.bool: ...
55
+ def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","porous_properties",b"porous_properties"]) -> None: ...
56
+ global___PorousCreationRequest = PorousCreationRequest
57
+
58
+ class PorousCreationResponse(google.protobuf.message.Message):
59
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
60
+ CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
61
+ CONDITION_DATA_FIELD_NUMBER: builtins.int
62
+ @property
63
+ def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
64
+ @property
65
+ def condition_data(self) -> global___PorousDefinition: ...
66
+ def __init__(self,
67
+ *,
68
+ condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
69
+ condition_data : typing.Optional[global___PorousDefinition] = ...,
70
+ ) -> None: ...
71
+ def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
72
+ def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
73
+ global___PorousCreationResponse = PorousCreationResponse
74
+
75
+ class ChangePorousDirectionalityRequest(google.protobuf.message.Message):
76
+ """enum commands"""
77
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
78
+ OBJECT_ID_FIELD_NUMBER: builtins.int
79
+ POROUS_DIRECTIONALITY_FIELD_NUMBER: builtins.int
80
+ @property
81
+ def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
82
+ porous_directionality: global___PorousDirectionality.ValueType = ...
83
+ def __init__(self,
84
+ *,
85
+ object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
86
+ porous_directionality : global___PorousDirectionality.ValueType = ...,
87
+ ) -> None: ...
88
+ def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
89
+ def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","porous_directionality",b"porous_directionality"]) -> None: ...
90
+ global___ChangePorousDirectionalityRequest = ChangePorousDirectionalityRequest
91
+
92
+ class PorousProperties(google.protobuf.message.Message):
93
+ """Conditions properties
94
+
95
+ """
96
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
97
+ DIRECTIONALITY_FIELD_NUMBER: builtins.int
98
+ DIRECTION_FIELD_NUMBER: builtins.int
99
+ COEFFICIENTS_FIELD_NUMBER: builtins.int
100
+ SOLID_PROPERTIES_FIELD_NUMBER: builtins.int
101
+ directionality: global___PorousDirectionality.ValueType = ...
102
+ @property
103
+ def direction(self) -> ansys.api.discovery.v0.discoverymodels_pb2.QuantityVector: ...
104
+ @property
105
+ def coefficients(self) -> global___ResistanceCoeffients: ...
106
+ @property
107
+ def solid_properties(self) -> global___SolidProperties: ...
108
+ def __init__(self,
109
+ *,
110
+ directionality : global___PorousDirectionality.ValueType = ...,
111
+ direction : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.QuantityVector] = ...,
112
+ coefficients : typing.Optional[global___ResistanceCoeffients] = ...,
113
+ solid_properties : typing.Optional[global___SolidProperties] = ...,
114
+ ) -> None: ...
115
+ def HasField(self, field_name: typing_extensions.Literal["coefficients",b"coefficients","direction",b"direction","solid_properties",b"solid_properties"]) -> builtins.bool: ...
116
+ def ClearField(self, field_name: typing_extensions.Literal["coefficients",b"coefficients","direction",b"direction","directionality",b"directionality","solid_properties",b"solid_properties"]) -> None: ...
117
+ global___PorousProperties = PorousProperties
118
+
119
+ class SolidProperties(google.protobuf.message.Message):
120
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
121
+ POROSITY_FIELD_NUMBER: builtins.int
122
+ DENSITY_FIELD_NUMBER: builtins.int
123
+ ISOTROPIC_THERMA_CONDUCTIVITY_FIELD_NUMBER: builtins.int
124
+ SPECIFIC_HEAT_FIELD_NUMBER: builtins.int
125
+ @property
126
+ def porosity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
127
+ @property
128
+ def density(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
129
+ @property
130
+ def isotropic_therma_conductivity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
131
+ @property
132
+ def specific_heat(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
133
+ def __init__(self,
134
+ *,
135
+ porosity : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
136
+ density : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
137
+ isotropic_therma_conductivity : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
138
+ specific_heat : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
139
+ ) -> None: ...
140
+ def HasField(self, field_name: typing_extensions.Literal["density",b"density","isotropic_therma_conductivity",b"isotropic_therma_conductivity","porosity",b"porosity","specific_heat",b"specific_heat"]) -> builtins.bool: ...
141
+ def ClearField(self, field_name: typing_extensions.Literal["density",b"density","isotropic_therma_conductivity",b"isotropic_therma_conductivity","porosity",b"porosity","specific_heat",b"specific_heat"]) -> None: ...
142
+ global___SolidProperties = SolidProperties
143
+
144
+ class ResistanceCoeffients(google.protobuf.message.Message):
145
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
146
+ VISCOUS_STREAMWISE_FIELD_NUMBER: builtins.int
147
+ INERTIAL_STREAMWISE_FIELD_NUMBER: builtins.int
148
+ VISCOUS_PRIMARY_FIELD_NUMBER: builtins.int
149
+ INERTIAL_PRIMARY_FIELD_NUMBER: builtins.int
150
+ VISCOUS_SECONDARY_FIELD_NUMBER: builtins.int
151
+ INERTIAL_SECONDARY_FIELD_NUMBER: builtins.int
152
+ @property
153
+ def viscous_streamwise(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
154
+ @property
155
+ def inertial_streamwise(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
156
+ @property
157
+ def viscous_primary(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
158
+ @property
159
+ def inertial_primary(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
160
+ @property
161
+ def viscous_secondary(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
162
+ @property
163
+ def inertial_secondary(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
164
+ def __init__(self,
165
+ *,
166
+ viscous_streamwise : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
167
+ inertial_streamwise : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
168
+ viscous_primary : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
169
+ inertial_primary : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
170
+ viscous_secondary : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
171
+ inertial_secondary : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
172
+ ) -> None: ...
173
+ def HasField(self, field_name: typing_extensions.Literal["_inertial_primary",b"_inertial_primary","_inertial_secondary",b"_inertial_secondary","_viscous_primary",b"_viscous_primary","_viscous_secondary",b"_viscous_secondary","inertial_primary",b"inertial_primary","inertial_secondary",b"inertial_secondary","inertial_streamwise",b"inertial_streamwise","viscous_primary",b"viscous_primary","viscous_secondary",b"viscous_secondary","viscous_streamwise",b"viscous_streamwise"]) -> builtins.bool: ...
174
+ def ClearField(self, field_name: typing_extensions.Literal["_inertial_primary",b"_inertial_primary","_inertial_secondary",b"_inertial_secondary","_viscous_primary",b"_viscous_primary","_viscous_secondary",b"_viscous_secondary","inertial_primary",b"inertial_primary","inertial_secondary",b"inertial_secondary","inertial_streamwise",b"inertial_streamwise","viscous_primary",b"viscous_primary","viscous_secondary",b"viscous_secondary","viscous_streamwise",b"viscous_streamwise"]) -> None: ...
175
+ @typing.overload
176
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["_inertial_primary",b"_inertial_primary"]) -> typing.Optional[typing_extensions.Literal["inertial_primary"]]: ...
177
+ @typing.overload
178
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["_inertial_secondary",b"_inertial_secondary"]) -> typing.Optional[typing_extensions.Literal["inertial_secondary"]]: ...
179
+ @typing.overload
180
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["_viscous_primary",b"_viscous_primary"]) -> typing.Optional[typing_extensions.Literal["viscous_primary"]]: ...
181
+ @typing.overload
182
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["_viscous_secondary",b"_viscous_secondary"]) -> typing.Optional[typing_extensions.Literal["viscous_secondary"]]: ...
183
+ global___ResistanceCoeffients = ResistanceCoeffients
184
+
185
+ class PorousDefinition(google.protobuf.message.Message):
186
+ """conditions definitions
187
+
188
+ """
189
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
190
+ ID_FIELD_NUMBER: builtins.int
191
+ PARENT_ID_FIELD_NUMBER: builtins.int
192
+ LABEL_FIELD_NUMBER: builtins.int
193
+ LOCATIONS_FIELD_NUMBER: builtins.int
194
+ SUPPRESSED_FIELD_NUMBER: builtins.int
195
+ POROUS_PROPERTIES_FIELD_NUMBER: builtins.int
196
+ @property
197
+ def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
198
+ @property
199
+ def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
200
+ label: typing.Text = ...
201
+ @property
202
+ def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
203
+ suppressed: builtins.bool = ...
204
+ @property
205
+ def porous_properties(self) -> global___PorousProperties: ...
206
+ def __init__(self,
207
+ *,
208
+ id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
209
+ parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
210
+ label : typing.Text = ...,
211
+ locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
212
+ suppressed : builtins.bool = ...,
213
+ porous_properties : typing.Optional[global___PorousProperties] = ...,
214
+ ) -> None: ...
215
+ def HasField(self, field_name: typing_extensions.Literal["id",b"id","parent_id",b"parent_id","porous_properties",b"porous_properties"]) -> builtins.bool: ...
216
+ def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","porous_properties",b"porous_properties","suppressed",b"suppressed"]) -> None: ...
217
+ global___PorousDefinition = PorousDefinition