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.
- ansys/api/discovery/VERSION +1 -1
- ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +0 -1
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +3 -4
- ansys/api/discovery/v0/conditions/porous.proto +23 -15
- ansys/api/discovery/v0/conditions/porous_pb2.py +21 -19
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +60 -37
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +70 -37
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +24 -14
- ansys/api/discovery/v0/conditions/wall.proto +13 -6
- ansys/api/discovery/v0/conditions/wall_pb2.py +26 -26
- ansys/api/discovery/v0/conditions/wall_pb2.pyi +11 -8
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +120 -21
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +36 -6
- ansys/api/discovery/v0/monitors.proto +0 -1
- ansys/api/discovery/v0/monitors_pb2.py +11 -12
- ansys/api/discovery/v0/results.proto +37 -41
- ansys/api/discovery/v0/results_pb2.py +7 -9
- ansys/api/discovery/v0/results_pb2.pyi +74 -76
- ansys/api/discovery/v0/unsupported.proto +1 -1
- {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/METADATA +5 -4
- {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/RECORD +25 -25
- {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/WHEEL +1 -1
- {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info/licenses}/LICENSE +0 -0
- {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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
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: ...
|
|
@@ -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\
|
|
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=
|
|
28
|
-
_CREATEMONITORREQUEST._serialized_end=
|
|
29
|
-
_MONITORCREATIONRESPONSE._serialized_start=
|
|
30
|
-
_MONITORCREATIONRESPONSE._serialized_end=
|
|
31
|
-
_MONITORPROPERTIES._serialized_start=
|
|
32
|
-
_MONITORPROPERTIES._serialized_end=
|
|
33
|
-
_MONITORDEFINITION._serialized_start=
|
|
34
|
-
_MONITORDEFINITION._serialized_end=
|
|
35
|
-
_MONITORS._serialized_start=
|
|
36
|
-
_MONITORS._serialized_end=
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
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
|
|
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=
|
|
27
|
-
_RESULTVARIABLE._serialized_end=
|
|
28
|
-
_RESULTFUNCTION._serialized_start=
|
|
29
|
-
_RESULTFUNCTION._serialized_end=
|
|
30
|
-
_RESULTCOMPONENT._serialized_start=
|
|
31
|
-
_RESULTCOMPONENT._serialized_end=
|
|
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
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
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
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
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.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: ansys-api-discovery
|
|
3
|
-
Version: 0.6.
|
|
4
|
-
Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on
|
|
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.
|
|
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=
|
|
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=
|
|
26
|
-
ansys/api/discovery/v0/monitors_pb2.py,sha256=
|
|
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=
|
|
31
|
-
ansys/api/discovery/v0/results_pb2.py,sha256=
|
|
32
|
-
ansys/api/discovery/v0/results_pb2.pyi,sha256=
|
|
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=
|
|
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=
|
|
101
|
-
ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py,sha256=
|
|
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=
|
|
136
|
-
ansys/api/discovery/v0/conditions/porous_pb2.py,sha256=
|
|
137
|
-
ansys/api/discovery/v0/conditions/porous_pb2.pyi,sha256=
|
|
138
|
-
ansys/api/discovery/v0/conditions/porous_pb2_grpc.py,sha256=
|
|
139
|
-
ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi,sha256=
|
|
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=
|
|
171
|
-
ansys/api/discovery/v0/conditions/wall_pb2.py,sha256=
|
|
172
|
-
ansys/api/discovery/v0/conditions/wall_pb2.pyi,sha256=
|
|
173
|
-
ansys/api/discovery/v0/conditions/wall_pb2_grpc.py,sha256=
|
|
174
|
-
ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi,sha256=
|
|
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.
|
|
196
|
-
ansys_api_discovery-0.6.
|
|
197
|
-
ansys_api_discovery-0.6.
|
|
198
|
-
ansys_api_discovery-0.6.
|
|
199
|
-
ansys_api_discovery-0.6.
|
|
200
|
-
ansys_api_discovery-0.6.
|
|
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,,
|
{ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info/licenses}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|