ansys-api-discovery 0.6.0__py3-none-any.whl → 0.6.1__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.proto +3 -3
- ansys/api/discovery/v0/conditions_pb2.py +2 -2
- ansys/api/discovery/v0/conditions_pb2_grpc.py +9 -9
- ansys/api/discovery/v0/conditions_pb2_grpc.pyi +6 -6
- ansys/api/discovery/v0/conditionsfluid.proto +25 -25
- ansys/api/discovery/v0/conditionsfluid_pb2.py +60 -60
- ansys/api/discovery/v0/conditionsfluid_pb2.pyi +24 -24
- ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py +39 -39
- ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi +26 -26
- ansys/api/discovery/v0/conditionsstructural.proto +89 -89
- ansys/api/discovery/v0/conditionsstructural_pb2.py +86 -86
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +36 -36
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +204 -204
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +136 -136
- ansys/api/discovery/v0/conditionsthermal.proto +21 -21
- ansys/api/discovery/v0/conditionsthermal_pb2.py +36 -36
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +20 -20
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py +33 -33
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +22 -22
- ansys/api/discovery/v0/discoverymodels.proto +3 -3
- ansys/api/discovery/v0/discoverymodels_pb2.py +27 -27
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +6 -6
- ansys/api/discovery/v0/monitors.proto +137 -0
- ansys/api/discovery/v0/monitors_pb2.py +42 -0
- ansys/api/discovery/v0/monitors_pb2.pyi +307 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/solution.proto +5 -4
- ansys/api/discovery/v0/solution_pb2.py +9 -9
- ansys/api/discovery/v0/solution_pb2.pyi +17 -12
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/METADATA +2 -2
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/RECORD +37 -32
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/WHEEL +1 -1
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/top_level.txt +0 -0
|
@@ -17,38 +17,38 @@ service ConditionsThermal
|
|
|
17
17
|
|
|
18
18
|
rpc CreateHeatSurfaceDistributed(HeatCreationRequest) returns (HeatSurfaceDistributedCreationResponse);
|
|
19
19
|
|
|
20
|
-
rpc ChangeHeatLocation(ChangeLocationExtendedRequest) returns(
|
|
20
|
+
rpc ChangeHeatLocation(ChangeLocationExtendedRequest) returns(ChangeResponse);
|
|
21
21
|
|
|
22
|
-
rpc ChangeTotalHeat(ChangeQuantityRequest) returns(
|
|
22
|
+
rpc ChangeTotalHeat(ChangeQuantityRequest) returns(ChangeResponse);
|
|
23
23
|
|
|
24
|
-
rpc ChangeHeatPerUnitVolume(ChangeQuantityRequest) returns(
|
|
24
|
+
rpc ChangeHeatPerUnitVolume(ChangeQuantityRequest) returns(ChangeResponse);
|
|
25
25
|
|
|
26
|
-
rpc ChangeHeatPerUnitArea(ChangeQuantityRequest) returns(
|
|
26
|
+
rpc ChangeHeatPerUnitArea(ChangeQuantityRequest) returns(ChangeResponse);
|
|
27
27
|
|
|
28
|
-
rpc ChangeHeatSpecification(ChangeHeatSpecificationRequest) returns(
|
|
28
|
+
rpc ChangeHeatSpecification(ChangeHeatSpecificationRequest) returns(ChangeResponse);
|
|
29
29
|
|
|
30
30
|
//Temperature condition methods
|
|
31
31
|
rpc CreateTemperatureVolumetric(TemperatureCreationRequest) returns (TemperatureCreationResponse);
|
|
32
32
|
|
|
33
33
|
rpc CreateTemperatureSurface(TemperatureCreationRequest) returns (TemperatureCreationResponse);
|
|
34
34
|
|
|
35
|
-
rpc ChangeTemperatureLocation(ChangeLocationExtendedRequest) returns(
|
|
35
|
+
rpc ChangeTemperatureLocation(ChangeLocationExtendedRequest) returns(ChangeResponse);
|
|
36
36
|
|
|
37
|
-
rpc ChangeTemperatureMagnitude(ChangeQuantityRequest) returns(
|
|
37
|
+
rpc ChangeTemperatureMagnitude(ChangeQuantityRequest) returns(ChangeResponse);
|
|
38
38
|
|
|
39
39
|
//Insulated condition methods
|
|
40
40
|
rpc CreateInsulated(InsulatedCreationRequest) returns (InsulatedCreationResponse);
|
|
41
41
|
|
|
42
|
-
rpc ChangeInsulatedLocation(ChangeLocationRequest) returns(
|
|
42
|
+
rpc ChangeInsulatedLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
43
43
|
|
|
44
44
|
// Convection condition methods
|
|
45
45
|
rpc CreateConvection(ConvectionCreationRequest) returns (ConvectionCreationResponse);
|
|
46
46
|
|
|
47
|
-
rpc ChangeConvectionLocation(ChangeLocationRequest) returns(
|
|
47
|
+
rpc ChangeConvectionLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
48
48
|
|
|
49
|
-
rpc ChangeConvectionCoefficientMagnitude(ChangeQuantityRequest) returns(
|
|
49
|
+
rpc ChangeConvectionCoefficientMagnitude(ChangeQuantityRequest) returns(ChangeResponse);
|
|
50
50
|
|
|
51
|
-
rpc ChangeConvectionTemperatureMagnitude(ChangeQuantityRequest) returns(
|
|
51
|
+
rpc ChangeConvectionTemperatureMagnitude(ChangeQuantityRequest) returns(ChangeResponse);
|
|
52
52
|
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -61,56 +61,56 @@ message ChangeHeatSpecificationRequest{
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
message HeatCreationRequest{
|
|
64
|
-
|
|
64
|
+
ScopedCreationData creation_data = 1;
|
|
65
65
|
Quantity heat = 2;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
message HeatTotalCreationResponse{
|
|
69
|
-
|
|
69
|
+
CreationResponse condition_response = 1;
|
|
70
70
|
HeatTotalDefinition condition_data = 2;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
message HeatVolumetricDistributedCreationResponse{
|
|
74
|
-
|
|
74
|
+
CreationResponse condition_response = 1;
|
|
75
75
|
HeatPerVolumeDefinition condition_data = 2;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
message HeatSurfaceDistributedCreationResponse{
|
|
79
|
-
|
|
79
|
+
CreationResponse condition_response = 1;
|
|
80
80
|
HeatPerAreaDefinition condition_data = 2;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
// Temperature
|
|
84
84
|
message TemperatureCreationRequest{
|
|
85
|
-
|
|
85
|
+
ScopedCreationData creation_data = 1;
|
|
86
86
|
Quantity temperature = 2;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
message TemperatureCreationResponse{
|
|
90
|
-
|
|
90
|
+
CreationResponse condition_response = 1;
|
|
91
91
|
TemperatureDefinition condition_data = 2;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
// Insulated
|
|
95
95
|
message InsulatedCreationRequest{
|
|
96
|
-
|
|
96
|
+
ScopedCreationData creation_data = 1;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
message InsulatedCreationResponse{
|
|
100
|
-
|
|
100
|
+
CreationResponse condition_response = 1;
|
|
101
101
|
InsulatedDefinition condition_data = 2;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
// Convection
|
|
105
105
|
message ConvectionCreationRequest{
|
|
106
|
-
|
|
106
|
+
ScopedCreationData creation_data = 1;
|
|
107
107
|
Quantity coefficient = 2;
|
|
108
108
|
Quantity temperature = 3;
|
|
109
109
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
message ConvectionCreationResponse{
|
|
113
|
-
|
|
113
|
+
CreationResponse condition_response = 1;
|
|
114
114
|
ConvectionDefinition condition_data = 2;
|
|
115
115
|
}
|
|
116
116
|
|
|
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.ansys/api/discovery/v0/conditionsthermal.proto\x12\x33\x61nsys.api.discovery.v0.conditions.conditionsthermal\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\x97\x01\n\x1e\x43hangeHeatSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x62\n\x12heat_specification\x18\x02 \x01(\x0e\x32\x46.ansys.api.discovery.v0.conditions.conditionsthermal.HeatSpecification\"\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.ansys/api/discovery/v0/conditionsthermal.proto\x12\x33\x61nsys.api.discovery.v0.conditions.conditionsthermal\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\x97\x01\n\x1e\x43hangeHeatSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x62\n\x12heat_specification\x18\x02 \x01(\x0e\x32\x46.ansys.api.discovery.v0.conditions.conditionsthermal.HeatSpecification\"\x88\x01\n\x13HeatCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12.\n\x04heat\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xc3\x01\n\x19HeatTotalCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12`\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatTotalDefinition\"\xd7\x01\n)HeatVolumetricDistributedCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x64\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32L.ansys.api.discovery.v0.conditions.conditionsthermal.HeatPerVolumeDefinition\"\xd2\x01\n&HeatSurfaceDistributedCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x62\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsthermal.HeatPerAreaDefinition\"\x96\x01\n\x1aTemperatureCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x35\n\x0btemperature\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xc7\x01\n\x1bTemperatureCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x62\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureDefinition\"]\n\x18InsulatedCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\"\xc3\x01\n\x19InsulatedCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12`\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsthermal.InsulatedDefinition\"\xcc\x01\n\x19\x43onvectionCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x35\n\x0b\x63oefficient\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x35\n\x0btemperature\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xc5\x01\n\x1a\x43onvectionCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x61\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32I.ansys.api.discovery.v0.conditions.conditionsthermal.ConvectionDefinition\"\xa0\x01\n\x13HeatTotalDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x34\n\ntotal_heat\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xa9\x01\n\x15HeatPerAreaDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12;\n\x11heat_per_unitarea\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xad\x01\n\x17HeatPerVolumeDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12=\n\x13heat_per_unitvolume\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xa1\x01\n\x15TemperatureDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x33\n\tmagnitude\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"j\n\x13InsulatedDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\"\xd9\x01\n\x14\x43onvectionDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12\x35\n\x0b\x63oefficient\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x35\n\x0btemperature\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity*?\n\x11HeatSpecification\x12\r\n\tTOTALHEAT\x10\x00\x12\x1b\n\x17HEATPERUNITVOLUMEORAREA\x10\x01\x32\xb0\x16\n\x11\x43onditionsThermal\x12\xb5\x01\n\x19\x43reateHeatVolumetricTotal\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsthermal.HeatTotalCreationResponse\x12\xcb\x01\n\x1f\x43reateHeatVolumetricDistributed\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1a^.ansys.api.discovery.v0.conditions.conditionsthermal.HeatVolumetricDistributedCreationResponse\x12\xb2\x01\n\x16\x43reateHeatSurfaceTotal\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsthermal.HeatTotalCreationResponse\x12\xc5\x01\n\x1c\x43reateHeatSurfaceDistributed\x12H.ansys.api.discovery.v0.conditions.conditionsthermal.HeatCreationRequest\x1a[.ansys.api.discovery.v0.conditions.conditionsthermal.HeatSurfaceDistributedCreationResponse\x12s\n\x12\x43hangeHeatLocation\x12\x35.ansys.api.discovery.v0.ChangeLocationExtendedRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12h\n\x0f\x43hangeTotalHeat\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12p\n\x17\x43hangeHeatPerUnitVolume\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12n\n\x15\x43hangeHeatPerUnitArea\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x96\x01\n\x17\x43hangeHeatSpecification\x12S.ansys.api.discovery.v0.conditions.conditionsthermal.ChangeHeatSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xc0\x01\n\x1b\x43reateTemperatureVolumetric\x12O.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationRequest\x1aP.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationResponse\x12\xbd\x01\n\x18\x43reateTemperatureSurface\x12O.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationRequest\x1aP.ansys.api.discovery.v0.conditions.conditionsthermal.TemperatureCreationResponse\x12z\n\x19\x43hangeTemperatureLocation\x12\x35.ansys.api.discovery.v0.ChangeLocationExtendedRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1a\x43hangeTemperatureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xb0\x01\n\x0f\x43reateInsulated\x12M.ansys.api.discovery.v0.conditions.conditionsthermal.InsulatedCreationRequest\x1aN.ansys.api.discovery.v0.conditions.conditionsthermal.InsulatedCreationResponse\x12p\n\x17\x43hangeInsulatedLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xb3\x01\n\x10\x43reateConvection\x12N.ansys.api.discovery.v0.conditions.conditionsthermal.ConvectionCreationRequest\x1aO.ansys.api.discovery.v0.conditions.conditionsthermal.ConvectionCreationResponse\x12q\n\x18\x43hangeConvectionLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12}\n$ChangeConvectionCoefficientMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12}\n$ChangeConvectionTemperatureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB6\xaa\x02\x33\x41nsys.Api.Discovery.V0.Conditions.ConditionsThermalb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
20
20
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditionsthermal_pb2', globals())
|
|
@@ -22,42 +22,42 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
22
22
|
|
|
23
23
|
DESCRIPTOR._options = None
|
|
24
24
|
DESCRIPTOR._serialized_options = b'\252\0023Ansys.Api.Discovery.V0.Conditions.ConditionsThermal'
|
|
25
|
-
_HEATSPECIFICATION._serialized_start=
|
|
26
|
-
_HEATSPECIFICATION._serialized_end=
|
|
25
|
+
_HEATSPECIFICATION._serialized_start=3129
|
|
26
|
+
_HEATSPECIFICATION._serialized_end=3192
|
|
27
27
|
_CHANGEHEATSPECIFICATIONREQUEST._serialized_start=150
|
|
28
28
|
_CHANGEHEATSPECIFICATIONREQUEST._serialized_end=301
|
|
29
29
|
_HEATCREATIONREQUEST._serialized_start=304
|
|
30
|
-
_HEATCREATIONREQUEST._serialized_end=
|
|
31
|
-
_HEATTOTALCREATIONRESPONSE._serialized_start=
|
|
32
|
-
_HEATTOTALCREATIONRESPONSE._serialized_end=
|
|
33
|
-
_HEATVOLUMETRICDISTRIBUTEDCREATIONRESPONSE._serialized_start=
|
|
34
|
-
_HEATVOLUMETRICDISTRIBUTEDCREATIONRESPONSE._serialized_end=
|
|
35
|
-
_HEATSURFACEDISTRIBUTEDCREATIONRESPONSE._serialized_start=
|
|
36
|
-
_HEATSURFACEDISTRIBUTEDCREATIONRESPONSE._serialized_end=
|
|
37
|
-
_TEMPERATURECREATIONREQUEST._serialized_start=
|
|
38
|
-
_TEMPERATURECREATIONREQUEST._serialized_end=
|
|
39
|
-
_TEMPERATURECREATIONRESPONSE._serialized_start=
|
|
40
|
-
_TEMPERATURECREATIONRESPONSE._serialized_end=
|
|
41
|
-
_INSULATEDCREATIONREQUEST._serialized_start=
|
|
42
|
-
_INSULATEDCREATIONREQUEST._serialized_end=
|
|
43
|
-
_INSULATEDCREATIONRESPONSE._serialized_start=
|
|
44
|
-
_INSULATEDCREATIONRESPONSE._serialized_end=
|
|
45
|
-
_CONVECTIONCREATIONREQUEST._serialized_start=
|
|
46
|
-
_CONVECTIONCREATIONREQUEST._serialized_end=
|
|
47
|
-
_CONVECTIONCREATIONRESPONSE._serialized_start=
|
|
48
|
-
_CONVECTIONCREATIONRESPONSE._serialized_end=
|
|
49
|
-
_HEATTOTALDEFINITION._serialized_start=
|
|
50
|
-
_HEATTOTALDEFINITION._serialized_end=
|
|
51
|
-
_HEATPERAREADEFINITION._serialized_start=
|
|
52
|
-
_HEATPERAREADEFINITION._serialized_end=
|
|
53
|
-
_HEATPERVOLUMEDEFINITION._serialized_start=
|
|
54
|
-
_HEATPERVOLUMEDEFINITION._serialized_end=
|
|
55
|
-
_TEMPERATUREDEFINITION._serialized_start=
|
|
56
|
-
_TEMPERATUREDEFINITION._serialized_end=
|
|
57
|
-
_INSULATEDDEFINITION._serialized_start=
|
|
58
|
-
_INSULATEDDEFINITION._serialized_end=
|
|
59
|
-
_CONVECTIONDEFINITION._serialized_start=
|
|
60
|
-
_CONVECTIONDEFINITION._serialized_end=
|
|
61
|
-
_CONDITIONSTHERMAL._serialized_start=
|
|
62
|
-
_CONDITIONSTHERMAL._serialized_end=
|
|
30
|
+
_HEATCREATIONREQUEST._serialized_end=440
|
|
31
|
+
_HEATTOTALCREATIONRESPONSE._serialized_start=443
|
|
32
|
+
_HEATTOTALCREATIONRESPONSE._serialized_end=638
|
|
33
|
+
_HEATVOLUMETRICDISTRIBUTEDCREATIONRESPONSE._serialized_start=641
|
|
34
|
+
_HEATVOLUMETRICDISTRIBUTEDCREATIONRESPONSE._serialized_end=856
|
|
35
|
+
_HEATSURFACEDISTRIBUTEDCREATIONRESPONSE._serialized_start=859
|
|
36
|
+
_HEATSURFACEDISTRIBUTEDCREATIONRESPONSE._serialized_end=1069
|
|
37
|
+
_TEMPERATURECREATIONREQUEST._serialized_start=1072
|
|
38
|
+
_TEMPERATURECREATIONREQUEST._serialized_end=1222
|
|
39
|
+
_TEMPERATURECREATIONRESPONSE._serialized_start=1225
|
|
40
|
+
_TEMPERATURECREATIONRESPONSE._serialized_end=1424
|
|
41
|
+
_INSULATEDCREATIONREQUEST._serialized_start=1426
|
|
42
|
+
_INSULATEDCREATIONREQUEST._serialized_end=1519
|
|
43
|
+
_INSULATEDCREATIONRESPONSE._serialized_start=1522
|
|
44
|
+
_INSULATEDCREATIONRESPONSE._serialized_end=1717
|
|
45
|
+
_CONVECTIONCREATIONREQUEST._serialized_start=1720
|
|
46
|
+
_CONVECTIONCREATIONREQUEST._serialized_end=1924
|
|
47
|
+
_CONVECTIONCREATIONRESPONSE._serialized_start=1927
|
|
48
|
+
_CONVECTIONCREATIONRESPONSE._serialized_end=2124
|
|
49
|
+
_HEATTOTALDEFINITION._serialized_start=2127
|
|
50
|
+
_HEATTOTALDEFINITION._serialized_end=2287
|
|
51
|
+
_HEATPERAREADEFINITION._serialized_start=2290
|
|
52
|
+
_HEATPERAREADEFINITION._serialized_end=2459
|
|
53
|
+
_HEATPERVOLUMEDEFINITION._serialized_start=2462
|
|
54
|
+
_HEATPERVOLUMEDEFINITION._serialized_end=2635
|
|
55
|
+
_TEMPERATUREDEFINITION._serialized_start=2638
|
|
56
|
+
_TEMPERATUREDEFINITION._serialized_end=2799
|
|
57
|
+
_INSULATEDDEFINITION._serialized_start=2801
|
|
58
|
+
_INSULATEDDEFINITION._serialized_end=2907
|
|
59
|
+
_CONVECTIONDEFINITION._serialized_start=2910
|
|
60
|
+
_CONVECTIONDEFINITION._serialized_end=3127
|
|
61
|
+
_CONDITIONSTHERMAL._serialized_start=3195
|
|
62
|
+
_CONDITIONSTHERMAL._serialized_end=6059
|
|
63
63
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -54,12 +54,12 @@ class HeatCreationRequest(google.protobuf.message.Message):
|
|
|
54
54
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
55
55
|
HEAT_FIELD_NUMBER: builtins.int
|
|
56
56
|
@property
|
|
57
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
57
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
58
58
|
@property
|
|
59
59
|
def heat(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
60
60
|
def __init__(self,
|
|
61
61
|
*,
|
|
62
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
62
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
63
63
|
heat : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
64
64
|
) -> None: ...
|
|
65
65
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","heat",b"heat"]) -> builtins.bool: ...
|
|
@@ -71,12 +71,12 @@ class HeatTotalCreationResponse(google.protobuf.message.Message):
|
|
|
71
71
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
72
72
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
73
73
|
@property
|
|
74
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
74
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
75
75
|
@property
|
|
76
76
|
def condition_data(self) -> global___HeatTotalDefinition: ...
|
|
77
77
|
def __init__(self,
|
|
78
78
|
*,
|
|
79
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
79
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
80
80
|
condition_data : typing.Optional[global___HeatTotalDefinition] = ...,
|
|
81
81
|
) -> None: ...
|
|
82
82
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -88,12 +88,12 @@ class HeatVolumetricDistributedCreationResponse(google.protobuf.message.Message)
|
|
|
88
88
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
89
89
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
90
90
|
@property
|
|
91
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
91
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
92
92
|
@property
|
|
93
93
|
def condition_data(self) -> global___HeatPerVolumeDefinition: ...
|
|
94
94
|
def __init__(self,
|
|
95
95
|
*,
|
|
96
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
96
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
97
97
|
condition_data : typing.Optional[global___HeatPerVolumeDefinition] = ...,
|
|
98
98
|
) -> None: ...
|
|
99
99
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -105,12 +105,12 @@ class HeatSurfaceDistributedCreationResponse(google.protobuf.message.Message):
|
|
|
105
105
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
106
106
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
107
107
|
@property
|
|
108
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
108
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
109
109
|
@property
|
|
110
110
|
def condition_data(self) -> global___HeatPerAreaDefinition: ...
|
|
111
111
|
def __init__(self,
|
|
112
112
|
*,
|
|
113
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
113
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
114
114
|
condition_data : typing.Optional[global___HeatPerAreaDefinition] = ...,
|
|
115
115
|
) -> None: ...
|
|
116
116
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -123,12 +123,12 @@ class TemperatureCreationRequest(google.protobuf.message.Message):
|
|
|
123
123
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
124
124
|
TEMPERATURE_FIELD_NUMBER: builtins.int
|
|
125
125
|
@property
|
|
126
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
126
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
127
127
|
@property
|
|
128
128
|
def temperature(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
129
129
|
def __init__(self,
|
|
130
130
|
*,
|
|
131
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
131
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
132
132
|
temperature : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
133
133
|
) -> None: ...
|
|
134
134
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","temperature",b"temperature"]) -> builtins.bool: ...
|
|
@@ -140,12 +140,12 @@ class TemperatureCreationResponse(google.protobuf.message.Message):
|
|
|
140
140
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
141
141
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
142
142
|
@property
|
|
143
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
143
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
144
144
|
@property
|
|
145
145
|
def condition_data(self) -> global___TemperatureDefinition: ...
|
|
146
146
|
def __init__(self,
|
|
147
147
|
*,
|
|
148
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
148
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
149
149
|
condition_data : typing.Optional[global___TemperatureDefinition] = ...,
|
|
150
150
|
) -> None: ...
|
|
151
151
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -157,10 +157,10 @@ class InsulatedCreationRequest(google.protobuf.message.Message):
|
|
|
157
157
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
158
158
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
159
159
|
@property
|
|
160
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
160
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
161
161
|
def __init__(self,
|
|
162
162
|
*,
|
|
163
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
163
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
164
164
|
) -> None: ...
|
|
165
165
|
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data"]) -> builtins.bool: ...
|
|
166
166
|
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data"]) -> None: ...
|
|
@@ -171,12 +171,12 @@ class InsulatedCreationResponse(google.protobuf.message.Message):
|
|
|
171
171
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
172
172
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
173
173
|
@property
|
|
174
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
174
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
175
175
|
@property
|
|
176
176
|
def condition_data(self) -> global___InsulatedDefinition: ...
|
|
177
177
|
def __init__(self,
|
|
178
178
|
*,
|
|
179
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
179
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
180
180
|
condition_data : typing.Optional[global___InsulatedDefinition] = ...,
|
|
181
181
|
) -> None: ...
|
|
182
182
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
@@ -190,14 +190,14 @@ class ConvectionCreationRequest(google.protobuf.message.Message):
|
|
|
190
190
|
COEFFICIENT_FIELD_NUMBER: builtins.int
|
|
191
191
|
TEMPERATURE_FIELD_NUMBER: builtins.int
|
|
192
192
|
@property
|
|
193
|
-
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
193
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
194
194
|
@property
|
|
195
195
|
def coefficient(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
196
196
|
@property
|
|
197
197
|
def temperature(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
198
198
|
def __init__(self,
|
|
199
199
|
*,
|
|
200
|
-
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
200
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
201
201
|
coefficient : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
202
202
|
temperature : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
203
203
|
) -> None: ...
|
|
@@ -210,12 +210,12 @@ class ConvectionCreationResponse(google.protobuf.message.Message):
|
|
|
210
210
|
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
211
211
|
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
212
212
|
@property
|
|
213
|
-
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.
|
|
213
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
214
214
|
@property
|
|
215
215
|
def condition_data(self) -> global___ConvectionDefinition: ...
|
|
216
216
|
def __init__(self,
|
|
217
217
|
*,
|
|
218
|
-
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.
|
|
218
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
219
219
|
condition_data : typing.Optional[global___ConvectionDefinition] = ...,
|
|
220
220
|
) -> None: ...
|
|
221
221
|
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|