ansys-api-discovery 0.6.2__py3-none-any.whl → 0.6.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-api-discovery might be problematic. Click here for more details.
- ansys/api/discovery/VERSION +1 -1
- ansys/api/discovery/v0/assignments/boltassignment.proto +40 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
- ansys/api/discovery/v0/conditions/bearing.proto +47 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
- ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
- ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
- ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
- ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
- ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
- ansys/api/discovery/v0/conditions/convection.proto +43 -0
- ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/displacement.proto +105 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
- ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
- ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
- ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
- ansys/api/discovery/v0/conditions/force.proto +131 -0
- ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
- ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
- ansys/api/discovery/v0/conditions/gravity.proto +39 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
- ansys/api/discovery/v0/conditions/heat.proto +90 -0
- ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
- ansys/api/discovery/v0/conditions/insulated.proto +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
- ansys/api/discovery/v0/conditions/mass.proto +49 -0
- ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
- ansys/api/discovery/v0/conditions/moment.proto +67 -0
- ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
- ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
- ansys/api/discovery/v0/conditions/porous.proto +116 -0
- ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
- ansys/api/discovery/v0/conditions/pressure.proto +43 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
- ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/conditions/support.proto +98 -0
- ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
- ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
- ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
- ansys/api/discovery/v0/conditions/velocity.proto +58 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
- ansys/api/discovery/v0/conditions/wall.proto +209 -0
- ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
- ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
- ansys/api/discovery/v0/connections/contact.proto +110 -0
- ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
- ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
- ansys/api/discovery/v0/connections/joint.proto +56 -0
- ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
- ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
- ansys/api/discovery/v0/discoverymodels.proto +34 -17
- ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
- ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/monitors.proto +4 -4
- ansys/api/discovery/v0/monitors_pb2.py +10 -10
- ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
- ansys/api/discovery/v0/solution.proto +4 -3
- ansys/api/discovery/v0/solution_pb2.py +16 -15
- ansys/api/discovery/v0/solution_pb2.pyi +11 -7
- ansys/api/discovery/v0/unsupported.proto +10 -0
- ansys/api/discovery/v0/unsupported_pb2.py +5 -3
- ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/METADATA +13 -4
- ansys_api_discovery-0.6.4.dist-info/RECORD +200 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/WHEEL +1 -1
- ansys/api/discovery/v0/conditions_pb2.py +0 -33
- ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
- ansys/api/discovery/v0/conditionsstructural.proto +0 -407
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -113
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -839
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -2746
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -854
- ansys/api/discovery/v0/conditionsthermal.proto +0 -179
- ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
- ansys_api_discovery-0.6.2.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.2.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
// Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ansys.api.discovery.v0.conditions.wall;
|
|
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 Wall
|
|
11
|
+
{
|
|
12
|
+
//wall creation methods
|
|
13
|
+
rpc CreateWallFreeSlip(WallFreeSlipCreationRequest) returns (WallFreeSlipCreationResponse);
|
|
14
|
+
|
|
15
|
+
rpc CreateWallStationary(WallStationaryCreationRequest) returns (WallStationaryCreationResponse);
|
|
16
|
+
|
|
17
|
+
rpc CreateWallRotating(WallTranslationCreationRequest) returns (WallTranslationCreationResponse);
|
|
18
|
+
|
|
19
|
+
rpc CreateWallTranslating(WallRotationCreationRequest) returns (WallRotationCreationResponse);
|
|
20
|
+
|
|
21
|
+
// Wall properties
|
|
22
|
+
rpc ChangeWallSpecification(ChangeWallSpecificationRequest) returns (ChangeResponse);
|
|
23
|
+
|
|
24
|
+
rpc ChangeWallLocation(ChangeLocationRequest) returns (ChangeResponse);
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
// Motion quantities
|
|
28
|
+
rpc ChangeWallRotationalVelocityMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
29
|
+
|
|
30
|
+
rpc ChangeWallTranslationalVelocityMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
//Thermal quantities
|
|
34
|
+
|
|
35
|
+
rpc ChangeWallThermalInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
36
|
+
|
|
37
|
+
rpc ChangeWallThermalOption(ChangeWallThermalOptionRequest) returns (ChangeResponse);
|
|
38
|
+
|
|
39
|
+
rpc ChangeWallRadiationInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
40
|
+
|
|
41
|
+
rpc ChangeWallInternalEmissivity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
42
|
+
|
|
43
|
+
rpc ChangeWallExternalTemperature(ChangeQuantityRequest) returns (ChangeResponse);
|
|
44
|
+
|
|
45
|
+
rpc ChangeWallConvectionCoefficient(ChangeQuantityRequest) returns (ChangeResponse);
|
|
46
|
+
|
|
47
|
+
rpc ChangeWallHeatFlux(ChangeQuantityRequest) returns (ChangeResponse);
|
|
48
|
+
|
|
49
|
+
rpc ChangeWallHeatFlow(ChangeQuantityRequest) returns (ChangeResponse);
|
|
50
|
+
|
|
51
|
+
rpc ChangeWallTemperature(ChangeQuantityRequest) returns (ChangeResponse);
|
|
52
|
+
|
|
53
|
+
rpc ChangeWallExternalEmissivity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
54
|
+
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// Command Requests and Responses
|
|
58
|
+
|
|
59
|
+
// Create Free Slip
|
|
60
|
+
message WallFreeSlipCreationRequest{
|
|
61
|
+
ScopedCreationData creation_data = 2;
|
|
62
|
+
FreeSlipProperties freeslip_properties = 4;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
message WallFreeSlipCreationResponse{
|
|
66
|
+
CreationResponse condition_response = 1;
|
|
67
|
+
WallFreeSlipDefinition condition_data = 2;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// Create Stationary
|
|
71
|
+
message WallStationaryCreationRequest{
|
|
72
|
+
ScopedCreationData creation_data = 2;
|
|
73
|
+
StationaryProperties stationary_properties = 4;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
message WallStationaryCreationResponse{
|
|
77
|
+
CreationResponse condition_response = 1;
|
|
78
|
+
WallStationaryDefinition condition_data = 2;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// Create Translating
|
|
82
|
+
message WallTranslationCreationRequest{
|
|
83
|
+
ScopedCreationData creation_data = 2;
|
|
84
|
+
TranslationProperties translating_properties = 4;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
message WallTranslationCreationResponse{
|
|
88
|
+
CreationResponse condition_response = 1;
|
|
89
|
+
WallTranslationDefinition condition_data = 2;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// Create Rotating
|
|
93
|
+
message WallRotationCreationRequest{
|
|
94
|
+
ScopedCreationData creation_data = 2;
|
|
95
|
+
RotationProperties rotating_properties = 4;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
message WallRotationCreationResponse{
|
|
99
|
+
CreationResponse condition_response = 1;
|
|
100
|
+
WallRotationDefinition condition_data = 2;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// enum commands
|
|
104
|
+
message ChangeWallSpecificationRequest{
|
|
105
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
106
|
+
WallSpecification wall_specification = 2;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
message ChangeWallThermalOptionRequest{
|
|
110
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
111
|
+
WallThermalOption wall_thermal_option = 2;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// wall enumerations
|
|
115
|
+
|
|
116
|
+
enum WallThermalOption {
|
|
117
|
+
INSULATED = 0;
|
|
118
|
+
CONVECTION = 1;
|
|
119
|
+
HEATFLUX = 2;
|
|
120
|
+
HEATFLOW = 3;
|
|
121
|
+
TEMPERATURE = 4;
|
|
122
|
+
RADIATION = 5;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
enum WallSpecification {
|
|
126
|
+
FREESLIP = 0;
|
|
127
|
+
STATIONARY = 1;
|
|
128
|
+
TRANSLATING = 2;
|
|
129
|
+
ROTATING = 3;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// Wall conditions properties
|
|
133
|
+
|
|
134
|
+
message FreeSlipProperties
|
|
135
|
+
{
|
|
136
|
+
bool wall_thermal_option_enabled = 1;
|
|
137
|
+
optional WallThermalProperties wall_thermal_properties = 2;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
message StationaryProperties
|
|
141
|
+
{
|
|
142
|
+
bool wall_thermal_option_enabled = 1;
|
|
143
|
+
optional WallThermalProperties wall_thermal_properties = 2;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
message RotationProperties
|
|
147
|
+
{
|
|
148
|
+
Quantity rotational_velocity = 1;
|
|
149
|
+
bool wall_thermal_option_enabled = 2;
|
|
150
|
+
optional WallThermalProperties wall_thermal_properties = 3;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
message TranslationProperties
|
|
154
|
+
{
|
|
155
|
+
bool wall_thermal_option_enabled = 1;
|
|
156
|
+
QuantityVector translational_velocity = 2;
|
|
157
|
+
optional WallThermalProperties wall_thermal_properties = 3;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
message WallThermalProperties
|
|
161
|
+
{
|
|
162
|
+
WallThermalOption wall_thermal_option = 1;
|
|
163
|
+
OptionalQuantity internal_radiation = 2;
|
|
164
|
+
optional Quantity external_temperature = 3;
|
|
165
|
+
optional Quantity convection_coefficient = 4;
|
|
166
|
+
optional Quantity heatflux = 5;
|
|
167
|
+
optional Quantity heatflow = 6;
|
|
168
|
+
optional Quantity temperature = 7;
|
|
169
|
+
optional Quantity external_emissivity = 8;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
// Fluid conditions definitions
|
|
174
|
+
|
|
175
|
+
message WallFreeSlipDefinition {
|
|
176
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
177
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
178
|
+
string label = 3;
|
|
179
|
+
repeated string locations = 4;
|
|
180
|
+
bool suppressed = 5;
|
|
181
|
+
FreeSlipProperties free_slip_properties = 6;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
message WallStationaryDefinition {
|
|
185
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
186
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
187
|
+
string label = 3;
|
|
188
|
+
repeated string locations = 4;
|
|
189
|
+
bool suppressed = 5;
|
|
190
|
+
StationaryProperties stationary_properties = 6;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
message WallRotationDefinition {
|
|
194
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
195
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
196
|
+
string label = 3;
|
|
197
|
+
repeated string locations = 4;
|
|
198
|
+
bool suppressed = 5;
|
|
199
|
+
RotationProperties rotation_properties = 6;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
message WallTranslationDefinition {
|
|
203
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
204
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
205
|
+
string label = 3;
|
|
206
|
+
repeated string locations = 4;
|
|
207
|
+
bool suppressed = 5;
|
|
208
|
+
TranslationProperties translation_properties = 6;
|
|
209
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: ansys/api/discovery/v0/conditions/wall.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf.internal import builder as _builder
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2
|
|
15
|
+
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,ansys/api/discovery/v0/conditions/wall.proto\x12&ansys.api.discovery.v0.conditions.wall\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xb9\x01\n\x1bWallFreeSlipCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12W\n\x13\x66reeslip_properties\x18\x04 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.FreeSlipProperties\"\xbc\x01\n\x1cWallFreeSlipCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12V\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32>.ansys.api.discovery.v0.conditions.wall.WallFreeSlipDefinition\"\xbf\x01\n\x1dWallStationaryCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12[\n\x15stationary_properties\x18\x04 \x01(\x0b\x32<.ansys.api.discovery.v0.conditions.wall.StationaryProperties\"\xc0\x01\n\x1eWallStationaryCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12X\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32@.ansys.api.discovery.v0.conditions.wall.WallStationaryDefinition\"\xc2\x01\n\x1eWallTranslationCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12]\n\x16translating_properties\x18\x04 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.TranslationProperties\"\xc2\x01\n\x1fWallTranslationCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12Y\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x41.ansys.api.discovery.v0.conditions.wall.WallTranslationDefinition\"\xb9\x01\n\x1bWallRotationCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12W\n\x13rotating_properties\x18\x04 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.RotationProperties\"\xbc\x01\n\x1cWallRotationCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12V\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32>.ansys.api.discovery.v0.conditions.wall.WallRotationDefinition\"\xb5\x01\n\x1e\x43hangeWallSpecificationRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12U\n\x12wall_specification\x18\x02 \x01(\x0e\x32\x39.ansys.api.discovery.v0.conditions.wall.WallSpecification\"\xb6\x01\n\x1e\x43hangeWallThermalOptionRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12V\n\x13wall_thermal_option\x18\x02 \x01(\x0e\x32\x39.ansys.api.discovery.v0.conditions.wall.WallThermalOption\"\xba\x01\n\x12\x46reeSlipProperties\x12#\n\x1bwall_thermal_option_enabled\x18\x01 \x01(\x08\x12\x63\n\x17wall_thermal_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\xbc\x01\n\x14StationaryProperties\x12#\n\x1bwall_thermal_option_enabled\x18\x01 \x01(\x08\x12\x63\n\x17wall_thermal_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\xf9\x01\n\x12RotationProperties\x12=\n\x13rotational_velocity\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12#\n\x1bwall_thermal_option_enabled\x18\x02 \x01(\x08\x12\x63\n\x17wall_thermal_properties\x18\x03 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\x85\x02\n\x15TranslationProperties\x12#\n\x1bwall_thermal_option_enabled\x18\x01 \x01(\x08\x12\x46\n\x16translational_velocity\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.QuantityVector\x12\x63\n\x17wall_thermal_properties\x18\x03 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\xa9\x05\n\x15WallThermalProperties\x12V\n\x13wall_thermal_option\x18\x01 \x01(\x0e\x32\x39.ansys.api.discovery.v0.conditions.wall.WallThermalOption\x12\x44\n\x12internal_radiation\x18\x02 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x43\n\x14\x65xternal_temperature\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x00\x88\x01\x01\x12\x45\n\x16\x63onvection_coefficient\x18\x04 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x01\x88\x01\x01\x12\x37\n\x08heatflux\x18\x05 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x02\x88\x01\x01\x12\x37\n\x08heatflow\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x03\x88\x01\x01\x12:\n\x0btemperature\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x04\x88\x01\x01\x12\x42\n\x13\x65xternal_emissivity\x18\x08 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x05\x88\x01\x01\x42\x17\n\x15_external_temperatureB\x19\n\x17_convection_coefficientB\x0b\n\t_heatfluxB\x0b\n\t_heatflowB\x0e\n\x0c_temperatureB\x16\n\x14_external_emissivity\"\x9d\x02\n\x16WallFreeSlipDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12X\n\x14\x66ree_slip_properties\x18\x06 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.FreeSlipProperties\"\xa2\x02\n\x18WallStationaryDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12[\n\x15stationary_properties\x18\x06 \x01(\x0b\x32<.ansys.api.discovery.v0.conditions.wall.StationaryProperties\"\x9c\x02\n\x16WallRotationDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12W\n\x13rotation_properties\x18\x06 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.RotationProperties\"\xa5\x02\n\x19WallTranslationDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12]\n\x16translation_properties\x18\x06 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.TranslationProperties*n\n\x11WallThermalOption\x12\r\n\tINSULATED\x10\x00\x12\x0e\n\nCONVECTION\x10\x01\x12\x0c\n\x08HEATFLUX\x10\x02\x12\x0c\n\x08HEATFLOW\x10\x03\x12\x0f\n\x0bTEMPERATURE\x10\x04\x12\r\n\tRADIATION\x10\x05*P\n\x11WallSpecification\x12\x0c\n\x08\x46REESLIP\x10\x00\x12\x0e\n\nSTATIONARY\x10\x01\x12\x0f\n\x0bTRANSLATING\x10\x02\x12\x0c\n\x08ROTATING\x10\x03\x32\xc0\x12\n\x04Wall\x12\x9f\x01\n\x12\x43reateWallFreeSlip\x12\x43.ansys.api.discovery.v0.conditions.wall.WallFreeSlipCreationRequest\x1a\x44.ansys.api.discovery.v0.conditions.wall.WallFreeSlipCreationResponse\x12\xa5\x01\n\x14\x43reateWallStationary\x12\x45.ansys.api.discovery.v0.conditions.wall.WallStationaryCreationRequest\x1a\x46.ansys.api.discovery.v0.conditions.wall.WallStationaryCreationResponse\x12\xa5\x01\n\x12\x43reateWallRotating\x12\x46.ansys.api.discovery.v0.conditions.wall.WallTranslationCreationRequest\x1aG.ansys.api.discovery.v0.conditions.wall.WallTranslationCreationResponse\x12\xa2\x01\n\x15\x43reateWallTranslating\x12\x43.ansys.api.discovery.v0.conditions.wall.WallRotationCreationRequest\x1a\x44.ansys.api.discovery.v0.conditions.wall.WallRotationCreationResponse\x12\x89\x01\n\x17\x43hangeWallSpecification\x12\x46.ansys.api.discovery.v0.conditions.wall.ChangeWallSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeWallLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeWallRotationalVelocityMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x81\x01\n(ChangeWallTranslationalVelocityMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1d\x43hangeWallThermalInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x89\x01\n\x17\x43hangeWallThermalOption\x12\x46.ansys.api.discovery.v0.conditions.wall.ChangeWallThermalOptionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeWallRadiationInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeWallInternalEmissivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12v\n\x1d\x43hangeWallExternalTemperature\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n\x1f\x43hangeWallConvectionCoefficient\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeWallHeatFlux\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeWallHeatFlow\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12n\n\x15\x43hangeWallTemperature\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeWallExternalEmissivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
|
|
19
|
+
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditions.wall_pb2', globals())
|
|
22
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
23
|
+
|
|
24
|
+
DESCRIPTOR._options = None
|
|
25
|
+
DESCRIPTOR._serialized_options = b'\252\002!Ansys.Api.Discovery.V0.Conditions'
|
|
26
|
+
_WALLTHERMALOPTION._serialized_start=4822
|
|
27
|
+
_WALLTHERMALOPTION._serialized_end=4932
|
|
28
|
+
_WALLSPECIFICATION._serialized_start=4934
|
|
29
|
+
_WALLSPECIFICATION._serialized_end=5014
|
|
30
|
+
_WALLFREESLIPCREATIONREQUEST._serialized_start=169
|
|
31
|
+
_WALLFREESLIPCREATIONREQUEST._serialized_end=354
|
|
32
|
+
_WALLFREESLIPCREATIONRESPONSE._serialized_start=357
|
|
33
|
+
_WALLFREESLIPCREATIONRESPONSE._serialized_end=545
|
|
34
|
+
_WALLSTATIONARYCREATIONREQUEST._serialized_start=548
|
|
35
|
+
_WALLSTATIONARYCREATIONREQUEST._serialized_end=739
|
|
36
|
+
_WALLSTATIONARYCREATIONRESPONSE._serialized_start=742
|
|
37
|
+
_WALLSTATIONARYCREATIONRESPONSE._serialized_end=934
|
|
38
|
+
_WALLTRANSLATIONCREATIONREQUEST._serialized_start=937
|
|
39
|
+
_WALLTRANSLATIONCREATIONREQUEST._serialized_end=1131
|
|
40
|
+
_WALLTRANSLATIONCREATIONRESPONSE._serialized_start=1134
|
|
41
|
+
_WALLTRANSLATIONCREATIONRESPONSE._serialized_end=1328
|
|
42
|
+
_WALLROTATIONCREATIONREQUEST._serialized_start=1331
|
|
43
|
+
_WALLROTATIONCREATIONREQUEST._serialized_end=1516
|
|
44
|
+
_WALLROTATIONCREATIONRESPONSE._serialized_start=1519
|
|
45
|
+
_WALLROTATIONCREATIONRESPONSE._serialized_end=1707
|
|
46
|
+
_CHANGEWALLSPECIFICATIONREQUEST._serialized_start=1710
|
|
47
|
+
_CHANGEWALLSPECIFICATIONREQUEST._serialized_end=1891
|
|
48
|
+
_CHANGEWALLTHERMALOPTIONREQUEST._serialized_start=1894
|
|
49
|
+
_CHANGEWALLTHERMALOPTIONREQUEST._serialized_end=2076
|
|
50
|
+
_FREESLIPPROPERTIES._serialized_start=2079
|
|
51
|
+
_FREESLIPPROPERTIES._serialized_end=2265
|
|
52
|
+
_STATIONARYPROPERTIES._serialized_start=2268
|
|
53
|
+
_STATIONARYPROPERTIES._serialized_end=2456
|
|
54
|
+
_ROTATIONPROPERTIES._serialized_start=2459
|
|
55
|
+
_ROTATIONPROPERTIES._serialized_end=2708
|
|
56
|
+
_TRANSLATIONPROPERTIES._serialized_start=2711
|
|
57
|
+
_TRANSLATIONPROPERTIES._serialized_end=2972
|
|
58
|
+
_WALLTHERMALPROPERTIES._serialized_start=2975
|
|
59
|
+
_WALLTHERMALPROPERTIES._serialized_end=3656
|
|
60
|
+
_WALLFREESLIPDEFINITION._serialized_start=3659
|
|
61
|
+
_WALLFREESLIPDEFINITION._serialized_end=3944
|
|
62
|
+
_WALLSTATIONARYDEFINITION._serialized_start=3947
|
|
63
|
+
_WALLSTATIONARYDEFINITION._serialized_end=4237
|
|
64
|
+
_WALLROTATIONDEFINITION._serialized_start=4240
|
|
65
|
+
_WALLROTATIONDEFINITION._serialized_end=4524
|
|
66
|
+
_WALLTRANSLATIONDEFINITION._serialized_start=4527
|
|
67
|
+
_WALLTRANSLATIONDEFINITION._serialized_end=4820
|
|
68
|
+
_WALL._serialized_start=5017
|
|
69
|
+
_WALL._serialized_end=7385
|
|
70
|
+
# @@protoc_insertion_point(module_scope)
|