ansys-api-discovery 0.6.7__py3-none-any.whl → 0.6.9__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 (25) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +0 -1
  3. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +3 -4
  4. ansys/api/discovery/v0/conditions/porous.proto +23 -15
  5. ansys/api/discovery/v0/conditions/porous_pb2.py +21 -19
  6. ansys/api/discovery/v0/conditions/porous_pb2.pyi +60 -37
  7. ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +70 -37
  8. ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +24 -14
  9. ansys/api/discovery/v0/conditions/wall.proto +13 -6
  10. ansys/api/discovery/v0/conditions/wall_pb2.py +26 -26
  11. ansys/api/discovery/v0/conditions/wall_pb2.pyi +11 -8
  12. ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +120 -21
  13. ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +36 -6
  14. ansys/api/discovery/v0/monitors.proto +0 -1
  15. ansys/api/discovery/v0/monitors_pb2.py +11 -12
  16. ansys/api/discovery/v0/results.proto +37 -41
  17. ansys/api/discovery/v0/results_pb2.py +7 -9
  18. ansys/api/discovery/v0/results_pb2.pyi +74 -76
  19. ansys/api/discovery/v0/unsupported.proto +1 -1
  20. {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/METADATA +5 -4
  21. {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/RECORD +25 -25
  22. {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/WHEEL +1 -1
  23. {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/entry_points.txt +0 -0
  24. {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info/licenses}/LICENSE +0 -0
  25. {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/top_level.txt +0 -0
@@ -18,11 +18,11 @@ class WallStub:
18
18
  ansys.api.discovery.v0.conditions.wall_pb2.WallStationaryCreationRequest,
19
19
  ansys.api.discovery.v0.conditions.wall_pb2.WallStationaryCreationResponse] = ...
20
20
 
21
- CreateWallRotating: grpc.UnaryUnaryMultiCallable[
21
+ CreateWallTranslating: grpc.UnaryUnaryMultiCallable[
22
22
  ansys.api.discovery.v0.conditions.wall_pb2.WallTranslationCreationRequest,
23
23
  ansys.api.discovery.v0.conditions.wall_pb2.WallTranslationCreationResponse] = ...
24
24
 
25
- CreateWallTranslating: grpc.UnaryUnaryMultiCallable[
25
+ CreateWallRotating: grpc.UnaryUnaryMultiCallable[
26
26
  ansys.api.discovery.v0.conditions.wall_pb2.WallRotationCreationRequest,
27
27
  ansys.api.discovery.v0.conditions.wall_pb2.WallRotationCreationResponse] = ...
28
28
 
@@ -44,6 +44,14 @@ class WallStub:
44
44
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
45
45
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
46
46
 
47
+ ChangeWallTranslationalVelocityX: grpc.UnaryUnaryMultiCallable[
48
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
49
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
50
+
51
+ ChangeWallTranslationalVelocityY: grpc.UnaryUnaryMultiCallable[
52
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
53
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
54
+
47
55
  ChangeWallThermalInputEnabled: grpc.UnaryUnaryMultiCallable[
48
56
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
49
57
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
@@ -55,7 +63,11 @@ class WallStub:
55
63
  ansys.api.discovery.v0.conditions.wall_pb2.ChangeWallThermalOptionRequest,
56
64
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
57
65
 
58
- ChangeWallRadiationInputEnabled: grpc.UnaryUnaryMultiCallable[
66
+ ChangeWallInternalRadiationInputEnabled: grpc.UnaryUnaryMultiCallable[
67
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
68
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
69
+
70
+ ChangeWallExternalRadiationInputEnabled: grpc.UnaryUnaryMultiCallable[
59
71
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
60
72
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
61
73
 
@@ -104,13 +116,13 @@ class WallServicer(metaclass=abc.ABCMeta):
104
116
  ) -> ansys.api.discovery.v0.conditions.wall_pb2.WallStationaryCreationResponse: ...
105
117
 
106
118
  @abc.abstractmethod
107
- def CreateWallRotating(self,
119
+ def CreateWallTranslating(self,
108
120
  request: ansys.api.discovery.v0.conditions.wall_pb2.WallTranslationCreationRequest,
109
121
  context: grpc.ServicerContext,
110
122
  ) -> ansys.api.discovery.v0.conditions.wall_pb2.WallTranslationCreationResponse: ...
111
123
 
112
124
  @abc.abstractmethod
113
- def CreateWallTranslating(self,
125
+ def CreateWallRotating(self,
114
126
  request: ansys.api.discovery.v0.conditions.wall_pb2.WallRotationCreationRequest,
115
127
  context: grpc.ServicerContext,
116
128
  ) -> ansys.api.discovery.v0.conditions.wall_pb2.WallRotationCreationResponse: ...
@@ -143,6 +155,18 @@ class WallServicer(metaclass=abc.ABCMeta):
143
155
  context: grpc.ServicerContext,
144
156
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
145
157
 
158
+ @abc.abstractmethod
159
+ def ChangeWallTranslationalVelocityX(self,
160
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
161
+ context: grpc.ServicerContext,
162
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
163
+
164
+ @abc.abstractmethod
165
+ def ChangeWallTranslationalVelocityY(self,
166
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
167
+ context: grpc.ServicerContext,
168
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
169
+
146
170
  @abc.abstractmethod
147
171
  def ChangeWallThermalInputEnabled(self,
148
172
  request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
@@ -160,7 +184,13 @@ class WallServicer(metaclass=abc.ABCMeta):
160
184
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
161
185
 
162
186
  @abc.abstractmethod
163
- def ChangeWallRadiationInputEnabled(self,
187
+ def ChangeWallInternalRadiationInputEnabled(self,
188
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
189
+ context: grpc.ServicerContext,
190
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
191
+
192
+ @abc.abstractmethod
193
+ def ChangeWallExternalRadiationInputEnabled(self,
164
194
  request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
165
195
  context: grpc.ServicerContext,
166
196
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
@@ -4,7 +4,6 @@ package ansys.api.discovery.v0.monitors;
4
4
 
5
5
  import "ansys/api/discovery/v0/discoverymodels.proto";
6
6
  import "ansys/api/discovery/v0/results.proto";
7
- import "google/protobuf/empty.proto";
8
7
 
9
8
  option csharp_namespace = "Ansys.Api.Discovery.V0.Monitors";
10
9
 
@@ -13,10 +13,9 @@ _sym_db = _symbol_database.Default()
13
13
 
14
14
  from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
15
15
  from ansys.api.discovery.v0 import results_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_results__pb2
16
- from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
17
16
 
18
17
 
19
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%ansys/api/discovery/v0/monitors.proto\x12\x1f\x61nsys.api.discovery.v0.monitors\x1a,ansys/api/discovery/v0/discoverymodels.proto\x1a$ansys/api/discovery/v0/results.proto\x1a\x1bgoogle/protobuf/empty.proto\"\xa9\x01\n\x14\x43reateMonitorRequest\x12L\n\rcreation_data\x18\x01 \x01(\x0b\x32\x35.ansys.api.discovery.v0.DoubleSidedScopedCreationData\x12\x43\n\x07monitor\x18\x02 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorProperties\"\xa2\x01\n\x17MonitorCreationResponse\x12\x42\n\x10monitor_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x43\n\x07monitor\x18\x02 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorDefinition\"\x8a\x02\n\x11MonitorProperties\x12G\n\x0fresult_variable\x18\x01 \x01(\x0e\x32..ansys.api.discovery.v0.results.ResultVariable\x12G\n\x0fresult_function\x18\x02 \x01(\x0e\x32..ansys.api.discovery.v0.results.ResultFunction\x12N\n\x10result_component\x18\x03 \x01(\x0e\x32/.ansys.api.discovery.v0.results.ResultComponentH\x00\x88\x01\x01\x42\x13\n\x11_result_component\"\xa5\x01\n\x11MonitorDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x17\n\x0fside1_locations\x18\x03 \x03(\t\x12\x17\n\x0fside2_locations\x18\x04 \x03(\t\x12\x43\n\x07monitor\x18\x05 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorProperties2\x8d\x01\n\x08Monitors\x12\x80\x01\n\rCreateMonitor\x12\x35.ansys.api.discovery.v0.monitors.CreateMonitorRequest\x1a\x38.ansys.api.discovery.v0.monitors.MonitorCreationResponseB\"\xaa\x02\x1f\x41nsys.Api.Discovery.V0.Monitorsb\x06proto3')
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%ansys/api/discovery/v0/monitors.proto\x12\x1f\x61nsys.api.discovery.v0.monitors\x1a,ansys/api/discovery/v0/discoverymodels.proto\x1a$ansys/api/discovery/v0/results.proto\"\xa9\x01\n\x14\x43reateMonitorRequest\x12L\n\rcreation_data\x18\x01 \x01(\x0b\x32\x35.ansys.api.discovery.v0.DoubleSidedScopedCreationData\x12\x43\n\x07monitor\x18\x02 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorProperties\"\xa2\x01\n\x17MonitorCreationResponse\x12\x42\n\x10monitor_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x43\n\x07monitor\x18\x02 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorDefinition\"\x8a\x02\n\x11MonitorProperties\x12G\n\x0fresult_variable\x18\x01 \x01(\x0e\x32..ansys.api.discovery.v0.results.ResultVariable\x12G\n\x0fresult_function\x18\x02 \x01(\x0e\x32..ansys.api.discovery.v0.results.ResultFunction\x12N\n\x10result_component\x18\x03 \x01(\x0e\x32/.ansys.api.discovery.v0.results.ResultComponentH\x00\x88\x01\x01\x42\x13\n\x11_result_component\"\xa5\x01\n\x11MonitorDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x17\n\x0fside1_locations\x18\x03 \x03(\t\x12\x17\n\x0fside2_locations\x18\x04 \x03(\t\x12\x43\n\x07monitor\x18\x05 \x01(\x0b\x32\x32.ansys.api.discovery.v0.monitors.MonitorProperties2\x8d\x01\n\x08Monitors\x12\x80\x01\n\rCreateMonitor\x12\x35.ansys.api.discovery.v0.monitors.CreateMonitorRequest\x1a\x38.ansys.api.discovery.v0.monitors.MonitorCreationResponseB\"\xaa\x02\x1f\x41nsys.Api.Discovery.V0.Monitorsb\x06proto3')
20
19
 
21
20
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
22
21
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.monitors_pb2', globals())
@@ -24,14 +23,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
24
23
 
25
24
  DESCRIPTOR._options = None
26
25
  DESCRIPTOR._serialized_options = b'\252\002\037Ansys.Api.Discovery.V0.Monitors'
27
- _CREATEMONITORREQUEST._serialized_start=188
28
- _CREATEMONITORREQUEST._serialized_end=357
29
- _MONITORCREATIONRESPONSE._serialized_start=360
30
- _MONITORCREATIONRESPONSE._serialized_end=522
31
- _MONITORPROPERTIES._serialized_start=525
32
- _MONITORPROPERTIES._serialized_end=791
33
- _MONITORDEFINITION._serialized_start=794
34
- _MONITORDEFINITION._serialized_end=959
35
- _MONITORS._serialized_start=962
36
- _MONITORS._serialized_end=1103
26
+ _CREATEMONITORREQUEST._serialized_start=159
27
+ _CREATEMONITORREQUEST._serialized_end=328
28
+ _MONITORCREATIONRESPONSE._serialized_start=331
29
+ _MONITORCREATIONRESPONSE._serialized_end=493
30
+ _MONITORPROPERTIES._serialized_start=496
31
+ _MONITORPROPERTIES._serialized_end=762
32
+ _MONITORDEFINITION._serialized_start=765
33
+ _MONITORDEFINITION._serialized_end=930
34
+ _MONITORS._serialized_start=933
35
+ _MONITORS._serialized_end=1074
37
36
  # @@protoc_insertion_point(module_scope)
@@ -2,9 +2,6 @@
2
2
  syntax = "proto3";
3
3
  package ansys.api.discovery.v0.results;
4
4
 
5
- import "ansys/api/discovery/v0/discoverymodels.proto";
6
- import "google/protobuf/empty.proto";
7
-
8
5
  option csharp_namespace = "Ansys.Api.Discovery.V0.Results";
9
6
 
10
7
  enum ResultVariable{
@@ -21,44 +18,43 @@ enum ResultVariable{
21
18
  RESULT_VARIABLE_VELOCITY = 10;
22
19
  RESULT_VARIABLE_VORTICES_LAMBDA_2 = 11;
23
20
  RESULT_VARIABLE_MASS = 12;
24
- RESULT_VARIABLE_LOCAL_REACTION_FORCE = 13;
25
- RESULT_VARIABLE_REACTION_RESULTANT = 14;
26
- RESULT_VARIABLE_DENSITY = 15;
27
- RESULT_VARIABLE_FACTOR_OF_SAFETY = 16;
28
- RESULT_VARIABLE_PRESSURE_DROP = 17;
29
- RESULT_VARIABLE_CONTACT_REACTION = 18;
30
- RESULT_VARIABLE_JOINT_TOTAL_FORCE = 19;
31
- RESULT_VARIABLE_JOINT_TOTAL_MOMENT = 20;
32
- RESULT_VARIABLE_FREQUENCY = 21;
33
- RESULT_VARIABLE_MESH_STATISTICS = 22;
34
- RESULT_VARIABLE_MESH_QUALITY = 23;
35
- RESULT_VARIABLE_FLUID_FORCE = 24;
36
- RESULT_VARIABLE_VOLUME = 25;
37
- RESULT_VARIABLE_VOLUME_FLOW = 26;
38
- RESULT_VARIABLE_MASS_FLOW = 27;
39
- RESULT_VARIABLE_HEAT_FLOW = 28;
40
- RESULT_VARIABLE_TOTAL_PRESSURE = 29;
41
- RESULT_VARIABLE_FLOW_UNIFORMITY = 30;
42
- RESULT_VARIABLE_S_PARAMETERS = 31;
43
- RESULT_VARIABLE_GAIN = 32;
44
- RESULT_VARIABLE_REALIZED_GAIN = 33;
45
- RESULT_VARIABLE_DIRECTIVITY = 34;
46
- RESULT_VARIABLE_AXIAL_RATIO = 35;
47
- RESULT_VARIABLE_RADIAL_E = 36;
48
- RESULT_VARIABLE_CONTACT_STRESS = 37;
49
- RESULT_VARIABLE_MACH_NUMBER = 38;
50
- RESULT_VARIABLE_ELECTRIC_FIELD = 39;
51
- RESULT_VARIABLE_MAGNETIC_FIELD = 40;
52
- RESULT_VARIABLE_CONNECTION_FACTOR_OF_SAFETY = 41;
53
- RESULT_VARIABLE_AXIAL_STRESS = 42;
54
- RESULT_VARIABLE_TORSIONAL_MOMENT = 43;
55
- RESULT_VARIABLE_SHEAR_FORCE = 44;
56
- RESULT_VARIABLE_ANTENNA_PARAMETERS = 45;
57
- RESULT_VARIABLE_FAN_PRESSURE_RISE = 46;
58
- RESULT_VARIABLE_RADIATIVE_HEAT_FLUX = 47;
59
- RESULT_VARIABLE_VOLTAGE = 48;
60
- RESULT_VARIABLE_CURRENT_DENSITY = 49;
61
- RESULT_VARIABLE_JOULE_HEAT = 50;
21
+ RESULT_VARIABLE_REACTION_FORCE = 13;
22
+ RESULT_VARIABLE_DENSITY = 14;
23
+ RESULT_VARIABLE_FACTOR_OF_SAFETY = 15;
24
+ RESULT_VARIABLE_PRESSURE_DROP = 16;
25
+ RESULT_VARIABLE_CONTACT_REACTION = 17;
26
+ RESULT_VARIABLE_JOINT_TOTAL_FORCE = 18;
27
+ RESULT_VARIABLE_JOINT_TOTAL_MOMENT = 19;
28
+ RESULT_VARIABLE_FREQUENCY = 20;
29
+ RESULT_VARIABLE_MESH_STATISTICS = 21;
30
+ RESULT_VARIABLE_MESH_QUALITY = 22;
31
+ RESULT_VARIABLE_FLUID_FORCE = 23;
32
+ RESULT_VARIABLE_VOLUME = 24;
33
+ RESULT_VARIABLE_VOLUME_FLOW = 25;
34
+ RESULT_VARIABLE_MASS_FLOW = 26;
35
+ RESULT_VARIABLE_HEAT_FLOW = 27;
36
+ RESULT_VARIABLE_TOTAL_PRESSURE = 28;
37
+ RESULT_VARIABLE_FLOW_UNIFORMITY = 29;
38
+ RESULT_VARIABLE_S_PARAMETERS = 30;
39
+ RESULT_VARIABLE_GAIN = 31;
40
+ RESULT_VARIABLE_REALIZED_GAIN = 32;
41
+ RESULT_VARIABLE_DIRECTIVITY = 33;
42
+ RESULT_VARIABLE_AXIAL_RATIO = 34;
43
+ RESULT_VARIABLE_RADIAL_E = 35;
44
+ RESULT_VARIABLE_CONTACT_STRESS = 36;
45
+ RESULT_VARIABLE_MACH_NUMBER = 37;
46
+ RESULT_VARIABLE_ELECTRIC_FIELD = 38;
47
+ RESULT_VARIABLE_MAGNETIC_FIELD = 39;
48
+ RESULT_VARIABLE_CONNECTION_FACTOR_OF_SAFETY = 40;
49
+ RESULT_VARIABLE_AXIAL_STRESS = 41;
50
+ RESULT_VARIABLE_TORSIONAL_MOMENT = 42;
51
+ RESULT_VARIABLE_SHEAR_FORCE = 43;
52
+ RESULT_VARIABLE_ANTENNA_PARAMETERS = 44;
53
+ RESULT_VARIABLE_FAN_PRESSURE_RISE = 45;
54
+ RESULT_VARIABLE_RADIATIVE_HEAT_FLUX = 46;
55
+ RESULT_VARIABLE_VOLTAGE = 47;
56
+ RESULT_VARIABLE_CURRENT_DENSITY = 48;
57
+ RESULT_VARIABLE_JOULE_HEAT = 49;
62
58
  }
63
59
 
64
60
  enum ResultFunction{
@@ -11,11 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
11
11
  _sym_db = _symbol_database.Default()
12
12
 
13
13
 
14
- from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
15
- from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
16
14
 
17
15
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$ansys/api/discovery/v0/results.proto\x12\x1e\x61nsys.api.discovery.v0.results\x1a,ansys/api/discovery/v0/discoverymodels.proto\x1a\x1bgoogle/protobuf/empty.proto*\x82\x0e\n\x0eResultVariable\x12\x1f\n\x1bRESULT_VARIABLE_UNSPECIFIED\x10\x00\x12 \n\x1cRESULT_VARIABLE_DISPLACEMENT\x10\x01\x12$\n RESULT_VARIABLE_VON_MISES_STRESS\x10\x02\x12\x1f\n\x1bRESULT_VARIABLE_TEMPERATURE\x10\x03\x12\x1a\n\x16RESULT_VARIABLE_STRESS\x10\x04\x12$\n RESULT_VARIABLE_PRINCIPAL_STRESS\x10\x05\x12\"\n\x1eRESULT_VARIABLE_ELASTIC_STRAIN\x10\x06\x12,\n(RESULT_VARIABLE_PRINCIPAL_ELASTIC_STRAIN\x10\x07\x12\x1d\n\x19RESULT_VARIABLE_HEAT_FLUX\x10\x08\x12\x1c\n\x18RESULT_VARIABLE_PRESSURE\x10\t\x12\x1c\n\x18RESULT_VARIABLE_VELOCITY\x10\n\x12%\n!RESULT_VARIABLE_VORTICES_LAMBDA_2\x10\x0b\x12\x18\n\x14RESULT_VARIABLE_MASS\x10\x0c\x12(\n$RESULT_VARIABLE_LOCAL_REACTION_FORCE\x10\r\x12&\n\"RESULT_VARIABLE_REACTION_RESULTANT\x10\x0e\x12\x1b\n\x17RESULT_VARIABLE_DENSITY\x10\x0f\x12$\n RESULT_VARIABLE_FACTOR_OF_SAFETY\x10\x10\x12!\n\x1dRESULT_VARIABLE_PRESSURE_DROP\x10\x11\x12$\n RESULT_VARIABLE_CONTACT_REACTION\x10\x12\x12%\n!RESULT_VARIABLE_JOINT_TOTAL_FORCE\x10\x13\x12&\n\"RESULT_VARIABLE_JOINT_TOTAL_MOMENT\x10\x14\x12\x1d\n\x19RESULT_VARIABLE_FREQUENCY\x10\x15\x12#\n\x1fRESULT_VARIABLE_MESH_STATISTICS\x10\x16\x12 \n\x1cRESULT_VARIABLE_MESH_QUALITY\x10\x17\x12\x1f\n\x1bRESULT_VARIABLE_FLUID_FORCE\x10\x18\x12\x1a\n\x16RESULT_VARIABLE_VOLUME\x10\x19\x12\x1f\n\x1bRESULT_VARIABLE_VOLUME_FLOW\x10\x1a\x12\x1d\n\x19RESULT_VARIABLE_MASS_FLOW\x10\x1b\x12\x1d\n\x19RESULT_VARIABLE_HEAT_FLOW\x10\x1c\x12\"\n\x1eRESULT_VARIABLE_TOTAL_PRESSURE\x10\x1d\x12#\n\x1fRESULT_VARIABLE_FLOW_UNIFORMITY\x10\x1e\x12 \n\x1cRESULT_VARIABLE_S_PARAMETERS\x10\x1f\x12\x18\n\x14RESULT_VARIABLE_GAIN\x10 \x12!\n\x1dRESULT_VARIABLE_REALIZED_GAIN\x10!\x12\x1f\n\x1bRESULT_VARIABLE_DIRECTIVITY\x10\"\x12\x1f\n\x1bRESULT_VARIABLE_AXIAL_RATIO\x10#\x12\x1c\n\x18RESULT_VARIABLE_RADIAL_E\x10$\x12\"\n\x1eRESULT_VARIABLE_CONTACT_STRESS\x10%\x12\x1f\n\x1bRESULT_VARIABLE_MACH_NUMBER\x10&\x12\"\n\x1eRESULT_VARIABLE_ELECTRIC_FIELD\x10\'\x12\"\n\x1eRESULT_VARIABLE_MAGNETIC_FIELD\x10(\x12/\n+RESULT_VARIABLE_CONNECTION_FACTOR_OF_SAFETY\x10)\x12 \n\x1cRESULT_VARIABLE_AXIAL_STRESS\x10*\x12$\n RESULT_VARIABLE_TORSIONAL_MOMENT\x10+\x12\x1f\n\x1bRESULT_VARIABLE_SHEAR_FORCE\x10,\x12&\n\"RESULT_VARIABLE_ANTENNA_PARAMETERS\x10-\x12%\n!RESULT_VARIABLE_FAN_PRESSURE_RISE\x10.\x12\'\n#RESULT_VARIABLE_RADIATIVE_HEAT_FLUX\x10/\x12\x1b\n\x17RESULT_VARIABLE_VOLTAGE\x10\x30\x12#\n\x1fRESULT_VARIABLE_CURRENT_DENSITY\x10\x31\x12\x1e\n\x1aRESULT_VARIABLE_JOULE_HEAT\x10\x32*\xe7\x01\n\x0eResultFunction\x12\x1f\n\x1bRESULT_FUNCTION_UNSPECIFIED\x10\x00\x12\x1b\n\x17RESULT_FUNCTION_MINIMUM\x10\x01\x12\x1b\n\x17RESULT_FUNCTION_MAXIMUM\x10\x02\x12\x1b\n\x17RESULT_FUNCTION_AVERAGE\x10\x03\x12\x17\n\x13RESULT_FUNCTION_SUM\x10\x04\x12\x1c\n\x18RESULT_FUNCTION_INTEGRAL\x10\x05\x12&\n\"RESULT_FUNCTION_STANDARD_DEVIATION\x10\x06*\xbb\x06\n\x0fResultComponent\x12 \n\x1cRESULT_COMPONENT_UNSPECIFIED\x10\x00\x12\x19\n\x15RESULT_COMPONENT_NONE\x10\x01\x12\x16\n\x12RESULT_COMPONENT_X\x10\x02\x12\x16\n\x12RESULT_COMPONENT_Y\x10\x03\x12\x16\n\x12RESULT_COMPONENT_Z\x10\x04\x12\x17\n\x13RESULT_COMPONENT_XX\x10\x05\x12\x17\n\x13RESULT_COMPONENT_YY\x10\x06\x12\x17\n\x13RESULT_COMPONENT_ZZ\x10\x07\x12\x17\n\x13RESULT_COMPONENT_YZ\x10\x08\x12\x17\n\x13RESULT_COMPONENT_XY\x10\t\x12\x17\n\x13RESULT_COMPONENT_XZ\x10\n\x12\x18\n\x14RESULT_COMPONENT_MAG\x10\x0b\x12\x1a\n\x16RESULT_COMPONENT_FIRST\x10\x0c\x12\x1b\n\x17RESULT_COMPONENT_SECOND\x10\r\x12\x1a\n\x16RESULT_COMPONENT_THIRD\x10\x0e\x12\x1d\n\x19RESULT_COMPONENT_VELOCITY\x10\x0f\x12 \n\x1cRESULT_COMPONENT_TEMPERATURE\x10\x10\x12\x19\n\x15RESULT_COMPONENT_REAL\x10\x11\x12\x1e\n\x1aRESULT_COMPONENT_IMAGINARY\x10\x12\x12\x1a\n\x16RESULT_COMPONENT_PHASE\x10\x13\x12$\n RESULT_COMPONENT_LOGARITHMIC_MAG\x10\x14\x12$\n RESULT_COMPONENT_CONJUGATE_PHASE\x10\x15\x12\x1a\n\x16RESULT_COMPONENT_TOTAL\x10\x16\x12\x18\n\x14RESULT_COMPONENT_L3X\x10\x17\x12\x18\n\x14RESULT_COMPONENT_L3Y\x10\x18\x12\x19\n\x15RESULT_COMPONENT_RHCP\x10\x19\x12\x19\n\x15RESULT_COMPONENT_LHCP\x10\x1a\x12\x1a\n\x16RESULT_COMPONENT_THETA\x10\x1b\x12\x18\n\x14RESULT_COMPONENT_PHI\x10\x1c\x42!\xaa\x02\x1e\x41nsys.Api.Discovery.V0.Resultsb\x06proto3')
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$ansys/api/discovery/v0/results.proto\x12\x1e\x61nsys.api.discovery.v0.results*\xd4\r\n\x0eResultVariable\x12\x1f\n\x1bRESULT_VARIABLE_UNSPECIFIED\x10\x00\x12 \n\x1cRESULT_VARIABLE_DISPLACEMENT\x10\x01\x12$\n RESULT_VARIABLE_VON_MISES_STRESS\x10\x02\x12\x1f\n\x1bRESULT_VARIABLE_TEMPERATURE\x10\x03\x12\x1a\n\x16RESULT_VARIABLE_STRESS\x10\x04\x12$\n RESULT_VARIABLE_PRINCIPAL_STRESS\x10\x05\x12\"\n\x1eRESULT_VARIABLE_ELASTIC_STRAIN\x10\x06\x12,\n(RESULT_VARIABLE_PRINCIPAL_ELASTIC_STRAIN\x10\x07\x12\x1d\n\x19RESULT_VARIABLE_HEAT_FLUX\x10\x08\x12\x1c\n\x18RESULT_VARIABLE_PRESSURE\x10\t\x12\x1c\n\x18RESULT_VARIABLE_VELOCITY\x10\n\x12%\n!RESULT_VARIABLE_VORTICES_LAMBDA_2\x10\x0b\x12\x18\n\x14RESULT_VARIABLE_MASS\x10\x0c\x12\"\n\x1eRESULT_VARIABLE_REACTION_FORCE\x10\r\x12\x1b\n\x17RESULT_VARIABLE_DENSITY\x10\x0e\x12$\n RESULT_VARIABLE_FACTOR_OF_SAFETY\x10\x0f\x12!\n\x1dRESULT_VARIABLE_PRESSURE_DROP\x10\x10\x12$\n RESULT_VARIABLE_CONTACT_REACTION\x10\x11\x12%\n!RESULT_VARIABLE_JOINT_TOTAL_FORCE\x10\x12\x12&\n\"RESULT_VARIABLE_JOINT_TOTAL_MOMENT\x10\x13\x12\x1d\n\x19RESULT_VARIABLE_FREQUENCY\x10\x14\x12#\n\x1fRESULT_VARIABLE_MESH_STATISTICS\x10\x15\x12 \n\x1cRESULT_VARIABLE_MESH_QUALITY\x10\x16\x12\x1f\n\x1bRESULT_VARIABLE_FLUID_FORCE\x10\x17\x12\x1a\n\x16RESULT_VARIABLE_VOLUME\x10\x18\x12\x1f\n\x1bRESULT_VARIABLE_VOLUME_FLOW\x10\x19\x12\x1d\n\x19RESULT_VARIABLE_MASS_FLOW\x10\x1a\x12\x1d\n\x19RESULT_VARIABLE_HEAT_FLOW\x10\x1b\x12\"\n\x1eRESULT_VARIABLE_TOTAL_PRESSURE\x10\x1c\x12#\n\x1fRESULT_VARIABLE_FLOW_UNIFORMITY\x10\x1d\x12 \n\x1cRESULT_VARIABLE_S_PARAMETERS\x10\x1e\x12\x18\n\x14RESULT_VARIABLE_GAIN\x10\x1f\x12!\n\x1dRESULT_VARIABLE_REALIZED_GAIN\x10 \x12\x1f\n\x1bRESULT_VARIABLE_DIRECTIVITY\x10!\x12\x1f\n\x1bRESULT_VARIABLE_AXIAL_RATIO\x10\"\x12\x1c\n\x18RESULT_VARIABLE_RADIAL_E\x10#\x12\"\n\x1eRESULT_VARIABLE_CONTACT_STRESS\x10$\x12\x1f\n\x1bRESULT_VARIABLE_MACH_NUMBER\x10%\x12\"\n\x1eRESULT_VARIABLE_ELECTRIC_FIELD\x10&\x12\"\n\x1eRESULT_VARIABLE_MAGNETIC_FIELD\x10\'\x12/\n+RESULT_VARIABLE_CONNECTION_FACTOR_OF_SAFETY\x10(\x12 \n\x1cRESULT_VARIABLE_AXIAL_STRESS\x10)\x12$\n RESULT_VARIABLE_TORSIONAL_MOMENT\x10*\x12\x1f\n\x1bRESULT_VARIABLE_SHEAR_FORCE\x10+\x12&\n\"RESULT_VARIABLE_ANTENNA_PARAMETERS\x10,\x12%\n!RESULT_VARIABLE_FAN_PRESSURE_RISE\x10-\x12\'\n#RESULT_VARIABLE_RADIATIVE_HEAT_FLUX\x10.\x12\x1b\n\x17RESULT_VARIABLE_VOLTAGE\x10/\x12#\n\x1fRESULT_VARIABLE_CURRENT_DENSITY\x10\x30\x12\x1e\n\x1aRESULT_VARIABLE_JOULE_HEAT\x10\x31*\xe7\x01\n\x0eResultFunction\x12\x1f\n\x1bRESULT_FUNCTION_UNSPECIFIED\x10\x00\x12\x1b\n\x17RESULT_FUNCTION_MINIMUM\x10\x01\x12\x1b\n\x17RESULT_FUNCTION_MAXIMUM\x10\x02\x12\x1b\n\x17RESULT_FUNCTION_AVERAGE\x10\x03\x12\x17\n\x13RESULT_FUNCTION_SUM\x10\x04\x12\x1c\n\x18RESULT_FUNCTION_INTEGRAL\x10\x05\x12&\n\"RESULT_FUNCTION_STANDARD_DEVIATION\x10\x06*\xbb\x06\n\x0fResultComponent\x12 \n\x1cRESULT_COMPONENT_UNSPECIFIED\x10\x00\x12\x19\n\x15RESULT_COMPONENT_NONE\x10\x01\x12\x16\n\x12RESULT_COMPONENT_X\x10\x02\x12\x16\n\x12RESULT_COMPONENT_Y\x10\x03\x12\x16\n\x12RESULT_COMPONENT_Z\x10\x04\x12\x17\n\x13RESULT_COMPONENT_XX\x10\x05\x12\x17\n\x13RESULT_COMPONENT_YY\x10\x06\x12\x17\n\x13RESULT_COMPONENT_ZZ\x10\x07\x12\x17\n\x13RESULT_COMPONENT_YZ\x10\x08\x12\x17\n\x13RESULT_COMPONENT_XY\x10\t\x12\x17\n\x13RESULT_COMPONENT_XZ\x10\n\x12\x18\n\x14RESULT_COMPONENT_MAG\x10\x0b\x12\x1a\n\x16RESULT_COMPONENT_FIRST\x10\x0c\x12\x1b\n\x17RESULT_COMPONENT_SECOND\x10\r\x12\x1a\n\x16RESULT_COMPONENT_THIRD\x10\x0e\x12\x1d\n\x19RESULT_COMPONENT_VELOCITY\x10\x0f\x12 \n\x1cRESULT_COMPONENT_TEMPERATURE\x10\x10\x12\x19\n\x15RESULT_COMPONENT_REAL\x10\x11\x12\x1e\n\x1aRESULT_COMPONENT_IMAGINARY\x10\x12\x12\x1a\n\x16RESULT_COMPONENT_PHASE\x10\x13\x12$\n RESULT_COMPONENT_LOGARITHMIC_MAG\x10\x14\x12$\n RESULT_COMPONENT_CONJUGATE_PHASE\x10\x15\x12\x1a\n\x16RESULT_COMPONENT_TOTAL\x10\x16\x12\x18\n\x14RESULT_COMPONENT_L3X\x10\x17\x12\x18\n\x14RESULT_COMPONENT_L3Y\x10\x18\x12\x19\n\x15RESULT_COMPONENT_RHCP\x10\x19\x12\x19\n\x15RESULT_COMPONENT_LHCP\x10\x1a\x12\x1a\n\x16RESULT_COMPONENT_THETA\x10\x1b\x12\x18\n\x14RESULT_COMPONENT_PHI\x10\x1c\x42!\xaa\x02\x1e\x41nsys.Api.Discovery.V0.Resultsb\x06proto3')
19
17
 
20
18
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
19
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.results_pb2', globals())
@@ -23,10 +21,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
23
21
 
24
22
  DESCRIPTOR._options = None
25
23
  DESCRIPTOR._serialized_options = b'\252\002\036Ansys.Api.Discovery.V0.Results'
26
- _RESULTVARIABLE._serialized_start=148
27
- _RESULTVARIABLE._serialized_end=1942
28
- _RESULTFUNCTION._serialized_start=1945
29
- _RESULTFUNCTION._serialized_end=2176
30
- _RESULTCOMPONENT._serialized_start=2179
31
- _RESULTCOMPONENT._serialized_end=3006
24
+ _RESULTVARIABLE._serialized_start=73
25
+ _RESULTVARIABLE._serialized_end=1821
26
+ _RESULTFUNCTION._serialized_start=1824
27
+ _RESULTFUNCTION._serialized_end=2055
28
+ _RESULTCOMPONENT._serialized_start=2058
29
+ _RESULTCOMPONENT._serialized_end=2885
32
30
  # @@protoc_insertion_point(module_scope)
@@ -28,44 +28,43 @@ class _ResultVariableEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper.
28
28
  RESULT_VARIABLE_VELOCITY: ResultVariable.ValueType = ... # 10
29
29
  RESULT_VARIABLE_VORTICES_LAMBDA_2: ResultVariable.ValueType = ... # 11
30
30
  RESULT_VARIABLE_MASS: ResultVariable.ValueType = ... # 12
31
- RESULT_VARIABLE_LOCAL_REACTION_FORCE: ResultVariable.ValueType = ... # 13
32
- RESULT_VARIABLE_REACTION_RESULTANT: ResultVariable.ValueType = ... # 14
33
- RESULT_VARIABLE_DENSITY: ResultVariable.ValueType = ... # 15
34
- RESULT_VARIABLE_FACTOR_OF_SAFETY: ResultVariable.ValueType = ... # 16
35
- RESULT_VARIABLE_PRESSURE_DROP: ResultVariable.ValueType = ... # 17
36
- RESULT_VARIABLE_CONTACT_REACTION: ResultVariable.ValueType = ... # 18
37
- RESULT_VARIABLE_JOINT_TOTAL_FORCE: ResultVariable.ValueType = ... # 19
38
- RESULT_VARIABLE_JOINT_TOTAL_MOMENT: ResultVariable.ValueType = ... # 20
39
- RESULT_VARIABLE_FREQUENCY: ResultVariable.ValueType = ... # 21
40
- RESULT_VARIABLE_MESH_STATISTICS: ResultVariable.ValueType = ... # 22
41
- RESULT_VARIABLE_MESH_QUALITY: ResultVariable.ValueType = ... # 23
42
- RESULT_VARIABLE_FLUID_FORCE: ResultVariable.ValueType = ... # 24
43
- RESULT_VARIABLE_VOLUME: ResultVariable.ValueType = ... # 25
44
- RESULT_VARIABLE_VOLUME_FLOW: ResultVariable.ValueType = ... # 26
45
- RESULT_VARIABLE_MASS_FLOW: ResultVariable.ValueType = ... # 27
46
- RESULT_VARIABLE_HEAT_FLOW: ResultVariable.ValueType = ... # 28
47
- RESULT_VARIABLE_TOTAL_PRESSURE: ResultVariable.ValueType = ... # 29
48
- RESULT_VARIABLE_FLOW_UNIFORMITY: ResultVariable.ValueType = ... # 30
49
- RESULT_VARIABLE_S_PARAMETERS: ResultVariable.ValueType = ... # 31
50
- RESULT_VARIABLE_GAIN: ResultVariable.ValueType = ... # 32
51
- RESULT_VARIABLE_REALIZED_GAIN: ResultVariable.ValueType = ... # 33
52
- RESULT_VARIABLE_DIRECTIVITY: ResultVariable.ValueType = ... # 34
53
- RESULT_VARIABLE_AXIAL_RATIO: ResultVariable.ValueType = ... # 35
54
- RESULT_VARIABLE_RADIAL_E: ResultVariable.ValueType = ... # 36
55
- RESULT_VARIABLE_CONTACT_STRESS: ResultVariable.ValueType = ... # 37
56
- RESULT_VARIABLE_MACH_NUMBER: ResultVariable.ValueType = ... # 38
57
- RESULT_VARIABLE_ELECTRIC_FIELD: ResultVariable.ValueType = ... # 39
58
- RESULT_VARIABLE_MAGNETIC_FIELD: ResultVariable.ValueType = ... # 40
59
- RESULT_VARIABLE_CONNECTION_FACTOR_OF_SAFETY: ResultVariable.ValueType = ... # 41
60
- RESULT_VARIABLE_AXIAL_STRESS: ResultVariable.ValueType = ... # 42
61
- RESULT_VARIABLE_TORSIONAL_MOMENT: ResultVariable.ValueType = ... # 43
62
- RESULT_VARIABLE_SHEAR_FORCE: ResultVariable.ValueType = ... # 44
63
- RESULT_VARIABLE_ANTENNA_PARAMETERS: ResultVariable.ValueType = ... # 45
64
- RESULT_VARIABLE_FAN_PRESSURE_RISE: ResultVariable.ValueType = ... # 46
65
- RESULT_VARIABLE_RADIATIVE_HEAT_FLUX: ResultVariable.ValueType = ... # 47
66
- RESULT_VARIABLE_VOLTAGE: ResultVariable.ValueType = ... # 48
67
- RESULT_VARIABLE_CURRENT_DENSITY: ResultVariable.ValueType = ... # 49
68
- RESULT_VARIABLE_JOULE_HEAT: ResultVariable.ValueType = ... # 50
31
+ RESULT_VARIABLE_REACTION_FORCE: ResultVariable.ValueType = ... # 13
32
+ RESULT_VARIABLE_DENSITY: ResultVariable.ValueType = ... # 14
33
+ RESULT_VARIABLE_FACTOR_OF_SAFETY: ResultVariable.ValueType = ... # 15
34
+ RESULT_VARIABLE_PRESSURE_DROP: ResultVariable.ValueType = ... # 16
35
+ RESULT_VARIABLE_CONTACT_REACTION: ResultVariable.ValueType = ... # 17
36
+ RESULT_VARIABLE_JOINT_TOTAL_FORCE: ResultVariable.ValueType = ... # 18
37
+ RESULT_VARIABLE_JOINT_TOTAL_MOMENT: ResultVariable.ValueType = ... # 19
38
+ RESULT_VARIABLE_FREQUENCY: ResultVariable.ValueType = ... # 20
39
+ RESULT_VARIABLE_MESH_STATISTICS: ResultVariable.ValueType = ... # 21
40
+ RESULT_VARIABLE_MESH_QUALITY: ResultVariable.ValueType = ... # 22
41
+ RESULT_VARIABLE_FLUID_FORCE: ResultVariable.ValueType = ... # 23
42
+ RESULT_VARIABLE_VOLUME: ResultVariable.ValueType = ... # 24
43
+ RESULT_VARIABLE_VOLUME_FLOW: ResultVariable.ValueType = ... # 25
44
+ RESULT_VARIABLE_MASS_FLOW: ResultVariable.ValueType = ... # 26
45
+ RESULT_VARIABLE_HEAT_FLOW: ResultVariable.ValueType = ... # 27
46
+ RESULT_VARIABLE_TOTAL_PRESSURE: ResultVariable.ValueType = ... # 28
47
+ RESULT_VARIABLE_FLOW_UNIFORMITY: ResultVariable.ValueType = ... # 29
48
+ RESULT_VARIABLE_S_PARAMETERS: ResultVariable.ValueType = ... # 30
49
+ RESULT_VARIABLE_GAIN: ResultVariable.ValueType = ... # 31
50
+ RESULT_VARIABLE_REALIZED_GAIN: ResultVariable.ValueType = ... # 32
51
+ RESULT_VARIABLE_DIRECTIVITY: ResultVariable.ValueType = ... # 33
52
+ RESULT_VARIABLE_AXIAL_RATIO: ResultVariable.ValueType = ... # 34
53
+ RESULT_VARIABLE_RADIAL_E: ResultVariable.ValueType = ... # 35
54
+ RESULT_VARIABLE_CONTACT_STRESS: ResultVariable.ValueType = ... # 36
55
+ RESULT_VARIABLE_MACH_NUMBER: ResultVariable.ValueType = ... # 37
56
+ RESULT_VARIABLE_ELECTRIC_FIELD: ResultVariable.ValueType = ... # 38
57
+ RESULT_VARIABLE_MAGNETIC_FIELD: ResultVariable.ValueType = ... # 39
58
+ RESULT_VARIABLE_CONNECTION_FACTOR_OF_SAFETY: ResultVariable.ValueType = ... # 40
59
+ RESULT_VARIABLE_AXIAL_STRESS: ResultVariable.ValueType = ... # 41
60
+ RESULT_VARIABLE_TORSIONAL_MOMENT: ResultVariable.ValueType = ... # 42
61
+ RESULT_VARIABLE_SHEAR_FORCE: ResultVariable.ValueType = ... # 43
62
+ RESULT_VARIABLE_ANTENNA_PARAMETERS: ResultVariable.ValueType = ... # 44
63
+ RESULT_VARIABLE_FAN_PRESSURE_RISE: ResultVariable.ValueType = ... # 45
64
+ RESULT_VARIABLE_RADIATIVE_HEAT_FLUX: ResultVariable.ValueType = ... # 46
65
+ RESULT_VARIABLE_VOLTAGE: ResultVariable.ValueType = ... # 47
66
+ RESULT_VARIABLE_CURRENT_DENSITY: ResultVariable.ValueType = ... # 48
67
+ RESULT_VARIABLE_JOULE_HEAT: ResultVariable.ValueType = ... # 49
69
68
  class ResultVariable(_ResultVariable, metaclass=_ResultVariableEnumTypeWrapper):
70
69
  pass
71
70
 
@@ -82,44 +81,43 @@ RESULT_VARIABLE_PRESSURE: ResultVariable.ValueType = ... # 9
82
81
  RESULT_VARIABLE_VELOCITY: ResultVariable.ValueType = ... # 10
83
82
  RESULT_VARIABLE_VORTICES_LAMBDA_2: ResultVariable.ValueType = ... # 11
84
83
  RESULT_VARIABLE_MASS: ResultVariable.ValueType = ... # 12
85
- RESULT_VARIABLE_LOCAL_REACTION_FORCE: ResultVariable.ValueType = ... # 13
86
- RESULT_VARIABLE_REACTION_RESULTANT: ResultVariable.ValueType = ... # 14
87
- RESULT_VARIABLE_DENSITY: ResultVariable.ValueType = ... # 15
88
- RESULT_VARIABLE_FACTOR_OF_SAFETY: ResultVariable.ValueType = ... # 16
89
- RESULT_VARIABLE_PRESSURE_DROP: ResultVariable.ValueType = ... # 17
90
- RESULT_VARIABLE_CONTACT_REACTION: ResultVariable.ValueType = ... # 18
91
- RESULT_VARIABLE_JOINT_TOTAL_FORCE: ResultVariable.ValueType = ... # 19
92
- RESULT_VARIABLE_JOINT_TOTAL_MOMENT: ResultVariable.ValueType = ... # 20
93
- RESULT_VARIABLE_FREQUENCY: ResultVariable.ValueType = ... # 21
94
- RESULT_VARIABLE_MESH_STATISTICS: ResultVariable.ValueType = ... # 22
95
- RESULT_VARIABLE_MESH_QUALITY: ResultVariable.ValueType = ... # 23
96
- RESULT_VARIABLE_FLUID_FORCE: ResultVariable.ValueType = ... # 24
97
- RESULT_VARIABLE_VOLUME: ResultVariable.ValueType = ... # 25
98
- RESULT_VARIABLE_VOLUME_FLOW: ResultVariable.ValueType = ... # 26
99
- RESULT_VARIABLE_MASS_FLOW: ResultVariable.ValueType = ... # 27
100
- RESULT_VARIABLE_HEAT_FLOW: ResultVariable.ValueType = ... # 28
101
- RESULT_VARIABLE_TOTAL_PRESSURE: ResultVariable.ValueType = ... # 29
102
- RESULT_VARIABLE_FLOW_UNIFORMITY: ResultVariable.ValueType = ... # 30
103
- RESULT_VARIABLE_S_PARAMETERS: ResultVariable.ValueType = ... # 31
104
- RESULT_VARIABLE_GAIN: ResultVariable.ValueType = ... # 32
105
- RESULT_VARIABLE_REALIZED_GAIN: ResultVariable.ValueType = ... # 33
106
- RESULT_VARIABLE_DIRECTIVITY: ResultVariable.ValueType = ... # 34
107
- RESULT_VARIABLE_AXIAL_RATIO: ResultVariable.ValueType = ... # 35
108
- RESULT_VARIABLE_RADIAL_E: ResultVariable.ValueType = ... # 36
109
- RESULT_VARIABLE_CONTACT_STRESS: ResultVariable.ValueType = ... # 37
110
- RESULT_VARIABLE_MACH_NUMBER: ResultVariable.ValueType = ... # 38
111
- RESULT_VARIABLE_ELECTRIC_FIELD: ResultVariable.ValueType = ... # 39
112
- RESULT_VARIABLE_MAGNETIC_FIELD: ResultVariable.ValueType = ... # 40
113
- RESULT_VARIABLE_CONNECTION_FACTOR_OF_SAFETY: ResultVariable.ValueType = ... # 41
114
- RESULT_VARIABLE_AXIAL_STRESS: ResultVariable.ValueType = ... # 42
115
- RESULT_VARIABLE_TORSIONAL_MOMENT: ResultVariable.ValueType = ... # 43
116
- RESULT_VARIABLE_SHEAR_FORCE: ResultVariable.ValueType = ... # 44
117
- RESULT_VARIABLE_ANTENNA_PARAMETERS: ResultVariable.ValueType = ... # 45
118
- RESULT_VARIABLE_FAN_PRESSURE_RISE: ResultVariable.ValueType = ... # 46
119
- RESULT_VARIABLE_RADIATIVE_HEAT_FLUX: ResultVariable.ValueType = ... # 47
120
- RESULT_VARIABLE_VOLTAGE: ResultVariable.ValueType = ... # 48
121
- RESULT_VARIABLE_CURRENT_DENSITY: ResultVariable.ValueType = ... # 49
122
- RESULT_VARIABLE_JOULE_HEAT: ResultVariable.ValueType = ... # 50
84
+ RESULT_VARIABLE_REACTION_FORCE: ResultVariable.ValueType = ... # 13
85
+ RESULT_VARIABLE_DENSITY: ResultVariable.ValueType = ... # 14
86
+ RESULT_VARIABLE_FACTOR_OF_SAFETY: ResultVariable.ValueType = ... # 15
87
+ RESULT_VARIABLE_PRESSURE_DROP: ResultVariable.ValueType = ... # 16
88
+ RESULT_VARIABLE_CONTACT_REACTION: ResultVariable.ValueType = ... # 17
89
+ RESULT_VARIABLE_JOINT_TOTAL_FORCE: ResultVariable.ValueType = ... # 18
90
+ RESULT_VARIABLE_JOINT_TOTAL_MOMENT: ResultVariable.ValueType = ... # 19
91
+ RESULT_VARIABLE_FREQUENCY: ResultVariable.ValueType = ... # 20
92
+ RESULT_VARIABLE_MESH_STATISTICS: ResultVariable.ValueType = ... # 21
93
+ RESULT_VARIABLE_MESH_QUALITY: ResultVariable.ValueType = ... # 22
94
+ RESULT_VARIABLE_FLUID_FORCE: ResultVariable.ValueType = ... # 23
95
+ RESULT_VARIABLE_VOLUME: ResultVariable.ValueType = ... # 24
96
+ RESULT_VARIABLE_VOLUME_FLOW: ResultVariable.ValueType = ... # 25
97
+ RESULT_VARIABLE_MASS_FLOW: ResultVariable.ValueType = ... # 26
98
+ RESULT_VARIABLE_HEAT_FLOW: ResultVariable.ValueType = ... # 27
99
+ RESULT_VARIABLE_TOTAL_PRESSURE: ResultVariable.ValueType = ... # 28
100
+ RESULT_VARIABLE_FLOW_UNIFORMITY: ResultVariable.ValueType = ... # 29
101
+ RESULT_VARIABLE_S_PARAMETERS: ResultVariable.ValueType = ... # 30
102
+ RESULT_VARIABLE_GAIN: ResultVariable.ValueType = ... # 31
103
+ RESULT_VARIABLE_REALIZED_GAIN: ResultVariable.ValueType = ... # 32
104
+ RESULT_VARIABLE_DIRECTIVITY: ResultVariable.ValueType = ... # 33
105
+ RESULT_VARIABLE_AXIAL_RATIO: ResultVariable.ValueType = ... # 34
106
+ RESULT_VARIABLE_RADIAL_E: ResultVariable.ValueType = ... # 35
107
+ RESULT_VARIABLE_CONTACT_STRESS: ResultVariable.ValueType = ... # 36
108
+ RESULT_VARIABLE_MACH_NUMBER: ResultVariable.ValueType = ... # 37
109
+ RESULT_VARIABLE_ELECTRIC_FIELD: ResultVariable.ValueType = ... # 38
110
+ RESULT_VARIABLE_MAGNETIC_FIELD: ResultVariable.ValueType = ... # 39
111
+ RESULT_VARIABLE_CONNECTION_FACTOR_OF_SAFETY: ResultVariable.ValueType = ... # 40
112
+ RESULT_VARIABLE_AXIAL_STRESS: ResultVariable.ValueType = ... # 41
113
+ RESULT_VARIABLE_TORSIONAL_MOMENT: ResultVariable.ValueType = ... # 42
114
+ RESULT_VARIABLE_SHEAR_FORCE: ResultVariable.ValueType = ... # 43
115
+ RESULT_VARIABLE_ANTENNA_PARAMETERS: ResultVariable.ValueType = ... # 44
116
+ RESULT_VARIABLE_FAN_PRESSURE_RISE: ResultVariable.ValueType = ... # 45
117
+ RESULT_VARIABLE_RADIATIVE_HEAT_FLUX: ResultVariable.ValueType = ... # 46
118
+ RESULT_VARIABLE_VOLTAGE: ResultVariable.ValueType = ... # 47
119
+ RESULT_VARIABLE_CURRENT_DENSITY: ResultVariable.ValueType = ... # 48
120
+ RESULT_VARIABLE_JOULE_HEAT: ResultVariable.ValueType = ... # 49
123
121
  global___ResultVariable = ResultVariable
124
122
 
125
123
 
@@ -20,7 +20,7 @@ service Unsupported {
20
20
  // Gets max and min value from the legend
21
21
  rpc GetLegendMaximumValue(google.protobuf.Empty) returns(DoubleValueResponse);
22
22
  rpc GetLegendMinimumValue(google.protobuf.Empty) returns(DoubleValueResponse);
23
-
23
+
24
24
  }
25
25
 
26
26
  message VariableExportRequest {
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: ansys-api-discovery
3
- Version: 0.6.7
4
- Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 08:33:35 on 19 February 2025
3
+ Version: 0.6.9
4
+ Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 13:45:52 on 27 March 2025
5
5
  Home-page: https://github.com/ansys/ansys-api-discovery
6
6
  Author: ANSYS, Inc.
7
7
  Author-email: support@ansys.com
@@ -11,13 +11,14 @@ Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: grpcio~=1.44
13
13
  Requires-Dist: protobuf<6,>=3.19
14
- Requires-Dist: ansys-api-geometry==0.4.37
14
+ Requires-Dist: ansys-api-geometry==0.4.40
15
15
  Dynamic: author
16
16
  Dynamic: author-email
17
17
  Dynamic: description
18
18
  Dynamic: description-content-type
19
19
  Dynamic: home-page
20
20
  Dynamic: license
21
+ Dynamic: license-file
21
22
  Dynamic: requires-dist
22
23
  Dynamic: requires-python
23
24
  Dynamic: summary
@@ -1,4 +1,4 @@
1
- ansys/api/discovery/VERSION,sha256=pEwJpjVjaIV409hzVOmS186XSSJwfXDVY_v4hKxXHF8,6
1
+ ansys/api/discovery/VERSION,sha256=E-t0tEvm46haDvoN7fVq7AXp5QFA4ci7wND72Al7Bxc,6
2
2
  ansys/api/discovery/__init__.py,sha256=c2GxEoryXIQtBEhwLRN45MOr4IsG1UbsHYBzUnvXGDM,231
3
3
  ansys/api/discovery/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  ansys/api/discovery/v0/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
@@ -22,14 +22,14 @@ ansys/api/discovery/v0/messaging_pb2.py,sha256=O9N7jQcb3jleaJj60Cc4HSIi8D5IjlNJi
22
22
  ansys/api/discovery/v0/messaging_pb2.pyi,sha256=7pVtwf6MQNpMkPlPrw5F4kfO6EPjREF3_rV-VmRfjy8,716
23
23
  ansys/api/discovery/v0/messaging_pb2_grpc.py,sha256=q7Og7xEn4CApFY5NwPRN1-cpQvyW6E5TjrQnoc4xeMw,4466
24
24
  ansys/api/discovery/v0/messaging_pb2_grpc.pyi,sha256=22vxFZ2OMICUFsfbDiJRq4gdwXo79wDC2KTvPnLy3G4,1260
25
- ansys/api/discovery/v0/monitors.proto,sha256=GcnT0S0F8ZoyFta57HuArRjaNiBUGFQK2ZzDEGt-mK8,1199
26
- ansys/api/discovery/v0/monitors_pb2.py,sha256=EORstUkSkRc-5ItsQShbnbXfDGhzlZnU-Mgi6jDVmTA,3190
25
+ ansys/api/discovery/v0/monitors.proto,sha256=nxXi88fTpEU8k4dShhzjpk2eQJ6_SW-qEi9lQIWMb6Q,1161
26
+ ansys/api/discovery/v0/monitors_pb2.py,sha256=RL10W3EgHLb3baSg_tIiXQ40trmpHkoRH9tBIsS25Qw,3079
27
27
  ansys/api/discovery/v0/monitors_pb2.pyi,sha256=7FpibdMdybiyNGIcBkkscTIXIjUB1paWeRbWOyATz8Y,5374
28
28
  ansys/api/discovery/v0/monitors_pb2_grpc.py,sha256=9E4Gnr4u9efP3_7JhOuzR5YyqRCgR6OXrwjOU7HE-QI,2825
29
29
  ansys/api/discovery/v0/monitors_pb2_grpc.pyi,sha256=ht2Mwq49Y-92_MNlEzojXmPemi1gmsE7XhawQEe9RpM,877
30
- ansys/api/discovery/v0/results.proto,sha256=xvSi56T5eLCIdXHc9uvaS1FJiHnXZ7pk4_z2anA5NwY,3414
31
- ansys/api/discovery/v0/results_pb2.py,sha256=O1QMyayxPjwJ_ngY4f-TFvRzLei9AHxjAEdbE9ZwmIQ,5648
32
- ansys/api/discovery/v0/results_pb2.pyi,sha256=PSVjZRTh3fUdRv1TsMKi-O5Gze2xgI63h9qW4kOhpXY,13385
30
+ ansys/api/discovery/v0/results.proto,sha256=wfn2-2gtaj5H_BSLKryqpRJB7H5JNDVqzARVos-tQnw,3271
31
+ ansys/api/discovery/v0/results_pb2.py,sha256=6V1BjN0FfrM2sVInGd47T2fd5kBcnQC1ZqkV7wZMjA0,5314
32
+ ansys/api/discovery/v0/results_pb2.pyi,sha256=1gZfo0AmKygXndYlwUYA79nbvEbFouszsiAawSi110M,13223
33
33
  ansys/api/discovery/v0/results_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
34
34
  ansys/api/discovery/v0/results_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
35
35
  ansys/api/discovery/v0/scriptparameters.proto,sha256=S0eI9H24HUBet4knWVq7lR0Nd9-A03ERNmD5Xg6XG4I,1167
@@ -52,7 +52,7 @@ ansys/api/discovery/v0/units_pb2.py,sha256=k8n3o8rH_yt48xqvjzPu8XONteVLI_Eg8Bbwk
52
52
  ansys/api/discovery/v0/units_pb2.pyi,sha256=1sBHhZfIxIssrgeO3jIgMQ-5nMhBBn8qkr93C60Jg2c,201214
53
53
  ansys/api/discovery/v0/units_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
54
54
  ansys/api/discovery/v0/units_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
55
- ansys/api/discovery/v0/unsupported.proto,sha256=8tVRBEZXk4IZycEQLiIRaChoMIZ_Bb4UhQ2p1lh2smQ,1254
55
+ ansys/api/discovery/v0/unsupported.proto,sha256=9qSbS_-kEukJotG-L2DxuGhY9_cDdp8KjLOvCaLqwQQ,1256
56
56
  ansys/api/discovery/v0/unsupported_pb2.py,sha256=Achu3x-_OQMU079n4bkgZ13sqlM4Vb6BCqQALv8exvE,2992
57
57
  ansys/api/discovery/v0/unsupported_pb2.pyi,sha256=9NrN0sOP5bXUaZBi4t8z7N_ga4m2Xhwpj5f6hR-1rD8,3032
58
58
  ansys/api/discovery/v0/unsupported_pb2_grpc.py,sha256=4vHyK9PNXsa1_4NMgcGi5IGINxvcBnPHlM01inVEf4c,8689
@@ -97,8 +97,8 @@ ansys/api/discovery/v0/conditions/flow_pb2.py,sha256=Nent6Gi4-jVf3BK82oWQ5cAHMRT
97
97
  ansys/api/discovery/v0/conditions/flow_pb2.pyi,sha256=tCujwXJCOjUgRd_GlhpZPQWDER8_H4MJecKhPpF6yBU,34587
98
98
  ansys/api/discovery/v0/conditions/flow_pb2_grpc.py,sha256=EDEDLjRWCN8h1Wh8E9yzFjwdW0YVfbrmYTJ3TeFpCj8,39274
99
99
  ansys/api/discovery/v0/conditions/flow_pb2_grpc.pyi,sha256=Wd4CGEX1kx9kIx1R24EDwsopuG3t4cHPaVASbXMnHVU,9850
100
- ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto,sha256=FMVIWiZe1R8BSiKmpgGOrX8r3SZfTkA6BEz08eXBWkw,457
101
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py,sha256=tKR0mI6gWiFT15WHqiAQbsHD8PpnuApzm8MAhHM0meE,1720
100
+ ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto,sha256=RwFh9hZ0Uz8ZWv6D5QMr9mz0_O3diwuk6FjlwAKqTIA,414
101
+ ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py,sha256=rBEpa_svyQoeu-g14JF07cXOoP-2h7UrltheatZ7qEE,1589
102
102
  ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi,sha256=pUIMrU9pC3SsmMbP3dPIEmkuD06V7YtgOaCiH7Qb4bg,171
103
103
  ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py,sha256=NHKDi7xiYK2MACihAOYEkR5_oeMrtarbKXfjj2WsmrE,3157
104
104
  ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi,sha256=TfE-NMAyh-xYMzgWg71Tv7uanGeZPSaCeBIHeI9sqjw,905
@@ -132,11 +132,11 @@ ansys/api/discovery/v0/conditions/moment_pb2.py,sha256=N0SwDMH5WNonH5Du8WNLyvT4G
132
132
  ansys/api/discovery/v0/conditions/moment_pb2.pyi,sha256=qeQr_pUVqknpO_oBevlAVRFf9q0lgXUcBL21qM-Ttcc,6651
133
133
  ansys/api/discovery/v0/conditions/moment_pb2_grpc.py,sha256=ewhPHTpxBNo6rSO6qIZDGC0v7tTrks05Grabfo21A6M,22450
134
134
  ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi,sha256=5yqeZYm6phdob81arzhvO7gmwfckkDVpJ5ywXHHa_VA,5604
135
- ansys/api/discovery/v0/conditions/porous.proto,sha256=6mFRFI1h6z24crQrlgr8bQ8VPfplk_9gZ0Zbt0Tl-2U,3312
136
- ansys/api/discovery/v0/conditions/porous_pb2.py,sha256=LzJSq2M21VN2UmndhYIFwaE-q5drvcTz7cBJVj-LT7w,7179
137
- ansys/api/discovery/v0/conditions/porous_pb2.pyi,sha256=ne59OgWpHFeu5bfAWZjxf-kKsjZnv21S8Q6ppcvYWDI,12952
138
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py,sha256=3ADx7VJYpfwfVrYj_lZ1WkEglc-QOyX0JqkAjUvRepI,31408
139
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi,sha256=RFcskFfYx2he_6LwWgiXrOjCALu_HSL3b7g4SRwKmmQ,8045
135
+ ansys/api/discovery/v0/conditions/porous.proto,sha256=LSlKVRnBPidrmoRFMP1-pMMs2nXicAT0vn2gQPEl5W8,3637
136
+ ansys/api/discovery/v0/conditions/porous_pb2.py,sha256=5nQYir_IA5Bbnf7cjMKuuQRu5o9KB6h6zDU3zSTcQF4,7899
137
+ ansys/api/discovery/v0/conditions/porous_pb2.pyi,sha256=AeXdrWiR1EsK6fkrn_hRu1YkzGV-ywTntY4tObiPOpE,14887
138
+ ansys/api/discovery/v0/conditions/porous_pb2_grpc.py,sha256=gbU9n6se1Gr3FxWfodoymwR417xcP3wOvq5EJS11sLc,33542
139
+ ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi,sha256=pLnfewo-FDYDmaV-ITmxTRvhT4ErLlQUCEr7zlNxsgc,8585
140
140
  ansys/api/discovery/v0/conditions/pressure.proto,sha256=XbLnKIwconmmGAJn38ghYTQT5M57yNCThj9MxMXdz_I,1225
141
141
  ansys/api/discovery/v0/conditions/pressure_pb2.py,sha256=fpUPv9_U7zWpFciUx7PEPpbcf5Sfd3xCs_1wOLUbp9o,3301
142
142
  ansys/api/discovery/v0/conditions/pressure_pb2.pyi,sha256=Dywl0PKVEi-S4TbUiR86Rq9Hws49ZYbbO6QcOVJ38Hk,4952
@@ -167,11 +167,11 @@ ansys/api/discovery/v0/conditions/velocity_pb2.py,sha256=5jbpKtRibz-8G1gCOb24wyN
167
167
  ansys/api/discovery/v0/conditions/velocity_pb2.pyi,sha256=NjvVRfLT8Rr32JJO87qZ6kPxq5Tg93xSgL5A9Nroa20,5236
168
168
  ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py,sha256=a1gTDbmh2LAxK6h5HhEUXvfmv1jR7xbU0-HjC07tdis,28675
169
169
  ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi,sha256=B8ACRWZ1ySPB0YYY6aaxgUMlCciuKU0_91Nmk3dgg5U,7068
170
- ansys/api/discovery/v0/conditions/wall.proto,sha256=yNd7y7JUZ2MNONRVmE-cqj7cdGpRh3vgaVQlt072LWw,5883
171
- ansys/api/discovery/v0/conditions/wall_pb2.py,sha256=1FlamQ7vpGvCH6rWlWK0a4dg4itRf5wF4tb3zZvtbRs,13108
172
- ansys/api/discovery/v0/conditions/wall_pb2.pyi,sha256=E6mTr9tlmzv5Ic6wCT-lOQsR1zjejf1neTq54cJ6C1I,30788
173
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.py,sha256=9l0rjCt0l4WpMhQKmDR_yoLCyZcfrmPSNhp_Q_CEh-c,36629
174
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi,sha256=LBPYi1eTHGKdFOQO7zu9HL6cNyqF6MiWtLrcr56N2vM,9345
170
+ ansys/api/discovery/v0/conditions/wall.proto,sha256=Q8CPJIcSgyP3j_GfsNiEI-OB4aiEWB22d7KW1y3SX8I,6213
171
+ ansys/api/discovery/v0/conditions/wall_pb2.py,sha256=gwhEzjuU7A2u2yGp1VWg-gk_SGGDiMF7o55f1kf9GV8,13587
172
+ ansys/api/discovery/v0/conditions/wall_pb2.pyi,sha256=wIF9B-536GgMuyjTR5Zd-rvAFJyEWSltoXmmKNVvqTw,31053
173
+ ansys/api/discovery/v0/conditions/wall_pb2_grpc.py,sha256=0fFV6dEQbOSOvJ43Ga8vHn06XVO3Wh-Xt0YaIc_lVD0,42740
174
+ ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi,sha256=_j_0cYQLYjmHrJALjmj8-16-y1g7QxSDEI8w9-hhCUI,10819
175
175
  ansys/api/discovery/v0/connections/contact.proto,sha256=7_C5--AwImHiYOxDWAtKIK3cS2S6Vw4AiCLlSYRdOgY,4240
176
176
  ansys/api/discovery/v0/connections/contact_pb2.py,sha256=7goigSvbbwNHH5PrBaWojAgOHvsqYPWD3ENa9c92pD0,8845
177
177
  ansys/api/discovery/v0/connections/contact_pb2.pyi,sha256=u1K82EAU1C-pIFwTSUdHV5jsulG4KQtyh5s1VZk6GDE,14528
@@ -192,9 +192,9 @@ ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py,sha256=j8auzcxnVWTjtcEQJj
192
192
  ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi,sha256=tKaVZgeMS2VW9sAI_Gu9sV34PX5lyN2VOMdnxl8uvnw,3733
193
193
  ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py,sha256=0fyTYCn1mJdeiPQuxaFY4J1x-9lkQa0TrjYYX8Ve3gE,3106
194
194
  ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi,sha256=KVdQ8wEfHCCYUU3J3MZWd5qPtKz1HCzStw2v2z_1a7c,991
195
- ansys_api_discovery-0.6.7.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
196
- ansys_api_discovery-0.6.7.dist-info/METADATA,sha256=LN4jQzq130IfRbVoxlnXT0-H1mqMdpbHILW_yoGuTok,2116
197
- ansys_api_discovery-0.6.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
198
- ansys_api_discovery-0.6.7.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
199
- ansys_api_discovery-0.6.7.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
200
- ansys_api_discovery-0.6.7.dist-info/RECORD,,
195
+ ansys_api_discovery-0.6.9.dist-info/licenses/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
196
+ ansys_api_discovery-0.6.9.dist-info/METADATA,sha256=9kp-BSrQrtADIb9gzerS1eoVmIXLnKDc95i3Nnfim2c,2135
197
+ ansys_api_discovery-0.6.9.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
198
+ ansys_api_discovery-0.6.9.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
199
+ ansys_api_discovery-0.6.9.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
200
+ ansys_api_discovery-0.6.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5