ansys-api-discovery 0.6.12__py3-none-any.whl → 0.6.14__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.

Files changed (32) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/conditions/current.proto +43 -0
  3. ansys/api/discovery/v0/conditions/current_pb2.py +36 -0
  4. ansys/api/discovery/v0/conditions/current_pb2.pyi +94 -0
  5. ansys/api/discovery/v0/conditions/current_pb2_grpc.py +134 -0
  6. ansys/api/discovery/v0/conditions/current_pb2_grpc.pyi +48 -0
  7. ansys/api/discovery/v0/conditions/localfidelity.proto +43 -0
  8. ansys/api/discovery/v0/conditions/localfidelity_pb2.py +36 -0
  9. ansys/api/discovery/v0/conditions/localfidelity_pb2.pyi +94 -0
  10. ansys/api/discovery/v0/conditions/localfidelity_pb2_grpc.py +134 -0
  11. ansys/api/discovery/v0/conditions/localfidelity_pb2_grpc.pyi +48 -0
  12. ansys/api/discovery/v0/conditions/symmetry.proto +35 -0
  13. ansys/api/discovery/v0/conditions/symmetry_pb2.py +34 -0
  14. ansys/api/discovery/v0/conditions/symmetry_pb2.pyi +72 -0
  15. ansys/api/discovery/v0/conditions/symmetry_pb2_grpc.py +101 -0
  16. ansys/api/discovery/v0/conditions/symmetry_pb2_grpc.pyi +38 -0
  17. ansys/api/discovery/v0/conditions/voltage.proto +43 -0
  18. ansys/api/discovery/v0/conditions/voltage_pb2.py +36 -0
  19. ansys/api/discovery/v0/conditions/voltage_pb2.pyi +94 -0
  20. ansys/api/discovery/v0/conditions/voltage_pb2_grpc.py +134 -0
  21. ansys/api/discovery/v0/conditions/voltage_pb2_grpc.pyi +48 -0
  22. ansys/api/discovery/v0/connections/fluidinterface.proto +15 -15
  23. ansys/api/discovery/v0/connections/fluidinterface_pb2.py +15 -15
  24. ansys/api/discovery/v0/connections/fluidinterface_pb2.pyi +16 -16
  25. ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.py +72 -72
  26. ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.pyi +24 -24
  27. {ansys_api_discovery-0.6.12.dist-info → ansys_api_discovery-0.6.14.dist-info}/METADATA +3 -3
  28. {ansys_api_discovery-0.6.12.dist-info → ansys_api_discovery-0.6.14.dist-info}/RECORD +32 -12
  29. {ansys_api_discovery-0.6.12.dist-info → ansys_api_discovery-0.6.14.dist-info}/LICENSE +0 -0
  30. {ansys_api_discovery-0.6.12.dist-info → ansys_api_discovery-0.6.14.dist-info}/WHEEL +0 -0
  31. {ansys_api_discovery-0.6.12.dist-info → ansys_api_discovery-0.6.14.dist-info}/entry_points.txt +0 -0
  32. {ansys_api_discovery-0.6.12.dist-info → ansys_api_discovery-0.6.14.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,134 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
5
+ from ansys.api.discovery.v0.conditions import voltage_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_voltage__pb2
6
+ from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
7
+
8
+
9
+ class VoltageStub(object):
10
+ """Missing associated documentation comment in .proto file."""
11
+
12
+ def __init__(self, channel):
13
+ """Constructor.
14
+
15
+ Args:
16
+ channel: A grpc.Channel.
17
+ """
18
+ self.CreateVoltage = channel.unary_unary(
19
+ '/ansys.api.discovery.v0.conditions.voltage.Voltage/CreateVoltage',
20
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_voltage__pb2.VoltageCreationRequest.SerializeToString,
21
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_voltage__pb2.VoltageCreationResponse.FromString,
22
+ )
23
+ self.ChangeVoltageLocation = channel.unary_unary(
24
+ '/ansys.api.discovery.v0.conditions.voltage.Voltage/ChangeVoltageLocation',
25
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
26
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
27
+ )
28
+ self.ChangeVoltageMagnitude = channel.unary_unary(
29
+ '/ansys.api.discovery.v0.conditions.voltage.Voltage/ChangeVoltageMagnitude',
30
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
31
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
32
+ )
33
+
34
+
35
+ class VoltageServicer(object):
36
+ """Missing associated documentation comment in .proto file."""
37
+
38
+ def CreateVoltage(self, request, context):
39
+ """Voltage condition methods
40
+ """
41
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
42
+ context.set_details('Method not implemented!')
43
+ raise NotImplementedError('Method not implemented!')
44
+
45
+ def ChangeVoltageLocation(self, request, context):
46
+ """Missing associated documentation comment in .proto file."""
47
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
48
+ context.set_details('Method not implemented!')
49
+ raise NotImplementedError('Method not implemented!')
50
+
51
+ def ChangeVoltageMagnitude(self, request, context):
52
+ """Missing associated documentation comment in .proto file."""
53
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
54
+ context.set_details('Method not implemented!')
55
+ raise NotImplementedError('Method not implemented!')
56
+
57
+
58
+ def add_VoltageServicer_to_server(servicer, server):
59
+ rpc_method_handlers = {
60
+ 'CreateVoltage': grpc.unary_unary_rpc_method_handler(
61
+ servicer.CreateVoltage,
62
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_voltage__pb2.VoltageCreationRequest.FromString,
63
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_voltage__pb2.VoltageCreationResponse.SerializeToString,
64
+ ),
65
+ 'ChangeVoltageLocation': grpc.unary_unary_rpc_method_handler(
66
+ servicer.ChangeVoltageLocation,
67
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
68
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
69
+ ),
70
+ 'ChangeVoltageMagnitude': grpc.unary_unary_rpc_method_handler(
71
+ servicer.ChangeVoltageMagnitude,
72
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
73
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
74
+ ),
75
+ }
76
+ generic_handler = grpc.method_handlers_generic_handler(
77
+ 'ansys.api.discovery.v0.conditions.voltage.Voltage', rpc_method_handlers)
78
+ server.add_generic_rpc_handlers((generic_handler,))
79
+
80
+
81
+ # This class is part of an EXPERIMENTAL API.
82
+ class Voltage(object):
83
+ """Missing associated documentation comment in .proto file."""
84
+
85
+ @staticmethod
86
+ def CreateVoltage(request,
87
+ target,
88
+ options=(),
89
+ channel_credentials=None,
90
+ call_credentials=None,
91
+ insecure=False,
92
+ compression=None,
93
+ wait_for_ready=None,
94
+ timeout=None,
95
+ metadata=None):
96
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.voltage.Voltage/CreateVoltage',
97
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_voltage__pb2.VoltageCreationRequest.SerializeToString,
98
+ ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_voltage__pb2.VoltageCreationResponse.FromString,
99
+ options, channel_credentials,
100
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
101
+
102
+ @staticmethod
103
+ def ChangeVoltageLocation(request,
104
+ target,
105
+ options=(),
106
+ channel_credentials=None,
107
+ call_credentials=None,
108
+ insecure=False,
109
+ compression=None,
110
+ wait_for_ready=None,
111
+ timeout=None,
112
+ metadata=None):
113
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.voltage.Voltage/ChangeVoltageLocation',
114
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
115
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
116
+ options, channel_credentials,
117
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
118
+
119
+ @staticmethod
120
+ def ChangeVoltageMagnitude(request,
121
+ target,
122
+ options=(),
123
+ channel_credentials=None,
124
+ call_credentials=None,
125
+ insecure=False,
126
+ compression=None,
127
+ wait_for_ready=None,
128
+ timeout=None,
129
+ metadata=None):
130
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.voltage.Voltage/ChangeVoltageMagnitude',
131
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
132
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
133
+ options, channel_credentials,
134
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@@ -0,0 +1,48 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import abc
6
+ import ansys.api.discovery.v0.conditions.voltage_pb2
7
+ import ansys.api.discovery.v0.discoverymodels_pb2
8
+ import grpc
9
+
10
+ class VoltageStub:
11
+ def __init__(self, channel: grpc.Channel) -> None: ...
12
+ CreateVoltage: grpc.UnaryUnaryMultiCallable[
13
+ ansys.api.discovery.v0.conditions.voltage_pb2.VoltageCreationRequest,
14
+ ansys.api.discovery.v0.conditions.voltage_pb2.VoltageCreationResponse] = ...
15
+ """Voltage condition methods"""
16
+
17
+ ChangeVoltageLocation: grpc.UnaryUnaryMultiCallable[
18
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
19
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
20
+
21
+ ChangeVoltageMagnitude: grpc.UnaryUnaryMultiCallable[
22
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
23
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
24
+
25
+
26
+ class VoltageServicer(metaclass=abc.ABCMeta):
27
+ @abc.abstractmethod
28
+ def CreateVoltage(self,
29
+ request: ansys.api.discovery.v0.conditions.voltage_pb2.VoltageCreationRequest,
30
+ context: grpc.ServicerContext,
31
+ ) -> ansys.api.discovery.v0.conditions.voltage_pb2.VoltageCreationResponse:
32
+ """Voltage condition methods"""
33
+ pass
34
+
35
+ @abc.abstractmethod
36
+ def ChangeVoltageLocation(self,
37
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
38
+ context: grpc.ServicerContext,
39
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
40
+
41
+ @abc.abstractmethod
42
+ def ChangeVoltageMagnitude(self,
43
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
44
+ context: grpc.ServicerContext,
45
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
46
+
47
+
48
+ def add_VoltageServicer_to_server(servicer: VoltageServicer, server: grpc.Server) -> None: ...
@@ -11,34 +11,34 @@ option csharp_namespace = "Ansys.Api.Discovery.V0.Connections";
11
11
 
12
12
  service FluidInterface
13
13
  {
14
- rpc ChangeFSInterfaceType(ChangeFSInterfaceTypeRequest) returns (ChangeResponse);
15
- rpc ChangeFSInterfaceFaceGroupingMethod(ChangeFSInterfaceFaceGroupingMethodRequest) returns (ChangeResponse);
16
- rpc ChangeFSInterfaceSpecifyConductanceMethod(ChangeFSInterfaceConductanceMethod) returns (ChangeResponse);
17
-
18
- rpc ChangeFSInterfaceThermalMaterialAssignment(ChangeAssignmentRequest) returns (ChangeResponse);
19
- rpc ChangeFSInterfaceThermalConductance(ChangeQuantityRequest) returns (ChangeResponse);
20
- rpc ChangeFSInterfaceThermalConductivity(ChangeQuantityRequest) returns (ChangeResponse);
21
- rpc ChangeFSInterfaceThermalThickness(ChangeQuantityRequest) returns (ChangeResponse);
14
+ rpc ChangeFluidInterfaceType(ChangeFluidInterfaceTypeRequest) returns (ChangeResponse);
15
+ rpc ChangeFluidInterfaceFaceGroupingMethod(ChangeFluidInterfaceFaceGroupingMethodRequest) returns (ChangeResponse);
16
+ rpc ChangeFluidInterfaceSpecifyConductanceMethod(ChangeFluidInterfaceConductanceMethod) returns (ChangeResponse);
17
+
18
+ rpc ChangeFluidInterfaceThermalMaterialAssignment(ChangeAssignmentRequest) returns (ChangeResponse);
19
+ rpc ChangeFluidInterfaceThermalConductance(ChangeQuantityRequest) returns (ChangeResponse);
20
+ rpc ChangeFluidInterfaceThermalConductivity(ChangeQuantityRequest) returns (ChangeResponse);
21
+ rpc ChangeFluidInterfaceThermalThickness(ChangeQuantityRequest) returns (ChangeResponse);
22
22
 
23
- rpc ChangeFSInterfaceDetectionDistanceHigh(ChangeQuantityRequest) returns (ChangeResponse);
24
- rpc ChangeFSInterfaceFaceOverlapAllowance(ChangeQuantityRequest) returns (ChangeResponse);
23
+ rpc ChangeFluidInterfaceDetectionDistanceHigh(ChangeQuantityRequest) returns (ChangeResponse);
24
+ rpc ChangeFluidInterfaceFaceOverlapAllowance(ChangeQuantityRequest) returns (ChangeResponse);
25
25
 
26
26
  rpc ChangeFSInterfaceInternalRadiationInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
27
27
  rpc ChangeFSInterfaceInternalEmissivity(ChangeQuantityRequest) returns (ChangeResponse);
28
28
  }
29
29
 
30
- message ChangeFSInterfaceTypeRequest{
30
+ message ChangeFluidInterfaceTypeRequest{
31
31
  ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
32
- FluidSolidInterfaceType interface_type = 2;
32
+ FluidInterfaceType interface_type = 2;
33
33
  }
34
34
 
35
35
  // Contact group condition definitions
36
- enum FluidSolidInterfaceType {
36
+ enum FluidInterfaceType {
37
37
  CONDUCTING = 0;
38
38
  EXCLUDE = 1;
39
39
  }
40
40
 
41
- message ChangeFSInterfaceFaceGroupingMethodRequest{
41
+ message ChangeFluidInterfaceFaceGroupingMethodRequest{
42
42
  ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
43
43
  FluidInterfaceFaceGroupingMethod face_grouping_method = 2;
44
44
  }
@@ -49,7 +49,7 @@ enum FluidInterfaceFaceGroupingMethod {
49
49
  NOGROUPING = 2;
50
50
  }
51
51
 
52
- message ChangeFSInterfaceConductanceMethod{
52
+ message ChangeFluidInterfaceConductanceMethod{
53
53
  ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
54
54
  FluidInterfaceFaceThermalConductanceMethod thermal_conductivity_method = 2;
55
55
  }
@@ -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'\n7ansys/api/discovery/v0/connections/fluidinterface.proto\x12\x31\x61nsys.api.discovery.v0.connections.fluidinterface\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\"\xc0\x01\n\x1c\x43hangeFSInterfaceTypeRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\x62\n\x0einterface_type\x18\x02 \x01(\x0e\x32J.ansys.api.discovery.v0.connections.fluidinterface.FluidSolidInterfaceType\"\xdd\x01\n*ChangeFSInterfaceFaceGroupingMethodRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12q\n\x14\x66\x61\x63\x65_grouping_method\x18\x02 \x01(\x0e\x32S.ansys.api.discovery.v0.connections.fluidinterface.FluidInterfaceFaceGroupingMethod\"\xe7\x01\n\"ChangeFSInterfaceConductanceMethod\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\x82\x01\n\x1bthermal_conductivity_method\x18\x02 \x01(\x0e\x32].ansys.api.discovery.v0.connections.fluidinterface.FluidInterfaceFaceThermalConductanceMethod*6\n\x17\x46luidSolidInterfaceType\x12\x0e\n\nCONDUCTING\x10\x00\x12\x0b\n\x07\x45XCLUDE\x10\x01*Z\n FluidInterfaceFaceGroupingMethod\x12\x0f\n\x0bGROUPBYBODY\x10\x00\x12\x15\n\x11GROUPTANGENTFACES\x10\x01\x12\x0e\n\nNOGROUPING\x10\x02*\x8b\x01\n*FluidInterfaceFaceThermalConductanceMethod\x12\r\n\tINSULATED\x10\x00\x12\x16\n\x12THERMALCONDUCTANCE\x10\x01\x12\x1c\n\x18THICKNESSANDCONDUCTIVITY\x10\x02\x12\x18\n\x14THICKNESSANDMATERIAL\x10\x03\x32\x88\x0c\n\x0e\x46luidInterface\x12\x90\x01\n\x15\x43hangeFSInterfaceType\x12O.ansys.api.discovery.v0.connections.fluidinterface.ChangeFSInterfaceTypeRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xac\x01\n#ChangeFSInterfaceFaceGroupingMethod\x12].ansys.api.discovery.v0.connections.fluidinterface.ChangeFSInterfaceFaceGroupingMethodRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xaa\x01\n)ChangeFSInterfaceSpecifyConductanceMethod\x12U.ansys.api.discovery.v0.connections.fluidinterface.ChangeFSInterfaceConductanceMethod\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x85\x01\n*ChangeFSInterfaceThermalMaterialAssignment\x12/.ansys.api.discovery.v0.ChangeAssignmentRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12|\n#ChangeFSInterfaceThermalConductance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12}\n$ChangeFSInterfaceThermalConductivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n!ChangeFSInterfaceThermalThickness\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x7f\n&ChangeFSInterfaceDetectionDistanceHigh\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeFSInterfaceFaceOverlapAllowance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x86\x01\n.ChangeFSInterfaceInternalRadiationInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12|\n#ChangeFSInterfaceInternalEmissivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB%\xaa\x02\"Ansys.Api.Discovery.V0.Connectionsb\x06proto3')
20
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7ansys/api/discovery/v0/connections/fluidinterface.proto\x12\x31\x61nsys.api.discovery.v0.connections.fluidinterface\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\"\xbe\x01\n\x1f\x43hangeFluidInterfaceTypeRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12]\n\x0einterface_type\x18\x02 \x01(\x0e\x32\x45.ansys.api.discovery.v0.connections.fluidinterface.FluidInterfaceType\"\xe0\x01\n-ChangeFluidInterfaceFaceGroupingMethodRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12q\n\x14\x66\x61\x63\x65_grouping_method\x18\x02 \x01(\x0e\x32S.ansys.api.discovery.v0.connections.fluidinterface.FluidInterfaceFaceGroupingMethod\"\xea\x01\n%ChangeFluidInterfaceConductanceMethod\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\x82\x01\n\x1bthermal_conductivity_method\x18\x02 \x01(\x0e\x32].ansys.api.discovery.v0.connections.fluidinterface.FluidInterfaceFaceThermalConductanceMethod*1\n\x12\x46luidInterfaceType\x12\x0e\n\nCONDUCTING\x10\x00\x12\x0b\n\x07\x45XCLUDE\x10\x01*Z\n FluidInterfaceFaceGroupingMethod\x12\x0f\n\x0bGROUPBYBODY\x10\x00\x12\x15\n\x11GROUPTANGENTFACES\x10\x01\x12\x0e\n\nNOGROUPING\x10\x02*\x8b\x01\n*FluidInterfaceFaceThermalConductanceMethod\x12\r\n\tINSULATED\x10\x00\x12\x16\n\x12THERMALCONDUCTANCE\x10\x01\x12\x1c\n\x18THICKNESSANDCONDUCTIVITY\x10\x02\x12\x18\n\x14THICKNESSANDMATERIAL\x10\x03\x32\xaf\x0c\n\x0e\x46luidInterface\x12\x96\x01\n\x18\x43hangeFluidInterfaceType\x12R.ansys.api.discovery.v0.connections.fluidinterface.ChangeFluidInterfaceTypeRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xb2\x01\n&ChangeFluidInterfaceFaceGroupingMethod\x12`.ansys.api.discovery.v0.connections.fluidinterface.ChangeFluidInterfaceFaceGroupingMethodRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\xb0\x01\n,ChangeFluidInterfaceSpecifyConductanceMethod\x12X.ansys.api.discovery.v0.connections.fluidinterface.ChangeFluidInterfaceConductanceMethod\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x88\x01\n-ChangeFluidInterfaceThermalMaterialAssignment\x12/.ansys.api.discovery.v0.ChangeAssignmentRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x7f\n&ChangeFluidInterfaceThermalConductance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x80\x01\n\'ChangeFluidInterfaceThermalConductivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12}\n$ChangeFluidInterfaceThermalThickness\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x82\x01\n)ChangeFluidInterfaceDetectionDistanceHigh\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x81\x01\n(ChangeFluidInterfaceFaceOverlapAllowance\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x86\x01\n.ChangeFSInterfaceInternalRadiationInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12|\n#ChangeFSInterfaceInternalEmissivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB%\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.fluidinterface_pb2', globals())
@@ -25,18 +25,18 @@ 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
- _FLUIDSOLIDINTERFACETYPE._serialized_start=944
29
- _FLUIDSOLIDINTERFACETYPE._serialized_end=998
30
- _FLUIDINTERFACEFACEGROUPINGMETHOD._serialized_start=1000
31
- _FLUIDINTERFACEFACEGROUPINGMETHOD._serialized_end=1090
32
- _FLUIDINTERFACEFACETHERMALCONDUCTANCEMETHOD._serialized_start=1093
33
- _FLUIDINTERFACEFACETHERMALCONDUCTANCEMETHOD._serialized_end=1232
34
- _CHANGEFSINTERFACETYPEREQUEST._serialized_start=292
35
- _CHANGEFSINTERFACETYPEREQUEST._serialized_end=484
36
- _CHANGEFSINTERFACEFACEGROUPINGMETHODREQUEST._serialized_start=487
37
- _CHANGEFSINTERFACEFACEGROUPINGMETHODREQUEST._serialized_end=708
38
- _CHANGEFSINTERFACECONDUCTANCEMETHOD._serialized_start=711
39
- _CHANGEFSINTERFACECONDUCTANCEMETHOD._serialized_end=942
40
- _FLUIDINTERFACE._serialized_start=1235
41
- _FLUIDINTERFACE._serialized_end=2779
28
+ _FLUIDINTERFACETYPE._serialized_start=948
29
+ _FLUIDINTERFACETYPE._serialized_end=997
30
+ _FLUIDINTERFACEFACEGROUPINGMETHOD._serialized_start=999
31
+ _FLUIDINTERFACEFACEGROUPINGMETHOD._serialized_end=1089
32
+ _FLUIDINTERFACEFACETHERMALCONDUCTANCEMETHOD._serialized_start=1092
33
+ _FLUIDINTERFACEFACETHERMALCONDUCTANCEMETHOD._serialized_end=1231
34
+ _CHANGEFLUIDINTERFACETYPEREQUEST._serialized_start=292
35
+ _CHANGEFLUIDINTERFACETYPEREQUEST._serialized_end=482
36
+ _CHANGEFLUIDINTERFACEFACEGROUPINGMETHODREQUEST._serialized_start=485
37
+ _CHANGEFLUIDINTERFACEFACEGROUPINGMETHODREQUEST._serialized_end=709
38
+ _CHANGEFLUIDINTERFACECONDUCTANCEMETHOD._serialized_start=712
39
+ _CHANGEFLUIDINTERFACECONDUCTANCEMETHOD._serialized_end=946
40
+ _FLUIDINTERFACE._serialized_start=1234
41
+ _FLUIDINTERFACE._serialized_end=2817
42
42
  # @@protoc_insertion_point(module_scope)
@@ -12,20 +12,20 @@ import typing_extensions
12
12
 
13
13
  DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
14
14
 
15
- class _FluidSolidInterfaceType:
15
+ class _FluidInterfaceType:
16
16
  ValueType = typing.NewType('ValueType', builtins.int)
17
17
  V: typing_extensions.TypeAlias = ValueType
18
- class _FluidSolidInterfaceTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_FluidSolidInterfaceType.ValueType], builtins.type):
18
+ class _FluidInterfaceTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_FluidInterfaceType.ValueType], builtins.type):
19
19
  DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
20
- CONDUCTING: FluidSolidInterfaceType.ValueType = ... # 0
21
- EXCLUDE: FluidSolidInterfaceType.ValueType = ... # 1
22
- class FluidSolidInterfaceType(_FluidSolidInterfaceType, metaclass=_FluidSolidInterfaceTypeEnumTypeWrapper):
20
+ CONDUCTING: FluidInterfaceType.ValueType = ... # 0
21
+ EXCLUDE: FluidInterfaceType.ValueType = ... # 1
22
+ class FluidInterfaceType(_FluidInterfaceType, metaclass=_FluidInterfaceTypeEnumTypeWrapper):
23
23
  """Contact group condition definitions"""
24
24
  pass
25
25
 
26
- CONDUCTING: FluidSolidInterfaceType.ValueType = ... # 0
27
- EXCLUDE: FluidSolidInterfaceType.ValueType = ... # 1
28
- global___FluidSolidInterfaceType = FluidSolidInterfaceType
26
+ CONDUCTING: FluidInterfaceType.ValueType = ... # 0
27
+ EXCLUDE: FluidInterfaceType.ValueType = ... # 1
28
+ global___FluidInterfaceType = FluidInterfaceType
29
29
 
30
30
 
31
31
  class _FluidInterfaceFaceGroupingMethod:
@@ -64,23 +64,23 @@ THICKNESSANDMATERIAL: FluidInterfaceFaceThermalConductanceMethod.ValueType = ...
64
64
  global___FluidInterfaceFaceThermalConductanceMethod = FluidInterfaceFaceThermalConductanceMethod
65
65
 
66
66
 
67
- class ChangeFSInterfaceTypeRequest(google.protobuf.message.Message):
67
+ class ChangeFluidInterfaceTypeRequest(google.protobuf.message.Message):
68
68
  DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
69
69
  OBJECT_ID_FIELD_NUMBER: builtins.int
70
70
  INTERFACE_TYPE_FIELD_NUMBER: builtins.int
71
71
  @property
72
72
  def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
73
- interface_type: global___FluidSolidInterfaceType.ValueType = ...
73
+ interface_type: global___FluidInterfaceType.ValueType = ...
74
74
  def __init__(self,
75
75
  *,
76
76
  object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
77
- interface_type : global___FluidSolidInterfaceType.ValueType = ...,
77
+ interface_type : global___FluidInterfaceType.ValueType = ...,
78
78
  ) -> None: ...
79
79
  def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
80
80
  def ClearField(self, field_name: typing_extensions.Literal["interface_type",b"interface_type","object_id",b"object_id"]) -> None: ...
81
- global___ChangeFSInterfaceTypeRequest = ChangeFSInterfaceTypeRequest
81
+ global___ChangeFluidInterfaceTypeRequest = ChangeFluidInterfaceTypeRequest
82
82
 
83
- class ChangeFSInterfaceFaceGroupingMethodRequest(google.protobuf.message.Message):
83
+ class ChangeFluidInterfaceFaceGroupingMethodRequest(google.protobuf.message.Message):
84
84
  DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
85
85
  OBJECT_ID_FIELD_NUMBER: builtins.int
86
86
  FACE_GROUPING_METHOD_FIELD_NUMBER: builtins.int
@@ -94,9 +94,9 @@ class ChangeFSInterfaceFaceGroupingMethodRequest(google.protobuf.message.Message
94
94
  ) -> None: ...
95
95
  def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
96
96
  def ClearField(self, field_name: typing_extensions.Literal["face_grouping_method",b"face_grouping_method","object_id",b"object_id"]) -> None: ...
97
- global___ChangeFSInterfaceFaceGroupingMethodRequest = ChangeFSInterfaceFaceGroupingMethodRequest
97
+ global___ChangeFluidInterfaceFaceGroupingMethodRequest = ChangeFluidInterfaceFaceGroupingMethodRequest
98
98
 
99
- class ChangeFSInterfaceConductanceMethod(google.protobuf.message.Message):
99
+ class ChangeFluidInterfaceConductanceMethod(google.protobuf.message.Message):
100
100
  DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
101
101
  OBJECT_ID_FIELD_NUMBER: builtins.int
102
102
  THERMAL_CONDUCTIVITY_METHOD_FIELD_NUMBER: builtins.int
@@ -110,4 +110,4 @@ class ChangeFSInterfaceConductanceMethod(google.protobuf.message.Message):
110
110
  ) -> None: ...
111
111
  def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
112
112
  def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","thermal_conductivity_method",b"thermal_conductivity_method"]) -> None: ...
113
- global___ChangeFSInterfaceConductanceMethod = ChangeFSInterfaceConductanceMethod
113
+ global___ChangeFluidInterfaceConductanceMethod = ChangeFluidInterfaceConductanceMethod