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,91 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import abc
|
|
6
|
+
import ansys.api.discovery.v0.discoverymodels_pb2
|
|
7
|
+
import grpc
|
|
8
|
+
|
|
9
|
+
class GravityStub:
|
|
10
|
+
def __init__(self, channel: grpc.Channel) -> None: ...
|
|
11
|
+
ChangeGravityOrientation: grpc.UnaryUnaryMultiCallable[
|
|
12
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
13
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
14
|
+
"""Gravity condition methods
|
|
15
|
+
No create for gravity, it's done automatically, and always applied to all bodies
|
|
16
|
+
"""
|
|
17
|
+
|
|
18
|
+
ChangeGravityDX: grpc.UnaryUnaryMultiCallable[
|
|
19
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
20
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
21
|
+
|
|
22
|
+
ChangeGravityDY: grpc.UnaryUnaryMultiCallable[
|
|
23
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
24
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
25
|
+
|
|
26
|
+
ChangeGravityDZ: grpc.UnaryUnaryMultiCallable[
|
|
27
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
28
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
29
|
+
|
|
30
|
+
ChangeGravityTranslationalMagnitude: grpc.UnaryUnaryMultiCallable[
|
|
31
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
32
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
33
|
+
|
|
34
|
+
ChangeGravityUseBuoyancyEnabled: grpc.UnaryUnaryMultiCallable[
|
|
35
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
36
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
37
|
+
|
|
38
|
+
ChangeGravityIncludeSelfWeightEnabled: grpc.UnaryUnaryMultiCallable[
|
|
39
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
40
|
+
ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
class GravityServicer(metaclass=abc.ABCMeta):
|
|
44
|
+
@abc.abstractmethod
|
|
45
|
+
def ChangeGravityOrientation(self,
|
|
46
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
|
|
47
|
+
context: grpc.ServicerContext,
|
|
48
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse:
|
|
49
|
+
"""Gravity condition methods
|
|
50
|
+
No create for gravity, it's done automatically, and always applied to all bodies
|
|
51
|
+
"""
|
|
52
|
+
pass
|
|
53
|
+
|
|
54
|
+
@abc.abstractmethod
|
|
55
|
+
def ChangeGravityDX(self,
|
|
56
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
57
|
+
context: grpc.ServicerContext,
|
|
58
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
59
|
+
|
|
60
|
+
@abc.abstractmethod
|
|
61
|
+
def ChangeGravityDY(self,
|
|
62
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
63
|
+
context: grpc.ServicerContext,
|
|
64
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
65
|
+
|
|
66
|
+
@abc.abstractmethod
|
|
67
|
+
def ChangeGravityDZ(self,
|
|
68
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
69
|
+
context: grpc.ServicerContext,
|
|
70
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
71
|
+
|
|
72
|
+
@abc.abstractmethod
|
|
73
|
+
def ChangeGravityTranslationalMagnitude(self,
|
|
74
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
|
|
75
|
+
context: grpc.ServicerContext,
|
|
76
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
77
|
+
|
|
78
|
+
@abc.abstractmethod
|
|
79
|
+
def ChangeGravityUseBuoyancyEnabled(self,
|
|
80
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
81
|
+
context: grpc.ServicerContext,
|
|
82
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
83
|
+
|
|
84
|
+
@abc.abstractmethod
|
|
85
|
+
def ChangeGravityIncludeSelfWeightEnabled(self,
|
|
86
|
+
request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
|
|
87
|
+
context: grpc.ServicerContext,
|
|
88
|
+
) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
def add_GravityServicer_to_server(servicer: GravityServicer, server: grpc.Server) -> None: ...
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
// Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ansys.api.discovery.v0.conditions.heat;
|
|
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 Heat
|
|
11
|
+
{
|
|
12
|
+
//Heat condition methods
|
|
13
|
+
rpc CreateHeatVolumetricTotal(HeatCreationRequest) returns (HeatTotalCreationResponse);
|
|
14
|
+
|
|
15
|
+
rpc CreateHeatVolumetricDistributed(HeatCreationRequest) returns (HeatVolumetricDistributedCreationResponse);
|
|
16
|
+
|
|
17
|
+
rpc CreateHeatSurfaceTotal(HeatCreationRequest) returns (HeatTotalCreationResponse);
|
|
18
|
+
|
|
19
|
+
rpc CreateHeatSurfaceDistributed(HeatCreationRequest) returns (HeatSurfaceDistributedCreationResponse);
|
|
20
|
+
|
|
21
|
+
rpc ChangeHeatLocation(ChangeLocationExtendedRequest) returns(ChangeResponse);
|
|
22
|
+
|
|
23
|
+
rpc ChangeTotalHeat(ChangeQuantityRequest) returns(ChangeResponse);
|
|
24
|
+
|
|
25
|
+
rpc ChangeHeatPerUnitVolume(ChangeQuantityRequest) returns(ChangeResponse);
|
|
26
|
+
|
|
27
|
+
rpc ChangeHeatPerUnitArea(ChangeQuantityRequest) returns(ChangeResponse);
|
|
28
|
+
|
|
29
|
+
rpc ChangeHeatSpecification(ChangeHeatSpecificationRequest) returns(ChangeResponse);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// Requests and responses
|
|
33
|
+
message ChangeHeatSpecificationRequest{
|
|
34
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
35
|
+
HeatSpecification heat_specification = 2;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
message HeatCreationRequest{
|
|
39
|
+
ScopedCreationData creation_data = 1;
|
|
40
|
+
Quantity heat = 2;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
message HeatTotalCreationResponse{
|
|
44
|
+
CreationResponse condition_response = 1;
|
|
45
|
+
HeatTotalDefinition condition_data = 2;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
message HeatVolumetricDistributedCreationResponse{
|
|
49
|
+
CreationResponse condition_response = 1;
|
|
50
|
+
HeatPerVolumeDefinition condition_data = 2;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
message HeatSurfaceDistributedCreationResponse{
|
|
54
|
+
CreationResponse condition_response = 1;
|
|
55
|
+
HeatPerAreaDefinition condition_data = 2;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
//Enumerations
|
|
59
|
+
enum HeatSpecification {
|
|
60
|
+
TOTALHEAT = 0;
|
|
61
|
+
HEATPERUNITVOLUMEORAREA = 1;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
//Definitions
|
|
65
|
+
message HeatTotalDefinition {
|
|
66
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
67
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
68
|
+
string label = 3;
|
|
69
|
+
repeated string locations = 4;
|
|
70
|
+
bool suppressed = 5;
|
|
71
|
+
Quantity total_heat = 7;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
message HeatPerAreaDefinition {
|
|
75
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
76
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
77
|
+
string label = 3;
|
|
78
|
+
repeated string locations = 4;
|
|
79
|
+
bool suppressed = 5;
|
|
80
|
+
Quantity heat_per_unitarea = 6;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
message HeatPerVolumeDefinition {
|
|
84
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier id = 1;
|
|
85
|
+
ansys.api.dbu.v0.PhysicsEntityIdentifier parent_id = 2;
|
|
86
|
+
string label = 3;
|
|
87
|
+
repeated string locations = 4;
|
|
88
|
+
bool suppressed = 5;
|
|
89
|
+
Quantity heat_per_unitvolume = 6;
|
|
90
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: ansys/api/discovery/v0/conditions/heat.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/heat.proto\x12&ansys.api.discovery.v0.conditions.heat\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xb5\x01\n\x1e\x43hangeHeatSpecificationRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12U\n\x12heat_specification\x18\x02 \x01(\x0e\x32\x39.ansys.api.discovery.v0.conditions.heat.HeatSpecification\"\x88\x01\n\x13HeatCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12.\n\x04heat\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xb6\x01\n\x19HeatTotalCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12S\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32;.ansys.api.discovery.v0.conditions.heat.HeatTotalDefinition\"\xca\x01\n)HeatVolumetricDistributedCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12W\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32?.ansys.api.discovery.v0.conditions.heat.HeatPerVolumeDefinition\"\xc5\x01\n&HeatSurfaceDistributedCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12U\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.heat.HeatPerAreaDefinition\"\xf6\x01\n\x13HeatTotalDefinition\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\x34\n\ntotal_heat\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xff\x01\n\x15HeatPerAreaDefinition\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\x11heat_per_unitarea\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\x83\x02\n\x17HeatPerVolumeDefinition\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\x13heat_per_unitvolume\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity*?\n\x11HeatSpecification\x12\r\n\tTOTALHEAT\x10\x00\x12\x1b\n\x17HEATPERUNITVOLUMEORAREA\x10\x01\x32\xee\t\n\x04Heat\x12\x9b\x01\n\x19\x43reateHeatVolumetricTotal\x12;.ansys.api.discovery.v0.conditions.heat.HeatCreationRequest\x1a\x41.ansys.api.discovery.v0.conditions.heat.HeatTotalCreationResponse\x12\xb1\x01\n\x1f\x43reateHeatVolumetricDistributed\x12;.ansys.api.discovery.v0.conditions.heat.HeatCreationRequest\x1aQ.ansys.api.discovery.v0.conditions.heat.HeatVolumetricDistributedCreationResponse\x12\x98\x01\n\x16\x43reateHeatSurfaceTotal\x12;.ansys.api.discovery.v0.conditions.heat.HeatCreationRequest\x1a\x41.ansys.api.discovery.v0.conditions.heat.HeatTotalCreationResponse\x12\xab\x01\n\x1c\x43reateHeatSurfaceDistributed\x12;.ansys.api.discovery.v0.conditions.heat.HeatCreationRequest\x1aN.ansys.api.discovery.v0.conditions.heat.HeatSurfaceDistributedCreationResponse\x12s\n\x12\x43hangeHeatLocation\x12\x35.ansys.api.discovery.v0.ChangeLocationExtendedRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12h\n\x0f\x43hangeTotalHeat\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12p\n\x17\x43hangeHeatPerUnitVolume\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12n\n\x15\x43hangeHeatPerUnitArea\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x89\x01\n\x17\x43hangeHeatSpecification\x12\x46.ansys.api.discovery.v0.conditions.heat.ChangeHeatSpecificationRequest\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.heat_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
|
+
_HEATSPECIFICATION._serialized_start=1850
|
|
27
|
+
_HEATSPECIFICATION._serialized_end=1913
|
|
28
|
+
_CHANGEHEATSPECIFICATIONREQUEST._serialized_start=169
|
|
29
|
+
_CHANGEHEATSPECIFICATIONREQUEST._serialized_end=350
|
|
30
|
+
_HEATCREATIONREQUEST._serialized_start=353
|
|
31
|
+
_HEATCREATIONREQUEST._serialized_end=489
|
|
32
|
+
_HEATTOTALCREATIONRESPONSE._serialized_start=492
|
|
33
|
+
_HEATTOTALCREATIONRESPONSE._serialized_end=674
|
|
34
|
+
_HEATVOLUMETRICDISTRIBUTEDCREATIONRESPONSE._serialized_start=677
|
|
35
|
+
_HEATVOLUMETRICDISTRIBUTEDCREATIONRESPONSE._serialized_end=879
|
|
36
|
+
_HEATSURFACEDISTRIBUTEDCREATIONRESPONSE._serialized_start=882
|
|
37
|
+
_HEATSURFACEDISTRIBUTEDCREATIONRESPONSE._serialized_end=1079
|
|
38
|
+
_HEATTOTALDEFINITION._serialized_start=1082
|
|
39
|
+
_HEATTOTALDEFINITION._serialized_end=1328
|
|
40
|
+
_HEATPERAREADEFINITION._serialized_start=1331
|
|
41
|
+
_HEATPERAREADEFINITION._serialized_end=1586
|
|
42
|
+
_HEATPERVOLUMEDEFINITION._serialized_start=1589
|
|
43
|
+
_HEATPERVOLUMEDEFINITION._serialized_end=1848
|
|
44
|
+
_HEAT._serialized_start=1916
|
|
45
|
+
_HEAT._serialized_end=3178
|
|
46
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,210 @@
|
|
|
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 _HeatSpecification:
|
|
18
|
+
ValueType = typing.NewType('ValueType', builtins.int)
|
|
19
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
20
|
+
class _HeatSpecificationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_HeatSpecification.ValueType], builtins.type):
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
|
|
22
|
+
TOTALHEAT: HeatSpecification.ValueType = ... # 0
|
|
23
|
+
HEATPERUNITVOLUMEORAREA: HeatSpecification.ValueType = ... # 1
|
|
24
|
+
class HeatSpecification(_HeatSpecification, metaclass=_HeatSpecificationEnumTypeWrapper):
|
|
25
|
+
"""Enumerations"""
|
|
26
|
+
pass
|
|
27
|
+
|
|
28
|
+
TOTALHEAT: HeatSpecification.ValueType = ... # 0
|
|
29
|
+
HEATPERUNITVOLUMEORAREA: HeatSpecification.ValueType = ... # 1
|
|
30
|
+
global___HeatSpecification = HeatSpecification
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
class ChangeHeatSpecificationRequest(google.protobuf.message.Message):
|
|
34
|
+
"""Requests and responses"""
|
|
35
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
36
|
+
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
37
|
+
HEAT_SPECIFICATION_FIELD_NUMBER: builtins.int
|
|
38
|
+
@property
|
|
39
|
+
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
40
|
+
heat_specification: global___HeatSpecification.ValueType = ...
|
|
41
|
+
def __init__(self,
|
|
42
|
+
*,
|
|
43
|
+
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
44
|
+
heat_specification : global___HeatSpecification.ValueType = ...,
|
|
45
|
+
) -> None: ...
|
|
46
|
+
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
47
|
+
def ClearField(self, field_name: typing_extensions.Literal["heat_specification",b"heat_specification","object_id",b"object_id"]) -> None: ...
|
|
48
|
+
global___ChangeHeatSpecificationRequest = ChangeHeatSpecificationRequest
|
|
49
|
+
|
|
50
|
+
class HeatCreationRequest(google.protobuf.message.Message):
|
|
51
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
52
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
53
|
+
HEAT_FIELD_NUMBER: builtins.int
|
|
54
|
+
@property
|
|
55
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
56
|
+
@property
|
|
57
|
+
def heat(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
58
|
+
def __init__(self,
|
|
59
|
+
*,
|
|
60
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
61
|
+
heat : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
62
|
+
) -> None: ...
|
|
63
|
+
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","heat",b"heat"]) -> builtins.bool: ...
|
|
64
|
+
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","heat",b"heat"]) -> None: ...
|
|
65
|
+
global___HeatCreationRequest = HeatCreationRequest
|
|
66
|
+
|
|
67
|
+
class HeatTotalCreationResponse(google.protobuf.message.Message):
|
|
68
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
69
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
70
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
71
|
+
@property
|
|
72
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
73
|
+
@property
|
|
74
|
+
def condition_data(self) -> global___HeatTotalDefinition: ...
|
|
75
|
+
def __init__(self,
|
|
76
|
+
*,
|
|
77
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
78
|
+
condition_data : typing.Optional[global___HeatTotalDefinition] = ...,
|
|
79
|
+
) -> None: ...
|
|
80
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
81
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
82
|
+
global___HeatTotalCreationResponse = HeatTotalCreationResponse
|
|
83
|
+
|
|
84
|
+
class HeatVolumetricDistributedCreationResponse(google.protobuf.message.Message):
|
|
85
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
86
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
87
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
88
|
+
@property
|
|
89
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
90
|
+
@property
|
|
91
|
+
def condition_data(self) -> global___HeatPerVolumeDefinition: ...
|
|
92
|
+
def __init__(self,
|
|
93
|
+
*,
|
|
94
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
95
|
+
condition_data : typing.Optional[global___HeatPerVolumeDefinition] = ...,
|
|
96
|
+
) -> None: ...
|
|
97
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
98
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
99
|
+
global___HeatVolumetricDistributedCreationResponse = HeatVolumetricDistributedCreationResponse
|
|
100
|
+
|
|
101
|
+
class HeatSurfaceDistributedCreationResponse(google.protobuf.message.Message):
|
|
102
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
103
|
+
CONDITION_RESPONSE_FIELD_NUMBER: builtins.int
|
|
104
|
+
CONDITION_DATA_FIELD_NUMBER: builtins.int
|
|
105
|
+
@property
|
|
106
|
+
def condition_response(self) -> ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse: ...
|
|
107
|
+
@property
|
|
108
|
+
def condition_data(self) -> global___HeatPerAreaDefinition: ...
|
|
109
|
+
def __init__(self,
|
|
110
|
+
*,
|
|
111
|
+
condition_response : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.CreationResponse] = ...,
|
|
112
|
+
condition_data : typing.Optional[global___HeatPerAreaDefinition] = ...,
|
|
113
|
+
) -> None: ...
|
|
114
|
+
def HasField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> builtins.bool: ...
|
|
115
|
+
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
116
|
+
global___HeatSurfaceDistributedCreationResponse = HeatSurfaceDistributedCreationResponse
|
|
117
|
+
|
|
118
|
+
class HeatTotalDefinition(google.protobuf.message.Message):
|
|
119
|
+
"""Definitions"""
|
|
120
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
121
|
+
ID_FIELD_NUMBER: builtins.int
|
|
122
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
123
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
124
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
125
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
126
|
+
TOTAL_HEAT_FIELD_NUMBER: builtins.int
|
|
127
|
+
@property
|
|
128
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
129
|
+
@property
|
|
130
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
131
|
+
label: typing.Text = ...
|
|
132
|
+
@property
|
|
133
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
134
|
+
suppressed: builtins.bool = ...
|
|
135
|
+
@property
|
|
136
|
+
def total_heat(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
137
|
+
def __init__(self,
|
|
138
|
+
*,
|
|
139
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
140
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
141
|
+
label : typing.Text = ...,
|
|
142
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
143
|
+
suppressed : builtins.bool = ...,
|
|
144
|
+
total_heat : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
145
|
+
) -> None: ...
|
|
146
|
+
def HasField(self, field_name: typing_extensions.Literal["id",b"id","parent_id",b"parent_id","total_heat",b"total_heat"]) -> builtins.bool: ...
|
|
147
|
+
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","total_heat",b"total_heat"]) -> None: ...
|
|
148
|
+
global___HeatTotalDefinition = HeatTotalDefinition
|
|
149
|
+
|
|
150
|
+
class HeatPerAreaDefinition(google.protobuf.message.Message):
|
|
151
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
152
|
+
ID_FIELD_NUMBER: builtins.int
|
|
153
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
154
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
155
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
156
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
157
|
+
HEAT_PER_UNITAREA_FIELD_NUMBER: builtins.int
|
|
158
|
+
@property
|
|
159
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
160
|
+
@property
|
|
161
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
162
|
+
label: typing.Text = ...
|
|
163
|
+
@property
|
|
164
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
165
|
+
suppressed: builtins.bool = ...
|
|
166
|
+
@property
|
|
167
|
+
def heat_per_unitarea(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
168
|
+
def __init__(self,
|
|
169
|
+
*,
|
|
170
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
171
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
172
|
+
label : typing.Text = ...,
|
|
173
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
174
|
+
suppressed : builtins.bool = ...,
|
|
175
|
+
heat_per_unitarea : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
176
|
+
) -> None: ...
|
|
177
|
+
def HasField(self, field_name: typing_extensions.Literal["heat_per_unitarea",b"heat_per_unitarea","id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
178
|
+
def ClearField(self, field_name: typing_extensions.Literal["heat_per_unitarea",b"heat_per_unitarea","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
|
|
179
|
+
global___HeatPerAreaDefinition = HeatPerAreaDefinition
|
|
180
|
+
|
|
181
|
+
class HeatPerVolumeDefinition(google.protobuf.message.Message):
|
|
182
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
183
|
+
ID_FIELD_NUMBER: builtins.int
|
|
184
|
+
PARENT_ID_FIELD_NUMBER: builtins.int
|
|
185
|
+
LABEL_FIELD_NUMBER: builtins.int
|
|
186
|
+
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
187
|
+
SUPPRESSED_FIELD_NUMBER: builtins.int
|
|
188
|
+
HEAT_PER_UNITVOLUME_FIELD_NUMBER: builtins.int
|
|
189
|
+
@property
|
|
190
|
+
def id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
191
|
+
@property
|
|
192
|
+
def parent_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
193
|
+
label: typing.Text = ...
|
|
194
|
+
@property
|
|
195
|
+
def locations(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[typing.Text]: ...
|
|
196
|
+
suppressed: builtins.bool = ...
|
|
197
|
+
@property
|
|
198
|
+
def heat_per_unitvolume(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
199
|
+
def __init__(self,
|
|
200
|
+
*,
|
|
201
|
+
id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
202
|
+
parent_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
203
|
+
label : typing.Text = ...,
|
|
204
|
+
locations : typing.Optional[typing.Iterable[typing.Text]] = ...,
|
|
205
|
+
suppressed : builtins.bool = ...,
|
|
206
|
+
heat_per_unitvolume : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
207
|
+
) -> None: ...
|
|
208
|
+
def HasField(self, field_name: typing_extensions.Literal["heat_per_unitvolume",b"heat_per_unitvolume","id",b"id","parent_id",b"parent_id"]) -> builtins.bool: ...
|
|
209
|
+
def ClearField(self, field_name: typing_extensions.Literal["heat_per_unitvolume",b"heat_per_unitvolume","id",b"id","label",b"label","locations",b"locations","parent_id",b"parent_id","suppressed",b"suppressed"]) -> None: ...
|
|
210
|
+
global___HeatPerVolumeDefinition = HeatPerVolumeDefinition
|