ansys-api-discovery 0.6.14__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/assignments/fan.proto +2 -1
- ansys/api/discovery/v0/assignments/fan_pb2.py +22 -22
- ansys/api/discovery/v0/assignments/fan_pb2.pyi +9 -4
- ansys/api/discovery/v0/conditions/porous.proto +12 -16
- ansys/api/discovery/v0/conditions/porous_pb2.py +19 -21
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +19 -38
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +63 -30
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +22 -12
- ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +1 -1
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +6 -6
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +5 -5
- 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 -134
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +145 -145
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +46 -46
- ansys/api/discovery/v0/connections/contactgroup.proto +31 -50
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +8 -10
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +4 -82
- 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 -13
- ansys/api/discovery/v0/connections/fluidinterface_pb2.py +11 -17
- ansys/api/discovery/v0/connections/fluidinterface_pb2.pyi +0 -35
- ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.py +10 -10
- ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.pyi +4 -4
- ansys/api/discovery/v0/discoverymodels.proto +60 -1
- ansys/api/discovery/v0/discoverymodels_pb2.py +62 -48
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +191 -5
- 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.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/METADATA +3 -3
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/RECORD +46 -46
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/WHEEL +0 -0
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.17.dist-info}/top_level.txt +0 -0
|
@@ -30,79 +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
|
-
|
|
90
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
89
|
+
ChangeContactConductanceMaterial: grpc.UnaryUnaryMultiCallable[
|
|
90
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeAssignmentRequest,
|
|
91
91
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
92
92
|
|
|
93
|
-
|
|
93
|
+
ChangeContactThermalContactConductivity: grpc.UnaryUnaryMultiCallable[
|
|
94
94
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
95
95
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
96
96
|
|
|
97
|
-
|
|
97
|
+
ChangeContactElectricContactConductivity: grpc.UnaryUnaryMultiCallable[
|
|
98
98
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
99
99
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
ChangeContactThermalContactConductance: grpc.UnaryUnaryMultiCallable[
|
|
102
102
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
103
103
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
ChangeContactElectricContactConductance: grpc.UnaryUnaryMultiCallable[
|
|
106
106
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
107
107
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
108
108
|
|
|
@@ -141,115 +141,115 @@ class ContactServicer(metaclass=abc.ABCMeta):
|
|
|
141
141
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
142
142
|
|
|
143
143
|
@abc.abstractmethod
|
|
144
|
-
def
|
|
144
|
+
def SplitContact(self,
|
|
145
145
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeEmptyRequest,
|
|
146
146
|
context: grpc.ServicerContext,
|
|
147
147
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
148
148
|
|
|
149
149
|
@abc.abstractmethod
|
|
150
|
-
def
|
|
150
|
+
def ChangeContactFrictionCoefficient(self,
|
|
151
151
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDoubleRequest,
|
|
152
152
|
context: grpc.ServicerContext,
|
|
153
153
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
154
154
|
|
|
155
155
|
@abc.abstractmethod
|
|
156
|
-
def
|
|
156
|
+
def ChangeContactStiffnessFactor(self,
|
|
157
157
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDoubleRequest,
|
|
158
158
|
context: grpc.ServicerContext,
|
|
159
159
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
160
160
|
|
|
161
161
|
@abc.abstractmethod
|
|
162
|
-
def
|
|
162
|
+
def ChangeContactDetectionRadiusFactor(self,
|
|
163
163
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDoubleRequest,
|
|
164
164
|
context: grpc.ServicerContext,
|
|
165
165
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
166
166
|
|
|
167
167
|
@abc.abstractmethod
|
|
168
|
-
def
|
|
168
|
+
def ChangeContactOffset(self,
|
|
169
169
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
170
170
|
context: grpc.ServicerContext,
|
|
171
171
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
172
172
|
|
|
173
173
|
@abc.abstractmethod
|
|
174
|
-
def
|
|
174
|
+
def ChangeContactShearStrength(self,
|
|
175
175
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
176
176
|
context: grpc.ServicerContext,
|
|
177
177
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
178
178
|
|
|
179
179
|
@abc.abstractmethod
|
|
180
|
-
def
|
|
180
|
+
def ChangeContactTensileStrength(self,
|
|
181
181
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
182
182
|
context: grpc.ServicerContext,
|
|
183
183
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
184
184
|
|
|
185
185
|
@abc.abstractmethod
|
|
186
|
-
def
|
|
186
|
+
def ChangeContactAreStrengthLimitsSet(self,
|
|
187
187
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
188
188
|
context: grpc.ServicerContext,
|
|
189
189
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
190
190
|
|
|
191
191
|
@abc.abstractmethod
|
|
192
|
-
def
|
|
192
|
+
def ChangeContactAdjustGapOrOverlap(self,
|
|
193
193
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
194
194
|
context: grpc.ServicerContext,
|
|
195
195
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
196
196
|
|
|
197
197
|
@abc.abstractmethod
|
|
198
|
-
def
|
|
198
|
+
def ChangeContactMakeJustTouching(self,
|
|
199
199
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
200
200
|
context: grpc.ServicerContext,
|
|
201
201
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
202
202
|
|
|
203
203
|
@abc.abstractmethod
|
|
204
|
-
def
|
|
204
|
+
def ChangeContactIdealize(self,
|
|
205
205
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
206
206
|
context: grpc.ServicerContext,
|
|
207
207
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
208
208
|
|
|
209
209
|
@abc.abstractmethod
|
|
210
|
-
def
|
|
211
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.
|
|
210
|
+
def ChangeContactSpecifyThermalConductance(self,
|
|
211
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeSpecifyConductanceRequest,
|
|
212
212
|
context: grpc.ServicerContext,
|
|
213
213
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
214
214
|
|
|
215
215
|
@abc.abstractmethod
|
|
216
|
-
def
|
|
217
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.
|
|
216
|
+
def ChangeContactSpecifyElectricConductance(self,
|
|
217
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeSpecifyConductanceRequest,
|
|
218
218
|
context: grpc.ServicerContext,
|
|
219
219
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
220
220
|
|
|
221
221
|
@abc.abstractmethod
|
|
222
|
-
def
|
|
223
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.
|
|
222
|
+
def ChangeContactConductanceThickness(self,
|
|
223
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
224
224
|
context: grpc.ServicerContext,
|
|
225
225
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
226
226
|
|
|
227
227
|
@abc.abstractmethod
|
|
228
|
-
def
|
|
229
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.
|
|
228
|
+
def ChangeContactConductanceMaterial(self,
|
|
229
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeAssignmentRequest,
|
|
230
230
|
context: grpc.ServicerContext,
|
|
231
231
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
232
232
|
|
|
233
233
|
@abc.abstractmethod
|
|
234
|
-
def
|
|
234
|
+
def ChangeContactThermalContactConductivity(self,
|
|
235
235
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
236
236
|
context: grpc.ServicerContext,
|
|
237
237
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
238
238
|
|
|
239
239
|
@abc.abstractmethod
|
|
240
|
-
def
|
|
240
|
+
def ChangeContactElectricContactConductivity(self,
|
|
241
241
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
242
242
|
context: grpc.ServicerContext,
|
|
243
243
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
244
244
|
|
|
245
245
|
@abc.abstractmethod
|
|
246
|
-
def
|
|
246
|
+
def ChangeContactThermalContactConductance(self,
|
|
247
247
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
248
248
|
context: grpc.ServicerContext,
|
|
249
249
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
250
250
|
|
|
251
251
|
@abc.abstractmethod
|
|
252
|
-
def
|
|
252
|
+
def ChangeContactElectricContactConductance(self,
|
|
253
253
|
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
254
254
|
context: grpc.ServicerContext,
|
|
255
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(ChangeBooleanRequest) 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,29 +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;
|
|
74
|
-
bool specify_thermal_conductance_from_thickness_and_material = 14;
|
|
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
|
-
}
|
|
82
|
-
|
|
83
64
|
message ContactGroupDefinition {
|
|
84
65
|
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
85
66
|
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
@@ -87,5 +68,5 @@ message ContactGroupDefinition {
|
|
|
87
68
|
repeated string side1_locations = 4;
|
|
88
69
|
repeated string side2_locations = 5;
|
|
89
70
|
bool suppressed = 6;
|
|
90
|
-
|
|
71
|
+
ContactProperties contact = 7;
|
|
91
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=2131
|
|
37
|
-
_CONTACTGROUP._serialized_end=5257
|
|
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,83 +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
|
-
contact_type: ansys.api.discovery.v0.connections.contact_pb2.ContactType.ValueType = ...
|
|
91
|
-
@property
|
|
92
|
-
def contact_pairs(self) -> ansys.api.discovery.v0.connections.contact_pb2.ContactPairs: ...
|
|
93
|
-
friction_coefficient: builtins.float = ...
|
|
94
|
-
stiffness_factor: builtins.float = ...
|
|
95
|
-
detection_radius_factor: builtins.float = ...
|
|
96
|
-
@property
|
|
97
|
-
def offset(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
98
|
-
@property
|
|
99
|
-
def shear_strenght(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
100
|
-
@property
|
|
101
|
-
def tensile_strength(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
102
|
-
are_strength_limits_set: builtins.bool = ...
|
|
103
|
-
adjust_gap_or_overlap: builtins.bool = ...
|
|
104
|
-
make_just_touching: builtins.bool = ...
|
|
105
|
-
idealize: builtins.bool = ...
|
|
106
|
-
specify_thermal_conductance: builtins.bool = ...
|
|
107
|
-
specify_thermal_conductance_from_thickness_and_material: builtins.bool = ...
|
|
108
|
-
specify_electric_conductance: builtins.bool = ...
|
|
109
|
-
specify_electric_conductance_from_thickness_and_material: builtins.bool = ...
|
|
110
|
-
@property
|
|
111
|
-
def thermal_contact_conductance(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
112
|
-
@property
|
|
113
|
-
def thermal_conductance_thickness(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
114
|
-
@property
|
|
115
|
-
def electrical_contact_conductance(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
116
|
-
@property
|
|
117
|
-
def electrical_conductance_thickness(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
118
|
-
def __init__(self,
|
|
119
|
-
*,
|
|
120
|
-
contact_type : ansys.api.discovery.v0.connections.contact_pb2.ContactType.ValueType = ...,
|
|
121
|
-
contact_pairs : typing.Optional[ansys.api.discovery.v0.connections.contact_pb2.ContactPairs] = ...,
|
|
122
|
-
friction_coefficient : builtins.float = ...,
|
|
123
|
-
stiffness_factor : builtins.float = ...,
|
|
124
|
-
detection_radius_factor : builtins.float = ...,
|
|
125
|
-
offset : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
126
|
-
shear_strenght : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
127
|
-
tensile_strength : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
128
|
-
are_strength_limits_set : builtins.bool = ...,
|
|
129
|
-
adjust_gap_or_overlap : builtins.bool = ...,
|
|
130
|
-
make_just_touching : builtins.bool = ...,
|
|
131
|
-
idealize : builtins.bool = ...,
|
|
132
|
-
specify_thermal_conductance : builtins.bool = ...,
|
|
133
|
-
specify_thermal_conductance_from_thickness_and_material : builtins.bool = ...,
|
|
134
|
-
specify_electric_conductance : builtins.bool = ...,
|
|
135
|
-
specify_electric_conductance_from_thickness_and_material : builtins.bool = ...,
|
|
136
|
-
thermal_contact_conductance : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
137
|
-
thermal_conductance_thickness : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
138
|
-
electrical_contact_conductance : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
139
|
-
electrical_conductance_thickness : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
140
|
-
) -> None: ...
|
|
141
|
-
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: ...
|
|
142
|
-
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_thickness",b"thermal_conductance_thickness","thermal_contact_conductance",b"thermal_contact_conductance"]) -> None: ...
|
|
143
|
-
global___ContactGroupProperties = ContactGroupProperties
|
|
144
|
-
|
|
145
67
|
class ContactGroupDefinition(google.protobuf.message.Message):
|
|
146
68
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
147
69
|
ID_FIELD_NUMBER: builtins.int
|
|
@@ -162,7 +84,7 @@ class ContactGroupDefinition(google.protobuf.message.Message):
|
|
|
162
84
|
def side2_locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
163
85
|
suppressed: builtins.bool = ...
|
|
164
86
|
@property
|
|
165
|
-
def contact(self) ->
|
|
87
|
+
def contact(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ContactProperties: ...
|
|
166
88
|
def __init__(self,
|
|
167
89
|
*,
|
|
168
90
|
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
@@ -171,7 +93,7 @@ class ContactGroupDefinition(google.protobuf.message.Message):
|
|
|
171
93
|
side1_locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
172
94
|
side2_locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
173
95
|
suppressed : builtins.bool = ...,
|
|
174
|
-
contact : typing.Optional[
|
|
96
|
+
contact : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ContactProperties] = ...,
|
|
175
97
|
) -> None: ...
|
|
176
98
|
def HasField(self, field_name: typing_extensions.Literal["contact",b"contact","id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
177
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: ...
|