ansys-api-discovery 0.6.6__tar.gz → 1.0.0__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.
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/PKG-INFO +3 -3
- ansys_api_discovery-1.0.0/ansys/api/discovery/VERSION +1 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v0/assignments/fan.proto +105 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v0/conditions/current.proto +43 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +0 -1
- ansys_api_discovery-1.0.0/ansys/api/discovery/v0/conditions/localfidelity.proto +43 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v0/conditions/operatingpressure.proto +12 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/porous.proto +21 -17
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +1 -1
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/support.proto +11 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v0/conditions/symmetry.proto +35 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v0/conditions/voltage.proto +43 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/wall.proto +13 -6
- ansys_api_discovery-1.0.0/ansys/api/discovery/v0/connections/contact.proto +74 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v0/connections/contactgroup.proto +71 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v0/connections/fluidinterface.proto +50 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/discoverymodels.proto +90 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v0/engineeringdata/fandata.proto +72 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/monitors.proto +20 -1
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/results.proto +37 -41
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/unsupported.proto +1 -1
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/commands/application.proto +128 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/commands/communication.proto +68 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/commands/file.proto +127 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/commands/historytrack.proto +47 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/commands/message.proto +29 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/commands/script.proto +67 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/commands/unsupported.proto +134 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/commands/view.proto +32 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/commonenums.proto +96 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/commonmessages.proto +265 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/constructs/coordinatesystem.proto +48 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/constructs/datumplane.proto +52 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/constructs/datumpoint.proto +32 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/data/cadmaterial.proto +43 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/designdoc.proto +79 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/designentity.proto +17 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/designmessages.proto +637 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/extensions/beam.proto +61 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/extensions/bolt.proto +29 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/extensions/weld.proto +49 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/geometry/body.proto +554 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/geometry/component.proto +161 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/geometry/curve.proto +55 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/geometry/edge.proto +97 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/geometry/face.proto +325 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/geometry/mesh.proto +24 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/geometry/parts.proto +37 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/parameters/drivingdimension.proto +47 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/parameters/historytrack.proto +46 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/parameters/script.proto +46 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/relationships/assemblycondition.proto +143 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/relationships/pattern.proto +166 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/design/selections/namedselection.proto +55 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/engineeringdata/beamprofiledata.proto +162 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/engineeringdata/boltdata.proto +39 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/engineeringdata/fandata.proto +96 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/engineeringdata/welddata.proto +42 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/geometryenums.proto +251 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/operations/edit.proto +958 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/operations/facet.proto +55 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/operations/measure.proto +37 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/operations/prepare.proto +203 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/operations/repair.proto +562 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/operations/sketch.proto +26 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/assignments/beamassignment.proto +44 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/assignments/boltassignment.proto +51 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/assignments/fanassignment.proto +105 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/assignments/filletweldassignment.proto +46 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/assignments/materialassignment.proto +50 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/acceleration.proto +61 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/bearing.proto +56 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/boltpreload.proto +102 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/convection.proto +51 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/current.proto +52 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/displacement.proto +113 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/flow.proto +254 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/fluidinitialtemperature.proto +12 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/force.proto +146 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/gravity.proto +51 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/heat.proto +101 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/insulated.proto +42 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/localfidelity.proto +43 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/mass.proto +57 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/moment.proto +75 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/operatingpressure.proto +12 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/porous.proto +128 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/pressure.proto +52 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/rotatingfluidzone.proto +63 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/solidtemperature.proto +48 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/springpreload.proto +112 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/support.proto +109 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/symmetry.proto +35 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/velocity.proto +66 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/voltage.proto +52 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/conditions/wall.proto +227 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/connections/contact.proto +70 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/connections/contactgroup.proto +69 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/connections/fluidinterface.proto +60 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/connections/joint.proto +56 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/parameterization/definedvariation.proto +131 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/parameterization/parameter.proto +52 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/physicsentity.proto +32 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/physicsmessages.proto +142 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/simulation/monitors.proto +62 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/simulation/simulations.proto +29 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physics/simulation/solutions.proto +50 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/physicsenums.proto +112 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/resultenums.proto +100 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/streaming.proto +19 -0
- ansys_api_discovery-1.0.0/ansys/api/discovery/v1/unitenums.proto +1471 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys_api_discovery.egg-info/PKG-INFO +3 -3
- ansys_api_discovery-1.0.0/ansys_api_discovery.egg-info/SOURCES.txt +150 -0
- ansys_api_discovery-1.0.0/ansys_api_discovery.egg-info/entry_points.txt +2 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys_api_discovery.egg-info/requires.txt +1 -1
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/pyproject.toml +2 -2
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/setup.py +2 -2
- ansys_api_discovery-0.6.6/ansys/api/discovery/VERSION +0 -1
- ansys_api_discovery-0.6.6/ansys/api/discovery/v0/connections/contact.proto +0 -110
- ansys_api_discovery-0.6.6/ansys/api/discovery/v0/connections/contactgroup.proto +0 -91
- ansys_api_discovery-0.6.6/ansys_api_discovery.egg-info/SOURCES.txt +0 -52
- ansys_api_discovery-0.6.6/ansys_api_discovery.egg-info/entry_points.txt +0 -2
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/LICENSE +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/README.md +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/__init__.py +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/py.typed +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/__init__.py +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/assignments/boltassignment.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/acceleration.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/bearing.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/boltpreload.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/condition.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/convection.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/displacement.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/flow.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/force.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/gravity.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/heat.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/insulated.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/mass.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/moment.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/pressure.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/solidtemperature.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/springpreload.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/velocity.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/connections/joint.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/definedvariationstable.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/engineeringdata/boltdata.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/historytrackparameters.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/messaging.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/scriptparameters.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/simulations.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/solution.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/units.proto +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys_api_discovery.egg-info/dependency_links.txt +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys_api_discovery.egg-info/top_level.txt +0 -0
- {ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ansys-api-discovery
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 08:
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 08:18:04 on 11 November 2025
|
|
5
5
|
Home-page: https://github.com/ansys/ansys-api-discovery
|
|
6
6
|
Author: ANSYS, Inc.
|
|
7
7
|
Author-email: support@ansys.com
|
|
@@ -11,7 +11,7 @@ Description-Content-Type: text/markdown
|
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: grpcio~=1.44
|
|
13
13
|
Requires-Dist: protobuf<6,>=3.19
|
|
14
|
-
Requires-Dist: ansys-api-geometry==0.4.
|
|
14
|
+
Requires-Dist: ansys-api-geometry==0.4.84
|
|
15
15
|
Dynamic: author
|
|
16
16
|
Dynamic: author-email
|
|
17
17
|
Dynamic: description
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.0
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
// Copyright 2025, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ansys.api.discovery.v0.assignments.fanassignment;
|
|
4
|
+
|
|
5
|
+
import "ansys/api/dbu/v0/dbumodels.proto";
|
|
6
|
+
import "ansys/api/discovery/v0/discoverymodels.proto";
|
|
7
|
+
import "ansys/api/discovery/v0/engineeringdata/fandata.proto";
|
|
8
|
+
|
|
9
|
+
option csharp_namespace = "Ansys.Api.Discovery.V0.Assignments";
|
|
10
|
+
|
|
11
|
+
service Fan
|
|
12
|
+
{
|
|
13
|
+
rpc CreateInternalFanAssignment(InternalFanAssignmentCreationRequest) returns (InternalFanAssignmentCreationResponse);
|
|
14
|
+
|
|
15
|
+
rpc CreateExternalFanAssignment(ExternalFanAssignmentCreationRequest) returns (ExternalFanAssignmentCreationResponse);
|
|
16
|
+
|
|
17
|
+
rpc ChangeFanAssignment(ChangeAssignmentRequest) returns (ChangeResponse);
|
|
18
|
+
|
|
19
|
+
rpc ChangeExternalFanSpecification(ChangeExternalFanSpecificationRequest) returns (ChangeResponse);
|
|
20
|
+
|
|
21
|
+
rpc ChangeFanLocation(ChangeLocationExtendedRequest) returns (ChangeResponse);
|
|
22
|
+
|
|
23
|
+
rpc ChangeExternalFanGaugePressure(ChangeQuantityRequest) returns (ChangeResponse);
|
|
24
|
+
|
|
25
|
+
rpc ChangeInternalFanInletFace(ChangeLocationRequest) returns (ChangeResponse);
|
|
26
|
+
|
|
27
|
+
rpc ChangeInternalFanIsShrouded(ChangeBooleanRequest) returns (ChangeResponse);
|
|
28
|
+
|
|
29
|
+
rpc ChangeInternalFanHubRadius(ChangeQuantityRequest) returns (ChangeResponse);
|
|
30
|
+
|
|
31
|
+
rpc ChangeInternalFanTipRadius(ChangeQuantityRequest) returns (ChangeResponse);
|
|
32
|
+
|
|
33
|
+
rpc ChangeInternalFanTotalHeat(ChangeQuantityRequest) returns (ChangeResponse);
|
|
34
|
+
|
|
35
|
+
rpc ChangeInternalFanSpecifyTotalHeat(ChangeBooleanRequest) returns (ChangeResponse);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
message InternalFanAssignmentCreationRequest{
|
|
39
|
+
ScopedCreationData creation_data = 1;
|
|
40
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier fan_id = 2;
|
|
41
|
+
InternalFanAssignmentProperties internal_fan_assignment_properties = 3;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
message ExternalFanAssignmentCreationRequest{
|
|
45
|
+
ScopedCreationData creation_data = 1;
|
|
46
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier fan_id = 2;
|
|
47
|
+
ExternalFanAssignmentProperties external_fan_assignment_properties = 3;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
message InternalFanAssignmentCreationResponse{
|
|
51
|
+
CreationResponse condition_response = 1;
|
|
52
|
+
InternalFanAssignmentDefinition condition_data = 2;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
message ExternalFanAssignmentCreationResponse{
|
|
56
|
+
CreationResponse condition_response = 1;
|
|
57
|
+
ExternalFanAssignmentDefinition condition_data = 2;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
message ChangeExternalFanSpecificationRequest{
|
|
61
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
62
|
+
ExternalFanSpecification specification = 2;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
message ExternalFanAssignmentProperties {
|
|
66
|
+
ExternalFanSpecification specification = 1;
|
|
67
|
+
Quantity gauge_pressure = 2;
|
|
68
|
+
bool is_swirling = 3;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
message InternalFanAssignmentProperties {
|
|
72
|
+
bool is_shrouded = 1;
|
|
73
|
+
OptionalQuantity specify_total_heat = 2;
|
|
74
|
+
Quantity hub_radius = 3;
|
|
75
|
+
Quantity tip_radius = 4;
|
|
76
|
+
bool is_swirling = 5;
|
|
77
|
+
optional ansys.api.dbu.v0.EntityIdentifier inlet_face = 6;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
enum ExternalFanSpecification
|
|
81
|
+
{
|
|
82
|
+
INTAKE = 0;
|
|
83
|
+
EXHAUST = 1;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// Return definitions
|
|
87
|
+
message InternalFanAssignmentDefinition {
|
|
88
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
89
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
90
|
+
string label = 3;
|
|
91
|
+
repeated string locations = 4;
|
|
92
|
+
bool suppressed = 5;
|
|
93
|
+
ExternalFanAssignmentProperties assignment_properties = 6;
|
|
94
|
+
ansys.api.discovery.v0.engineeringdata.fandata.FanDataProperties fan_properties = 7;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
message ExternalFanAssignmentDefinition {
|
|
98
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
99
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
100
|
+
string label = 3;
|
|
101
|
+
repeated string locations = 4;
|
|
102
|
+
bool suppressed = 5;
|
|
103
|
+
InternalFanAssignmentProperties assignment_properties = 6;
|
|
104
|
+
ansys.api.discovery.v0.engineeringdata.fandata.FanDataProperties fan_properties = 7;
|
|
105
|
+
}
|
|
@@ -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,12 @@
|
|
|
1
|
+
// Copyright 2025, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ansys.api.discovery.v0.conditions.operatingpressure;
|
|
4
|
+
|
|
5
|
+
import "ansys/api/discovery/v0/discoverymodels.proto";
|
|
6
|
+
|
|
7
|
+
option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
|
|
8
|
+
|
|
9
|
+
service OperatingPressure
|
|
10
|
+
{
|
|
11
|
+
rpc ChangePressureMagnitude(ChangeQuantityRequest) returns(ChangeResponse);
|
|
12
|
+
}
|
|
@@ -10,14 +10,18 @@ option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
|
|
|
10
10
|
service Porous
|
|
11
11
|
{
|
|
12
12
|
//wall creation methods
|
|
13
|
-
rpc
|
|
13
|
+
rpc CreatePorousIsotropic(PorousCreationRequest) returns (PorousCreationResponse);
|
|
14
|
+
|
|
15
|
+
rpc CreatePorousBidirectional(PorousCreationRequest) returns (PorousCreationResponse);
|
|
16
|
+
|
|
17
|
+
rpc CreatePorousOrthotropic(PorousCreationRequest) returns (PorousCreationResponse);
|
|
14
18
|
|
|
15
19
|
// properties
|
|
16
|
-
rpc
|
|
20
|
+
rpc ChangePorousSpecification(ChangePorousSpecificationRequest) returns (ChangeResponse);
|
|
17
21
|
|
|
18
22
|
rpc ChangePorousLocation(ChangeLocationRequest) returns (ChangeResponse);
|
|
19
23
|
|
|
20
|
-
rpc
|
|
24
|
+
rpc ChangePorousStreamwiseFlowDirectionReference(ChangeLocationExtendedRequest) returns (ChangeResponse);
|
|
21
25
|
|
|
22
26
|
|
|
23
27
|
// Resistance coeffiecient quantities
|
|
@@ -36,7 +40,7 @@ service Porous
|
|
|
36
40
|
|
|
37
41
|
//Solid quantities
|
|
38
42
|
|
|
39
|
-
rpc
|
|
43
|
+
rpc ChangePorousThermalInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
40
44
|
|
|
41
45
|
rpc ChangePorousSolidPorosity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
42
46
|
|
|
@@ -50,10 +54,10 @@ service Porous
|
|
|
50
54
|
|
|
51
55
|
// Command Requests and Responses
|
|
52
56
|
|
|
53
|
-
// Create Free Slip
|
|
54
57
|
message PorousCreationRequest{
|
|
55
|
-
ScopedCreationData creation_data =
|
|
56
|
-
PorousProperties porous_properties =
|
|
58
|
+
ScopedCreationData creation_data = 1;
|
|
59
|
+
PorousProperties porous_properties = 2;
|
|
60
|
+
optional LocationIdentifier streamwise_flow_direction_reference = 3;
|
|
57
61
|
}
|
|
58
62
|
|
|
59
63
|
message PorousCreationResponse{
|
|
@@ -62,14 +66,14 @@ message PorousCreationResponse{
|
|
|
62
66
|
}
|
|
63
67
|
|
|
64
68
|
// enum commands
|
|
65
|
-
message
|
|
69
|
+
message ChangePorousSpecificationRequest{
|
|
66
70
|
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
67
|
-
|
|
71
|
+
PorousSpecification specification = 2;
|
|
68
72
|
}
|
|
69
73
|
|
|
70
74
|
// enumerations
|
|
71
75
|
|
|
72
|
-
enum
|
|
76
|
+
enum PorousSpecification {
|
|
73
77
|
ISOTROPIC = 0;
|
|
74
78
|
BIDIRECTIONAL = 1;
|
|
75
79
|
ORTHOTROPIC = 2;
|
|
@@ -79,17 +83,16 @@ enum PorousDirectionality {
|
|
|
79
83
|
|
|
80
84
|
message PorousProperties
|
|
81
85
|
{
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
ResistanceCoeffients coefficients = 3;
|
|
85
|
-
SolidProperties solid_properties = 4;
|
|
86
|
+
ResistanceCoeffients coefficients = 1;
|
|
87
|
+
SolidProperties solid_properties = 2;
|
|
86
88
|
}
|
|
87
89
|
|
|
90
|
+
|
|
88
91
|
message SolidProperties
|
|
89
92
|
{
|
|
90
|
-
|
|
93
|
+
double porosity = 1;
|
|
91
94
|
Quantity density = 2;
|
|
92
|
-
Quantity
|
|
95
|
+
Quantity isotropic_thermal_conductivity = 3;
|
|
93
96
|
Quantity specific_heat = 4;
|
|
94
97
|
}
|
|
95
98
|
|
|
@@ -103,7 +106,6 @@ message ResistanceCoeffients
|
|
|
103
106
|
optional Quantity inertial_secondary = 6;
|
|
104
107
|
}
|
|
105
108
|
|
|
106
|
-
|
|
107
109
|
// conditions definitions
|
|
108
110
|
|
|
109
111
|
message PorousDefinition {
|
|
@@ -113,4 +115,6 @@ message PorousDefinition {
|
|
|
113
115
|
repeated string locations = 4;
|
|
114
116
|
bool suppressed = 5;
|
|
115
117
|
PorousProperties porous_properties = 6;
|
|
118
|
+
PorousSpecification porous_specification = 7;
|
|
119
|
+
optional LocationIdentifier streamwise_flow_direction_reference = 8;
|
|
116
120
|
}
|
|
@@ -35,6 +35,7 @@ service Support
|
|
|
35
35
|
rpc ChangeSupportDisplacedIsFixedRX(ChangeBooleanRequest) returns (ChangeResponse);
|
|
36
36
|
rpc ChangeSupportDisplacedIsFixedRY(ChangeBooleanRequest) returns (ChangeResponse);
|
|
37
37
|
rpc ChangeSupportDisplacedIsFixedRZ(ChangeBooleanRequest) returns (ChangeResponse);
|
|
38
|
+
rpc GetAll(GetAllRequest) returns(GetAllResponse);
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
//Support
|
|
@@ -95,4 +96,14 @@ message SupportDisplacedDefinition {
|
|
|
95
96
|
|
|
96
97
|
message SupportDisplacedProperties {
|
|
97
98
|
TensorOfOptionalQuantities displacement = 1;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
message GetAllRequest{
|
|
102
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 1;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
message GetAllResponse{
|
|
106
|
+
// The simulations in the study.
|
|
107
|
+
repeated SupportGeneralDefinition supports_general = 1;
|
|
108
|
+
repeated SupportDisplacedDefinition supports_displaced = 2;
|
|
98
109
|
}
|
|
@@ -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
|
+
}
|
{ansys_api_discovery-0.6.6 → ansys_api_discovery-1.0.0}/ansys/api/discovery/v0/conditions/wall.proto
RENAMED
|
@@ -10,13 +10,13 @@ option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
|
|
|
10
10
|
service Wall
|
|
11
11
|
{
|
|
12
12
|
//wall creation methods
|
|
13
|
-
rpc CreateWallFreeSlip(WallFreeSlipCreationRequest) returns (WallFreeSlipCreationResponse);
|
|
13
|
+
rpc CreateWallFreeSlip(WallFreeSlipCreationRequest) returns (WallFreeSlipCreationResponse);
|
|
14
14
|
|
|
15
15
|
rpc CreateWallStationary(WallStationaryCreationRequest) returns (WallStationaryCreationResponse);
|
|
16
16
|
|
|
17
|
-
rpc
|
|
17
|
+
rpc CreateWallTranslating(WallTranslationCreationRequest) returns (WallTranslationCreationResponse);
|
|
18
18
|
|
|
19
|
-
rpc
|
|
19
|
+
rpc CreateWallRotating(WallRotationCreationRequest) returns (WallRotationCreationResponse);
|
|
20
20
|
|
|
21
21
|
// Wall properties
|
|
22
22
|
rpc ChangeWallSpecification(ChangeWallSpecificationRequest) returns (ChangeResponse);
|
|
@@ -29,6 +29,10 @@ service Wall
|
|
|
29
29
|
|
|
30
30
|
rpc ChangeWallTranslationalVelocityMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
31
31
|
|
|
32
|
+
rpc ChangeWallTranslationalVelocityX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
33
|
+
|
|
34
|
+
rpc ChangeWallTranslationalVelocityY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
35
|
+
|
|
32
36
|
|
|
33
37
|
//Thermal quantities
|
|
34
38
|
|
|
@@ -36,7 +40,9 @@ service Wall
|
|
|
36
40
|
|
|
37
41
|
rpc ChangeWallThermalOption(ChangeWallThermalOptionRequest) returns (ChangeResponse);
|
|
38
42
|
|
|
39
|
-
rpc
|
|
43
|
+
rpc ChangeWallInternalRadiationInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
44
|
+
|
|
45
|
+
rpc ChangeWallExternalRadiationInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
40
46
|
|
|
41
47
|
rpc ChangeWallInternalEmissivity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
42
48
|
|
|
@@ -109,6 +115,7 @@ message ChangeWallSpecificationRequest{
|
|
|
109
115
|
message ChangeWallThermalOptionRequest{
|
|
110
116
|
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
111
117
|
WallThermalOption wall_thermal_option = 2;
|
|
118
|
+
bool is_external_radiation_enabled = 3;
|
|
112
119
|
}
|
|
113
120
|
|
|
114
121
|
// wall enumerations
|
|
@@ -160,13 +167,13 @@ message TranslationProperties
|
|
|
160
167
|
message WallThermalProperties
|
|
161
168
|
{
|
|
162
169
|
WallThermalOption wall_thermal_option = 1;
|
|
163
|
-
OptionalQuantity
|
|
170
|
+
OptionalQuantity internal_emissivity = 2;
|
|
164
171
|
optional Quantity external_temperature = 3;
|
|
165
172
|
optional Quantity convection_coefficient = 4;
|
|
166
173
|
optional Quantity heatflux = 5;
|
|
167
174
|
optional Quantity heatflow = 6;
|
|
168
175
|
optional Quantity temperature = 7;
|
|
169
|
-
optional
|
|
176
|
+
optional OptionalQuantity external_emissivity = 8;
|
|
170
177
|
}
|
|
171
178
|
|
|
172
179
|
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
// Copyright 2025, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ansys.api.discovery.v0.connections.contact;
|
|
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.Connections";
|
|
9
|
+
|
|
10
|
+
service Contact
|
|
11
|
+
{
|
|
12
|
+
//Contact condition methods
|
|
13
|
+
rpc CreateContact(ContactCreationRequest) returns (ContactCreationResponse);
|
|
14
|
+
|
|
15
|
+
rpc ChangeContactSide1Location(ChangeLocationRequest) returns(ChangeResponse);
|
|
16
|
+
rpc ChangeContactSide2Location(ChangeLocationRequest) returns(ChangeResponse);
|
|
17
|
+
|
|
18
|
+
rpc ChangeContactType(ChangeContactTypeRequest) returns (ChangeResponse);
|
|
19
|
+
rpc ChangeContactPairs(ChangeContactPairRequest) returns (ChangeResponse);
|
|
20
|
+
rpc SplitContact(ChangeEmptyRequest) returns (ChangeResponse);
|
|
21
|
+
|
|
22
|
+
rpc ChangeContactFrictionCoefficient(ChangeDoubleRequest) returns (ChangeResponse);
|
|
23
|
+
rpc ChangeContactStiffnessFactor(ChangeDoubleRequest) returns (ChangeResponse);
|
|
24
|
+
rpc ChangeContactDetectionRadiusFactor(ChangeDoubleRequest) returns (ChangeResponse);
|
|
25
|
+
rpc ChangeContactOffset(ChangeQuantityRequest) returns (ChangeResponse);
|
|
26
|
+
rpc ChangeContactShearStrength(ChangeQuantityRequest) returns (ChangeResponse);
|
|
27
|
+
rpc ChangeContactTensileStrength(ChangeQuantityRequest) returns (ChangeResponse);
|
|
28
|
+
rpc ChangeContactAreStrengthLimitsSet(ChangeBooleanRequest) returns (ChangeResponse);
|
|
29
|
+
rpc ChangeContactAdjustGapOrOverlap(ChangeBooleanRequest) returns (ChangeResponse);
|
|
30
|
+
rpc ChangeContactMakeJustTouching(ChangeBooleanRequest) returns (ChangeResponse);
|
|
31
|
+
rpc ChangeContactIdealize(ChangeBooleanRequest) returns (ChangeResponse);
|
|
32
|
+
rpc ChangeContactSpecifyThermalConductance(ChangeSpecifyConductanceRequest) returns (ChangeResponse);
|
|
33
|
+
rpc ChangeContactSpecifyElectricConductance(ChangeSpecifyConductanceRequest) returns (ChangeResponse);
|
|
34
|
+
rpc ChangeContactConductanceThickness(ChangeQuantityRequest) returns (ChangeResponse);
|
|
35
|
+
rpc ChangeContactConductanceMaterial(ChangeAssignmentRequest) returns (ChangeResponse);
|
|
36
|
+
rpc ChangeContactThermalContactConductivity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
37
|
+
rpc ChangeContactElectricContactConductivity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
38
|
+
rpc ChangeContactThermalContactConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
39
|
+
rpc ChangeContactElectricContactConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
message ContactCreationRequest{
|
|
43
|
+
DoubleSidedScopedCreationData creation_data = 1;
|
|
44
|
+
ContactProperties contact_properties = 2;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
message ContactCreationResponse{
|
|
48
|
+
CreationResponse condition_response = 1;
|
|
49
|
+
ContactDefinition condition_data = 2;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
message ChangeContactTypeRequest{
|
|
53
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
54
|
+
ContactType contact_type = 2;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
message ChangeContactPairRequest{
|
|
58
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
59
|
+
ContactPairs contact_pairs = 2;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// Contact condition definitions
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
message ContactDefinition {
|
|
67
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
68
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
69
|
+
string label = 3;
|
|
70
|
+
repeated string side1_locations = 4;
|
|
71
|
+
repeated string side2_locations = 5;
|
|
72
|
+
bool suppressed = 6;
|
|
73
|
+
ContactProperties contact = 7;
|
|
74
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// Copyright 2025, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ansys.api.discovery.v0.connections.contactgroup;
|
|
4
|
+
|
|
5
|
+
import "ansys/api/dbu/v0/dbumodels.proto";
|
|
6
|
+
import "ansys/api/discovery/v0/conditions/condition.proto";
|
|
7
|
+
import "ansys/api/discovery/v0/connections/contact.proto";
|
|
8
|
+
import "ansys/api/discovery/v0/discoverymodels.proto";
|
|
9
|
+
|
|
10
|
+
option csharp_namespace = "Ansys.Api.Discovery.V0.Connections";
|
|
11
|
+
|
|
12
|
+
service ContactGroup
|
|
13
|
+
{
|
|
14
|
+
rpc ChangeContactGroupSide1Location(ChangeLocationRequest) returns(ChangeResponse);
|
|
15
|
+
rpc ChangeContactGroupSide2Location(ChangeLocationRequest) returns(ChangeResponse);
|
|
16
|
+
|
|
17
|
+
rpc ChangeContactGroupContactType(ansys.api.discovery.v0.connections.contact.ChangeContactTypeRequest) returns (ChangeResponse);
|
|
18
|
+
rpc SplitContactGroup(ChangeEmptyRequest) returns (ChangeResponse);
|
|
19
|
+
rpc ConvertContactGroup(ConvertContactGroupChangeRequest) returns (ChangeResponse);
|
|
20
|
+
|
|
21
|
+
rpc ChangeContactGroupFrictionCoefficient(ChangeDoubleRequest) returns (ChangeResponse);
|
|
22
|
+
rpc ChangeContactGroupStiffnessFactor(ChangeDoubleRequest) returns (ChangeResponse);
|
|
23
|
+
rpc ChangeContactGroupDetectionRadiusFactor(ChangeDoubleRequest) returns (ChangeResponse);
|
|
24
|
+
rpc ChangeContactGroupOffset(ChangeQuantityRequest) returns (ChangeResponse);
|
|
25
|
+
rpc ChangeContactGroupShearStrength(ChangeQuantityRequest) returns (ChangeResponse);
|
|
26
|
+
rpc ChangeContactGroupTensileStrength(ChangeQuantityRequest) returns (ChangeResponse);
|
|
27
|
+
rpc ChangeContactGroupAreStrengthLimitsSet(ChangeBooleanRequest) returns (ChangeResponse);
|
|
28
|
+
rpc ChangeContactGroupAdjustGapOrOverlap(ChangeBooleanRequest) returns (ChangeResponse);
|
|
29
|
+
rpc ChangeContactGroupMakeJustTouching(ChangeBooleanRequest) returns (ChangeResponse);
|
|
30
|
+
rpc ChangeContactGroupIdealize(ChangeBooleanRequest) returns (ChangeResponse);
|
|
31
|
+
|
|
32
|
+
rpc ChangeContactGroupDetectionDistanceLow(ChangeQuantityRequest) returns (ChangeResponse);
|
|
33
|
+
rpc ChangeContactGroupDetectionDistanceHigh(ChangeQuantityRequest) returns (ChangeResponse);
|
|
34
|
+
|
|
35
|
+
rpc ChangeContactGroupSpecifyThermalConductance(ChangeSpecifyConductanceRequest) returns (ChangeResponse);
|
|
36
|
+
rpc ChangeContactGroupSpecifyElectricConductance(ChangeSpecifyConductanceRequest) returns (ChangeResponse);
|
|
37
|
+
rpc ChangeContactGroupConductanceThickness(ChangeQuantityRequest) returns (ChangeResponse);
|
|
38
|
+
rpc ChangeContactGroupConductanceMaterial(ChangeAssignmentRequest) returns (ChangeResponse);
|
|
39
|
+
rpc ChangeContactGroupThermalContactConductivity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
40
|
+
rpc ChangeContactGroupElectricContactConductivity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
41
|
+
rpc ChangeContactGroupThermalContactConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
42
|
+
rpc ChangeContactGroupElectricContactConductance(ChangeQuantityRequest) returns (ChangeResponse);
|
|
43
|
+
|
|
44
|
+
rpc GetByLabel(ansys.api.discovery.v0.conditions.GetByLabelRequest) returns (ContactGroupDefinition);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
message ConvertContactGroupChangeRequest{
|
|
48
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
49
|
+
ContactGoupConversionType contact_group_type = 2;
|
|
50
|
+
ansys.api.discovery.v0.ContactPairs contact_pairs = 3;
|
|
51
|
+
optional bool idealize = 4;
|
|
52
|
+
optional double friction_coefficient = 5;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// Contact group condition definitions
|
|
56
|
+
enum ContactGoupConversionType {
|
|
57
|
+
SLIDING_CONTACT_GROUP = 0;
|
|
58
|
+
JOINT = 1;
|
|
59
|
+
BOND = 2;
|
|
60
|
+
EXCLUDE = 3;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
message ContactGroupDefinition {
|
|
64
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
65
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
66
|
+
string label = 3;
|
|
67
|
+
repeated string side1_locations = 4;
|
|
68
|
+
repeated string side2_locations = 5;
|
|
69
|
+
bool suppressed = 6;
|
|
70
|
+
ContactProperties contact = 7;
|
|
71
|
+
}
|