ansys-api-discovery 0.6.15__py3-none-any.whl → 0.6.18__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 +48 -9
- ansys/api/discovery/v0/discoverymodels_pb2.py +17 -9
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +149 -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.18.dist-info}/METADATA +2 -2
- {ansys_api_discovery-0.6.15.dist-info → ansys_api_discovery-0.6.18.dist-info}/RECORD +35 -35
- {ansys_api_discovery-0.6.15.dist-info → ansys_api_discovery-0.6.18.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.15.dist-info → ansys_api_discovery-0.6.18.dist-info}/WHEEL +0 -0
- {ansys_api_discovery-0.6.15.dist-info → ansys_api_discovery-0.6.18.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.15.dist-info → ansys_api_discovery-0.6.18.dist-info}/top_level.txt +0 -0
ansys/api/discovery/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.18
|
|
@@ -17,25 +17,26 @@ service Contact
|
|
|
17
17
|
|
|
18
18
|
rpc ChangeContactType(ChangeContactTypeRequest) returns (ChangeResponse);
|
|
19
19
|
rpc ChangeContactPairs(ChangeContactPairRequest) returns (ChangeResponse);
|
|
20
|
-
rpc
|
|
21
|
-
|
|
22
|
-
rpc
|
|
23
|
-
rpc
|
|
24
|
-
rpc
|
|
25
|
-
rpc
|
|
26
|
-
rpc
|
|
27
|
-
rpc
|
|
28
|
-
rpc
|
|
29
|
-
rpc
|
|
30
|
-
rpc
|
|
31
|
-
rpc
|
|
32
|
-
rpc
|
|
33
|
-
rpc
|
|
34
|
-
rpc
|
|
35
|
-
rpc
|
|
36
|
-
rpc
|
|
37
|
-
rpc
|
|
38
|
-
rpc
|
|
20
|
+
rpc SplitContact(ChangeEmptyRequest) returns (ChangeResponse);
|
|
21
|
+
|
|
22
|
+
rpc ChangeContactFrictionCoefficient(ChangeDoubleRequest) returns (ChangeResponse);
|
|
23
|
+
rpc ChangeContactStiffnessFactor(ChangeDoubleRequest) returns (ChangeResponse);
|
|
24
|
+
rpc ChangeContactDetectionRadiusFactor(ChangeDoubleRequest) returns (ChangeResponse);
|
|
25
|
+
rpc ChangeContactOffset(ChangeQuantityRequest) returns (ChangeResponse);
|
|
26
|
+
rpc ChangeContactShearStrength(ChangeQuantityRequest) returns (ChangeResponse);
|
|
27
|
+
rpc ChangeContactTensileStrength(ChangeQuantityRequest) returns (ChangeResponse);
|
|
28
|
+
rpc ChangeContactAreStrengthLimitsSet(ChangeBooleanRequest) returns (ChangeResponse);
|
|
29
|
+
rpc ChangeContactAdjustGapOrOverlap(ChangeBooleanRequest) returns (ChangeResponse);
|
|
30
|
+
rpc ChangeContactMakeJustTouching(ChangeBooleanRequest) returns (ChangeResponse);
|
|
31
|
+
rpc ChangeContactIdealize(ChangeBooleanRequest) returns (ChangeResponse);
|
|
32
|
+
rpc ChangeContactSpecifyThermalConductance(ChangeSpecifyConductanceRequest) returns (ChangeResponse);
|
|
33
|
+
rpc ChangeContactSpecifyElectricConductance(ChangeSpecifyConductanceRequest) returns (ChangeResponse);
|
|
34
|
+
rpc ChangeContactConductanceThickness(ChangeQuantityRequest) returns (ChangeResponse);
|
|
35
|
+
rpc ChangeContactConductanceMaterial(ChangeAssignmentRequest) returns (ChangeResponse);
|
|
36
|
+
rpc ChangeContactThermalContactConductivity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
37
|
+
rpc ChangeContactElectricContactConductivity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
38
|
+
rpc ChangeContactThermalContactConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
39
|
+
rpc ChangeContactElectricContactConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
message ContactCreationRequest{
|
|
@@ -60,44 +61,7 @@ message ChangeContactPairRequest{
|
|
|
60
61
|
|
|
61
62
|
// Contact condition definitions
|
|
62
63
|
|
|
63
|
-
enum ContactType {
|
|
64
|
-
BONDED_CONTACT = 0;
|
|
65
|
-
SLIDING_CONTACT = 1;
|
|
66
|
-
PREVENTED_CONTACT = 2;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
message ContactPairs {
|
|
70
|
-
repeated ContactPair contact_pair = 1;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
message ContactPair {
|
|
74
|
-
repeated string item1 = 1;
|
|
75
|
-
repeated string item2 = 2;
|
|
76
|
-
}
|
|
77
64
|
|
|
78
|
-
message ContactProperties {
|
|
79
|
-
ContactType contact_type = 1;
|
|
80
|
-
ContactPairs contact_pairs = 2;
|
|
81
|
-
double friction_coefficient = 3;
|
|
82
|
-
double stiffness_factor = 4;
|
|
83
|
-
double detection_radius_factor = 5;
|
|
84
|
-
Quantity offset = 6;
|
|
85
|
-
Quantity shear_strenght = 7;
|
|
86
|
-
Quantity tensile_strength = 8;
|
|
87
|
-
bool are_strength_limits_set = 9;
|
|
88
|
-
bool adjust_gap_or_overlap = 10;
|
|
89
|
-
bool make_just_touching = 11;
|
|
90
|
-
bool idealize = 12;
|
|
91
|
-
bool specify_thermal_conductance = 13; // OBSOLETE FROM VERSION 2026.1 ONWARDS
|
|
92
|
-
bool specify_thermal_conductance_from_thickness_and_material = 14; // OBSOLETE FROM VERSION 2026.1 ONWARDS
|
|
93
|
-
bool specify_electric_conductance = 15;
|
|
94
|
-
bool specify_electric_conductance_from_thickness_and_material = 16;
|
|
95
|
-
Quantity thermal_contact_conductance = 17;
|
|
96
|
-
Quantity thermal_conductance_thickness = 18;
|
|
97
|
-
Quantity electrical_contact_conductance = 19;
|
|
98
|
-
Quantity electrical_conductance_thickness = 20;
|
|
99
|
-
ThermalConductanceOptionType thermal_conductance_option = 21;
|
|
100
|
-
}
|
|
101
65
|
|
|
102
66
|
message ContactDefinition {
|
|
103
67
|
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
@@ -15,7 +15,7 @@ from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_d
|
|
|
15
15
|
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0ansys/api/discovery/v0/connections/contact.proto\x12*ansys.api.discovery.v0.connections.contact\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0ansys/api/discovery/v0/connections/contact.proto\x12*ansys.api.discovery.v0.connections.contact\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xad\x01\n\x16\x43ontactCreationRequest\x12L\n\rcreation_data\x18\x01 \x01(\x0b\x32\x35.ansys.api.discovery.v0.DoubleSidedScopedCreationData\x12\x45\n\x12\x63ontact_properties\x18\x02 \x01(\x0b\x32).ansys.api.discovery.v0.ContactProperties\"\xb6\x01\n\x17\x43ontactCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12U\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.connections.contact.ContactDefinition\"\x93\x01\n\x18\x43hangeContactTypeRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\x39\n\x0c\x63ontact_type\x18\x02 \x01(\x0e\x32#.ansys.api.discovery.v0.ContactType\"\x95\x01\n\x18\x43hangeContactPairRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12;\n\rcontact_pairs\x18\x02 \x01(\x0b\x32$.ansys.api.discovery.v0.ContactPairs\"\x99\x02\n\x11\x43ontactDefinition\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.ContactProperties2\xb5\x17\n\x07\x43ontact\x12\x98\x01\n\rCreateContact\x12\x42.ansys.api.discovery.v0.connections.contact.ContactCreationRequest\x1a\x43.ansys.api.discovery.v0.connections.contact.ContactCreationResponse\x12s\n\x1a\x43hangeContactSide1Location\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1a\x43hangeContactSide2Location\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x81\x01\n\x11\x43hangeContactType\x12\x44.ansys.api.discovery.v0.connections.contact.ChangeContactTypeRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x82\x01\n\x12\x43hangeContactPairs\x12\x44.ansys.api.discovery.v0.connections.contact.ChangeContactPairRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x62\n\x0cSplitContact\x12*.ansys.api.discovery.v0.ChangeEmptyRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n ChangeContactFrictionCoefficient\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1c\x43hangeContactStiffnessFactor\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n\"ChangeContactDetectionRadiusFactor\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12l\n\x13\x43hangeContactOffset\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1a\x43hangeContactShearStrength\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeContactTensileStrength\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n!ChangeContactAreStrengthLimitsSet\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeContactAdjustGapOrOverlap\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1d\x43hangeContactMakeJustTouching\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x15\x43hangeContactIdealize\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x89\x01\n&ChangeContactSpecifyThermalConductance\x12\x37.ansys.api.discovery.v0.ChangeSpecifyConductanceRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x8a\x01\n\'ChangeContactSpecifyElectricConductance\x12\x37.ansys.api.discovery.v0.ChangeSpecifyConductanceRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n!ChangeContactConductanceThickness\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12{\n ChangeContactConductanceMaterial\x12/.ansys.api.discovery.v0.ChangeAssignmentRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x80\x01\n\'ChangeContactThermalContactConductivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x81\x01\n(ChangeContactElectricContactConductivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x7f\n&ChangeContactThermalContactConductance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x80\x01\n\'ChangeContactElectricContactConductance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB%\xaa\x02\"Ansys.Api.Discovery.V0.Connectionsb\x06proto3')
|
|
19
19
|
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.connections.contact_pb2', globals())
|
|
@@ -23,24 +23,16 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
23
23
|
|
|
24
24
|
DESCRIPTOR._options = None
|
|
25
25
|
DESCRIPTOR._serialized_options = b'\252\002\"Ansys.Api.Discovery.V0.Connections'
|
|
26
|
-
_CONTACTTYPE._serialized_start=2482
|
|
27
|
-
_CONTACTTYPE._serialized_end=2559
|
|
28
26
|
_CONTACTCREATIONREQUEST._serialized_start=177
|
|
29
|
-
_CONTACTCREATIONREQUEST._serialized_end=
|
|
30
|
-
_CONTACTCREATIONRESPONSE._serialized_start=
|
|
31
|
-
_CONTACTCREATIONRESPONSE._serialized_end=
|
|
32
|
-
_CHANGECONTACTTYPEREQUEST._serialized_start=
|
|
33
|
-
_CHANGECONTACTTYPEREQUEST._serialized_end=
|
|
34
|
-
_CHANGECONTACTPAIRREQUEST._serialized_start=
|
|
35
|
-
_CHANGECONTACTPAIRREQUEST._serialized_end=
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
_CONTACTPROPERTIES._serialized_start=1040
|
|
41
|
-
_CONTACTPROPERTIES._serialized_end=2176
|
|
42
|
-
_CONTACTDEFINITION._serialized_start=2179
|
|
43
|
-
_CONTACTDEFINITION._serialized_end=2480
|
|
44
|
-
_CONTACT._serialized_start=2562
|
|
45
|
-
_CONTACT._serialized_end=5332
|
|
27
|
+
_CONTACTCREATIONREQUEST._serialized_end=350
|
|
28
|
+
_CONTACTCREATIONRESPONSE._serialized_start=353
|
|
29
|
+
_CONTACTCREATIONRESPONSE._serialized_end=535
|
|
30
|
+
_CHANGECONTACTTYPEREQUEST._serialized_start=538
|
|
31
|
+
_CHANGECONTACTTYPEREQUEST._serialized_end=685
|
|
32
|
+
_CHANGECONTACTPAIRREQUEST._serialized_start=688
|
|
33
|
+
_CHANGECONTACTPAIRREQUEST._serialized_end=837
|
|
34
|
+
_CONTACTDEFINITION._serialized_start=840
|
|
35
|
+
_CONTACTDEFINITION._serialized_end=1121
|
|
36
|
+
_CONTACT._serialized_start=1124
|
|
37
|
+
_CONTACT._serialized_end=4121
|
|
46
38
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -7,33 +7,12 @@ import ansys.api.discovery.v0.discoverymodels_pb2
|
|
|
7
7
|
import builtins
|
|
8
8
|
import google.protobuf.descriptor
|
|
9
9
|
import google.protobuf.internal.containers
|
|
10
|
-
import google.protobuf.internal.enum_type_wrapper
|
|
11
10
|
import google.protobuf.message
|
|
12
11
|
import typing
|
|
13
12
|
import typing_extensions
|
|
14
13
|
|
|
15
14
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
|
|
16
15
|
|
|
17
|
-
class _ContactType:
|
|
18
|
-
ValueType = typing.NewType('ValueType', builtins.int)
|
|
19
|
-
V: typing_extensions.TypeAlias = ValueType
|
|
20
|
-
class _ContactTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_ContactType.ValueType], builtins.type):
|
|
21
|
-
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
|
|
22
|
-
BONDED_CONTACT: ContactType.ValueType = ... # 0
|
|
23
|
-
SLIDING_CONTACT: ContactType.ValueType = ... # 1
|
|
24
|
-
PREVENTED_CONTACT: ContactType.ValueType = ... # 2
|
|
25
|
-
class ContactType(_ContactType, metaclass=_ContactTypeEnumTypeWrapper):
|
|
26
|
-
"""Contact condition definitions
|
|
27
|
-
|
|
28
|
-
"""
|
|
29
|
-
pass
|
|
30
|
-
|
|
31
|
-
BONDED_CONTACT: ContactType.ValueType = ... # 0
|
|
32
|
-
SLIDING_CONTACT: ContactType.ValueType = ... # 1
|
|
33
|
-
PREVENTED_CONTACT: ContactType.ValueType = ... # 2
|
|
34
|
-
global___ContactType = ContactType
|
|
35
|
-
|
|
36
|
-
|
|
37
16
|
class ContactCreationRequest(google.protobuf.message.Message):
|
|
38
17
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
39
18
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
@@ -41,11 +20,11 @@ class ContactCreationRequest(google.protobuf.message.Message):
|
|
|
41
20
|
@property
|
|
42
21
|
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.DoubleSidedScopedCreationData: ...
|
|
43
22
|
@property
|
|
44
|
-
def contact_properties(self) ->
|
|
23
|
+
def contact_properties(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ContactProperties: ...
|
|
45
24
|
def __init__(self,
|
|
46
25
|
*,
|
|
47
26
|
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.DoubleSidedScopedCreationData] = ...,
|
|
48
|
-
contact_properties : typing.Optional[
|
|
27
|
+
contact_properties : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ContactProperties] = ...,
|
|
49
28
|
) -> None: ...
|
|
50
29
|
def HasField(self, field_name: typing_extensions.Literal["contact_properties",b"contact_properties","creation_data",b"creation_data"]) -> builtins.bool: ...
|
|
51
30
|
def ClearField(self, field_name: typing_extensions.Literal["contact_properties",b"contact_properties","creation_data",b"creation_data"]) -> None: ...
|
|
@@ -74,11 +53,11 @@ class ChangeContactTypeRequest(google.protobuf.message.Message):
|
|
|
74
53
|
CONTACT_TYPE_FIELD_NUMBER: builtins.int
|
|
75
54
|
@property
|
|
76
55
|
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
77
|
-
contact_type:
|
|
56
|
+
contact_type: ansys.api.discovery.v0.discoverymodels_pb2.ContactType.ValueType = ...
|
|
78
57
|
def __init__(self,
|
|
79
58
|
*,
|
|
80
59
|
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
81
|
-
contact_type :
|
|
60
|
+
contact_type : ansys.api.discovery.v0.discoverymodels_pb2.ContactType.ValueType = ...,
|
|
82
61
|
) -> None: ...
|
|
83
62
|
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
84
63
|
def ClearField(self, field_name: typing_extensions.Literal["contact_type",b"contact_type","object_id",b"object_id"]) -> None: ...
|
|
@@ -91,129 +70,20 @@ class ChangeContactPairRequest(google.protobuf.message.Message):
|
|
|
91
70
|
@property
|
|
92
71
|
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
93
72
|
@property
|
|
94
|
-
def contact_pairs(self) ->
|
|
73
|
+
def contact_pairs(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ContactPairs: ...
|
|
95
74
|
def __init__(self,
|
|
96
75
|
*,
|
|
97
76
|
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
98
|
-
contact_pairs : typing.Optional[
|
|
77
|
+
contact_pairs : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ContactPairs] = ...,
|
|
99
78
|
) -> None: ...
|
|
100
79
|
def HasField(self, field_name: typing_extensions.Literal["contact_pairs",b"contact_pairs","object_id",b"object_id"]) -> builtins.bool: ...
|
|
101
80
|
def ClearField(self, field_name: typing_extensions.Literal["contact_pairs",b"contact_pairs","object_id",b"object_id"]) -> None: ...
|
|
102
81
|
global___ChangeContactPairRequest = ChangeContactPairRequest
|
|
103
82
|
|
|
104
|
-
class ContactPairs(google.protobuf.message.Message):
|
|
105
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
106
|
-
CONTACT_PAIR_FIELD_NUMBER: builtins.int
|
|
107
|
-
@property
|
|
108
|
-
def contact_pair(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___ContactPair]: ...
|
|
109
|
-
def __init__(self,
|
|
110
|
-
*,
|
|
111
|
-
contact_pair : typing.Optional[typing.Iterable[global___ContactPair]] = ...,
|
|
112
|
-
) -> None: ...
|
|
113
|
-
def ClearField(self, field_name: typing_extensions.Literal["contact_pair",b"contact_pair"]) -> None: ...
|
|
114
|
-
global___ContactPairs = ContactPairs
|
|
115
|
-
|
|
116
|
-
class ContactPair(google.protobuf.message.Message):
|
|
117
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
118
|
-
ITEM1_FIELD_NUMBER: builtins.int
|
|
119
|
-
ITEM2_FIELD_NUMBER: builtins.int
|
|
120
|
-
@property
|
|
121
|
-
def item1(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
122
|
-
@property
|
|
123
|
-
def item2(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
124
|
-
def __init__(self,
|
|
125
|
-
*,
|
|
126
|
-
item1 : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
127
|
-
item2 : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
128
|
-
) -> None: ...
|
|
129
|
-
def ClearField(self, field_name: typing_extensions.Literal["item1",b"item1","item2",b"item2"]) -> None: ...
|
|
130
|
-
global___ContactPair = ContactPair
|
|
131
|
-
|
|
132
|
-
class ContactProperties(google.protobuf.message.Message):
|
|
133
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
134
|
-
CONTACT_TYPE_FIELD_NUMBER: builtins.int
|
|
135
|
-
CONTACT_PAIRS_FIELD_NUMBER: builtins.int
|
|
136
|
-
FRICTION_COEFFICIENT_FIELD_NUMBER: builtins.int
|
|
137
|
-
STIFFNESS_FACTOR_FIELD_NUMBER: builtins.int
|
|
138
|
-
DETECTION_RADIUS_FACTOR_FIELD_NUMBER: builtins.int
|
|
139
|
-
OFFSET_FIELD_NUMBER: builtins.int
|
|
140
|
-
SHEAR_STRENGHT_FIELD_NUMBER: builtins.int
|
|
141
|
-
TENSILE_STRENGTH_FIELD_NUMBER: builtins.int
|
|
142
|
-
ARE_STRENGTH_LIMITS_SET_FIELD_NUMBER: builtins.int
|
|
143
|
-
ADJUST_GAP_OR_OVERLAP_FIELD_NUMBER: builtins.int
|
|
144
|
-
MAKE_JUST_TOUCHING_FIELD_NUMBER: builtins.int
|
|
145
|
-
IDEALIZE_FIELD_NUMBER: builtins.int
|
|
146
|
-
SPECIFY_THERMAL_CONDUCTANCE_FIELD_NUMBER: builtins.int
|
|
147
|
-
SPECIFY_THERMAL_CONDUCTANCE_FROM_THICKNESS_AND_MATERIAL_FIELD_NUMBER: builtins.int
|
|
148
|
-
SPECIFY_ELECTRIC_CONDUCTANCE_FIELD_NUMBER: builtins.int
|
|
149
|
-
SPECIFY_ELECTRIC_CONDUCTANCE_FROM_THICKNESS_AND_MATERIAL_FIELD_NUMBER: builtins.int
|
|
150
|
-
THERMAL_CONTACT_CONDUCTANCE_FIELD_NUMBER: builtins.int
|
|
151
|
-
THERMAL_CONDUCTANCE_THICKNESS_FIELD_NUMBER: builtins.int
|
|
152
|
-
ELECTRICAL_CONTACT_CONDUCTANCE_FIELD_NUMBER: builtins.int
|
|
153
|
-
ELECTRICAL_CONDUCTANCE_THICKNESS_FIELD_NUMBER: builtins.int
|
|
154
|
-
THERMAL_CONDUCTANCE_OPTION_FIELD_NUMBER: builtins.int
|
|
155
|
-
contact_type: global___ContactType.ValueType = ...
|
|
156
|
-
@property
|
|
157
|
-
def contact_pairs(self) -> global___ContactPairs: ...
|
|
158
|
-
friction_coefficient: builtins.float = ...
|
|
159
|
-
stiffness_factor: builtins.float = ...
|
|
160
|
-
detection_radius_factor: builtins.float = ...
|
|
161
|
-
@property
|
|
162
|
-
def offset(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
163
|
-
@property
|
|
164
|
-
def shear_strenght(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
165
|
-
@property
|
|
166
|
-
def tensile_strength(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
167
|
-
are_strength_limits_set: builtins.bool = ...
|
|
168
|
-
adjust_gap_or_overlap: builtins.bool = ...
|
|
169
|
-
make_just_touching: builtins.bool = ...
|
|
170
|
-
idealize: builtins.bool = ...
|
|
171
|
-
specify_thermal_conductance: builtins.bool = ...
|
|
172
|
-
"""OBSOLETE FROM VERSION 2026.1 ONWARDS"""
|
|
173
|
-
|
|
174
|
-
specify_thermal_conductance_from_thickness_and_material: builtins.bool = ...
|
|
175
|
-
"""OBSOLETE FROM VERSION 2026.1 ONWARDS"""
|
|
176
|
-
|
|
177
|
-
specify_electric_conductance: builtins.bool = ...
|
|
178
|
-
specify_electric_conductance_from_thickness_and_material: builtins.bool = ...
|
|
179
|
-
@property
|
|
180
|
-
def thermal_contact_conductance(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
181
|
-
@property
|
|
182
|
-
def thermal_conductance_thickness(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
183
|
-
@property
|
|
184
|
-
def electrical_contact_conductance(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
185
|
-
@property
|
|
186
|
-
def electrical_conductance_thickness(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
187
|
-
thermal_conductance_option: ansys.api.discovery.v0.discoverymodels_pb2.ThermalConductanceOptionType.ValueType = ...
|
|
188
|
-
def __init__(self,
|
|
189
|
-
*,
|
|
190
|
-
contact_type : global___ContactType.ValueType = ...,
|
|
191
|
-
contact_pairs : typing.Optional[global___ContactPairs] = ...,
|
|
192
|
-
friction_coefficient : builtins.float = ...,
|
|
193
|
-
stiffness_factor : builtins.float = ...,
|
|
194
|
-
detection_radius_factor : builtins.float = ...,
|
|
195
|
-
offset : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
196
|
-
shear_strenght : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
197
|
-
tensile_strength : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
198
|
-
are_strength_limits_set : builtins.bool = ...,
|
|
199
|
-
adjust_gap_or_overlap : builtins.bool = ...,
|
|
200
|
-
make_just_touching : builtins.bool = ...,
|
|
201
|
-
idealize : builtins.bool = ...,
|
|
202
|
-
specify_thermal_conductance : builtins.bool = ...,
|
|
203
|
-
specify_thermal_conductance_from_thickness_and_material : builtins.bool = ...,
|
|
204
|
-
specify_electric_conductance : builtins.bool = ...,
|
|
205
|
-
specify_electric_conductance_from_thickness_and_material : builtins.bool = ...,
|
|
206
|
-
thermal_contact_conductance : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
207
|
-
thermal_conductance_thickness : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
208
|
-
electrical_contact_conductance : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
209
|
-
electrical_conductance_thickness : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
210
|
-
thermal_conductance_option : ansys.api.discovery.v0.discoverymodels_pb2.ThermalConductanceOptionType.ValueType = ...,
|
|
211
|
-
) -> None: ...
|
|
212
|
-
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: ...
|
|
213
|
-
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: ...
|
|
214
|
-
global___ContactProperties = ContactProperties
|
|
215
|
-
|
|
216
83
|
class ContactDefinition(google.protobuf.message.Message):
|
|
84
|
+
"""Contact condition definitions
|
|
85
|
+
|
|
86
|
+
"""
|
|
217
87
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
218
88
|
ID_FIELD_NUMBER: builtins.int
|
|
219
89
|
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
@@ -233,7 +103,7 @@ class ContactDefinition(google.protobuf.message.Message):
|
|
|
233
103
|
def side2_locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
234
104
|
suppressed: builtins.bool = ...
|
|
235
105
|
@property
|
|
236
|
-
def contact(self) ->
|
|
106
|
+
def contact(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ContactProperties: ...
|
|
237
107
|
def __init__(self,
|
|
238
108
|
*,
|
|
239
109
|
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
@@ -242,7 +112,7 @@ class ContactDefinition(google.protobuf.message.Message):
|
|
|
242
112
|
side1_locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
243
113
|
side2_locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
244
114
|
suppressed : builtins.bool = ...,
|
|
245
|
-
contact : typing.Optional[
|
|
115
|
+
contact : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ContactProperties] = ...,
|
|
246
116
|
) -> None: ...
|
|
247
117
|
def HasField(self, field_name: typing_extensions.Literal["contact",b"contact","id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
248
118
|
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: ...
|