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
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
@generated by mypy-protobuf. Do not edit manually!
|
|
3
3
|
isort:skip_file
|
|
4
4
|
"""
|
|
5
|
+
import ansys.api.dbu.v0.dbumodels_pb2
|
|
5
6
|
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
6
7
|
import builtins
|
|
7
8
|
import google.protobuf.descriptor
|
|
@@ -265,13 +266,15 @@ class ChangeFlowSpecificationRequest(google.protobuf.message.Message):
|
|
|
265
266
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
266
267
|
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
267
268
|
SPECIFICATION_FIELD_NUMBER: builtins.int
|
|
268
|
-
|
|
269
|
+
@property
|
|
270
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
269
271
|
specification: global___FlowSpecificationDefinition.ValueType = ...
|
|
270
272
|
def __init__(self,
|
|
271
273
|
*,
|
|
272
|
-
object_id : typing.
|
|
274
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
273
275
|
specification : global___FlowSpecificationDefinition.ValueType = ...,
|
|
274
276
|
) -> None: ...
|
|
277
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
275
278
|
def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","specification",b"specification"]) -> None: ...
|
|
276
279
|
global___ChangeFlowSpecificationRequest = ChangeFlowSpecificationRequest
|
|
277
280
|
|
|
@@ -280,15 +283,17 @@ class ChangeFlowDirectionRequest(google.protobuf.message.Message):
|
|
|
280
283
|
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
281
284
|
DIRECTION_FIELD_NUMBER: builtins.int
|
|
282
285
|
RESET_TO_DEFAULT_SUBTYPE_FIELD_NUMBER: builtins.int
|
|
283
|
-
|
|
286
|
+
@property
|
|
287
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
284
288
|
direction: global___FlowDirectionDefinition.ValueType = ...
|
|
285
289
|
reset_to_default_subtype: builtins.bool = ...
|
|
286
290
|
def __init__(self,
|
|
287
291
|
*,
|
|
288
|
-
object_id : typing.
|
|
292
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
289
293
|
direction : global___FlowDirectionDefinition.ValueType = ...,
|
|
290
294
|
reset_to_default_subtype : builtins.bool = ...,
|
|
291
295
|
) -> None: ...
|
|
296
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
292
297
|
def ClearField(self, field_name: typing_extensions.Literal["direction",b"direction","object_id",b"object_id","reset_to_default_subtype",b"reset_to_default_subtype"]) -> None: ...
|
|
293
298
|
global___ChangeFlowDirectionRequest = ChangeFlowDirectionRequest
|
|
294
299
|
|
|
@@ -423,8 +428,10 @@ class FlowVelocityInletDefinition(google.protobuf.message.Message):
|
|
|
423
428
|
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
424
429
|
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
425
430
|
VELOCITY_INLET_FIELD_NUMBER: builtins.int
|
|
426
|
-
|
|
427
|
-
|
|
431
|
+
@property
|
|
432
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
433
|
+
@property
|
|
434
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
428
435
|
label: typing.Text = ...
|
|
429
436
|
@property
|
|
430
437
|
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
@@ -433,14 +440,14 @@ class FlowVelocityInletDefinition(google.protobuf.message.Message):
|
|
|
433
440
|
def velocity_inlet(self) -> global___VelocityInletProperties: ...
|
|
434
441
|
def __init__(self,
|
|
435
442
|
*,
|
|
436
|
-
id : typing.
|
|
437
|
-
parent_id : typing.
|
|
443
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
444
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
438
445
|
label : typing.Text = ...,
|
|
439
446
|
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
440
447
|
suppressed : builtins.bool = ...,
|
|
441
448
|
velocity_inlet : typing.Optional[global___VelocityInletProperties] = ...,
|
|
442
449
|
) -> None: ...
|
|
443
|
-
def HasField(self, field_name: typing_extensions.Literal["velocity_inlet",b"velocity_inlet"]) -> builtins.bool: ...
|
|
450
|
+
def HasField(self, field_name: typing_extensions.Literal["id",b"id","parent_id",b"parent_id","velocity_inlet",b"velocity_inlet"]) -> builtins.bool: ...
|
|
444
451
|
def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed","velocity_inlet",b"velocity_inlet"]) -> None: ...
|
|
445
452
|
global___FlowVelocityInletDefinition = FlowVelocityInletDefinition
|
|
446
453
|
|
|
@@ -452,8 +459,10 @@ class FlowVelocityOutletDefinition(google.protobuf.message.Message):
|
|
|
452
459
|
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
453
460
|
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
454
461
|
VELOCITY_OUTLET_FIELD_NUMBER: builtins.int
|
|
455
|
-
|
|
456
|
-
|
|
462
|
+
@property
|
|
463
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
464
|
+
@property
|
|
465
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
457
466
|
label: typing.Text = ...
|
|
458
467
|
@property
|
|
459
468
|
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
@@ -462,14 +471,14 @@ class FlowVelocityOutletDefinition(google.protobuf.message.Message):
|
|
|
462
471
|
def velocity_outlet(self) -> global___VelocityOutletProperties: ...
|
|
463
472
|
def __init__(self,
|
|
464
473
|
*,
|
|
465
|
-
id : typing.
|
|
466
|
-
parent_id : typing.
|
|
474
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
475
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
467
476
|
label : typing.Text = ...,
|
|
468
477
|
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
469
478
|
suppressed : builtins.bool = ...,
|
|
470
479
|
velocity_outlet : typing.Optional[global___VelocityOutletProperties] = ...,
|
|
471
480
|
) -> None: ...
|
|
472
|
-
def HasField(self, field_name: typing_extensions.Literal["velocity_outlet",b"velocity_outlet"]) -> builtins.bool: ...
|
|
481
|
+
def HasField(self, field_name: typing_extensions.Literal["id",b"id","parent_id",b"parent_id","velocity_outlet",b"velocity_outlet"]) -> builtins.bool: ...
|
|
473
482
|
def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed","velocity_outlet",b"velocity_outlet"]) -> None: ...
|
|
474
483
|
global___FlowVelocityOutletDefinition = FlowVelocityOutletDefinition
|
|
475
484
|
|
|
@@ -481,8 +490,10 @@ class FlowPressureInletDefinition(google.protobuf.message.Message):
|
|
|
481
490
|
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
482
491
|
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
483
492
|
PRESSURE_INLET_FIELD_NUMBER: builtins.int
|
|
484
|
-
|
|
485
|
-
|
|
493
|
+
@property
|
|
494
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
495
|
+
@property
|
|
496
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
486
497
|
label: typing.Text = ...
|
|
487
498
|
@property
|
|
488
499
|
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
@@ -491,14 +502,14 @@ class FlowPressureInletDefinition(google.protobuf.message.Message):
|
|
|
491
502
|
def pressure_inlet(self) -> global___PressureInletProperties: ...
|
|
492
503
|
def __init__(self,
|
|
493
504
|
*,
|
|
494
|
-
id : typing.
|
|
495
|
-
parent_id : typing.
|
|
505
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
506
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
496
507
|
label : typing.Text = ...,
|
|
497
508
|
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
498
509
|
suppressed : builtins.bool = ...,
|
|
499
510
|
pressure_inlet : typing.Optional[global___PressureInletProperties] = ...,
|
|
500
511
|
) -> None: ...
|
|
501
|
-
def HasField(self, field_name: typing_extensions.Literal["pressure_inlet",b"pressure_inlet"]) -> builtins.bool: ...
|
|
512
|
+
def HasField(self, field_name: typing_extensions.Literal["id",b"id","parent_id",b"parent_id","pressure_inlet",b"pressure_inlet"]) -> builtins.bool: ...
|
|
502
513
|
def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","pressure_inlet",b"pressure_inlet","suppressed",b"suppressed"]) -> None: ...
|
|
503
514
|
global___FlowPressureInletDefinition = FlowPressureInletDefinition
|
|
504
515
|
|
|
@@ -510,8 +521,10 @@ class FlowPressureOutletDefinition(google.protobuf.message.Message):
|
|
|
510
521
|
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
511
522
|
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
512
523
|
PRESSURE_OUTLET_FIELD_NUMBER: builtins.int
|
|
513
|
-
|
|
514
|
-
|
|
524
|
+
@property
|
|
525
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
526
|
+
@property
|
|
527
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
515
528
|
label: typing.Text = ...
|
|
516
529
|
@property
|
|
517
530
|
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
@@ -520,14 +533,14 @@ class FlowPressureOutletDefinition(google.protobuf.message.Message):
|
|
|
520
533
|
def pressure_outlet(self) -> global___PressureOutletProperties: ...
|
|
521
534
|
def __init__(self,
|
|
522
535
|
*,
|
|
523
|
-
id : typing.
|
|
524
|
-
parent_id : typing.
|
|
536
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
537
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
525
538
|
label : typing.Text = ...,
|
|
526
539
|
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
527
540
|
suppressed : builtins.bool = ...,
|
|
528
541
|
pressure_outlet : typing.Optional[global___PressureOutletProperties] = ...,
|
|
529
542
|
) -> None: ...
|
|
530
|
-
def HasField(self, field_name: typing_extensions.Literal["pressure_outlet",b"pressure_outlet"]) -> builtins.bool: ...
|
|
543
|
+
def HasField(self, field_name: typing_extensions.Literal["id",b"id","parent_id",b"parent_id","pressure_outlet",b"pressure_outlet"]) -> builtins.bool: ...
|
|
531
544
|
def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","pressure_outlet",b"pressure_outlet","suppressed",b"suppressed"]) -> None: ...
|
|
532
545
|
global___FlowPressureOutletDefinition = FlowPressureOutletDefinition
|
|
533
546
|
|
|
@@ -539,8 +552,10 @@ class FlowMassFlowInletDefinition(google.protobuf.message.Message):
|
|
|
539
552
|
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
540
553
|
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
541
554
|
MASS_FLOW_INLET_FIELD_NUMBER: builtins.int
|
|
542
|
-
|
|
543
|
-
|
|
555
|
+
@property
|
|
556
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
557
|
+
@property
|
|
558
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
544
559
|
label: typing.Text = ...
|
|
545
560
|
@property
|
|
546
561
|
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
@@ -549,14 +564,14 @@ class FlowMassFlowInletDefinition(google.protobuf.message.Message):
|
|
|
549
564
|
def mass_flow_inlet(self) -> global___MassFlowInletProperties: ...
|
|
550
565
|
def __init__(self,
|
|
551
566
|
*,
|
|
552
|
-
id : typing.
|
|
553
|
-
parent_id : typing.
|
|
567
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
568
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
554
569
|
label : typing.Text = ...,
|
|
555
570
|
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
556
571
|
suppressed : builtins.bool = ...,
|
|
557
572
|
mass_flow_inlet : typing.Optional[global___MassFlowInletProperties] = ...,
|
|
558
573
|
) -> None: ...
|
|
559
|
-
def HasField(self, field_name: typing_extensions.Literal["mass_flow_inlet",b"mass_flow_inlet"]) -> builtins.bool: ...
|
|
574
|
+
def HasField(self, field_name: typing_extensions.Literal["id",b"id","mass_flow_inlet",b"mass_flow_inlet","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
560
575
|
def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","mass_flow_inlet",b"mass_flow_inlet","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
|
|
561
576
|
global___FlowMassFlowInletDefinition = FlowMassFlowInletDefinition
|
|
562
577
|
|
|
@@ -568,8 +583,10 @@ class FlowMassFlowOutletDefinition(google.protobuf.message.Message):
|
|
|
568
583
|
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
569
584
|
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
570
585
|
MASS_FLOW_OUTLET_FIELD_NUMBER: builtins.int
|
|
571
|
-
|
|
572
|
-
|
|
586
|
+
@property
|
|
587
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
588
|
+
@property
|
|
589
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
573
590
|
label: typing.Text = ...
|
|
574
591
|
@property
|
|
575
592
|
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
@@ -578,13 +595,13 @@ class FlowMassFlowOutletDefinition(google.protobuf.message.Message):
|
|
|
578
595
|
def mass_flow_outlet(self) -> global___MassFlowOutletProperties: ...
|
|
579
596
|
def __init__(self,
|
|
580
597
|
*,
|
|
581
|
-
id : typing.
|
|
582
|
-
parent_id : typing.
|
|
598
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
599
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
583
600
|
label : typing.Text = ...,
|
|
584
601
|
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
585
602
|
suppressed : builtins.bool = ...,
|
|
586
603
|
mass_flow_outlet : typing.Optional[global___MassFlowOutletProperties] = ...,
|
|
587
604
|
) -> None: ...
|
|
588
|
-
def HasField(self, field_name: typing_extensions.Literal["mass_flow_outlet",b"mass_flow_outlet"]) -> builtins.bool: ...
|
|
605
|
+
def HasField(self, field_name: typing_extensions.Literal["id",b"id","mass_flow_outlet",b"mass_flow_outlet","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
589
606
|
def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","mass_flow_outlet",b"mass_flow_outlet","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
|
|
590
607
|
global___FlowMassFlowOutletDefinition = FlowMassFlowOutletDefinition
|