ansys-api-discovery 0.6.15__py3-none-any.whl → 0.6.17__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/connections/contact.proto +20 -56
- ansys/api/discovery/v0/connections/contact_pb2.py +12 -20
- ansys/api/discovery/v0/connections/contact_pb2.pyi +11 -141
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +168 -135
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +52 -42
- ansys/api/discovery/v0/connections/contactgroup.proto +31 -51
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +8 -10
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +4 -89
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +190 -190
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +60 -60
- ansys/api/discovery/v0/connections/fluidinterface.proto +1 -15
- ansys/api/discovery/v0/connections/fluidinterface_pb2.py +11 -17
- ansys/api/discovery/v0/connections/fluidinterface_pb2.pyi +0 -41
- ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.py +3 -3
- ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.pyi +2 -2
- ansys/api/discovery/v0/discoverymodels.proto +54 -9
- ansys/api/discovery/v0/discoverymodels_pb2.py +19 -9
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +168 -22
- ansys/api/discovery/v0/monitors.proto +20 -0
- ansys/api/discovery/v0/monitors_pb2.py +15 -7
- ansys/api/discovery/v0/monitors_pb2.pyi +41 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.py +66 -0
- ansys/api/discovery/v0/monitors_pb2_grpc.pyi +20 -0
- ansys/api/discovery/v0/unsupported.proto +12 -0
- ansys/api/discovery/v0/unsupported_pb2.py +20 -11
- ansys/api/discovery/v0/unsupported_pb2.pyi +41 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.py +33 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +10 -0
- {ansys_api_discovery-0.6.15.dist-info → ansys_api_discovery-0.6.17.dist-info}/METADATA +2 -2
- {ansys_api_discovery-0.6.15.dist-info → ansys_api_discovery-0.6.17.dist-info}/RECORD +35 -35
- {ansys_api_discovery-0.6.15.dist-info → ansys_api_discovery-0.6.17.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.15.dist-info → ansys_api_discovery-0.6.17.dist-info}/WHEEL +0 -0
- {ansys_api_discovery-0.6.15.dist-info → ansys_api_discovery-0.6.17.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.15.dist-info → ansys_api_discovery-0.6.17.dist-info}/top_level.txt +0 -0
|
@@ -30,75 +30,79 @@ class ContactStub:
|
|
|
30
30
|
ansys.api.discovery.v0.connections.contact_pb2.ChangeContactPairRequest,
|
|
31
31
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
SplitContact: grpc.UnaryUnaryMultiCallable[
|
|
34
34
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeEmptyRequest,
|
|
35
35
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
ChangeContactFrictionCoefficient: grpc.UnaryUnaryMultiCallable[
|
|
38
38
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDoubleRequest,
|
|
39
39
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
ChangeContactStiffnessFactor: grpc.UnaryUnaryMultiCallable[
|
|
42
42
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDoubleRequest,
|
|
43
43
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
ChangeContactDetectionRadiusFactor: grpc.UnaryUnaryMultiCallable[
|
|
46
46
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDoubleRequest,
|
|
47
47
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
ChangeContactOffset: grpc.UnaryUnaryMultiCallable[
|
|
50
50
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
51
51
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
52
52
|
|
|
53
|
-
|
|
53
|
+
ChangeContactShearStrength: grpc.UnaryUnaryMultiCallable[
|
|
54
54
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
55
55
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
ChangeContactTensileStrength: grpc.UnaryUnaryMultiCallable[
|
|
58
58
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
59
59
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
ChangeContactAreStrengthLimitsSet: grpc.UnaryUnaryMultiCallable[
|
|
62
62
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
63
63
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
ChangeContactAdjustGapOrOverlap: grpc.UnaryUnaryMultiCallable[
|
|
66
66
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
67
67
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
68
68
|
|
|
69
|
-
|
|
69
|
+
ChangeContactMakeJustTouching: grpc.UnaryUnaryMultiCallable[
|
|
70
70
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
71
71
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
ChangeContactIdealize: grpc.UnaryUnaryMultiCallable[
|
|
74
74
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
75
75
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
76
76
|
|
|
77
|
-
|
|
78
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
77
|
+
ChangeContactSpecifyThermalConductance: grpc.UnaryUnaryMultiCallable[
|
|
78
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeSpecifyConductanceRequest,
|
|
79
79
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
80
80
|
|
|
81
|
-
|
|
82
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
81
|
+
ChangeContactSpecifyElectricConductance: grpc.UnaryUnaryMultiCallable[
|
|
82
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeSpecifyConductanceRequest,
|
|
83
83
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
84
84
|
|
|
85
|
-
|
|
86
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
85
|
+
ChangeContactConductanceThickness: grpc.UnaryUnaryMultiCallable[
|
|
86
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
87
87
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
ChangeContactConductanceMaterial: grpc.UnaryUnaryMultiCallable[
|
|
90
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeAssignmentRequest,
|
|
91
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
92
|
+
|
|
93
|
+
ChangeContactThermalContactConductivity: grpc.UnaryUnaryMultiCallable[
|
|
90
94
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
91
95
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
92
96
|
|
|
93
|
-
|
|
97
|
+
ChangeContactElectricContactConductivity: grpc.UnaryUnaryMultiCallable[
|
|
94
98
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
95
99
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
96
100
|
|
|
97
|
-
|
|
101
|
+
ChangeContactThermalContactConductance: grpc.UnaryUnaryMultiCallable[
|
|
98
102
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
99
103
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
100
104
|
|
|
101
|
-
|
|
105
|
+
ChangeContactElectricContactConductance: grpc.UnaryUnaryMultiCallable[
|
|
102
106
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
103
107
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
104
108
|
|
|
@@ -137,109 +141,115 @@ class ContactServicer(metaclass=abc.ABCMeta):
|
|
|
137
141
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
138
142
|
|
|
139
143
|
@abc.abstractmethod
|
|
140
|
-
def
|
|
144
|
+
def SplitContact(self,
|
|
141
145
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeEmptyRequest,
|
|
142
146
|
context: grpc.ServicerContext,
|
|
143
147
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
144
148
|
|
|
145
149
|
@abc.abstractmethod
|
|
146
|
-
def
|
|
150
|
+
def ChangeContactFrictionCoefficient(self,
|
|
147
151
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDoubleRequest,
|
|
148
152
|
context: grpc.ServicerContext,
|
|
149
153
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
150
154
|
|
|
151
155
|
@abc.abstractmethod
|
|
152
|
-
def
|
|
156
|
+
def ChangeContactStiffnessFactor(self,
|
|
153
157
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDoubleRequest,
|
|
154
158
|
context: grpc.ServicerContext,
|
|
155
159
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
156
160
|
|
|
157
161
|
@abc.abstractmethod
|
|
158
|
-
def
|
|
162
|
+
def ChangeContactDetectionRadiusFactor(self,
|
|
159
163
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDoubleRequest,
|
|
160
164
|
context: grpc.ServicerContext,
|
|
161
165
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
162
166
|
|
|
163
167
|
@abc.abstractmethod
|
|
164
|
-
def
|
|
168
|
+
def ChangeContactOffset(self,
|
|
165
169
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
166
170
|
context: grpc.ServicerContext,
|
|
167
171
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
168
172
|
|
|
169
173
|
@abc.abstractmethod
|
|
170
|
-
def
|
|
174
|
+
def ChangeContactShearStrength(self,
|
|
171
175
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
172
176
|
context: grpc.ServicerContext,
|
|
173
177
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
174
178
|
|
|
175
179
|
@abc.abstractmethod
|
|
176
|
-
def
|
|
180
|
+
def ChangeContactTensileStrength(self,
|
|
177
181
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
178
182
|
context: grpc.ServicerContext,
|
|
179
183
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
180
184
|
|
|
181
185
|
@abc.abstractmethod
|
|
182
|
-
def
|
|
186
|
+
def ChangeContactAreStrengthLimitsSet(self,
|
|
183
187
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
184
188
|
context: grpc.ServicerContext,
|
|
185
189
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
186
190
|
|
|
187
191
|
@abc.abstractmethod
|
|
188
|
-
def
|
|
192
|
+
def ChangeContactAdjustGapOrOverlap(self,
|
|
189
193
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
190
194
|
context: grpc.ServicerContext,
|
|
191
195
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
192
196
|
|
|
193
197
|
@abc.abstractmethod
|
|
194
|
-
def
|
|
198
|
+
def ChangeContactMakeJustTouching(self,
|
|
195
199
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
196
200
|
context: grpc.ServicerContext,
|
|
197
201
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
198
202
|
|
|
199
203
|
@abc.abstractmethod
|
|
200
|
-
def
|
|
204
|
+
def ChangeContactIdealize(self,
|
|
201
205
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
202
206
|
context: grpc.ServicerContext,
|
|
203
207
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
204
208
|
|
|
205
209
|
@abc.abstractmethod
|
|
206
|
-
def
|
|
207
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.
|
|
210
|
+
def ChangeContactSpecifyThermalConductance(self,
|
|
211
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeSpecifyConductanceRequest,
|
|
208
212
|
context: grpc.ServicerContext,
|
|
209
213
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
210
214
|
|
|
211
215
|
@abc.abstractmethod
|
|
212
|
-
def
|
|
213
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.
|
|
216
|
+
def ChangeContactSpecifyElectricConductance(self,
|
|
217
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeSpecifyConductanceRequest,
|
|
214
218
|
context: grpc.ServicerContext,
|
|
215
219
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
216
220
|
|
|
217
221
|
@abc.abstractmethod
|
|
218
|
-
def
|
|
219
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.
|
|
222
|
+
def ChangeContactConductanceThickness(self,
|
|
223
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
224
|
+
context: grpc.ServicerContext,
|
|
225
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
226
|
+
|
|
227
|
+
@abc.abstractmethod
|
|
228
|
+
def ChangeContactConductanceMaterial(self,
|
|
229
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeAssignmentRequest,
|
|
220
230
|
context: grpc.ServicerContext,
|
|
221
231
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
222
232
|
|
|
223
233
|
@abc.abstractmethod
|
|
224
|
-
def
|
|
234
|
+
def ChangeContactThermalContactConductivity(self,
|
|
225
235
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
226
236
|
context: grpc.ServicerContext,
|
|
227
237
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
228
238
|
|
|
229
239
|
@abc.abstractmethod
|
|
230
|
-
def
|
|
240
|
+
def ChangeContactElectricContactConductivity(self,
|
|
231
241
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
232
242
|
context: grpc.ServicerContext,
|
|
233
243
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
234
244
|
|
|
235
245
|
@abc.abstractmethod
|
|
236
|
-
def
|
|
246
|
+
def ChangeContactThermalContactConductance(self,
|
|
237
247
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
238
248
|
context: grpc.ServicerContext,
|
|
239
249
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
240
250
|
|
|
241
251
|
@abc.abstractmethod
|
|
242
|
-
def
|
|
252
|
+
def ChangeContactElectricContactConductance(self,
|
|
243
253
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
244
254
|
context: grpc.ServicerContext,
|
|
245
255
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
@@ -11,40 +11,44 @@ option csharp_namespace = "Ansys.Api.Discovery.V0.Connections";
|
|
|
11
11
|
|
|
12
12
|
service ContactGroup
|
|
13
13
|
{
|
|
14
|
-
rpc
|
|
15
|
-
rpc
|
|
14
|
+
rpc ChangeContactGroupSide1Location(ChangeLocationRequest) returns(ChangeResponse);
|
|
15
|
+
rpc ChangeContactGroupSide2Location(ChangeLocationRequest) returns(ChangeResponse);
|
|
16
16
|
|
|
17
|
-
rpc
|
|
18
|
-
|
|
19
|
-
rpc
|
|
17
|
+
rpc ChangeContactGroupContactType(ansys.api.discovery.v0.connections.contact.ChangeContactTypeRequest)
|
|
18
|
+
returns (ChangeResponse);
|
|
19
|
+
rpc SplitContactGroup(ChangeEmptyRequest) returns (ChangeResponse);
|
|
20
|
+
rpc ConvertContactGroup(ConvertContactGroupChangeRequest) returns (ChangeResponse);
|
|
21
|
+
|
|
22
|
+
rpc ChangeContactGroupFrictionCoefficient(ChangeDoubleRequest) returns (ChangeResponse);
|
|
23
|
+
rpc ChangeContactGroupStiffnessFactor(ChangeDoubleRequest) returns (ChangeResponse);
|
|
24
|
+
rpc ChangeContactGroupDetectionRadiusFactor(ChangeDoubleRequest) returns (ChangeResponse);
|
|
25
|
+
rpc ChangeContactGroupOffset(ChangeQuantityRequest) returns (ChangeResponse);
|
|
26
|
+
rpc ChangeContactGroupShearStrength(ChangeQuantityRequest) returns (ChangeResponse);
|
|
27
|
+
rpc ChangeContactGroupTensileStrength(ChangeQuantityRequest) returns (ChangeResponse);
|
|
28
|
+
rpc ChangeContactGroupAreStrengthLimitsSet(ChangeBooleanRequest) returns (ChangeResponse);
|
|
29
|
+
rpc ChangeContactGroupAdjustGapOrOverlap(ChangeBooleanRequest) returns (ChangeResponse);
|
|
30
|
+
rpc ChangeContactGroupMakeJustTouching(ChangeBooleanRequest) returns (ChangeResponse);
|
|
31
|
+
rpc ChangeContactGroupIdealize(ChangeBooleanRequest) returns (ChangeResponse);
|
|
32
|
+
|
|
33
|
+
rpc ChangeContactGroupDetectionDistanceLow(ChangeQuantityRequest) returns (ChangeResponse);
|
|
34
|
+
rpc ChangeContactGroupDetectionDistanceHigh(ChangeQuantityRequest) returns (ChangeResponse);
|
|
35
|
+
|
|
36
|
+
rpc ChangeContactGroupSpecifyThermalConductance(ChangeSpecifyConductanceRequest) returns (ChangeResponse);
|
|
37
|
+
rpc ChangeContactGroupSpecifyElectricConductance(ChangeSpecifyConductanceRequest) returns (ChangeResponse);
|
|
38
|
+
rpc ChangeContactGroupConductanceThickness(ChangeQuantityRequest) returns (ChangeResponse);
|
|
39
|
+
rpc ChangeContactGroupConductanceMaterial(ChangeAssignmentRequest) returns (ChangeResponse);
|
|
40
|
+
rpc ChangeContactGroupThermalContactConductivity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
41
|
+
rpc ChangeContactGroupElectricContactConductivity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
42
|
+
rpc ChangeContactGroupThermalContactConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
43
|
+
rpc ChangeContactGroupElectricContactConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
20
44
|
|
|
21
|
-
rpc ChangeFrictionCoefficient(ChangeDoubleRequest) returns (ChangeResponse);
|
|
22
|
-
rpc ChangeStiffnessFactor(ChangeDoubleRequest) returns (ChangeResponse);
|
|
23
|
-
rpc ChangeDetectionRadiusFactor(ChangeDoubleRequest) returns (ChangeResponse);
|
|
24
|
-
rpc ChangeOffset(ChangeQuantityRequest) returns (ChangeResponse);
|
|
25
|
-
rpc ChangeShearStrength(ChangeQuantityRequest) returns (ChangeResponse);
|
|
26
|
-
rpc ChangeTensileStrength(ChangeQuantityRequest) returns (ChangeResponse);
|
|
27
|
-
rpc ChangeAreStrengthLimitsSet(ChangeBooleanRequest) returns (ChangeResponse);
|
|
28
|
-
rpc ChangeAdjustGapOrOverlap(ChangeBooleanRequest) returns (ChangeResponse);
|
|
29
|
-
rpc ChangeMakeJustTouching(ChangeBooleanRequest) returns (ChangeResponse);
|
|
30
|
-
rpc ChangeIdealize(ChangeBooleanRequest) returns (ChangeResponse);
|
|
31
|
-
rpc ChangeSpecifyThermalConductance(ChangeSpecifyThermalConductanceRequest) returns (ChangeResponse);
|
|
32
|
-
rpc ChangeSpecifyThermalConductanceFromThicknessAndMaterial(ChangeBooleanRequest) returns (ChangeResponse);
|
|
33
|
-
rpc ChangeSpecifyElectricConductance(ChangeBooleanRequest) returns (ChangeResponse);
|
|
34
|
-
rpc ChangeSpecifyElectricConductanceFromThicknessAndMaterial(ChangeBooleanRequest) returns (ChangeResponse);
|
|
35
|
-
rpc ChangeThermalContactConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
36
|
-
rpc ChangeThermalConductanceThickness(ChangeQuantityRequest) returns (ChangeResponse);
|
|
37
|
-
rpc ChangeElectricContactConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
38
|
-
rpc ChangeElectricConductanceThickness(ChangeQuantityRequest) returns (ChangeResponse);
|
|
39
|
-
rpc ChangeDetectionDistanceLow(ChangeQuantityRequest) returns (ChangeResponse);
|
|
40
|
-
rpc ChangeDetectionDistanceHigh(ChangeQuantityRequest) returns (ChangeResponse);
|
|
41
45
|
rpc GetByLabel(ansys.api.discovery.v0.conditions.GetByLabelRequest) returns (ContactGroupDefinition);
|
|
42
46
|
}
|
|
43
47
|
|
|
44
48
|
message ConvertContactGroupChangeRequest{
|
|
45
49
|
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
46
50
|
ContactGoupConversionType contact_group_type = 2;
|
|
47
|
-
ansys.api.discovery.v0.
|
|
51
|
+
ansys.api.discovery.v0.ContactPairs contact_pairs = 3;
|
|
48
52
|
optional bool idealize = 4;
|
|
49
53
|
optional double friction_coefficient = 5;
|
|
50
54
|
}
|
|
@@ -57,30 +61,6 @@ enum ContactGoupConversionType {
|
|
|
57
61
|
EXCLUDE = 3;
|
|
58
62
|
}
|
|
59
63
|
|
|
60
|
-
message ContactGroupProperties {
|
|
61
|
-
ansys.api.discovery.v0.connections.contact.ContactType contact_type = 1;
|
|
62
|
-
ansys.api.discovery.v0.connections.contact.ContactPairs contact_pairs = 2;
|
|
63
|
-
double friction_coefficient = 3;
|
|
64
|
-
double stiffness_factor = 4;
|
|
65
|
-
double detection_radius_factor = 5;
|
|
66
|
-
Quantity offset = 6;
|
|
67
|
-
Quantity shear_strenght = 7;
|
|
68
|
-
Quantity tensile_strength = 8;
|
|
69
|
-
bool are_strength_limits_set = 9;
|
|
70
|
-
bool adjust_gap_or_overlap = 10;
|
|
71
|
-
bool make_just_touching = 11;
|
|
72
|
-
bool idealize = 12;
|
|
73
|
-
bool specify_thermal_conductance = 13; // OBSOLETE FROM VERSION 2026.1 ONWARDS
|
|
74
|
-
bool specify_thermal_conductance_from_thickness_and_material = 14; // OBSOLETE FROM VERSION 2026.1 ONWARDS
|
|
75
|
-
bool specify_electric_conductance = 15;
|
|
76
|
-
bool specify_electric_conductance_from_thickness_and_material = 16;
|
|
77
|
-
Quantity thermal_contact_conductance = 17;
|
|
78
|
-
Quantity thermal_conductance_thickness = 18;
|
|
79
|
-
Quantity electrical_contact_conductance = 19;
|
|
80
|
-
Quantity electrical_conductance_thickness = 20;
|
|
81
|
-
ThermalConductanceOptionType thermal_conductance_option = 21;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
64
|
message ContactGroupDefinition {
|
|
85
65
|
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
86
66
|
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
@@ -88,5 +68,5 @@ message ContactGroupDefinition {
|
|
|
88
68
|
repeated string side1_locations = 4;
|
|
89
69
|
repeated string side2_locations = 5;
|
|
90
70
|
bool suppressed = 6;
|
|
91
|
-
|
|
71
|
+
ContactProperties contact = 7;
|
|
92
72
|
}
|
|
@@ -17,7 +17,7 @@ from ansys.api.discovery.v0.connections import contact_pb2 as ansys_dot_api_dot_
|
|
|
17
17
|
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5ansys/api/discovery/v0/connections/contactgroup.proto\x12/ansys.api.discovery.v0.connections.contactgroup\x1a ansys/api/dbu/v0/dbumodels.proto\x1a\x31\x61nsys/api/discovery/v0/conditions/condition.proto\x1a\x30\x61nsys/api/discovery/v0/connections/contact.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\
|
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5ansys/api/discovery/v0/connections/contactgroup.proto\x12/ansys.api.discovery.v0.connections.contactgroup\x1a ansys/api/dbu/v0/dbumodels.proto\x1a\x31\x61nsys/api/discovery/v0/conditions/condition.proto\x1a\x30\x61nsys/api/discovery/v0/connections/contact.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xe5\x02\n ConvertContactGroupChangeRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\x66\n\x12\x63ontact_group_type\x18\x02 \x01(\x0e\x32J.ansys.api.discovery.v0.connections.contactgroup.ContactGoupConversionType\x12;\n\rcontact_pairs\x18\x03 \x01(\x0b\x32$.ansys.api.discovery.v0.ContactPairs\x12\x15\n\x08idealize\x18\x04 \x01(\x08H\x00\x88\x01\x01\x12!\n\x14\x66riction_coefficient\x18\x05 \x01(\x01H\x01\x88\x01\x01\x42\x0b\n\t_idealizeB\x17\n\x15_friction_coefficient\"\x9e\x02\n\x16\x43ontactGroupDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x17\n\x0fside1_locations\x18\x04 \x03(\t\x12\x17\n\x0fside2_locations\x18\x05 \x03(\t\x12\x12\n\nsuppressed\x18\x06 \x01(\x08\x12:\n\x07\x63ontact\x18\x07 \x01(\x0b\x32).ansys.api.discovery.v0.ContactProperties*X\n\x19\x43ontactGoupConversionType\x12\x19\n\x15SLIDING_CONTACT_GROUP\x10\x00\x12\t\n\x05JOINT\x10\x01\x12\x08\n\x04\x42OND\x10\x02\x12\x0b\n\x07\x45XCLUDE\x10\x03\x32\xb6\x1a\n\x0c\x43ontactGroup\x12x\n\x1f\x43hangeContactGroupSide1Location\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n\x1f\x43hangeContactGroupSide2Location\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x8d\x01\n\x1d\x43hangeContactGroupContactType\x12\x44.ansys.api.discovery.v0.connections.contact.ChangeContactTypeRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12g\n\x11SplitContactGroup\x12*.ansys.api.discovery.v0.ChangeEmptyRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x90\x01\n\x13\x43onvertContactGroup\x12Q.ansys.api.discovery.v0.connections.contactgroup.ConvertContactGroupChangeRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12|\n%ChangeContactGroupFrictionCoefficient\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n!ChangeContactGroupStiffnessFactor\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n\'ChangeContactGroupDetectionRadiusFactor\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangeContactGroupOffset\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n\x1f\x43hangeContactGroupShearStrength\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n!ChangeContactGroupTensileStrength\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n&ChangeContactGroupAreStrengthLimitsSet\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12|\n$ChangeContactGroupAdjustGapOrOverlap\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n\"ChangeContactGroupMakeJustTouching\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12r\n\x1a\x43hangeContactGroupIdealize\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x7f\n&ChangeContactGroupDetectionDistanceLow\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x80\x01\n\'ChangeContactGroupDetectionDistanceHigh\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x8e\x01\n+ChangeContactGroupSpecifyThermalConductance\x12\x37.ansys.api.discovery.v0.ChangeSpecifyConductanceRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x8f\x01\n,ChangeContactGroupSpecifyElectricConductance\x12\x37.ansys.api.discovery.v0.ChangeSpecifyConductanceRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x7f\n&ChangeContactGroupConductanceThickness\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x80\x01\n%ChangeContactGroupConductanceMaterial\x12/.ansys.api.discovery.v0.ChangeAssignmentRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x85\x01\n,ChangeContactGroupThermalContactConductivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x86\x01\n-ChangeContactGroupElectricContactConductivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x84\x01\n+ChangeContactGroupThermalContactConductance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x85\x01\n,ChangeContactGroupElectricContactConductance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x8b\x01\n\nGetByLabel\x12\x34.ansys.api.discovery.v0.conditions.GetByLabelRequest\x1aG.ansys.api.discovery.v0.connections.contactgroup.ContactGroupDefinitionB%\xaa\x02\"Ansys.Api.Discovery.V0.Connectionsb\x06proto3')
|
|
21
21
|
|
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
23
23
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.connections.contactgroup_pb2', globals())
|
|
@@ -25,14 +25,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
25
25
|
|
|
26
26
|
DESCRIPTOR._options = None
|
|
27
27
|
DESCRIPTOR._serialized_options = b'\252\002\"Ansys.Api.Discovery.V0.Connections'
|
|
28
|
-
_CONTACTGOUPCONVERSIONTYPE._serialized_start=
|
|
29
|
-
_CONTACTGOUPCONVERSIONTYPE._serialized_end=
|
|
28
|
+
_CONTACTGOUPCONVERSIONTYPE._serialized_start=936
|
|
29
|
+
_CONTACTGOUPCONVERSIONTYPE._serialized_end=1024
|
|
30
30
|
_CONVERTCONTACTGROUPCHANGEREQUEST._serialized_start=288
|
|
31
|
-
_CONVERTCONTACTGROUPCHANGEREQUEST._serialized_end=
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
_CONTACTGROUP._serialized_start=2221
|
|
37
|
-
_CONTACTGROUP._serialized_end=5366
|
|
31
|
+
_CONVERTCONTACTGROUPCHANGEREQUEST._serialized_end=645
|
|
32
|
+
_CONTACTGROUPDEFINITION._serialized_start=648
|
|
33
|
+
_CONTACTGROUPDEFINITION._serialized_end=934
|
|
34
|
+
_CONTACTGROUP._serialized_start=1027
|
|
35
|
+
_CONTACTGROUP._serialized_end=4409
|
|
38
36
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
isort:skip_file
|
|
4
4
|
"""
|
|
5
5
|
import ansys.api.dbu.v0.dbumodels_pb2
|
|
6
|
-
import ansys.api.discovery.v0.connections.contact_pb2
|
|
7
6
|
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
8
7
|
import builtins
|
|
9
8
|
import google.protobuf.descriptor
|
|
@@ -46,14 +45,14 @@ class ConvertContactGroupChangeRequest(google.protobuf.message.Message):
|
|
|
46
45
|
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
47
46
|
contact_group_type: global___ContactGoupConversionType.ValueType = ...
|
|
48
47
|
@property
|
|
49
|
-
def contact_pairs(self) -> ansys.api.discovery.v0.
|
|
48
|
+
def contact_pairs(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ContactPairs: ...
|
|
50
49
|
idealize: builtins.bool = ...
|
|
51
50
|
friction_coefficient: builtins.float = ...
|
|
52
51
|
def __init__(self,
|
|
53
52
|
*,
|
|
54
53
|
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
55
54
|
contact_group_type : global___ContactGoupConversionType.ValueType = ...,
|
|
56
|
-
contact_pairs : typing.Optional[ansys.api.discovery.v0.
|
|
55
|
+
contact_pairs : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ContactPairs] = ...,
|
|
57
56
|
idealize : typing.Optional[builtins.bool] = ...,
|
|
58
57
|
friction_coefficient : typing.Optional[builtins.float] = ...,
|
|
59
58
|
) -> None: ...
|
|
@@ -65,90 +64,6 @@ class ConvertContactGroupChangeRequest(google.protobuf.message.Message):
|
|
|
65
64
|
def WhichOneof(self, oneof_group: typing_extensions.Literal["_idealize",b"_idealize"]) -> typing.Optional[typing_extensions.Literal["idealize"]]: ...
|
|
66
65
|
global___ConvertContactGroupChangeRequest = ConvertContactGroupChangeRequest
|
|
67
66
|
|
|
68
|
-
class ContactGroupProperties(google.protobuf.message.Message):
|
|
69
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
70
|
-
CONTACT_TYPE_FIELD_NUMBER: builtins.int
|
|
71
|
-
CONTACT_PAIRS_FIELD_NUMBER: builtins.int
|
|
72
|
-
FRICTION_COEFFICIENT_FIELD_NUMBER: builtins.int
|
|
73
|
-
STIFFNESS_FACTOR_FIELD_NUMBER: builtins.int
|
|
74
|
-
DETECTION_RADIUS_FACTOR_FIELD_NUMBER: builtins.int
|
|
75
|
-
OFFSET_FIELD_NUMBER: builtins.int
|
|
76
|
-
SHEAR_STRENGHT_FIELD_NUMBER: builtins.int
|
|
77
|
-
TENSILE_STRENGTH_FIELD_NUMBER: builtins.int
|
|
78
|
-
ARE_STRENGTH_LIMITS_SET_FIELD_NUMBER: builtins.int
|
|
79
|
-
ADJUST_GAP_OR_OVERLAP_FIELD_NUMBER: builtins.int
|
|
80
|
-
MAKE_JUST_TOUCHING_FIELD_NUMBER: builtins.int
|
|
81
|
-
IDEALIZE_FIELD_NUMBER: builtins.int
|
|
82
|
-
SPECIFY_THERMAL_CONDUCTANCE_FIELD_NUMBER: builtins.int
|
|
83
|
-
SPECIFY_THERMAL_CONDUCTANCE_FROM_THICKNESS_AND_MATERIAL_FIELD_NUMBER: builtins.int
|
|
84
|
-
SPECIFY_ELECTRIC_CONDUCTANCE_FIELD_NUMBER: builtins.int
|
|
85
|
-
SPECIFY_ELECTRIC_CONDUCTANCE_FROM_THICKNESS_AND_MATERIAL_FIELD_NUMBER: builtins.int
|
|
86
|
-
THERMAL_CONTACT_CONDUCTANCE_FIELD_NUMBER: builtins.int
|
|
87
|
-
THERMAL_CONDUCTANCE_THICKNESS_FIELD_NUMBER: builtins.int
|
|
88
|
-
ELECTRICAL_CONTACT_CONDUCTANCE_FIELD_NUMBER: builtins.int
|
|
89
|
-
ELECTRICAL_CONDUCTANCE_THICKNESS_FIELD_NUMBER: builtins.int
|
|
90
|
-
THERMAL_CONDUCTANCE_OPTION_FIELD_NUMBER: builtins.int
|
|
91
|
-
contact_type: ansys.api.discovery.v0.connections.contact_pb2.ContactType.ValueType = ...
|
|
92
|
-
@property
|
|
93
|
-
def contact_pairs(self) -> ansys.api.discovery.v0.connections.contact_pb2.ContactPairs: ...
|
|
94
|
-
friction_coefficient: builtins.float = ...
|
|
95
|
-
stiffness_factor: builtins.float = ...
|
|
96
|
-
detection_radius_factor: builtins.float = ...
|
|
97
|
-
@property
|
|
98
|
-
def offset(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
99
|
-
@property
|
|
100
|
-
def shear_strenght(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
101
|
-
@property
|
|
102
|
-
def tensile_strength(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
103
|
-
are_strength_limits_set: builtins.bool = ...
|
|
104
|
-
adjust_gap_or_overlap: builtins.bool = ...
|
|
105
|
-
make_just_touching: builtins.bool = ...
|
|
106
|
-
idealize: builtins.bool = ...
|
|
107
|
-
specify_thermal_conductance: builtins.bool = ...
|
|
108
|
-
"""OBSOLETE FROM VERSION 2026.1 ONWARDS"""
|
|
109
|
-
|
|
110
|
-
specify_thermal_conductance_from_thickness_and_material: builtins.bool = ...
|
|
111
|
-
"""OBSOLETE FROM VERSION 2026.1 ONWARDS"""
|
|
112
|
-
|
|
113
|
-
specify_electric_conductance: builtins.bool = ...
|
|
114
|
-
specify_electric_conductance_from_thickness_and_material: builtins.bool = ...
|
|
115
|
-
@property
|
|
116
|
-
def thermal_contact_conductance(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
117
|
-
@property
|
|
118
|
-
def thermal_conductance_thickness(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
119
|
-
@property
|
|
120
|
-
def electrical_contact_conductance(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
121
|
-
@property
|
|
122
|
-
def electrical_conductance_thickness(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
123
|
-
thermal_conductance_option: ansys.api.discovery.v0.discoverymodels_pb2.ThermalConductanceOptionType.ValueType = ...
|
|
124
|
-
def __init__(self,
|
|
125
|
-
*,
|
|
126
|
-
contact_type : ansys.api.discovery.v0.connections.contact_pb2.ContactType.ValueType = ...,
|
|
127
|
-
contact_pairs : typing.Optional[ansys.api.discovery.v0.connections.contact_pb2.ContactPairs] = ...,
|
|
128
|
-
friction_coefficient : builtins.float = ...,
|
|
129
|
-
stiffness_factor : builtins.float = ...,
|
|
130
|
-
detection_radius_factor : builtins.float = ...,
|
|
131
|
-
offset : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
132
|
-
shear_strenght : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
133
|
-
tensile_strength : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
134
|
-
are_strength_limits_set : builtins.bool = ...,
|
|
135
|
-
adjust_gap_or_overlap : builtins.bool = ...,
|
|
136
|
-
make_just_touching : builtins.bool = ...,
|
|
137
|
-
idealize : builtins.bool = ...,
|
|
138
|
-
specify_thermal_conductance : builtins.bool = ...,
|
|
139
|
-
specify_thermal_conductance_from_thickness_and_material : builtins.bool = ...,
|
|
140
|
-
specify_electric_conductance : builtins.bool = ...,
|
|
141
|
-
specify_electric_conductance_from_thickness_and_material : builtins.bool = ...,
|
|
142
|
-
thermal_contact_conductance : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
143
|
-
thermal_conductance_thickness : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
144
|
-
electrical_contact_conductance : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
145
|
-
electrical_conductance_thickness : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
146
|
-
thermal_conductance_option : ansys.api.discovery.v0.discoverymodels_pb2.ThermalConductanceOptionType.ValueType = ...,
|
|
147
|
-
) -> None: ...
|
|
148
|
-
def HasField(self, field_name: typing_extensions.Literal["contact_pairs",b"contact_pairs","electrical_conductance_thickness",b"electrical_conductance_thickness","electrical_contact_conductance",b"electrical_contact_conductance","offset",b"offset","shear_strenght",b"shear_strenght","tensile_strength",b"tensile_strength","thermal_conductance_thickness",b"thermal_conductance_thickness","thermal_contact_conductance",b"thermal_contact_conductance"]) -> builtins.bool: ...
|
|
149
|
-
def ClearField(self, field_name: typing_extensions.Literal["adjust_gap_or_overlap",b"adjust_gap_or_overlap","are_strength_limits_set",b"are_strength_limits_set","contact_pairs",b"contact_pairs","contact_type",b"contact_type","detection_radius_factor",b"detection_radius_factor","electrical_conductance_thickness",b"electrical_conductance_thickness","electrical_contact_conductance",b"electrical_contact_conductance","friction_coefficient",b"friction_coefficient","idealize",b"idealize","make_just_touching",b"make_just_touching","offset",b"offset","shear_strenght",b"shear_strenght","specify_electric_conductance",b"specify_electric_conductance","specify_electric_conductance_from_thickness_and_material",b"specify_electric_conductance_from_thickness_and_material","specify_thermal_conductance",b"specify_thermal_conductance","specify_thermal_conductance_from_thickness_and_material",b"specify_thermal_conductance_from_thickness_and_material","stiffness_factor",b"stiffness_factor","tensile_strength",b"tensile_strength","thermal_conductance_option",b"thermal_conductance_option","thermal_conductance_thickness",b"thermal_conductance_thickness","thermal_contact_conductance",b"thermal_contact_conductance"]) -> None: ...
|
|
150
|
-
global___ContactGroupProperties = ContactGroupProperties
|
|
151
|
-
|
|
152
67
|
class ContactGroupDefinition(google.protobuf.message.Message):
|
|
153
68
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
154
69
|
ID_FIELD_NUMBER: builtins.int
|
|
@@ -169,7 +84,7 @@ class ContactGroupDefinition(google.protobuf.message.Message):
|
|
|
169
84
|
def side2_locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
170
85
|
suppressed: builtins.bool = ...
|
|
171
86
|
@property
|
|
172
|
-
def contact(self) ->
|
|
87
|
+
def contact(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ContactProperties: ...
|
|
173
88
|
def __init__(self,
|
|
174
89
|
*,
|
|
175
90
|
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
@@ -178,7 +93,7 @@ class ContactGroupDefinition(google.protobuf.message.Message):
|
|
|
178
93
|
side1_locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
179
94
|
side2_locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
180
95
|
suppressed : builtins.bool = ...,
|
|
181
|
-
contact : typing.Optional[
|
|
96
|
+
contact : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ContactProperties] = ...,
|
|
182
97
|
) -> None: ...
|
|
183
98
|
def HasField(self, field_name: typing_extensions.Literal["contact",b"contact","id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
184
99
|
def ClearField(self, field_name: typing_extensions.Literal["contact",b"contact","id",b"id","label",b"label","parent_id",b"parent_id","side1_locations",b"side1_locations","side2_locations",b"side2_locations","suppressed",b"suppressed"]) -> None: ...
|