ansys-api-discovery 0.6.14__py3-none-any.whl → 0.6.15__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 +4 -4
- ansys/api/discovery/v0/connections/contact_pb2.py +8 -8
- ansys/api/discovery/v0/connections/contact_pb2.pyi +8 -1
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +3 -36
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +2 -12
- ansys/api/discovery/v0/connections/contactgroup.proto +4 -3
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +8 -8
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +8 -1
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +3 -3
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +2 -2
- ansys/api/discovery/v0/connections/fluidinterface.proto +4 -2
- ansys/api/discovery/v0/connections/fluidinterface_pb2.py +11 -11
- ansys/api/discovery/v0/connections/fluidinterface_pb2.pyi +9 -3
- 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 +15 -1
- ansys/api/discovery/v0/discoverymodels_pb2.py +52 -48
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +45 -5
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.15.dist-info}/METADATA +3 -3
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.15.dist-info}/RECORD +36 -36
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.15.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.15.dist-info}/WHEEL +0 -0
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.15.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.14.dist-info → ansys_api_discovery-0.6.15.dist-info}/top_level.txt +0 -0
|
@@ -9,13 +9,17 @@ import grpc
|
|
|
9
9
|
|
|
10
10
|
class PorousStub:
|
|
11
11
|
def __init__(self, channel: grpc.Channel) -> None: ...
|
|
12
|
-
|
|
13
|
-
ansys.api.discovery.v0.conditions.porous_pb2.
|
|
12
|
+
CreatePorousIsotropic: grpc.UnaryUnaryMultiCallable[
|
|
13
|
+
ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationRequest,
|
|
14
14
|
ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationResponse] = ...
|
|
15
15
|
"""wall creation methods"""
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
ansys.api.discovery.v0.conditions.porous_pb2.
|
|
17
|
+
CreatePorousBidirectional: grpc.UnaryUnaryMultiCallable[
|
|
18
|
+
ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationRequest,
|
|
19
|
+
ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationResponse] = ...
|
|
20
|
+
|
|
21
|
+
CreatePorousOrthotropic: grpc.UnaryUnaryMultiCallable[
|
|
22
|
+
ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationRequest,
|
|
19
23
|
ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationResponse] = ...
|
|
20
24
|
|
|
21
25
|
ChangePorousSpecification: grpc.UnaryUnaryMultiCallable[
|
|
@@ -27,8 +31,8 @@ class PorousStub:
|
|
|
27
31
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
|
|
28
32
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
29
33
|
|
|
30
|
-
|
|
31
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
34
|
+
ChangePorousStreamwiseFlowDirectionReference: grpc.UnaryUnaryMultiCallable[
|
|
35
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationExtendedRequest,
|
|
32
36
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
33
37
|
|
|
34
38
|
ChangePorousViscousStreamwiseMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
@@ -82,16 +86,22 @@ class PorousStub:
|
|
|
82
86
|
|
|
83
87
|
class PorousServicer(metaclass=abc.ABCMeta):
|
|
84
88
|
@abc.abstractmethod
|
|
85
|
-
def
|
|
86
|
-
request: ansys.api.discovery.v0.conditions.porous_pb2.
|
|
89
|
+
def CreatePorousIsotropic(self,
|
|
90
|
+
request: ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationRequest,
|
|
87
91
|
context: grpc.ServicerContext,
|
|
88
92
|
) -> ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationResponse:
|
|
89
93
|
"""wall creation methods"""
|
|
90
94
|
pass
|
|
91
95
|
|
|
92
96
|
@abc.abstractmethod
|
|
93
|
-
def
|
|
94
|
-
request: ansys.api.discovery.v0.conditions.porous_pb2.
|
|
97
|
+
def CreatePorousBidirectional(self,
|
|
98
|
+
request: ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationRequest,
|
|
99
|
+
context: grpc.ServicerContext,
|
|
100
|
+
) -> ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationResponse: ...
|
|
101
|
+
|
|
102
|
+
@abc.abstractmethod
|
|
103
|
+
def CreatePorousOrthotropic(self,
|
|
104
|
+
request: ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationRequest,
|
|
95
105
|
context: grpc.ServicerContext,
|
|
96
106
|
) -> ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationResponse: ...
|
|
97
107
|
|
|
@@ -110,8 +120,8 @@ class PorousServicer(metaclass=abc.ABCMeta):
|
|
|
110
120
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
111
121
|
|
|
112
122
|
@abc.abstractmethod
|
|
113
|
-
def
|
|
114
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.
|
|
123
|
+
def ChangePorousStreamwiseFlowDirectionReference(self,
|
|
124
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationExtendedRequest,
|
|
115
125
|
context: grpc.ServicerContext,
|
|
116
126
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
117
127
|
|
|
@@ -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'\n9ansys/api/discovery/v0/conditions/rotatingfluidzone.proto\x12\x33\x61nsys.api.discovery.v0.conditions.rotatingfluidzone\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xdf\x01\n RotatingFluidZoneCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12x\n\x1erotating_fluid_zone_properties\x18\x04 \x01(\x0b\x32P.ansys.api.discovery.v0.conditions.rotatingfluidzone.RotatingFluidZoneProperties\"\xd3\x01\n!RotatingFluidZoneCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12h\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32P.ansys.api.discovery.v0.conditions.rotatingfluidzone.RotatingFluidZoneDefinition\"
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9ansys/api/discovery/v0/conditions/rotatingfluidzone.proto\x12\x33\x61nsys.api.discovery.v0.conditions.rotatingfluidzone\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xdf\x01\n RotatingFluidZoneCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12x\n\x1erotating_fluid_zone_properties\x18\x04 \x01(\x0b\x32P.ansys.api.discovery.v0.conditions.rotatingfluidzone.RotatingFluidZoneProperties\"\xd3\x01\n!RotatingFluidZoneCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12h\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32P.ansys.api.discovery.v0.conditions.rotatingfluidzone.RotatingFluidZoneDefinition\"\\\n\x1bRotatingFluidZoneProperties\x12=\n\x13rotational_velocity\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xc2\x02\n\x1bRotatingFluidZoneDefinition\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\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12x\n\x1erotating_fluid_zone_properties\x18\x06 \x01(\x0b\x32P.ansys.api.discovery.v0.conditions.rotatingfluidzone.RotatingFluidZoneProperties2\xd8\x03\n\x11RotatingFluidZone\x12\xc8\x01\n\x17\x43reateRotatingFluidZone\x12U.ansys.api.discovery.v0.conditions.rotatingfluidzone.RotatingFluidZoneCreationRequest\x1aV.ansys.api.discovery.v0.conditions.rotatingfluidzone.RotatingFluidZoneCreationResponse\x12x\n\x1f\x43hangeRotatingFluidZoneLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeWallRotationalVelocityMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
|
|
19
19
|
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditions.rotatingfluidzone_pb2', globals())
|
|
@@ -28,9 +28,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
28
28
|
_ROTATINGFLUIDZONECREATIONRESPONSE._serialized_start=421
|
|
29
29
|
_ROTATINGFLUIDZONECREATIONRESPONSE._serialized_end=632
|
|
30
30
|
_ROTATINGFLUIDZONEPROPERTIES._serialized_start=634
|
|
31
|
-
_ROTATINGFLUIDZONEPROPERTIES._serialized_end=
|
|
32
|
-
_ROTATINGFLUIDZONEDEFINITION._serialized_start=
|
|
33
|
-
_ROTATINGFLUIDZONEDEFINITION._serialized_end=
|
|
34
|
-
_ROTATINGFLUIDZONE._serialized_start=
|
|
35
|
-
_ROTATINGFLUIDZONE._serialized_end=
|
|
31
|
+
_ROTATINGFLUIDZONEPROPERTIES._serialized_end=726
|
|
32
|
+
_ROTATINGFLUIDZONEDEFINITION._serialized_start=729
|
|
33
|
+
_ROTATINGFLUIDZONEDEFINITION._serialized_end=1051
|
|
34
|
+
_ROTATINGFLUIDZONE._serialized_start=1054
|
|
35
|
+
_ROTATINGFLUIDZONE._serialized_end=1526
|
|
36
36
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -56,15 +56,15 @@ class RotatingFluidZoneProperties(google.protobuf.message.Message):
|
|
|
56
56
|
|
|
57
57
|
"""
|
|
58
58
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
59
|
-
|
|
59
|
+
ROTATIONAL_VELOCITY_FIELD_NUMBER: builtins.int
|
|
60
60
|
@property
|
|
61
|
-
def
|
|
61
|
+
def rotational_velocity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
62
62
|
def __init__(self,
|
|
63
63
|
*,
|
|
64
|
-
|
|
64
|
+
rotational_velocity : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
65
65
|
) -> None: ...
|
|
66
|
-
def HasField(self, field_name: typing_extensions.Literal["
|
|
67
|
-
def ClearField(self, field_name: typing_extensions.Literal["
|
|
66
|
+
def HasField(self, field_name: typing_extensions.Literal["rotational_velocity",b"rotational_velocity"]) -> builtins.bool: ...
|
|
67
|
+
def ClearField(self, field_name: typing_extensions.Literal["rotational_velocity",b"rotational_velocity"]) -> None: ...
|
|
68
68
|
global___RotatingFluidZoneProperties = RotatingFluidZoneProperties
|
|
69
69
|
|
|
70
70
|
class RotatingFluidZoneDefinition(google.protobuf.message.Message):
|
|
@@ -29,8 +29,7 @@ service Contact
|
|
|
29
29
|
rpc ChangeAdjustGapOrOverlap(ChangeBooleanRequest) returns (ChangeResponse);
|
|
30
30
|
rpc ChangeMakeJustTouching(ChangeBooleanRequest) returns (ChangeResponse);
|
|
31
31
|
rpc ChangeIdealize(ChangeBooleanRequest) returns (ChangeResponse);
|
|
32
|
-
rpc ChangeSpecifyThermalConductance(
|
|
33
|
-
rpc ChangeSpecifyThermalConductanceFromThicknessAndMaterial(ChangeBooleanRequest) returns (ChangeResponse);
|
|
32
|
+
rpc ChangeSpecifyThermalConductance(ChangeSpecifyThermalConductanceRequest) returns (ChangeResponse);
|
|
34
33
|
rpc ChangeSpecifyElectricConductance(ChangeBooleanRequest) returns (ChangeResponse);
|
|
35
34
|
rpc ChangeSpecifyElectricConductanceFromThicknessAndMaterial(ChangeBooleanRequest) returns (ChangeResponse);
|
|
36
35
|
rpc ChangeThermalContactConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
@@ -89,14 +88,15 @@ message ContactProperties {
|
|
|
89
88
|
bool adjust_gap_or_overlap = 10;
|
|
90
89
|
bool make_just_touching = 11;
|
|
91
90
|
bool idealize = 12;
|
|
92
|
-
bool specify_thermal_conductance = 13;
|
|
93
|
-
bool specify_thermal_conductance_from_thickness_and_material = 14;
|
|
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
|
|
94
93
|
bool specify_electric_conductance = 15;
|
|
95
94
|
bool specify_electric_conductance_from_thickness_and_material = 16;
|
|
96
95
|
Quantity thermal_contact_conductance = 17;
|
|
97
96
|
Quantity thermal_conductance_thickness = 18;
|
|
98
97
|
Quantity electrical_contact_conductance = 19;
|
|
99
98
|
Quantity electrical_conductance_thickness = 20;
|
|
99
|
+
ThermalConductanceOptionType thermal_conductance_option = 21;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
message ContactDefinition {
|
|
@@ -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\"\xc1\x01\n\x16\x43ontactCreationRequest\x12L\n\rcreation_data\x18\x01 \x01(\x0b\x32\x35.ansys.api.discovery.v0.DoubleSidedScopedCreationData\x12Y\n\x12\x63ontact_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.connections.contact.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\"\xa7\x01\n\x18\x43hangeContactTypeRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12M\n\x0c\x63ontact_type\x18\x02 \x01(\x0e\x32\x37.ansys.api.discovery.v0.connections.contact.ContactType\"\xa9\x01\n\x18\x43hangeContactPairRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12O\n\rcontact_pairs\x18\x02 \x01(\x0b\x32\x38.ansys.api.discovery.v0.connections.contact.ContactPairs\"]\n\x0c\x43ontactPairs\x12M\n\x0c\x63ontact_pair\x18\x01 \x03(\x0b\x32\x37.ansys.api.discovery.v0.connections.contact.ContactPair\"+\n\x0b\x43ontactPair\x12\r\n\x05item1\x18\x01 \x03(\t\x12\r\n\x05item2\x18\x02 \x03(\t\"\
|
|
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\"\xc1\x01\n\x16\x43ontactCreationRequest\x12L\n\rcreation_data\x18\x01 \x01(\x0b\x32\x35.ansys.api.discovery.v0.DoubleSidedScopedCreationData\x12Y\n\x12\x63ontact_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.connections.contact.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\"\xa7\x01\n\x18\x43hangeContactTypeRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12M\n\x0c\x63ontact_type\x18\x02 \x01(\x0e\x32\x37.ansys.api.discovery.v0.connections.contact.ContactType\"\xa9\x01\n\x18\x43hangeContactPairRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12O\n\rcontact_pairs\x18\x02 \x01(\x0b\x32\x38.ansys.api.discovery.v0.connections.contact.ContactPairs\"]\n\x0c\x43ontactPairs\x12M\n\x0c\x63ontact_pair\x18\x01 \x03(\x0b\x32\x37.ansys.api.discovery.v0.connections.contact.ContactPair\"+\n\x0b\x43ontactPair\x12\r\n\x05item1\x18\x01 \x03(\t\x12\r\n\x05item2\x18\x02 \x03(\t\"\xf0\x08\n\x11\x43ontactProperties\x12M\n\x0c\x63ontact_type\x18\x01 \x01(\x0e\x32\x37.ansys.api.discovery.v0.connections.contact.ContactType\x12O\n\rcontact_pairs\x18\x02 \x01(\x0b\x32\x38.ansys.api.discovery.v0.connections.contact.ContactPairs\x12\x1c\n\x14\x66riction_coefficient\x18\x03 \x01(\x01\x12\x18\n\x10stiffness_factor\x18\x04 \x01(\x01\x12\x1f\n\x17\x64\x65tection_radius_factor\x18\x05 \x01(\x01\x12\x30\n\x06offset\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x38\n\x0eshear_strenght\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12:\n\x10tensile_strength\x18\x08 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x1f\n\x17\x61re_strength_limits_set\x18\t \x01(\x08\x12\x1d\n\x15\x61\x64just_gap_or_overlap\x18\n \x01(\x08\x12\x1a\n\x12make_just_touching\x18\x0b \x01(\x08\x12\x10\n\x08idealize\x18\x0c \x01(\x08\x12#\n\x1bspecify_thermal_conductance\x18\r \x01(\x08\x12?\n7specify_thermal_conductance_from_thickness_and_material\x18\x0e \x01(\x08\x12$\n\x1cspecify_electric_conductance\x18\x0f \x01(\x08\x12@\n8specify_electric_conductance_from_thickness_and_material\x18\x10 \x01(\x08\x12\x45\n\x1bthermal_contact_conductance\x18\x11 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12G\n\x1dthermal_conductance_thickness\x18\x12 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12H\n\x1e\x65lectrical_contact_conductance\x18\x13 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12J\n electrical_conductance_thickness\x18\x14 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12X\n\x1athermal_conductance_option\x18\x15 \x01(\x0e\x32\x34.ansys.api.discovery.v0.ThermalConductanceOptionType\"\xad\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\x12N\n\x07\x63ontact\x18\x07 \x01(\x0b\x32=.ansys.api.discovery.v0.connections.contact.ContactProperties*M\n\x0b\x43ontactType\x12\x12\n\x0e\x42ONDED_CONTACT\x10\x00\x12\x13\n\x0fSLIDING_CONTACT\x10\x01\x12\x15\n\x11PREVENTED_CONTACT\x10\x02\x32\xd2\x15\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[\n\x05Split\x12*.ansys.api.discovery.v0.ChangeEmptyRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12p\n\x19\x43hangeFrictionCoefficient\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12l\n\x15\x43hangeStiffnessFactor\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12r\n\x1b\x43hangeDetectionRadiusFactor\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x65\n\x0c\x43hangeOffset\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12l\n\x13\x43hangeShearStrength\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12n\n\x15\x43hangeTensileStrength\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12r\n\x1a\x43hangeAreStrengthLimitsSet\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12p\n\x18\x43hangeAdjustGapOrOverlap\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12n\n\x16\x43hangeMakeJustTouching\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x66\n\x0e\x43hangeIdealize\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x89\x01\n\x1f\x43hangeSpecifyThermalConductance\x12>.ansys.api.discovery.v0.ChangeSpecifyThermalConductanceRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n ChangeSpecifyElectricConductance\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x90\x01\n8ChangeSpecifyElectricConductanceFromThicknessAndMaterial\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n\x1f\x43hangeThermalContactConductance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n!ChangeThermalConductanceThickness\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n ChangeElectricContactConductance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12{\n\"ChangeElectricConductanceThickness\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,8 +23,8 @@ 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=
|
|
27
|
-
_CONTACTTYPE._serialized_end=
|
|
26
|
+
_CONTACTTYPE._serialized_start=2482
|
|
27
|
+
_CONTACTTYPE._serialized_end=2559
|
|
28
28
|
_CONTACTCREATIONREQUEST._serialized_start=177
|
|
29
29
|
_CONTACTCREATIONREQUEST._serialized_end=370
|
|
30
30
|
_CONTACTCREATIONRESPONSE._serialized_start=373
|
|
@@ -38,9 +38,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
38
38
|
_CONTACTPAIR._serialized_start=994
|
|
39
39
|
_CONTACTPAIR._serialized_end=1037
|
|
40
40
|
_CONTACTPROPERTIES._serialized_start=1040
|
|
41
|
-
_CONTACTPROPERTIES._serialized_end=
|
|
42
|
-
_CONTACTDEFINITION._serialized_start=
|
|
43
|
-
_CONTACTDEFINITION._serialized_end=
|
|
44
|
-
_CONTACT._serialized_start=
|
|
45
|
-
_CONTACT._serialized_end=
|
|
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
|
|
46
46
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -151,6 +151,7 @@ class ContactProperties(google.protobuf.message.Message):
|
|
|
151
151
|
THERMAL_CONDUCTANCE_THICKNESS_FIELD_NUMBER: builtins.int
|
|
152
152
|
ELECTRICAL_CONTACT_CONDUCTANCE_FIELD_NUMBER: builtins.int
|
|
153
153
|
ELECTRICAL_CONDUCTANCE_THICKNESS_FIELD_NUMBER: builtins.int
|
|
154
|
+
THERMAL_CONDUCTANCE_OPTION_FIELD_NUMBER: builtins.int
|
|
154
155
|
contact_type: global___ContactType.ValueType = ...
|
|
155
156
|
@property
|
|
156
157
|
def contact_pairs(self) -> global___ContactPairs: ...
|
|
@@ -168,7 +169,11 @@ class ContactProperties(google.protobuf.message.Message):
|
|
|
168
169
|
make_just_touching: builtins.bool = ...
|
|
169
170
|
idealize: builtins.bool = ...
|
|
170
171
|
specify_thermal_conductance: builtins.bool = ...
|
|
172
|
+
"""OBSOLETE FROM VERSION 2026.1 ONWARDS"""
|
|
173
|
+
|
|
171
174
|
specify_thermal_conductance_from_thickness_and_material: builtins.bool = ...
|
|
175
|
+
"""OBSOLETE FROM VERSION 2026.1 ONWARDS"""
|
|
176
|
+
|
|
172
177
|
specify_electric_conductance: builtins.bool = ...
|
|
173
178
|
specify_electric_conductance_from_thickness_and_material: builtins.bool = ...
|
|
174
179
|
@property
|
|
@@ -179,6 +184,7 @@ class ContactProperties(google.protobuf.message.Message):
|
|
|
179
184
|
def electrical_contact_conductance(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
180
185
|
@property
|
|
181
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 = ...
|
|
182
188
|
def __init__(self,
|
|
183
189
|
*,
|
|
184
190
|
contact_type : global___ContactType.ValueType = ...,
|
|
@@ -201,9 +207,10 @@ class ContactProperties(google.protobuf.message.Message):
|
|
|
201
207
|
thermal_conductance_thickness : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
202
208
|
electrical_contact_conductance : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
203
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 = ...,
|
|
204
211
|
) -> None: ...
|
|
205
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: ...
|
|
206
|
-
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: ...
|
|
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: ...
|
|
207
214
|
global___ContactProperties = ContactProperties
|
|
208
215
|
|
|
209
216
|
class ContactDefinition(google.protobuf.message.Message):
|
|
@@ -97,12 +97,7 @@ class ContactStub(object):
|
|
|
97
97
|
)
|
|
98
98
|
self.ChangeSpecifyThermalConductance = channel.unary_unary(
|
|
99
99
|
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeSpecifyThermalConductance',
|
|
100
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
101
|
-
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
102
|
-
)
|
|
103
|
-
self.ChangeSpecifyThermalConductanceFromThicknessAndMaterial = channel.unary_unary(
|
|
104
|
-
'/ansys.api.discovery.v0.connections.contact.Contact/ChangeSpecifyThermalConductanceFromThicknessAndMaterial',
|
|
105
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
100
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyThermalConductanceRequest.SerializeToString,
|
|
106
101
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
107
102
|
)
|
|
108
103
|
self.ChangeSpecifyElectricConductance = channel.unary_unary(
|
|
@@ -243,12 +238,6 @@ class ContactServicer(object):
|
|
|
243
238
|
context.set_details('Method not implemented!')
|
|
244
239
|
raise NotImplementedError('Method not implemented!')
|
|
245
240
|
|
|
246
|
-
def ChangeSpecifyThermalConductanceFromThicknessAndMaterial(self, request, context):
|
|
247
|
-
"""Missing associated documentation comment in .proto file."""
|
|
248
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
249
|
-
context.set_details('Method not implemented!')
|
|
250
|
-
raise NotImplementedError('Method not implemented!')
|
|
251
|
-
|
|
252
241
|
def ChangeSpecifyElectricConductance(self, request, context):
|
|
253
242
|
"""Missing associated documentation comment in .proto file."""
|
|
254
243
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
@@ -370,12 +359,7 @@ def add_ContactServicer_to_server(servicer, server):
|
|
|
370
359
|
),
|
|
371
360
|
'ChangeSpecifyThermalConductance': grpc.unary_unary_rpc_method_handler(
|
|
372
361
|
servicer.ChangeSpecifyThermalConductance,
|
|
373
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
374
|
-
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
375
|
-
),
|
|
376
|
-
'ChangeSpecifyThermalConductanceFromThicknessAndMaterial': grpc.unary_unary_rpc_method_handler(
|
|
377
|
-
servicer.ChangeSpecifyThermalConductanceFromThicknessAndMaterial,
|
|
378
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
362
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyThermalConductanceRequest.FromString,
|
|
379
363
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
380
364
|
),
|
|
381
365
|
'ChangeSpecifyElectricConductance': grpc.unary_unary_rpc_method_handler(
|
|
@@ -702,24 +686,7 @@ class Contact(object):
|
|
|
702
686
|
timeout=None,
|
|
703
687
|
metadata=None):
|
|
704
688
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeSpecifyThermalConductance',
|
|
705
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
706
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
707
|
-
options, channel_credentials,
|
|
708
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
709
|
-
|
|
710
|
-
@staticmethod
|
|
711
|
-
def ChangeSpecifyThermalConductanceFromThicknessAndMaterial(request,
|
|
712
|
-
target,
|
|
713
|
-
options=(),
|
|
714
|
-
channel_credentials=None,
|
|
715
|
-
call_credentials=None,
|
|
716
|
-
insecure=False,
|
|
717
|
-
compression=None,
|
|
718
|
-
wait_for_ready=None,
|
|
719
|
-
timeout=None,
|
|
720
|
-
metadata=None):
|
|
721
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contact.Contact/ChangeSpecifyThermalConductanceFromThicknessAndMaterial',
|
|
722
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
689
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyThermalConductanceRequest.SerializeToString,
|
|
723
690
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
724
691
|
options, channel_credentials,
|
|
725
692
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -75,11 +75,7 @@ class ContactStub:
|
|
|
75
75
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
76
76
|
|
|
77
77
|
ChangeSpecifyThermalConductance: grpc.UnaryUnaryMultiCallable[
|
|
78
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
79
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
80
|
-
|
|
81
|
-
ChangeSpecifyThermalConductanceFromThicknessAndMaterial: grpc.UnaryUnaryMultiCallable[
|
|
82
|
-
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
78
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeSpecifyThermalConductanceRequest,
|
|
83
79
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
84
80
|
|
|
85
81
|
ChangeSpecifyElectricConductance: grpc.UnaryUnaryMultiCallable[
|
|
@@ -208,13 +204,7 @@ class ContactServicer(metaclass=abc.ABCMeta):
|
|
|
208
204
|
|
|
209
205
|
@abc.abstractmethod
|
|
210
206
|
def ChangeSpecifyThermalConductance(self,
|
|
211
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.
|
|
212
|
-
context: grpc.ServicerContext,
|
|
213
|
-
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
214
|
-
|
|
215
|
-
@abc.abstractmethod
|
|
216
|
-
def ChangeSpecifyThermalConductanceFromThicknessAndMaterial(self,
|
|
217
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
207
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeSpecifyThermalConductanceRequest,
|
|
218
208
|
context: grpc.ServicerContext,
|
|
219
209
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
220
210
|
|
|
@@ -28,7 +28,7 @@ service ContactGroup
|
|
|
28
28
|
rpc ChangeAdjustGapOrOverlap(ChangeBooleanRequest) returns (ChangeResponse);
|
|
29
29
|
rpc ChangeMakeJustTouching(ChangeBooleanRequest) returns (ChangeResponse);
|
|
30
30
|
rpc ChangeIdealize(ChangeBooleanRequest) returns (ChangeResponse);
|
|
31
|
-
rpc ChangeSpecifyThermalConductance(
|
|
31
|
+
rpc ChangeSpecifyThermalConductance(ChangeSpecifyThermalConductanceRequest) returns (ChangeResponse);
|
|
32
32
|
rpc ChangeSpecifyThermalConductanceFromThicknessAndMaterial(ChangeBooleanRequest) returns (ChangeResponse);
|
|
33
33
|
rpc ChangeSpecifyElectricConductance(ChangeBooleanRequest) returns (ChangeResponse);
|
|
34
34
|
rpc ChangeSpecifyElectricConductanceFromThicknessAndMaterial(ChangeBooleanRequest) returns (ChangeResponse);
|
|
@@ -70,14 +70,15 @@ message ContactGroupProperties {
|
|
|
70
70
|
bool adjust_gap_or_overlap = 10;
|
|
71
71
|
bool make_just_touching = 11;
|
|
72
72
|
bool idealize = 12;
|
|
73
|
-
bool specify_thermal_conductance = 13;
|
|
74
|
-
bool specify_thermal_conductance_from_thickness_and_material = 14;
|
|
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
75
|
bool specify_electric_conductance = 15;
|
|
76
76
|
bool specify_electric_conductance_from_thickness_and_material = 16;
|
|
77
77
|
Quantity thermal_contact_conductance = 17;
|
|
78
78
|
Quantity thermal_conductance_thickness = 18;
|
|
79
79
|
Quantity electrical_contact_conductance = 19;
|
|
80
80
|
Quantity electrical_conductance_thickness = 20;
|
|
81
|
+
ThermalConductanceOptionType thermal_conductance_option = 21;
|
|
81
82
|
}
|
|
82
83
|
|
|
83
84
|
message ContactGroupDefinition {
|
|
@@ -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\"\xf9\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\x12O\n\rcontact_pairs\x18\x03 \x01(\x0b\x32\x38.ansys.api.discovery.v0.connections.contact.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\"\
|
|
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\"\xf9\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\x12O\n\rcontact_pairs\x18\x03 \x01(\x0b\x32\x38.ansys.api.discovery.v0.connections.contact.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\"\xf5\x08\n\x16\x43ontactGroupProperties\x12M\n\x0c\x63ontact_type\x18\x01 \x01(\x0e\x32\x37.ansys.api.discovery.v0.connections.contact.ContactType\x12O\n\rcontact_pairs\x18\x02 \x01(\x0b\x32\x38.ansys.api.discovery.v0.connections.contact.ContactPairs\x12\x1c\n\x14\x66riction_coefficient\x18\x03 \x01(\x01\x12\x18\n\x10stiffness_factor\x18\x04 \x01(\x01\x12\x1f\n\x17\x64\x65tection_radius_factor\x18\x05 \x01(\x01\x12\x30\n\x06offset\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x38\n\x0eshear_strenght\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12:\n\x10tensile_strength\x18\x08 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x1f\n\x17\x61re_strength_limits_set\x18\t \x01(\x08\x12\x1d\n\x15\x61\x64just_gap_or_overlap\x18\n \x01(\x08\x12\x1a\n\x12make_just_touching\x18\x0b \x01(\x08\x12\x10\n\x08idealize\x18\x0c \x01(\x08\x12#\n\x1bspecify_thermal_conductance\x18\r \x01(\x08\x12?\n7specify_thermal_conductance_from_thickness_and_material\x18\x0e \x01(\x08\x12$\n\x1cspecify_electric_conductance\x18\x0f \x01(\x08\x12@\n8specify_electric_conductance_from_thickness_and_material\x18\x10 \x01(\x08\x12\x45\n\x1bthermal_contact_conductance\x18\x11 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12G\n\x1dthermal_conductance_thickness\x18\x12 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12H\n\x1e\x65lectrical_contact_conductance\x18\x13 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12J\n electrical_conductance_thickness\x18\x14 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12X\n\x1athermal_conductance_option\x18\x15 \x01(\x0e\x32\x34.ansys.api.discovery.v0.ThermalConductanceOptionType\"\xbc\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\x12X\n\x07\x63ontact\x18\x07 \x01(\x0b\x32G.ansys.api.discovery.v0.connections.contactgroup.ContactGroupProperties*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\xc9\x18\n\x0c\x43ontactGroup\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[\n\x05Split\x12*.ansys.api.discovery.v0.ChangeEmptyRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x84\x01\n\x07\x43onvert\x12Q.ansys.api.discovery.v0.connections.contactgroup.ConvertContactGroupChangeRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12p\n\x19\x43hangeFrictionCoefficient\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12l\n\x15\x43hangeStiffnessFactor\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12r\n\x1b\x43hangeDetectionRadiusFactor\x12+.ansys.api.discovery.v0.ChangeDoubleRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x65\n\x0c\x43hangeOffset\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12l\n\x13\x43hangeShearStrength\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12n\n\x15\x43hangeTensileStrength\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12r\n\x1a\x43hangeAreStrengthLimitsSet\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12p\n\x18\x43hangeAdjustGapOrOverlap\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12n\n\x16\x43hangeMakeJustTouching\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x66\n\x0e\x43hangeIdealize\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x89\x01\n\x1f\x43hangeSpecifyThermalConductance\x12>.ansys.api.discovery.v0.ChangeSpecifyThermalConductanceRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x8f\x01\n7ChangeSpecifyThermalConductanceFromThicknessAndMaterial\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n ChangeSpecifyElectricConductance\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x90\x01\n8ChangeSpecifyElectricConductanceFromThicknessAndMaterial\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n\x1f\x43hangeThermalContactConductance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n!ChangeThermalConductanceThickness\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n ChangeElectricContactConductance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12{\n\"ChangeElectricConductanceThickness\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12s\n\x1a\x43hangeDetectionDistanceLow\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12t\n\x1b\x43hangeDetectionDistanceHigh\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,14 @@ 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=2130
|
|
29
|
+
_CONTACTGOUPCONVERSIONTYPE._serialized_end=2218
|
|
30
30
|
_CONVERTCONTACTGROUPCHANGEREQUEST._serialized_start=288
|
|
31
31
|
_CONVERTCONTACTGROUPCHANGEREQUEST._serialized_end=665
|
|
32
32
|
_CONTACTGROUPPROPERTIES._serialized_start=668
|
|
33
|
-
_CONTACTGROUPPROPERTIES._serialized_end=
|
|
34
|
-
_CONTACTGROUPDEFINITION._serialized_start=
|
|
35
|
-
_CONTACTGROUPDEFINITION._serialized_end=
|
|
36
|
-
_CONTACTGROUP._serialized_start=
|
|
37
|
-
_CONTACTGROUP._serialized_end=
|
|
33
|
+
_CONTACTGROUPPROPERTIES._serialized_end=1809
|
|
34
|
+
_CONTACTGROUPDEFINITION._serialized_start=1812
|
|
35
|
+
_CONTACTGROUPDEFINITION._serialized_end=2128
|
|
36
|
+
_CONTACTGROUP._serialized_start=2221
|
|
37
|
+
_CONTACTGROUP._serialized_end=5366
|
|
38
38
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -87,6 +87,7 @@ class ContactGroupProperties(google.protobuf.message.Message):
|
|
|
87
87
|
THERMAL_CONDUCTANCE_THICKNESS_FIELD_NUMBER: builtins.int
|
|
88
88
|
ELECTRICAL_CONTACT_CONDUCTANCE_FIELD_NUMBER: builtins.int
|
|
89
89
|
ELECTRICAL_CONDUCTANCE_THICKNESS_FIELD_NUMBER: builtins.int
|
|
90
|
+
THERMAL_CONDUCTANCE_OPTION_FIELD_NUMBER: builtins.int
|
|
90
91
|
contact_type: ansys.api.discovery.v0.connections.contact_pb2.ContactType.ValueType = ...
|
|
91
92
|
@property
|
|
92
93
|
def contact_pairs(self) -> ansys.api.discovery.v0.connections.contact_pb2.ContactPairs: ...
|
|
@@ -104,7 +105,11 @@ class ContactGroupProperties(google.protobuf.message.Message):
|
|
|
104
105
|
make_just_touching: builtins.bool = ...
|
|
105
106
|
idealize: builtins.bool = ...
|
|
106
107
|
specify_thermal_conductance: builtins.bool = ...
|
|
108
|
+
"""OBSOLETE FROM VERSION 2026.1 ONWARDS"""
|
|
109
|
+
|
|
107
110
|
specify_thermal_conductance_from_thickness_and_material: builtins.bool = ...
|
|
111
|
+
"""OBSOLETE FROM VERSION 2026.1 ONWARDS"""
|
|
112
|
+
|
|
108
113
|
specify_electric_conductance: builtins.bool = ...
|
|
109
114
|
specify_electric_conductance_from_thickness_and_material: builtins.bool = ...
|
|
110
115
|
@property
|
|
@@ -115,6 +120,7 @@ class ContactGroupProperties(google.protobuf.message.Message):
|
|
|
115
120
|
def electrical_contact_conductance(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
116
121
|
@property
|
|
117
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 = ...
|
|
118
124
|
def __init__(self,
|
|
119
125
|
*,
|
|
120
126
|
contact_type : ansys.api.discovery.v0.connections.contact_pb2.ContactType.ValueType = ...,
|
|
@@ -137,9 +143,10 @@ class ContactGroupProperties(google.protobuf.message.Message):
|
|
|
137
143
|
thermal_conductance_thickness : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
138
144
|
electrical_contact_conductance : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
139
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 = ...,
|
|
140
147
|
) -> None: ...
|
|
141
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: ...
|
|
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: ...
|
|
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: ...
|
|
143
150
|
global___ContactGroupProperties = ContactGroupProperties
|
|
144
151
|
|
|
145
152
|
class ContactGroupDefinition(google.protobuf.message.Message):
|
|
@@ -94,7 +94,7 @@ class ContactGroupStub(object):
|
|
|
94
94
|
)
|
|
95
95
|
self.ChangeSpecifyThermalConductance = channel.unary_unary(
|
|
96
96
|
'/ansys.api.discovery.v0.connections.contactgroup.ContactGroup/ChangeSpecifyThermalConductance',
|
|
97
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
97
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyThermalConductanceRequest.SerializeToString,
|
|
98
98
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
99
99
|
)
|
|
100
100
|
self.ChangeSpecifyThermalConductanceFromThicknessAndMaterial = channel.unary_unary(
|
|
@@ -388,7 +388,7 @@ def add_ContactGroupServicer_to_server(servicer, server):
|
|
|
388
388
|
),
|
|
389
389
|
'ChangeSpecifyThermalConductance': grpc.unary_unary_rpc_method_handler(
|
|
390
390
|
servicer.ChangeSpecifyThermalConductance,
|
|
391
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
391
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyThermalConductanceRequest.FromString,
|
|
392
392
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
393
393
|
),
|
|
394
394
|
'ChangeSpecifyThermalConductanceFromThicknessAndMaterial': grpc.unary_unary_rpc_method_handler(
|
|
@@ -718,7 +718,7 @@ class ContactGroup(object):
|
|
|
718
718
|
timeout=None,
|
|
719
719
|
metadata=None):
|
|
720
720
|
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.connections.contactgroup.ContactGroup/ChangeSpecifyThermalConductance',
|
|
721
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
721
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeSpecifyThermalConductanceRequest.SerializeToString,
|
|
722
722
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
723
723
|
options, channel_credentials,
|
|
724
724
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -72,7 +72,7 @@ class ContactGroupStub:
|
|
|
72
72
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
73
73
|
|
|
74
74
|
ChangeSpecifyThermalConductance: grpc.UnaryUnaryMultiCallable[
|
|
75
|
-
ansys.api.discovery.v0.discoverymodels_pb2.
|
|
75
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeSpecifyThermalConductanceRequest,
|
|
76
76
|
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
77
77
|
|
|
78
78
|
ChangeSpecifyThermalConductanceFromThicknessAndMaterial: grpc.UnaryUnaryMultiCallable[
|
|
@@ -209,7 +209,7 @@ class ContactGroupServicer(metaclass=abc.ABCMeta):
|
|
|
209
209
|
|
|
210
210
|
@abc.abstractmethod
|
|
211
211
|
def ChangeSpecifyThermalConductance(self,
|
|
212
|
-
request: ansys.api.discovery.v0.discoverymodels_pb2.
|
|
212
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeSpecifyThermalConductanceRequest,
|
|
213
213
|
context: grpc.ServicerContext,
|
|
214
214
|
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
215
215
|
|
|
@@ -13,7 +13,7 @@ service FluidInterface
|
|
|
13
13
|
{
|
|
14
14
|
rpc ChangeFluidInterfaceType(ChangeFluidInterfaceTypeRequest) returns (ChangeResponse);
|
|
15
15
|
rpc ChangeFluidInterfaceFaceGroupingMethod(ChangeFluidInterfaceFaceGroupingMethodRequest) returns (ChangeResponse);
|
|
16
|
-
rpc
|
|
16
|
+
rpc ChangeFluidInterfaceConductanceMethod(ChangeFluidInterfaceConductanceMethodRequest) returns(ChangeResponse);
|
|
17
17
|
|
|
18
18
|
rpc ChangeFluidInterfaceThermalMaterialAssignment(ChangeAssignmentRequest) returns (ChangeResponse);
|
|
19
19
|
rpc ChangeFluidInterfaceThermalConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
@@ -49,9 +49,10 @@ enum FluidInterfaceFaceGroupingMethod {
|
|
|
49
49
|
NOGROUPING = 2;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
message
|
|
52
|
+
message ChangeFluidInterfaceConductanceMethodRequest{
|
|
53
53
|
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
54
54
|
FluidInterfaceFaceThermalConductanceMethod thermal_conductivity_method = 2;
|
|
55
|
+
ThermalConductanceOptionType thermal_conductance_option = 3;
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
enum FluidInterfaceFaceThermalConductanceMethod {
|
|
@@ -59,4 +60,5 @@ enum FluidInterfaceFaceThermalConductanceMethod {
|
|
|
59
60
|
THERMALCONDUCTANCE = 1;
|
|
60
61
|
THICKNESSANDCONDUCTIVITY = 2;
|
|
61
62
|
THICKNESSANDMATERIAL = 3;
|
|
63
|
+
CONDUCTOR = 4;
|
|
62
64
|
}
|