ansys-api-discovery 0.6.13__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.

Files changed (56) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/assignments/fan.proto +2 -1
  3. ansys/api/discovery/v0/assignments/fan_pb2.py +22 -22
  4. ansys/api/discovery/v0/assignments/fan_pb2.pyi +9 -4
  5. ansys/api/discovery/v0/conditions/current.proto +43 -0
  6. ansys/api/discovery/v0/conditions/current_pb2.py +36 -0
  7. ansys/api/discovery/v0/conditions/current_pb2.pyi +94 -0
  8. ansys/api/discovery/v0/conditions/current_pb2_grpc.py +134 -0
  9. ansys/api/discovery/v0/conditions/current_pb2_grpc.pyi +48 -0
  10. ansys/api/discovery/v0/conditions/localfidelity.proto +43 -0
  11. ansys/api/discovery/v0/conditions/localfidelity_pb2.py +36 -0
  12. ansys/api/discovery/v0/conditions/localfidelity_pb2.pyi +94 -0
  13. ansys/api/discovery/v0/conditions/localfidelity_pb2_grpc.py +134 -0
  14. ansys/api/discovery/v0/conditions/localfidelity_pb2_grpc.pyi +48 -0
  15. ansys/api/discovery/v0/conditions/porous.proto +12 -16
  16. ansys/api/discovery/v0/conditions/porous_pb2.py +19 -21
  17. ansys/api/discovery/v0/conditions/porous_pb2.pyi +19 -38
  18. ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +63 -30
  19. ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +22 -12
  20. ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +1 -1
  21. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +6 -6
  22. ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +5 -5
  23. ansys/api/discovery/v0/conditions/symmetry.proto +35 -0
  24. ansys/api/discovery/v0/conditions/symmetry_pb2.py +34 -0
  25. ansys/api/discovery/v0/conditions/symmetry_pb2.pyi +72 -0
  26. ansys/api/discovery/v0/conditions/symmetry_pb2_grpc.py +101 -0
  27. ansys/api/discovery/v0/conditions/symmetry_pb2_grpc.pyi +38 -0
  28. ansys/api/discovery/v0/conditions/voltage.proto +43 -0
  29. ansys/api/discovery/v0/conditions/voltage_pb2.py +36 -0
  30. ansys/api/discovery/v0/conditions/voltage_pb2.pyi +94 -0
  31. ansys/api/discovery/v0/conditions/voltage_pb2_grpc.py +134 -0
  32. ansys/api/discovery/v0/conditions/voltage_pb2_grpc.pyi +48 -0
  33. ansys/api/discovery/v0/connections/contact.proto +4 -4
  34. ansys/api/discovery/v0/connections/contact_pb2.py +8 -8
  35. ansys/api/discovery/v0/connections/contact_pb2.pyi +8 -1
  36. ansys/api/discovery/v0/connections/contact_pb2_grpc.py +3 -36
  37. ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +2 -12
  38. ansys/api/discovery/v0/connections/contactgroup.proto +4 -3
  39. ansys/api/discovery/v0/connections/contactgroup_pb2.py +8 -8
  40. ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +8 -1
  41. ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +3 -3
  42. ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +2 -2
  43. ansys/api/discovery/v0/connections/fluidinterface.proto +17 -15
  44. ansys/api/discovery/v0/connections/fluidinterface_pb2.py +15 -15
  45. ansys/api/discovery/v0/connections/fluidinterface_pb2.pyi +23 -17
  46. ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.py +72 -72
  47. ansys/api/discovery/v0/connections/fluidinterface_pb2_grpc.pyi +24 -24
  48. ansys/api/discovery/v0/discoverymodels.proto +15 -1
  49. ansys/api/discovery/v0/discoverymodels_pb2.py +52 -48
  50. ansys/api/discovery/v0/discoverymodels_pb2.pyi +45 -5
  51. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.15.dist-info}/METADATA +3 -3
  52. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.15.dist-info}/RECORD +56 -36
  53. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.15.dist-info}/LICENSE +0 -0
  54. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.15.dist-info}/WHEEL +0 -0
  55. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.15.dist-info}/entry_points.txt +0 -0
  56. {ansys_api_discovery-0.6.13.dist-info → ansys_api_discovery-0.6.15.dist-info}/top_level.txt +0 -0
@@ -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\"\x9b\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\"\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\xb6\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\x12w\n\x1f\x43hangeSpecifyThermalConductance\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\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')
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=2040
29
- _CONTACTGOUPCONVERSIONTYPE._serialized_end=2128
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=1719
34
- _CONTACTGROUPDEFINITION._serialized_start=1722
35
- _CONTACTGROUPDEFINITION._serialized_end=2038
36
- _CONTACTGROUP._serialized_start=2131
37
- _CONTACTGROUP._serialized_end=5257
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.ChangeBooleanRequest.SerializeToString,
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.ChangeBooleanRequest.FromString,
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.ChangeBooleanRequest.SerializeToString,
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.ChangeBooleanRequest,
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.ChangeBooleanRequest,
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
 
@@ -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 ChangeFluidInterfaceConductanceMethod(ChangeFluidInterfaceConductanceMethodRequest) 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,9 +49,10 @@ enum FluidInterfaceFaceGroupingMethod {
49
49
  NOGROUPING = 2;
50
50
  }
51
51
 
52
- message ChangeFSInterfaceConductanceMethod{
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
  }
@@ -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\"\xcb\x02\n,ChangeFluidInterfaceConductanceMethodRequest\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\x12X\n\x1athermal_conductance_option\x18\x03 \x01(\x0e\x32\x34.ansys.api.discovery.v0.ThermalConductanceOptionType*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*\x9a\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\x12\r\n\tCONDUCTOR\x10\x04\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%ChangeFluidInterfaceConductanceMethod\x12_.ansys.api.discovery.v0.connections.fluidinterface.ChangeFluidInterfaceConductanceMethodRequest\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=1045
29
+ _FLUIDINTERFACETYPE._serialized_end=1094
30
+ _FLUIDINTERFACEFACEGROUPINGMETHOD._serialized_start=1096
31
+ _FLUIDINTERFACEFACEGROUPINGMETHOD._serialized_end=1186
32
+ _FLUIDINTERFACEFACETHERMALCONDUCTANCEMETHOD._serialized_start=1189
33
+ _FLUIDINTERFACEFACETHERMALCONDUCTANCEMETHOD._serialized_end=1343
34
+ _CHANGEFLUIDINTERFACETYPEREQUEST._serialized_start=292
35
+ _CHANGEFLUIDINTERFACETYPEREQUEST._serialized_end=482
36
+ _CHANGEFLUIDINTERFACEFACEGROUPINGMETHODREQUEST._serialized_start=485
37
+ _CHANGEFLUIDINTERFACEFACEGROUPINGMETHODREQUEST._serialized_end=709
38
+ _CHANGEFLUIDINTERFACECONDUCTANCEMETHODREQUEST._serialized_start=712
39
+ _CHANGEFLUIDINTERFACECONDUCTANCEMETHODREQUEST._serialized_end=1043
40
+ _FLUIDINTERFACE._serialized_start=1346
41
+ _FLUIDINTERFACE._serialized_end=2929
42
42
  # @@protoc_insertion_point(module_scope)
@@ -3,6 +3,7 @@
3
3
  isort:skip_file
4
4
  """
5
5
  import ansys.api.dbu.v0.dbumodels_pb2
6
+ import ansys.api.discovery.v0.discoverymodels_pb2
6
7
  import builtins
7
8
  import google.protobuf.descriptor
8
9
  import google.protobuf.internal.enum_type_wrapper
@@ -12,20 +13,20 @@ import typing_extensions
12
13
 
13
14
  DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
14
15
 
15
- class _FluidSolidInterfaceType:
16
+ class _FluidInterfaceType:
16
17
  ValueType = typing.NewType('ValueType', builtins.int)
17
18
  V: typing_extensions.TypeAlias = ValueType
18
- class _FluidSolidInterfaceTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_FluidSolidInterfaceType.ValueType], builtins.type):
19
+ class _FluidInterfaceTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_FluidInterfaceType.ValueType], builtins.type):
19
20
  DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
20
- CONDUCTING: FluidSolidInterfaceType.ValueType = ... # 0
21
- EXCLUDE: FluidSolidInterfaceType.ValueType = ... # 1
22
- class FluidSolidInterfaceType(_FluidSolidInterfaceType, metaclass=_FluidSolidInterfaceTypeEnumTypeWrapper):
21
+ CONDUCTING: FluidInterfaceType.ValueType = ... # 0
22
+ EXCLUDE: FluidInterfaceType.ValueType = ... # 1
23
+ class FluidInterfaceType(_FluidInterfaceType, metaclass=_FluidInterfaceTypeEnumTypeWrapper):
23
24
  """Contact group condition definitions"""
24
25
  pass
25
26
 
26
- CONDUCTING: FluidSolidInterfaceType.ValueType = ... # 0
27
- EXCLUDE: FluidSolidInterfaceType.ValueType = ... # 1
28
- global___FluidSolidInterfaceType = FluidSolidInterfaceType
27
+ CONDUCTING: FluidInterfaceType.ValueType = ... # 0
28
+ EXCLUDE: FluidInterfaceType.ValueType = ... # 1
29
+ global___FluidInterfaceType = FluidInterfaceType
29
30
 
30
31
 
31
32
  class _FluidInterfaceFaceGroupingMethod:
@@ -54,6 +55,7 @@ class _FluidInterfaceFaceThermalConductanceMethodEnumTypeWrapper(google.protobuf
54
55
  THERMALCONDUCTANCE: FluidInterfaceFaceThermalConductanceMethod.ValueType = ... # 1
55
56
  THICKNESSANDCONDUCTIVITY: FluidInterfaceFaceThermalConductanceMethod.ValueType = ... # 2
56
57
  THICKNESSANDMATERIAL: FluidInterfaceFaceThermalConductanceMethod.ValueType = ... # 3
58
+ CONDUCTOR: FluidInterfaceFaceThermalConductanceMethod.ValueType = ... # 4
57
59
  class FluidInterfaceFaceThermalConductanceMethod(_FluidInterfaceFaceThermalConductanceMethod, metaclass=_FluidInterfaceFaceThermalConductanceMethodEnumTypeWrapper):
58
60
  pass
59
61
 
@@ -61,26 +63,27 @@ INSULATED: FluidInterfaceFaceThermalConductanceMethod.ValueType = ... # 0
61
63
  THERMALCONDUCTANCE: FluidInterfaceFaceThermalConductanceMethod.ValueType = ... # 1
62
64
  THICKNESSANDCONDUCTIVITY: FluidInterfaceFaceThermalConductanceMethod.ValueType = ... # 2
63
65
  THICKNESSANDMATERIAL: FluidInterfaceFaceThermalConductanceMethod.ValueType = ... # 3
66
+ CONDUCTOR: FluidInterfaceFaceThermalConductanceMethod.ValueType = ... # 4
64
67
  global___FluidInterfaceFaceThermalConductanceMethod = FluidInterfaceFaceThermalConductanceMethod
65
68
 
66
69
 
67
- class ChangeFSInterfaceTypeRequest(google.protobuf.message.Message):
70
+ class ChangeFluidInterfaceTypeRequest(google.protobuf.message.Message):
68
71
  DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
69
72
  OBJECT_ID_FIELD_NUMBER: builtins.int
70
73
  INTERFACE_TYPE_FIELD_NUMBER: builtins.int
71
74
  @property
72
75
  def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
73
- interface_type: global___FluidSolidInterfaceType.ValueType = ...
76
+ interface_type: global___FluidInterfaceType.ValueType = ...
74
77
  def __init__(self,
75
78
  *,
76
79
  object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
77
- interface_type : global___FluidSolidInterfaceType.ValueType = ...,
80
+ interface_type : global___FluidInterfaceType.ValueType = ...,
78
81
  ) -> None: ...
79
82
  def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
80
83
  def ClearField(self, field_name: typing_extensions.Literal["interface_type",b"interface_type","object_id",b"object_id"]) -> None: ...
81
- global___ChangeFSInterfaceTypeRequest = ChangeFSInterfaceTypeRequest
84
+ global___ChangeFluidInterfaceTypeRequest = ChangeFluidInterfaceTypeRequest
82
85
 
83
- class ChangeFSInterfaceFaceGroupingMethodRequest(google.protobuf.message.Message):
86
+ class ChangeFluidInterfaceFaceGroupingMethodRequest(google.protobuf.message.Message):
84
87
  DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
85
88
  OBJECT_ID_FIELD_NUMBER: builtins.int
86
89
  FACE_GROUPING_METHOD_FIELD_NUMBER: builtins.int
@@ -94,20 +97,23 @@ class ChangeFSInterfaceFaceGroupingMethodRequest(google.protobuf.message.Message
94
97
  ) -> None: ...
95
98
  def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
96
99
  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
100
+ global___ChangeFluidInterfaceFaceGroupingMethodRequest = ChangeFluidInterfaceFaceGroupingMethodRequest
98
101
 
99
- class ChangeFSInterfaceConductanceMethod(google.protobuf.message.Message):
102
+ class ChangeFluidInterfaceConductanceMethodRequest(google.protobuf.message.Message):
100
103
  DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
101
104
  OBJECT_ID_FIELD_NUMBER: builtins.int
102
105
  THERMAL_CONDUCTIVITY_METHOD_FIELD_NUMBER: builtins.int
106
+ THERMAL_CONDUCTANCE_OPTION_FIELD_NUMBER: builtins.int
103
107
  @property
104
108
  def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
105
109
  thermal_conductivity_method: global___FluidInterfaceFaceThermalConductanceMethod.ValueType = ...
110
+ thermal_conductance_option: ansys.api.discovery.v0.discoverymodels_pb2.ThermalConductanceOptionType.ValueType = ...
106
111
  def __init__(self,
107
112
  *,
108
113
  object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
109
114
  thermal_conductivity_method : global___FluidInterfaceFaceThermalConductanceMethod.ValueType = ...,
115
+ thermal_conductance_option : ansys.api.discovery.v0.discoverymodels_pb2.ThermalConductanceOptionType.ValueType = ...,
110
116
  ) -> None: ...
111
117
  def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
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
118
+ def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","thermal_conductance_option",b"thermal_conductance_option","thermal_conductivity_method",b"thermal_conductivity_method"]) -> None: ...
119
+ global___ChangeFluidInterfaceConductanceMethodRequest = ChangeFluidInterfaceConductanceMethodRequest