ansys-api-discovery 0.6.2__tar.gz → 0.6.3__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.
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/PKG-INFO +2 -2
- ansys_api_discovery-0.6.3/ansys/api/discovery/VERSION +1 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/conditionsstructural.proto +189 -1
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys_api_discovery.egg-info/PKG-INFO +2 -2
- ansys_api_discovery-0.6.2/ansys/api/discovery/VERSION +0 -1
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/LICENSE +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/README.md +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/__init__.py +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/py.typed +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/__init__.py +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/conditions.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/conditionsfluid.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/conditionsthermal.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/definedvariationstable.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/discoverymodels.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/historytrackparameters.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/messaging.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/monitors.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/results.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/scriptparameters.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/simulations.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/solution.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/units.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/unsupported.proto +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys_api_discovery.egg-info/SOURCES.txt +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys_api_discovery.egg-info/dependency_links.txt +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys_api_discovery.egg-info/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys_api_discovery.egg-info/requires.txt +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys_api_discovery.egg-info/top_level.txt +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/pyproject.toml +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/setup.cfg +0 -0
- {ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/setup.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ansys-api-discovery
|
|
3
|
-
Version: 0.6.
|
|
4
|
-
Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:
|
|
3
|
+
Version: 0.6.3
|
|
4
|
+
Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:03:19 on 09 December 2024
|
|
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 @@
|
|
|
1
|
+
0.6.3
|
|
@@ -130,6 +130,75 @@ service ConditionsStructural
|
|
|
130
130
|
rpc ChangeMomentGlobalY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
131
131
|
rpc ChangeMomentGlobalZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
132
132
|
|
|
133
|
+
//Mass condition methods
|
|
134
|
+
rpc CreateMass(MassCreationRequest) returns (MassCreationResponse);
|
|
135
|
+
|
|
136
|
+
rpc ChangeMassLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
137
|
+
|
|
138
|
+
rpc ChangeMassMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
139
|
+
|
|
140
|
+
rpc ChangeMassUseRemotePointEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
141
|
+
rpc ChangeMassRemotePositionX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
142
|
+
rpc ChangeMassRemotePositionY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
143
|
+
rpc ChangeMassRemotePositionZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
144
|
+
|
|
145
|
+
//Velocity condition methods
|
|
146
|
+
rpc CreateVelocity(VelocityCreationRequest) returns (VelocityCreationResponse);
|
|
147
|
+
|
|
148
|
+
rpc ChangeVelocityLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
149
|
+
|
|
150
|
+
rpc ChangeVelocityOrientation(ChangeDirectionRequest) returns(ChangeResponse);
|
|
151
|
+
|
|
152
|
+
rpc ChangeVelocityRX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
153
|
+
rpc ChangeVelocityRY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
154
|
+
rpc ChangeVelocityRZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
155
|
+
rpc ChangeVelocityRotationalMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
156
|
+
|
|
157
|
+
rpc ChangeVelocityIsFixedRX(ChangeBooleanRequest) returns (ChangeResponse);
|
|
158
|
+
rpc ChangeVelocityIsFixedRY(ChangeBooleanRequest) returns (ChangeResponse);
|
|
159
|
+
rpc ChangeVelocityIsFixedRZ(ChangeBooleanRequest) returns (ChangeResponse);
|
|
160
|
+
|
|
161
|
+
rpc ChangeVelocityUseRemotePointEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
162
|
+
rpc ChangeVelocityRemotePositionX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
163
|
+
rpc ChangeVelocityRemotePositionY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
164
|
+
rpc ChangeVelocityRemotePositionZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
165
|
+
|
|
166
|
+
//Acceleration condition methods
|
|
167
|
+
rpc CreateAcceleration(AccelerationCreationRequest) returns (AccelerationCreationResponse);
|
|
168
|
+
|
|
169
|
+
rpc ChangeAccelerationLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
170
|
+
|
|
171
|
+
rpc ChangeAccelerationOrientation(ChangeDirectionRequest) returns(ChangeResponse);
|
|
172
|
+
|
|
173
|
+
rpc ChangeAccelerationDX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
174
|
+
rpc ChangeAccelerationDY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
175
|
+
rpc ChangeAccelerationDZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
176
|
+
rpc ChangeAccelerationTranslationalMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
177
|
+
|
|
178
|
+
rpc ChangeAccelerationIsFixedDX(ChangeBooleanRequest) returns (ChangeResponse);
|
|
179
|
+
rpc ChangeAccelerationIsFixedDY(ChangeBooleanRequest) returns (ChangeResponse);
|
|
180
|
+
rpc ChangeAccelerationIsFixedDZ(ChangeBooleanRequest) returns (ChangeResponse);
|
|
181
|
+
|
|
182
|
+
//Gravity condition methods
|
|
183
|
+
//No create for gravity, it's done automatically, and always applied to all bodies
|
|
184
|
+
rpc ChangeGravityOrientation(ChangeDirectionRequest) returns(ChangeResponse);
|
|
185
|
+
|
|
186
|
+
rpc ChangeGravityDX(ChangeQuantityRequest) returns (ChangeResponse);
|
|
187
|
+
rpc ChangeGravityDY(ChangeQuantityRequest) returns (ChangeResponse);
|
|
188
|
+
rpc ChangeGravityDZ(ChangeQuantityRequest) returns (ChangeResponse);
|
|
189
|
+
rpc ChangeGravityTranslationalMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
|
|
190
|
+
|
|
191
|
+
rpc ChangeGravityUseBuoyancyEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
192
|
+
rpc ChangeGravityIncludeSelfWeightEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
193
|
+
|
|
194
|
+
//Bearing condition methods
|
|
195
|
+
rpc CreateBearing(BearingCreationRequest) returns (BearingCreationResponse);
|
|
196
|
+
|
|
197
|
+
rpc ChangeBearingLocation(ChangeLocationRequest) returns(ChangeResponse);
|
|
198
|
+
|
|
199
|
+
rpc ChangeBearingRadialForce(ChangeQuantityRequest) returns (ChangeResponse);
|
|
200
|
+
rpc ChangeBearingThrustForce(ChangeQuantityRequest) returns (ChangeResponse);
|
|
201
|
+
rpc ChangeBearingAngle(ChangeQuantityRequest) returns (ChangeResponse);
|
|
133
202
|
}
|
|
134
203
|
|
|
135
204
|
|
|
@@ -255,6 +324,49 @@ message ChangeMomentSpecificationRequest{
|
|
|
255
324
|
MomentSpecification moment_specification = 2;
|
|
256
325
|
}
|
|
257
326
|
|
|
327
|
+
// Mass
|
|
328
|
+
message MassCreationRequest{
|
|
329
|
+
ScopedCreationData creation_data = 1;
|
|
330
|
+
MassProperties mass_properties = 2;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
message MassCreationResponse{
|
|
334
|
+
CreationResponse condition_response = 1;
|
|
335
|
+
MassDefinition condition_data = 2;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
//Velocity
|
|
339
|
+
message VelocityCreationRequest{
|
|
340
|
+
ScopedCreationData creation_data = 1;
|
|
341
|
+
VelocityProperties velocity_properties = 2;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
message VelocityCreationResponse{
|
|
345
|
+
CreationResponse condition_response = 1;
|
|
346
|
+
VelocityDefinition condition_data = 2;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
//Acceleration
|
|
350
|
+
message AccelerationCreationRequest{
|
|
351
|
+
ScopedCreationData creation_data = 1;
|
|
352
|
+
AccelerationProperties acceleration_properties = 2;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
message AccelerationCreationResponse{
|
|
356
|
+
CreationResponse condition_response = 1;
|
|
357
|
+
AccelerationDefinition condition_data = 2;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
//Bearing
|
|
361
|
+
message BearingCreationRequest{
|
|
362
|
+
ScopedCreationData creation_data = 1;
|
|
363
|
+
BearingProperties bearing_properties = 2;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
message BearingCreationResponse{
|
|
367
|
+
CreationResponse condition_response = 1;
|
|
368
|
+
BearingDefinition condition_data = 2;
|
|
369
|
+
}
|
|
258
370
|
|
|
259
371
|
// Support enumerations
|
|
260
372
|
|
|
@@ -383,7 +495,7 @@ message DisplacementDefinition {
|
|
|
383
495
|
DisplacementCombinedProperties displacement = 6;
|
|
384
496
|
}
|
|
385
497
|
|
|
386
|
-
//
|
|
498
|
+
// Moment enumerations
|
|
387
499
|
|
|
388
500
|
enum MomentSpecification {
|
|
389
501
|
GLOBAL = 0;
|
|
@@ -404,4 +516,80 @@ message MomentDefinition {
|
|
|
404
516
|
bool suppressed = 5;
|
|
405
517
|
MomentProperties local = 6;
|
|
406
518
|
MomentProperties global = 7;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
// Mass condition definitions
|
|
522
|
+
message MassProperties {
|
|
523
|
+
Quantity mass_magnitude = 1;
|
|
524
|
+
OptionalVector remote_point = 2;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
message MassDefinition {
|
|
528
|
+
string id = 1;
|
|
529
|
+
string parent_id = 2;
|
|
530
|
+
string label = 3;
|
|
531
|
+
repeated string locations = 4;
|
|
532
|
+
bool suppressed = 5;
|
|
533
|
+
MassProperties mass = 6;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
// Velocity condition definitions
|
|
537
|
+
message VelocityProperties {
|
|
538
|
+
VectorOfOptionalQuantities velocity = 1;
|
|
539
|
+
OptionalVector remote_point = 2;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
message VelocityDefinition {
|
|
543
|
+
string id = 1;
|
|
544
|
+
string parent_id = 2;
|
|
545
|
+
string label = 3;
|
|
546
|
+
repeated string locations = 4;
|
|
547
|
+
bool suppressed = 5;
|
|
548
|
+
VelocityProperties velocity = 6;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
// Acceleration condition definitions
|
|
552
|
+
message AccelerationProperties {
|
|
553
|
+
VectorOfOptionalQuantities acceleration = 1;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
message AccelerationDefinition {
|
|
557
|
+
string id = 1;
|
|
558
|
+
string parent_id = 2;
|
|
559
|
+
string label = 3;
|
|
560
|
+
repeated string locations = 4;
|
|
561
|
+
bool suppressed = 5;
|
|
562
|
+
AccelerationProperties acceleration = 6;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
// Gravity condition definitions
|
|
566
|
+
message GravityProperties {
|
|
567
|
+
VectorOfOptionalQuantities acceleration = 1;
|
|
568
|
+
bool include_buoyancy = 2;
|
|
569
|
+
bool include_self_weight = 3;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
message GravityDefinition {
|
|
573
|
+
string id = 1;
|
|
574
|
+
string parent_id = 2;
|
|
575
|
+
string label = 3;
|
|
576
|
+
repeated string locations = 4;
|
|
577
|
+
bool suppressed = 5;
|
|
578
|
+
GravityProperties gravity = 6;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
// Bearing condition definitions
|
|
582
|
+
message BearingProperties {
|
|
583
|
+
Quantity radial_force = 1;
|
|
584
|
+
Quantity thrust_force = 2;
|
|
585
|
+
Quantity angle = 3;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
message BearingDefinition {
|
|
589
|
+
string id = 1;
|
|
590
|
+
string parent_id = 2;
|
|
591
|
+
string label = 3;
|
|
592
|
+
repeated string locations = 4;
|
|
593
|
+
bool suppressed = 5;
|
|
594
|
+
BearingProperties bearing = 6;
|
|
407
595
|
}
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys_api_discovery.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ansys-api-discovery
|
|
3
|
-
Version: 0.6.
|
|
4
|
-
Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:
|
|
3
|
+
Version: 0.6.3
|
|
4
|
+
Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:03:19 on 09 December 2024
|
|
5
5
|
Home-page: https://github.com/ansys/ansys-api-discovery
|
|
6
6
|
Author: ANSYS, Inc.
|
|
7
7
|
Author-email: support@ansys.com
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.6.2
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/conditions.proto
RENAMED
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/conditionsfluid.proto
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/discoverymodels.proto
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/messaging.proto
RENAMED
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/monitors.proto
RENAMED
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/results.proto
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/simulations.proto
RENAMED
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/solution.proto
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys/api/discovery/v0/unsupported.proto
RENAMED
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys_api_discovery.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys_api_discovery.egg-info/requires.txt
RENAMED
|
File without changes
|
{ansys_api_discovery-0.6.2 → ansys_api_discovery-0.6.3}/ansys_api_discovery.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|