ansys-api-discovery 0.6.3__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.3.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.3.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 -595
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -149
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -1216
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -4171
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -1303
- 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.3.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,494 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import ansys.api.dbu.v0.dbumodels_pb2
|
|
6
|
+
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
7
|
+
import builtins
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import typing
|
|
13
|
+
import typing_extensions
|
|
14
|
+
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
|
|
16
|
+
|
|
17
|
+
class _WallThermalOption:
|
|
18
|
+
ValueType = typing.NewType('ValueType', builtins.int)
|
|
19
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
20
|
+
class _WallThermalOptionEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_WallThermalOption.ValueType], builtins.type):
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
|
|
22
|
+
INSULATED: WallThermalOption.ValueType = ... # 0
|
|
23
|
+
CONVECTION: WallThermalOption.ValueType = ... # 1
|
|
24
|
+
HEATFLUX: WallThermalOption.ValueType = ... # 2
|
|
25
|
+
HEATFLOW: WallThermalOption.ValueType = ... # 3
|
|
26
|
+
TEMPERATURE: WallThermalOption.ValueType = ... # 4
|
|
27
|
+
RADIATION: WallThermalOption.ValueType = ... # 5
|
|
28
|
+
class WallThermalOption(_WallThermalOption, metaclass=_WallThermalOptionEnumTypeWrapper):
|
|
29
|
+
"""wall enumerations
|
|
30
|
+
|
|
31
|
+
"""
|
|
32
|
+
pass
|
|
33
|
+
|
|
34
|
+
INSULATED: WallThermalOption.ValueType = ... # 0
|
|
35
|
+
CONVECTION: WallThermalOption.ValueType = ... # 1
|
|
36
|
+
HEATFLUX: WallThermalOption.ValueType = ... # 2
|
|
37
|
+
HEATFLOW: WallThermalOption.ValueType = ... # 3
|
|
38
|
+
TEMPERATURE: WallThermalOption.ValueType = ... # 4
|
|
39
|
+
RADIATION: WallThermalOption.ValueType = ... # 5
|
|
40
|
+
global___WallThermalOption = WallThermalOption
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
class _WallSpecification:
|
|
44
|
+
ValueType = typing.NewType('ValueType', builtins.int)
|
|
45
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
46
|
+
class _WallSpecificationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_WallSpecification.ValueType], builtins.type):
|
|
47
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
|
|
48
|
+
FREESLIP: WallSpecification.ValueType = ... # 0
|
|
49
|
+
STATIONARY: WallSpecification.ValueType = ... # 1
|
|
50
|
+
TRANSLATING: WallSpecification.ValueType = ... # 2
|
|
51
|
+
ROTATING: WallSpecification.ValueType = ... # 3
|
|
52
|
+
class WallSpecification(_WallSpecification, metaclass=_WallSpecificationEnumTypeWrapper):
|
|
53
|
+
pass
|
|
54
|
+
|
|
55
|
+
FREESLIP: WallSpecification.ValueType = ... # 0
|
|
56
|
+
STATIONARY: WallSpecification.ValueType = ... # 1
|
|
57
|
+
TRANSLATING: WallSpecification.ValueType = ... # 2
|
|
58
|
+
ROTATING: WallSpecification.ValueType = ... # 3
|
|
59
|
+
global___WallSpecification = WallSpecification
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
class WallFreeSlipCreationRequest(google.protobuf.message.Message):
|
|
63
|
+
"""Command Requests and Responses
|
|
64
|
+
|
|
65
|
+
Create Free Slip
|
|
66
|
+
"""
|
|
67
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
68
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
69
|
+
FREESLIP_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
70
|
+
@property
|
|
71
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
72
|
+
@property
|
|
73
|
+
def freeslip_properties(self) -> global___FreeSlipProperties: ...
|
|
74
|
+
def __init__(self,
|
|
75
|
+
*,
|
|
76
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
77
|
+
freeslip_properties : typing.Optional[global___FreeSlipProperties] = ...,
|
|
78
|
+
) -> None: ...
|
|
79
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","freeslip_properties",b"freeslip_properties"]) -> builtins.bool: ...
|
|
80
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","freeslip_properties",b"freeslip_properties"]) -> None: ...
|
|
81
|
+
global___WallFreeSlipCreationRequest = WallFreeSlipCreationRequest
|
|
82
|
+
|
|
83
|
+
class WallFreeSlipCreationResponse(google.protobuf.message.Message):
|
|
84
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
85
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
86
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
87
|
+
@property
|
|
88
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
89
|
+
@property
|
|
90
|
+
def condition_data(self) -> global___WallFreeSlipDefinition: ...
|
|
91
|
+
def __init__(self,
|
|
92
|
+
*,
|
|
93
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
94
|
+
condition_data : typing.Optional[global___WallFreeSlipDefinition] = ...,
|
|
95
|
+
) -> None: ...
|
|
96
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
97
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
98
|
+
global___WallFreeSlipCreationResponse = WallFreeSlipCreationResponse
|
|
99
|
+
|
|
100
|
+
class WallStationaryCreationRequest(google.protobuf.message.Message):
|
|
101
|
+
"""Create Stationary"""
|
|
102
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
103
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
104
|
+
STATIONARY_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
105
|
+
@property
|
|
106
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
107
|
+
@property
|
|
108
|
+
def stationary_properties(self) -> global___StationaryProperties: ...
|
|
109
|
+
def __init__(self,
|
|
110
|
+
*,
|
|
111
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
112
|
+
stationary_properties : typing.Optional[global___StationaryProperties] = ...,
|
|
113
|
+
) -> None: ...
|
|
114
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","stationary_properties",b"stationary_properties"]) -> builtins.bool: ...
|
|
115
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","stationary_properties",b"stationary_properties"]) -> None: ...
|
|
116
|
+
global___WallStationaryCreationRequest = WallStationaryCreationRequest
|
|
117
|
+
|
|
118
|
+
class WallStationaryCreationResponse(google.protobuf.message.Message):
|
|
119
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
120
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
121
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
122
|
+
@property
|
|
123
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
124
|
+
@property
|
|
125
|
+
def condition_data(self) -> global___WallStationaryDefinition: ...
|
|
126
|
+
def __init__(self,
|
|
127
|
+
*,
|
|
128
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
129
|
+
condition_data : typing.Optional[global___WallStationaryDefinition] = ...,
|
|
130
|
+
) -> None: ...
|
|
131
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
132
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
133
|
+
global___WallStationaryCreationResponse = WallStationaryCreationResponse
|
|
134
|
+
|
|
135
|
+
class WallTranslationCreationRequest(google.protobuf.message.Message):
|
|
136
|
+
"""Create Translating"""
|
|
137
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
138
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
139
|
+
TRANSLATING_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
140
|
+
@property
|
|
141
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
142
|
+
@property
|
|
143
|
+
def translating_properties(self) -> global___TranslationProperties: ...
|
|
144
|
+
def __init__(self,
|
|
145
|
+
*,
|
|
146
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
147
|
+
translating_properties : typing.Optional[global___TranslationProperties] = ...,
|
|
148
|
+
) -> None: ...
|
|
149
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","translating_properties",b"translating_properties"]) -> builtins.bool: ...
|
|
150
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","translating_properties",b"translating_properties"]) -> None: ...
|
|
151
|
+
global___WallTranslationCreationRequest = WallTranslationCreationRequest
|
|
152
|
+
|
|
153
|
+
class WallTranslationCreationResponse(google.protobuf.message.Message):
|
|
154
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
155
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
156
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
157
|
+
@property
|
|
158
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
159
|
+
@property
|
|
160
|
+
def condition_data(self) -> global___WallTranslationDefinition: ...
|
|
161
|
+
def __init__(self,
|
|
162
|
+
*,
|
|
163
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
164
|
+
condition_data : typing.Optional[global___WallTranslationDefinition] = ...,
|
|
165
|
+
) -> None: ...
|
|
166
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
167
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
168
|
+
global___WallTranslationCreationResponse = WallTranslationCreationResponse
|
|
169
|
+
|
|
170
|
+
class WallRotationCreationRequest(google.protobuf.message.Message):
|
|
171
|
+
"""Create Rotating"""
|
|
172
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
173
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
174
|
+
ROTATING_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
175
|
+
@property
|
|
176
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
177
|
+
@property
|
|
178
|
+
def rotating_properties(self) -> global___RotationProperties: ...
|
|
179
|
+
def __init__(self,
|
|
180
|
+
*,
|
|
181
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
182
|
+
rotating_properties : typing.Optional[global___RotationProperties] = ...,
|
|
183
|
+
) -> None: ...
|
|
184
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","rotating_properties",b"rotating_properties"]) -> builtins.bool: ...
|
|
185
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","rotating_properties",b"rotating_properties"]) -> None: ...
|
|
186
|
+
global___WallRotationCreationRequest = WallRotationCreationRequest
|
|
187
|
+
|
|
188
|
+
class WallRotationCreationResponse(google.protobuf.message.Message):
|
|
189
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
190
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
191
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
192
|
+
@property
|
|
193
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
194
|
+
@property
|
|
195
|
+
def condition_data(self) -> global___WallRotationDefinition: ...
|
|
196
|
+
def __init__(self,
|
|
197
|
+
*,
|
|
198
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
199
|
+
condition_data : typing.Optional[global___WallRotationDefinition] = ...,
|
|
200
|
+
) -> None: ...
|
|
201
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
202
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
203
|
+
global___WallRotationCreationResponse = WallRotationCreationResponse
|
|
204
|
+
|
|
205
|
+
class ChangeWallSpecificationRequest(google.protobuf.message.Message):
|
|
206
|
+
"""enum commands"""
|
|
207
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
208
|
+
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
209
|
+
WALL_SPECIFICATION_FIELD_NUMBER: builtins.int
|
|
210
|
+
@property
|
|
211
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
212
|
+
wall_specification: global___WallSpecification.ValueType = ...
|
|
213
|
+
def __init__(self,
|
|
214
|
+
*,
|
|
215
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
216
|
+
wall_specification : global___WallSpecification.ValueType = ...,
|
|
217
|
+
) -> None: ...
|
|
218
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
219
|
+
def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","wall_specification",b"wall_specification"]) -> None: ...
|
|
220
|
+
global___ChangeWallSpecificationRequest = ChangeWallSpecificationRequest
|
|
221
|
+
|
|
222
|
+
class ChangeWallThermalOptionRequest(google.protobuf.message.Message):
|
|
223
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
224
|
+
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
225
|
+
WALL_THERMAL_OPTION_FIELD_NUMBER: builtins.int
|
|
226
|
+
@property
|
|
227
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
228
|
+
wall_thermal_option: global___WallThermalOption.ValueType = ...
|
|
229
|
+
def __init__(self,
|
|
230
|
+
*,
|
|
231
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
232
|
+
wall_thermal_option : global___WallThermalOption.ValueType = ...,
|
|
233
|
+
) -> None: ...
|
|
234
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
235
|
+
def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","wall_thermal_option",b"wall_thermal_option"]) -> None: ...
|
|
236
|
+
global___ChangeWallThermalOptionRequest = ChangeWallThermalOptionRequest
|
|
237
|
+
|
|
238
|
+
class FreeSlipProperties(google.protobuf.message.Message):
|
|
239
|
+
"""Wall conditions properties
|
|
240
|
+
|
|
241
|
+
"""
|
|
242
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
243
|
+
WALL_THERMAL_OPTION_ENABLED_FIELD_NUMBER: builtins.int
|
|
244
|
+
WALL_THERMAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
245
|
+
wall_thermal_option_enabled: builtins.bool = ...
|
|
246
|
+
@property
|
|
247
|
+
def wall_thermal_properties(self) -> global___WallThermalProperties: ...
|
|
248
|
+
def __init__(self,
|
|
249
|
+
*,
|
|
250
|
+
wall_thermal_option_enabled : builtins.bool = ...,
|
|
251
|
+
wall_thermal_properties : typing.Optional[global___WallThermalProperties] = ...,
|
|
252
|
+
) -> None: ...
|
|
253
|
+
def HasField(self, field_name: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties","wall_thermal_properties",b"wall_thermal_properties"]) -> builtins.bool: ...
|
|
254
|
+
def ClearField(self, field_name: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties","wall_thermal_option_enabled",b"wall_thermal_option_enabled","wall_thermal_properties",b"wall_thermal_properties"]) -> None: ...
|
|
255
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties"]) -> typing.Optional[typing_extensions.Literal["wall_thermal_properties"]]: ...
|
|
256
|
+
global___FreeSlipProperties = FreeSlipProperties
|
|
257
|
+
|
|
258
|
+
class StationaryProperties(google.protobuf.message.Message):
|
|
259
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
260
|
+
WALL_THERMAL_OPTION_ENABLED_FIELD_NUMBER: builtins.int
|
|
261
|
+
WALL_THERMAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
262
|
+
wall_thermal_option_enabled: builtins.bool = ...
|
|
263
|
+
@property
|
|
264
|
+
def wall_thermal_properties(self) -> global___WallThermalProperties: ...
|
|
265
|
+
def __init__(self,
|
|
266
|
+
*,
|
|
267
|
+
wall_thermal_option_enabled : builtins.bool = ...,
|
|
268
|
+
wall_thermal_properties : typing.Optional[global___WallThermalProperties] = ...,
|
|
269
|
+
) -> None: ...
|
|
270
|
+
def HasField(self, field_name: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties","wall_thermal_properties",b"wall_thermal_properties"]) -> builtins.bool: ...
|
|
271
|
+
def ClearField(self, field_name: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties","wall_thermal_option_enabled",b"wall_thermal_option_enabled","wall_thermal_properties",b"wall_thermal_properties"]) -> None: ...
|
|
272
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties"]) -> typing.Optional[typing_extensions.Literal["wall_thermal_properties"]]: ...
|
|
273
|
+
global___StationaryProperties = StationaryProperties
|
|
274
|
+
|
|
275
|
+
class RotationProperties(google.protobuf.message.Message):
|
|
276
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
277
|
+
ROTATIONAL_VELOCITY_FIELD_NUMBER: builtins.int
|
|
278
|
+
WALL_THERMAL_OPTION_ENABLED_FIELD_NUMBER: builtins.int
|
|
279
|
+
WALL_THERMAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
280
|
+
@property
|
|
281
|
+
def rotational_velocity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
282
|
+
wall_thermal_option_enabled: builtins.bool = ...
|
|
283
|
+
@property
|
|
284
|
+
def wall_thermal_properties(self) -> global___WallThermalProperties: ...
|
|
285
|
+
def __init__(self,
|
|
286
|
+
*,
|
|
287
|
+
rotational_velocity : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
288
|
+
wall_thermal_option_enabled : builtins.bool = ...,
|
|
289
|
+
wall_thermal_properties : typing.Optional[global___WallThermalProperties] = ...,
|
|
290
|
+
) -> None: ...
|
|
291
|
+
def HasField(self, field_name: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties","rotational_velocity",b"rotational_velocity","wall_thermal_properties",b"wall_thermal_properties"]) -> builtins.bool: ...
|
|
292
|
+
def ClearField(self, field_name: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties","rotational_velocity",b"rotational_velocity","wall_thermal_option_enabled",b"wall_thermal_option_enabled","wall_thermal_properties",b"wall_thermal_properties"]) -> None: ...
|
|
293
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties"]) -> typing.Optional[typing_extensions.Literal["wall_thermal_properties"]]: ...
|
|
294
|
+
global___RotationProperties = RotationProperties
|
|
295
|
+
|
|
296
|
+
class TranslationProperties(google.protobuf.message.Message):
|
|
297
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
298
|
+
WALL_THERMAL_OPTION_ENABLED_FIELD_NUMBER: builtins.int
|
|
299
|
+
TRANSLATIONAL_VELOCITY_FIELD_NUMBER: builtins.int
|
|
300
|
+
WALL_THERMAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
301
|
+
wall_thermal_option_enabled: builtins.bool = ...
|
|
302
|
+
@property
|
|
303
|
+
def translational_velocity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.QuantityVector: ...
|
|
304
|
+
@property
|
|
305
|
+
def wall_thermal_properties(self) -> global___WallThermalProperties: ...
|
|
306
|
+
def __init__(self,
|
|
307
|
+
*,
|
|
308
|
+
wall_thermal_option_enabled : builtins.bool = ...,
|
|
309
|
+
translational_velocity : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.QuantityVector] = ...,
|
|
310
|
+
wall_thermal_properties : typing.Optional[global___WallThermalProperties] = ...,
|
|
311
|
+
) -> None: ...
|
|
312
|
+
def HasField(self, field_name: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties","translational_velocity",b"translational_velocity","wall_thermal_properties",b"wall_thermal_properties"]) -> builtins.bool: ...
|
|
313
|
+
def ClearField(self, field_name: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties","translational_velocity",b"translational_velocity","wall_thermal_option_enabled",b"wall_thermal_option_enabled","wall_thermal_properties",b"wall_thermal_properties"]) -> None: ...
|
|
314
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_wall_thermal_properties",b"_wall_thermal_properties"]) -> typing.Optional[typing_extensions.Literal["wall_thermal_properties"]]: ...
|
|
315
|
+
global___TranslationProperties = TranslationProperties
|
|
316
|
+
|
|
317
|
+
class WallThermalProperties(google.protobuf.message.Message):
|
|
318
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
319
|
+
WALL_THERMAL_OPTION_FIELD_NUMBER: builtins.int
|
|
320
|
+
INTERNAL_RADIATION_FIELD_NUMBER: builtins.int
|
|
321
|
+
EXTERNAL_TEMPERATURE_FIELD_NUMBER: builtins.int
|
|
322
|
+
CONVECTION_COEFFICIENT_FIELD_NUMBER: builtins.int
|
|
323
|
+
HEATFLUX_FIELD_NUMBER: builtins.int
|
|
324
|
+
HEATFLOW_FIELD_NUMBER: builtins.int
|
|
325
|
+
TEMPERATURE_FIELD_NUMBER: builtins.int
|
|
326
|
+
EXTERNAL_EMISSIVITY_FIELD_NUMBER: builtins.int
|
|
327
|
+
wall_thermal_option: global___WallThermalOption.ValueType = ...
|
|
328
|
+
@property
|
|
329
|
+
def internal_radiation(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalQuantity: ...
|
|
330
|
+
@property
|
|
331
|
+
def external_temperature(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
332
|
+
@property
|
|
333
|
+
def convection_coefficient(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
334
|
+
@property
|
|
335
|
+
def heatflux(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
336
|
+
@property
|
|
337
|
+
def heatflow(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
338
|
+
@property
|
|
339
|
+
def temperature(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
340
|
+
@property
|
|
341
|
+
def external_emissivity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
342
|
+
def __init__(self,
|
|
343
|
+
*,
|
|
344
|
+
wall_thermal_option : global___WallThermalOption.ValueType = ...,
|
|
345
|
+
internal_radiation : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalQuantity] = ...,
|
|
346
|
+
external_temperature : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
347
|
+
convection_coefficient : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
348
|
+
heatflux : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
349
|
+
heatflow : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
350
|
+
temperature : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
351
|
+
external_emissivity : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
352
|
+
) -> None: ...
|
|
353
|
+
def HasField(self, field_name: typing_extensions.Literal["_convection_coefficient",b"_convection_coefficient","_external_emissivity",b"_external_emissivity","_external_temperature",b"_external_temperature","_heatflow",b"_heatflow","_heatflux",b"_heatflux","_temperature",b"_temperature","convection_coefficient",b"convection_coefficient","external_emissivity",b"external_emissivity","external_temperature",b"external_temperature","heatflow",b"heatflow","heatflux",b"heatflux","internal_radiation",b"internal_radiation","temperature",b"temperature"]) -> builtins.bool: ...
|
|
354
|
+
def ClearField(self, field_name: typing_extensions.Literal["_convection_coefficient",b"_convection_coefficient","_external_emissivity",b"_external_emissivity","_external_temperature",b"_external_temperature","_heatflow",b"_heatflow","_heatflux",b"_heatflux","_temperature",b"_temperature","convection_coefficient",b"convection_coefficient","external_emissivity",b"external_emissivity","external_temperature",b"external_temperature","heatflow",b"heatflow","heatflux",b"heatflux","internal_radiation",b"internal_radiation","temperature",b"temperature","wall_thermal_option",b"wall_thermal_option"]) -> None: ...
|
|
355
|
+
@typing.overload
|
|
356
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_convection_coefficient",b"_convection_coefficient"]) -> typing.Optional[typing_extensions.Literal["convection_coefficient"]]: ...
|
|
357
|
+
@typing.overload
|
|
358
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_external_emissivity",b"_external_emissivity"]) -> typing.Optional[typing_extensions.Literal["external_emissivity"]]: ...
|
|
359
|
+
@typing.overload
|
|
360
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_external_temperature",b"_external_temperature"]) -> typing.Optional[typing_extensions.Literal["external_temperature"]]: ...
|
|
361
|
+
@typing.overload
|
|
362
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_heatflow",b"_heatflow"]) -> typing.Optional[typing_extensions.Literal["heatflow"]]: ...
|
|
363
|
+
@typing.overload
|
|
364
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_heatflux",b"_heatflux"]) -> typing.Optional[typing_extensions.Literal["heatflux"]]: ...
|
|
365
|
+
@typing.overload
|
|
366
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_temperature",b"_temperature"]) -> typing.Optional[typing_extensions.Literal["temperature"]]: ...
|
|
367
|
+
global___WallThermalProperties = WallThermalProperties
|
|
368
|
+
|
|
369
|
+
class WallFreeSlipDefinition(google.protobuf.message.Message):
|
|
370
|
+
"""Fluid conditions definitions
|
|
371
|
+
|
|
372
|
+
"""
|
|
373
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
374
|
+
ID_FIELD_NUMBER: builtins.int
|
|
375
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
376
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
377
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
378
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
379
|
+
FREE_SLIP_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
380
|
+
@property
|
|
381
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
382
|
+
@property
|
|
383
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
384
|
+
label: typing.Text = ...
|
|
385
|
+
@property
|
|
386
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
387
|
+
suppressed: builtins.bool = ...
|
|
388
|
+
@property
|
|
389
|
+
def free_slip_properties(self) -> global___FreeSlipProperties: ...
|
|
390
|
+
def __init__(self,
|
|
391
|
+
*,
|
|
392
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
393
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
394
|
+
label : typing.Text = ...,
|
|
395
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
396
|
+
suppressed : builtins.bool = ...,
|
|
397
|
+
free_slip_properties : typing.Optional[global___FreeSlipProperties] = ...,
|
|
398
|
+
) -> None: ...
|
|
399
|
+
def HasField(self, field_name: typing_extensions.Literal["free_slip_properties",b"free_slip_properties","id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
400
|
+
def ClearField(self, field_name: typing_extensions.Literal["free_slip_properties",b"free_slip_properties","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
|
|
401
|
+
global___WallFreeSlipDefinition = WallFreeSlipDefinition
|
|
402
|
+
|
|
403
|
+
class WallStationaryDefinition(google.protobuf.message.Message):
|
|
404
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
405
|
+
ID_FIELD_NUMBER: builtins.int
|
|
406
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
407
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
408
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
409
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
410
|
+
STATIONARY_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
411
|
+
@property
|
|
412
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
413
|
+
@property
|
|
414
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
415
|
+
label: typing.Text = ...
|
|
416
|
+
@property
|
|
417
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
418
|
+
suppressed: builtins.bool = ...
|
|
419
|
+
@property
|
|
420
|
+
def stationary_properties(self) -> global___StationaryProperties: ...
|
|
421
|
+
def __init__(self,
|
|
422
|
+
*,
|
|
423
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
424
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
425
|
+
label : typing.Text = ...,
|
|
426
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
427
|
+
suppressed : builtins.bool = ...,
|
|
428
|
+
stationary_properties : typing.Optional[global___StationaryProperties] = ...,
|
|
429
|
+
) -> None: ...
|
|
430
|
+
def HasField(self, field_name: typing_extensions.Literal["id",b"id","parent_id",b"parent_id","stationary_properties",b"stationary_properties"]) -> builtins.bool: ...
|
|
431
|
+
def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","stationary_properties",b"stationary_properties","suppressed",b"suppressed"]) -> None: ...
|
|
432
|
+
global___WallStationaryDefinition = WallStationaryDefinition
|
|
433
|
+
|
|
434
|
+
class WallRotationDefinition(google.protobuf.message.Message):
|
|
435
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
436
|
+
ID_FIELD_NUMBER: builtins.int
|
|
437
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
438
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
439
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
440
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
441
|
+
ROTATION_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
442
|
+
@property
|
|
443
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
444
|
+
@property
|
|
445
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
446
|
+
label: typing.Text = ...
|
|
447
|
+
@property
|
|
448
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
449
|
+
suppressed: builtins.bool = ...
|
|
450
|
+
@property
|
|
451
|
+
def rotation_properties(self) -> global___RotationProperties: ...
|
|
452
|
+
def __init__(self,
|
|
453
|
+
*,
|
|
454
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
455
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
456
|
+
label : typing.Text = ...,
|
|
457
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
458
|
+
suppressed : builtins.bool = ...,
|
|
459
|
+
rotation_properties : typing.Optional[global___RotationProperties] = ...,
|
|
460
|
+
) -> None: ...
|
|
461
|
+
def HasField(self, field_name: typing_extensions.Literal["id",b"id","parent_id",b"parent_id","rotation_properties",b"rotation_properties"]) -> builtins.bool: ...
|
|
462
|
+
def ClearField(self, field_name: typing_extensions.Literal["id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","rotation_properties",b"rotation_properties","suppressed",b"suppressed"]) -> None: ...
|
|
463
|
+
global___WallRotationDefinition = WallRotationDefinition
|
|
464
|
+
|
|
465
|
+
class WallTranslationDefinition(google.protobuf.message.Message):
|
|
466
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
467
|
+
ID_FIELD_NUMBER: builtins.int
|
|
468
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
469
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
470
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
471
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
472
|
+
TRANSLATION_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
473
|
+
@property
|
|
474
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
475
|
+
@property
|
|
476
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
477
|
+
label: typing.Text = ...
|
|
478
|
+
@property
|
|
479
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
480
|
+
suppressed: builtins.bool = ...
|
|
481
|
+
@property
|
|
482
|
+
def translation_properties(self) -> global___TranslationProperties: ...
|
|
483
|
+
def __init__(self,
|
|
484
|
+
*,
|
|
485
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
486
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
487
|
+
label : typing.Text = ...,
|
|
488
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
489
|
+
suppressed : builtins.bool = ...,
|
|
490
|
+
translation_properties : typing.Optional[global___TranslationProperties] = ...,
|
|
491
|
+
) -> None: ...
|
|
492
|
+
def HasField(self, field_name: typing_extensions.Literal["id",b"id","parent_id",b"parent_id","translation_properties",b"translation_properties"]) -> builtins.bool: ...
|
|
493
|
+
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","translation_properties",b"translation_properties"]) -> None: ...
|
|
494
|
+
global___WallTranslationDefinition = WallTranslationDefinition
|