ansys-api-discovery 0.6.13__tar.gz → 0.6.14__tar.gz

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 (63) hide show
  1. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/PKG-INFO +2 -2
  2. ansys_api_discovery-0.6.14/ansys/api/discovery/VERSION +1 -0
  3. ansys_api_discovery-0.6.14/ansys/api/discovery/v0/conditions/current.proto +43 -0
  4. ansys_api_discovery-0.6.14/ansys/api/discovery/v0/conditions/localfidelity.proto +43 -0
  5. ansys_api_discovery-0.6.14/ansys/api/discovery/v0/conditions/symmetry.proto +35 -0
  6. ansys_api_discovery-0.6.14/ansys/api/discovery/v0/conditions/voltage.proto +43 -0
  7. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/connections/fluidinterface.proto +15 -15
  8. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys_api_discovery.egg-info/PKG-INFO +2 -2
  9. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys_api_discovery.egg-info/SOURCES.txt +4 -0
  10. ansys_api_discovery-0.6.13/ansys/api/discovery/VERSION +0 -1
  11. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/LICENSE +0 -0
  12. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/README.md +0 -0
  13. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/__init__.py +0 -0
  14. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/py.typed +0 -0
  15. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/__init__.py +0 -0
  16. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/assignments/boltassignment.proto +0 -0
  17. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/assignments/fan.proto +0 -0
  18. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/acceleration.proto +0 -0
  19. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/bearing.proto +0 -0
  20. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/boltpreload.proto +0 -0
  21. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/condition.proto +0 -0
  22. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/convection.proto +0 -0
  23. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/displacement.proto +0 -0
  24. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/flow.proto +0 -0
  25. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +0 -0
  26. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/force.proto +0 -0
  27. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/gravity.proto +0 -0
  28. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/heat.proto +0 -0
  29. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/insulated.proto +0 -0
  30. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/mass.proto +0 -0
  31. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/moment.proto +0 -0
  32. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/operatingpressure.proto +0 -0
  33. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/porous.proto +0 -0
  34. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/pressure.proto +0 -0
  35. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +0 -0
  36. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/solidtemperature.proto +0 -0
  37. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/springpreload.proto +0 -0
  38. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/support.proto +0 -0
  39. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/velocity.proto +0 -0
  40. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/conditions/wall.proto +0 -0
  41. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/connections/contact.proto +0 -0
  42. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/connections/contactgroup.proto +0 -0
  43. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/connections/joint.proto +0 -0
  44. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/definedvariationstable.proto +0 -0
  45. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/discoverymodels.proto +0 -0
  46. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/engineeringdata/boltdata.proto +0 -0
  47. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/engineeringdata/fandata.proto +0 -0
  48. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/historytrackparameters.proto +0 -0
  49. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/messaging.proto +0 -0
  50. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/monitors.proto +0 -0
  51. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/results.proto +0 -0
  52. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/scriptparameters.proto +0 -0
  53. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/simulations.proto +0 -0
  54. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/solution.proto +0 -0
  55. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/units.proto +0 -0
  56. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys/api/discovery/v0/unsupported.proto +0 -0
  57. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys_api_discovery.egg-info/dependency_links.txt +0 -0
  58. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys_api_discovery.egg-info/entry_points.txt +0 -0
  59. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys_api_discovery.egg-info/requires.txt +0 -0
  60. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/ansys_api_discovery.egg-info/top_level.txt +0 -0
  61. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/pyproject.toml +0 -0
  62. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/setup.cfg +0 -0
  63. {ansys_api_discovery-0.6.13 → ansys_api_discovery-0.6.14}/setup.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ansys-api-discovery
3
- Version: 0.6.13
4
- Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:41:29 on 06 May 2025
3
+ Version: 0.6.14
4
+ Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 09:10:40 on 16 May 2025
5
5
  Home-page: https://github.com/ansys/ansys-api-discovery
6
6
  Author: ANSYS, Inc.
7
7
  Author-email: support@ansys.com
@@ -0,0 +1,43 @@
1
+ // Copyright 2025, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
+ syntax = "proto3";
3
+ package ansys.api.discovery.v0.conditions.current;
4
+
5
+ import "ansys/api/dbu/v0/dbumodels.proto";
6
+ import "ansys/api/discovery/v0/discoverymodels.proto";
7
+
8
+ option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
9
+
10
+ service Current
11
+ {
12
+ //Current condition methods
13
+ rpc CreateCurrent(CurrentCreationRequest) returns (CurrentCreationResponse);
14
+
15
+ rpc ChangeCurrentLocation(ChangeLocationRequest) returns(ChangeResponse);
16
+
17
+ rpc ChangeCurrentMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
18
+ }
19
+
20
+ // Current
21
+ message CurrentCreationRequest{
22
+ ScopedCreationData creation_data = 1;
23
+ CurrentProperties current_properties = 2;
24
+ }
25
+
26
+ message CurrentCreationResponse{
27
+ CreationResponse condition_response = 1;
28
+ CurrentDefinition condition_data = 2;
29
+ }
30
+
31
+ // Current condition definitions
32
+ message CurrentProperties {
33
+ Quantity current_magnitude = 1;
34
+ }
35
+
36
+ message CurrentDefinition {
37
+ ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
38
+ ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
39
+ string label = 3;
40
+ repeated string locations = 4;
41
+ bool suppressed = 5;
42
+ CurrentProperties current = 6;
43
+ }
@@ -0,0 +1,43 @@
1
+ // Copyright 2025, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
+ syntax = "proto3";
3
+ package ansys.api.discovery.v0.conditions.localfidelity;
4
+
5
+ import "ansys/api/dbu/v0/dbumodels.proto";
6
+ import "ansys/api/discovery/v0/discoverymodels.proto";
7
+
8
+ option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
9
+
10
+ service LocalFidelity
11
+ {
12
+ //LocalFidelity condition methods
13
+ rpc CreateLocalFidelity(LocalFidelityCreationRequest) returns (LocalFidelityCreationResponse);
14
+
15
+ rpc ChangeLocalFidelityLocation(ChangeLocationExtendedRequest) returns(ChangeResponse);
16
+
17
+ rpc ChangeLocalFidelityMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
18
+ }
19
+
20
+ // LocalFidelity
21
+ message LocalFidelityCreationRequest{
22
+ ScopedCreationData creation_data = 1;
23
+ LocalFidelityProperties local_fidelity_properties = 2;
24
+ }
25
+
26
+ message LocalFidelityCreationResponse{
27
+ CreationResponse condition_response = 1;
28
+ LocalFidelityDefinition condition_data = 2;
29
+ }
30
+
31
+ // LocalFidelity condition definitions
32
+ message LocalFidelityProperties {
33
+ Quantity local_fidelity_magnitude = 1;
34
+ }
35
+
36
+ message LocalFidelityDefinition {
37
+ ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
38
+ ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
39
+ string label = 3;
40
+ repeated string locations = 4;
41
+ bool suppressed = 5;
42
+ LocalFidelityProperties local_fidelity = 6;
43
+ }
@@ -0,0 +1,35 @@
1
+ // Copyright 2025, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
+ syntax = "proto3";
3
+ package ansys.api.discovery.v0.conditions.symmetry;
4
+
5
+ import "ansys/api/dbu/v0/dbumodels.proto";
6
+ import "ansys/api/discovery/v0/discoverymodels.proto";
7
+
8
+ option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
9
+
10
+ service Symmetry
11
+ {
12
+ //Symmetry condition methods
13
+ rpc CreateSymmetry(SymmetryCreationRequest) returns (SymmetryCreationResponse);
14
+
15
+ rpc ChangeSymmetryLocation(ChangeLocationRequest) returns(ChangeResponse);
16
+ }
17
+
18
+ // Symmetry
19
+ message SymmetryCreationRequest{
20
+ ScopedCreationData creation_data = 1;
21
+ }
22
+
23
+ message SymmetryCreationResponse{
24
+ CreationResponse condition_response = 1;
25
+ SymmetryDefinition condition_data = 2;
26
+ }
27
+
28
+
29
+ message SymmetryDefinition {
30
+ ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
31
+ ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
32
+ string label = 3;
33
+ repeated string locations = 4;
34
+ bool suppressed = 5;
35
+ }
@@ -0,0 +1,43 @@
1
+ // Copyright 2025, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
+ syntax = "proto3";
3
+ package ansys.api.discovery.v0.conditions.voltage;
4
+
5
+ import "ansys/api/dbu/v0/dbumodels.proto";
6
+ import "ansys/api/discovery/v0/discoverymodels.proto";
7
+
8
+ option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
9
+
10
+ service Voltage
11
+ {
12
+ //Voltage condition methods
13
+ rpc CreateVoltage(VoltageCreationRequest) returns (VoltageCreationResponse);
14
+
15
+ rpc ChangeVoltageLocation(ChangeLocationRequest) returns(ChangeResponse);
16
+
17
+ rpc ChangeVoltageMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
18
+ }
19
+
20
+ // Voltage
21
+ message VoltageCreationRequest{
22
+ ScopedCreationData creation_data = 1;
23
+ VoltageProperties voltage_properties = 2;
24
+ }
25
+
26
+ message VoltageCreationResponse{
27
+ CreationResponse condition_response = 1;
28
+ VoltageDefinition condition_data = 2;
29
+ }
30
+
31
+ // Voltage condition definitions
32
+ message VoltageProperties {
33
+ Quantity voltage_magnitude = 1;
34
+ }
35
+
36
+ message VoltageDefinition {
37
+ ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
38
+ ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
39
+ string label = 3;
40
+ repeated string locations = 4;
41
+ bool suppressed = 5;
42
+ VoltageProperties voltage = 6;
43
+ }
@@ -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
  }
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ansys-api-discovery
3
- Version: 0.6.13
4
- Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:41:29 on 06 May 2025
3
+ Version: 0.6.14
4
+ Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 09:10:40 on 16 May 2025
5
5
  Home-page: https://github.com/ansys/ansys-api-discovery
6
6
  Author: ANSYS, Inc.
7
7
  Author-email: support@ansys.com
@@ -24,6 +24,7 @@ ansys/api/discovery/v0/conditions/bearing.proto
24
24
  ansys/api/discovery/v0/conditions/boltpreload.proto
25
25
  ansys/api/discovery/v0/conditions/condition.proto
26
26
  ansys/api/discovery/v0/conditions/convection.proto
27
+ ansys/api/discovery/v0/conditions/current.proto
27
28
  ansys/api/discovery/v0/conditions/displacement.proto
28
29
  ansys/api/discovery/v0/conditions/flow.proto
29
30
  ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto
@@ -31,6 +32,7 @@ ansys/api/discovery/v0/conditions/force.proto
31
32
  ansys/api/discovery/v0/conditions/gravity.proto
32
33
  ansys/api/discovery/v0/conditions/heat.proto
33
34
  ansys/api/discovery/v0/conditions/insulated.proto
35
+ ansys/api/discovery/v0/conditions/localfidelity.proto
34
36
  ansys/api/discovery/v0/conditions/mass.proto
35
37
  ansys/api/discovery/v0/conditions/moment.proto
36
38
  ansys/api/discovery/v0/conditions/operatingpressure.proto
@@ -40,7 +42,9 @@ ansys/api/discovery/v0/conditions/rotatingfluidzone.proto
40
42
  ansys/api/discovery/v0/conditions/solidtemperature.proto
41
43
  ansys/api/discovery/v0/conditions/springpreload.proto
42
44
  ansys/api/discovery/v0/conditions/support.proto
45
+ ansys/api/discovery/v0/conditions/symmetry.proto
43
46
  ansys/api/discovery/v0/conditions/velocity.proto
47
+ ansys/api/discovery/v0/conditions/voltage.proto
44
48
  ansys/api/discovery/v0/conditions/wall.proto
45
49
  ansys/api/discovery/v0/connections/contact.proto
46
50
  ansys/api/discovery/v0/connections/contactgroup.proto
@@ -1 +0,0 @@
1
- 0.6.13