ansys-api-discovery 0.6.8__py3-none-any.whl → 0.6.10__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.

Files changed (25) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +0 -1
  3. ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +3 -4
  4. ansys/api/discovery/v0/conditions/porous.proto +23 -15
  5. ansys/api/discovery/v0/conditions/porous_pb2.py +21 -19
  6. ansys/api/discovery/v0/conditions/porous_pb2.pyi +60 -37
  7. ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +70 -37
  8. ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +24 -14
  9. ansys/api/discovery/v0/conditions/wall.proto +13 -6
  10. ansys/api/discovery/v0/conditions/wall_pb2.py +26 -26
  11. ansys/api/discovery/v0/conditions/wall_pb2.pyi +11 -8
  12. ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +120 -21
  13. ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +36 -6
  14. ansys/api/discovery/v0/monitors.proto +0 -1
  15. ansys/api/discovery/v0/monitors_pb2.py +11 -12
  16. ansys/api/discovery/v0/results.proto +37 -41
  17. ansys/api/discovery/v0/results_pb2.py +7 -9
  18. ansys/api/discovery/v0/results_pb2.pyi +74 -76
  19. ansys/api/discovery/v0/unsupported.proto +1 -1
  20. {ansys_api_discovery-0.6.8.dist-info → ansys_api_discovery-0.6.10.dist-info}/METADATA +3 -3
  21. {ansys_api_discovery-0.6.8.dist-info → ansys_api_discovery-0.6.10.dist-info}/RECORD +25 -25
  22. {ansys_api_discovery-0.6.8.dist-info → ansys_api_discovery-0.6.10.dist-info}/WHEEL +1 -1
  23. {ansys_api_discovery-0.6.8.dist-info → ansys_api_discovery-0.6.10.dist-info}/LICENSE +0 -0
  24. {ansys_api_discovery-0.6.8.dist-info → ansys_api_discovery-0.6.10.dist-info}/entry_points.txt +0 -0
  25. {ansys_api_discovery-0.6.8.dist-info → ansys_api_discovery-0.6.10.dist-info}/top_level.txt +0 -0
@@ -9,13 +9,17 @@ import grpc
9
9
 
10
10
  class PorousStub:
11
11
  def __init__(self, channel: grpc.Channel) -> None: ...
12
- CreatePorous: grpc.UnaryUnaryMultiCallable[
13
- ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationRequest,
12
+ CreatePorousCartesian: grpc.UnaryUnaryMultiCallable[
13
+ ansys.api.discovery.v0.conditions.porous_pb2.PorousCartesianCreationRequest,
14
14
  ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationResponse] = ...
15
15
  """wall creation methods"""
16
16
 
17
- ChangePorousDirectionality: grpc.UnaryUnaryMultiCallable[
18
- ansys.api.discovery.v0.conditions.porous_pb2.ChangePorousDirectionalityRequest,
17
+ CreatePorousConical: grpc.UnaryUnaryMultiCallable[
18
+ ansys.api.discovery.v0.conditions.porous_pb2.PorousConicalCreationRequest,
19
+ ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationResponse] = ...
20
+
21
+ ChangePorousSpecification: grpc.UnaryUnaryMultiCallable[
22
+ ansys.api.discovery.v0.conditions.porous_pb2.ChangePorousSpecificationRequest,
19
23
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
20
24
  """properties"""
21
25
 
@@ -23,8 +27,8 @@ class PorousStub:
23
27
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
24
28
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
25
29
 
26
- ChangePorousDirection: grpc.UnaryUnaryMultiCallable[
27
- ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
30
+ ChangePorousStreamwiseFlowFace: grpc.UnaryUnaryMultiCallable[
31
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
28
32
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
29
33
 
30
34
  ChangePorousViscousStreamwiseMagnitude: grpc.UnaryUnaryMultiCallable[
@@ -52,7 +56,7 @@ class PorousStub:
52
56
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeQuantityRequest,
53
57
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
54
58
 
55
- ChangePorouseThermalInputEnabled: grpc.UnaryUnaryMultiCallable[
59
+ ChangePorousThermalInputEnabled: grpc.UnaryUnaryMultiCallable[
56
60
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
57
61
  ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
58
62
  """Solid quantities
@@ -78,16 +82,22 @@ class PorousStub:
78
82
 
79
83
  class PorousServicer(metaclass=abc.ABCMeta):
80
84
  @abc.abstractmethod
81
- def CreatePorous(self,
82
- request: ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationRequest,
85
+ def CreatePorousCartesian(self,
86
+ request: ansys.api.discovery.v0.conditions.porous_pb2.PorousCartesianCreationRequest,
83
87
  context: grpc.ServicerContext,
84
88
  ) -> ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationResponse:
85
89
  """wall creation methods"""
86
90
  pass
87
91
 
88
92
  @abc.abstractmethod
89
- def ChangePorousDirectionality(self,
90
- request: ansys.api.discovery.v0.conditions.porous_pb2.ChangePorousDirectionalityRequest,
93
+ def CreatePorousConical(self,
94
+ request: ansys.api.discovery.v0.conditions.porous_pb2.PorousConicalCreationRequest,
95
+ context: grpc.ServicerContext,
96
+ ) -> ansys.api.discovery.v0.conditions.porous_pb2.PorousCreationResponse: ...
97
+
98
+ @abc.abstractmethod
99
+ def ChangePorousSpecification(self,
100
+ request: ansys.api.discovery.v0.conditions.porous_pb2.ChangePorousSpecificationRequest,
91
101
  context: grpc.ServicerContext,
92
102
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse:
93
103
  """properties"""
@@ -100,8 +110,8 @@ class PorousServicer(metaclass=abc.ABCMeta):
100
110
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
101
111
 
102
112
  @abc.abstractmethod
103
- def ChangePorousDirection(self,
104
- request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeDirectionRequest,
113
+ def ChangePorousStreamwiseFlowFace(self,
114
+ request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeLocationRequest,
105
115
  context: grpc.ServicerContext,
106
116
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
107
117
 
@@ -144,7 +154,7 @@ class PorousServicer(metaclass=abc.ABCMeta):
144
154
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
145
155
 
146
156
  @abc.abstractmethod
147
- def ChangePorouseThermalInputEnabled(self,
157
+ def ChangePorousThermalInputEnabled(self,
148
158
  request: ansys.api.discovery.v0.discoverymodels_pb2.ChangeBooleanRequest,
149
159
  context: grpc.ServicerContext,
150
160
  ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse:
@@ -10,13 +10,13 @@ option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
10
10
  service Wall
11
11
  {
12
12
  //wall creation methods
13
- rpc CreateWallFreeSlip(WallFreeSlipCreationRequest) returns (WallFreeSlipCreationResponse);
13
+ rpc CreateWallFreeSlip(WallFreeSlipCreationRequest) returns (WallFreeSlipCreationResponse);
14
14
 
15
15
  rpc CreateWallStationary(WallStationaryCreationRequest) returns (WallStationaryCreationResponse);
16
16
 
17
- rpc CreateWallRotating(WallTranslationCreationRequest) returns (WallTranslationCreationResponse);
17
+ rpc CreateWallTranslating(WallTranslationCreationRequest) returns (WallTranslationCreationResponse);
18
18
 
19
- rpc CreateWallTranslating(WallRotationCreationRequest) returns (WallRotationCreationResponse);
19
+ rpc CreateWallRotating(WallRotationCreationRequest) returns (WallRotationCreationResponse);
20
20
 
21
21
  // Wall properties
22
22
  rpc ChangeWallSpecification(ChangeWallSpecificationRequest) returns (ChangeResponse);
@@ -29,6 +29,10 @@ service Wall
29
29
 
30
30
  rpc ChangeWallTranslationalVelocityMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
31
31
 
32
+ rpc ChangeWallTranslationalVelocityX(ChangeQuantityRequest) returns (ChangeResponse);
33
+
34
+ rpc ChangeWallTranslationalVelocityY(ChangeQuantityRequest) returns (ChangeResponse);
35
+
32
36
 
33
37
  //Thermal quantities
34
38
 
@@ -36,7 +40,9 @@ service Wall
36
40
 
37
41
  rpc ChangeWallThermalOption(ChangeWallThermalOptionRequest) returns (ChangeResponse);
38
42
 
39
- rpc ChangeWallRadiationInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
43
+ rpc ChangeWallInternalRadiationInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
44
+
45
+ rpc ChangeWallExternalRadiationInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
40
46
 
41
47
  rpc ChangeWallInternalEmissivity(ChangeQuantityRequest) returns (ChangeResponse);
42
48
 
@@ -109,6 +115,7 @@ message ChangeWallSpecificationRequest{
109
115
  message ChangeWallThermalOptionRequest{
110
116
  ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
111
117
  WallThermalOption wall_thermal_option = 2;
118
+ bool is_external_radiation_enabled = 3;
112
119
  }
113
120
 
114
121
  // wall enumerations
@@ -160,13 +167,13 @@ message TranslationProperties
160
167
  message WallThermalProperties
161
168
  {
162
169
  WallThermalOption wall_thermal_option = 1;
163
- OptionalQuantity internal_radiation = 2;
170
+ OptionalQuantity internal_emissivity = 2;
164
171
  optional Quantity external_temperature = 3;
165
172
  optional Quantity convection_coefficient = 4;
166
173
  optional Quantity heatflux = 5;
167
174
  optional Quantity heatflow = 6;
168
175
  optional Quantity temperature = 7;
169
- optional Quantity external_emissivity = 8;
176
+ optional OptionalQuantity external_emissivity = 8;
170
177
  }
171
178
 
172
179
 
@@ -15,7 +15,7 @@ from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_d
15
15
  from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
16
16
 
17
17
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,ansys/api/discovery/v0/conditions/wall.proto\x12&ansys.api.discovery.v0.conditions.wall\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xb9\x01\n\x1bWallFreeSlipCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12W\n\x13\x66reeslip_properties\x18\x04 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.FreeSlipProperties\"\xbc\x01\n\x1cWallFreeSlipCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12V\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32>.ansys.api.discovery.v0.conditions.wall.WallFreeSlipDefinition\"\xbf\x01\n\x1dWallStationaryCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12[\n\x15stationary_properties\x18\x04 \x01(\x0b\x32<.ansys.api.discovery.v0.conditions.wall.StationaryProperties\"\xc0\x01\n\x1eWallStationaryCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12X\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32@.ansys.api.discovery.v0.conditions.wall.WallStationaryDefinition\"\xc2\x01\n\x1eWallTranslationCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12]\n\x16translating_properties\x18\x04 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.TranslationProperties\"\xc2\x01\n\x1fWallTranslationCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12Y\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x41.ansys.api.discovery.v0.conditions.wall.WallTranslationDefinition\"\xb9\x01\n\x1bWallRotationCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12W\n\x13rotating_properties\x18\x04 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.RotationProperties\"\xbc\x01\n\x1cWallRotationCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12V\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32>.ansys.api.discovery.v0.conditions.wall.WallRotationDefinition\"\xb5\x01\n\x1e\x43hangeWallSpecificationRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12U\n\x12wall_specification\x18\x02 \x01(\x0e\x32\x39.ansys.api.discovery.v0.conditions.wall.WallSpecification\"\xb6\x01\n\x1e\x43hangeWallThermalOptionRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12V\n\x13wall_thermal_option\x18\x02 \x01(\x0e\x32\x39.ansys.api.discovery.v0.conditions.wall.WallThermalOption\"\xba\x01\n\x12\x46reeSlipProperties\x12#\n\x1bwall_thermal_option_enabled\x18\x01 \x01(\x08\x12\x63\n\x17wall_thermal_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\xbc\x01\n\x14StationaryProperties\x12#\n\x1bwall_thermal_option_enabled\x18\x01 \x01(\x08\x12\x63\n\x17wall_thermal_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\xf9\x01\n\x12RotationProperties\x12=\n\x13rotational_velocity\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12#\n\x1bwall_thermal_option_enabled\x18\x02 \x01(\x08\x12\x63\n\x17wall_thermal_properties\x18\x03 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\x85\x02\n\x15TranslationProperties\x12#\n\x1bwall_thermal_option_enabled\x18\x01 \x01(\x08\x12\x46\n\x16translational_velocity\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.QuantityVector\x12\x63\n\x17wall_thermal_properties\x18\x03 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\xa9\x05\n\x15WallThermalProperties\x12V\n\x13wall_thermal_option\x18\x01 \x01(\x0e\x32\x39.ansys.api.discovery.v0.conditions.wall.WallThermalOption\x12\x44\n\x12internal_radiation\x18\x02 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x43\n\x14\x65xternal_temperature\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x00\x88\x01\x01\x12\x45\n\x16\x63onvection_coefficient\x18\x04 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x01\x88\x01\x01\x12\x37\n\x08heatflux\x18\x05 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x02\x88\x01\x01\x12\x37\n\x08heatflow\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x03\x88\x01\x01\x12:\n\x0btemperature\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x04\x88\x01\x01\x12\x42\n\x13\x65xternal_emissivity\x18\x08 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x05\x88\x01\x01\x42\x17\n\x15_external_temperatureB\x19\n\x17_convection_coefficientB\x0b\n\t_heatfluxB\x0b\n\t_heatflowB\x0e\n\x0c_temperatureB\x16\n\x14_external_emissivity\"\x9d\x02\n\x16WallFreeSlipDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12X\n\x14\x66ree_slip_properties\x18\x06 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.FreeSlipProperties\"\xa2\x02\n\x18WallStationaryDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12[\n\x15stationary_properties\x18\x06 \x01(\x0b\x32<.ansys.api.discovery.v0.conditions.wall.StationaryProperties\"\x9c\x02\n\x16WallRotationDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12W\n\x13rotation_properties\x18\x06 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.RotationProperties\"\xa5\x02\n\x19WallTranslationDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12]\n\x16translation_properties\x18\x06 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.TranslationProperties*n\n\x11WallThermalOption\x12\r\n\tINSULATED\x10\x00\x12\x0e\n\nCONVECTION\x10\x01\x12\x0c\n\x08HEATFLUX\x10\x02\x12\x0c\n\x08HEATFLOW\x10\x03\x12\x0f\n\x0bTEMPERATURE\x10\x04\x12\r\n\tRADIATION\x10\x05*P\n\x11WallSpecification\x12\x0c\n\x08\x46REESLIP\x10\x00\x12\x0e\n\nSTATIONARY\x10\x01\x12\x0f\n\x0bTRANSLATING\x10\x02\x12\x0c\n\x08ROTATING\x10\x03\x32\xc0\x12\n\x04Wall\x12\x9f\x01\n\x12\x43reateWallFreeSlip\x12\x43.ansys.api.discovery.v0.conditions.wall.WallFreeSlipCreationRequest\x1a\x44.ansys.api.discovery.v0.conditions.wall.WallFreeSlipCreationResponse\x12\xa5\x01\n\x14\x43reateWallStationary\x12\x45.ansys.api.discovery.v0.conditions.wall.WallStationaryCreationRequest\x1a\x46.ansys.api.discovery.v0.conditions.wall.WallStationaryCreationResponse\x12\xa5\x01\n\x12\x43reateWallRotating\x12\x46.ansys.api.discovery.v0.conditions.wall.WallTranslationCreationRequest\x1aG.ansys.api.discovery.v0.conditions.wall.WallTranslationCreationResponse\x12\xa2\x01\n\x15\x43reateWallTranslating\x12\x43.ansys.api.discovery.v0.conditions.wall.WallRotationCreationRequest\x1a\x44.ansys.api.discovery.v0.conditions.wall.WallRotationCreationResponse\x12\x89\x01\n\x17\x43hangeWallSpecification\x12\x46.ansys.api.discovery.v0.conditions.wall.ChangeWallSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeWallLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeWallRotationalVelocityMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x81\x01\n(ChangeWallTranslationalVelocityMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1d\x43hangeWallThermalInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x89\x01\n\x17\x43hangeWallThermalOption\x12\x46.ansys.api.discovery.v0.conditions.wall.ChangeWallThermalOptionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangeWallRadiationInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeWallInternalEmissivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12v\n\x1d\x43hangeWallExternalTemperature\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n\x1f\x43hangeWallConvectionCoefficient\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeWallHeatFlux\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeWallHeatFlow\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12n\n\x15\x43hangeWallTemperature\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeWallExternalEmissivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,ansys/api/discovery/v0/conditions/wall.proto\x12&ansys.api.discovery.v0.conditions.wall\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xb9\x01\n\x1bWallFreeSlipCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12W\n\x13\x66reeslip_properties\x18\x04 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.FreeSlipProperties\"\xbc\x01\n\x1cWallFreeSlipCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12V\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32>.ansys.api.discovery.v0.conditions.wall.WallFreeSlipDefinition\"\xbf\x01\n\x1dWallStationaryCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12[\n\x15stationary_properties\x18\x04 \x01(\x0b\x32<.ansys.api.discovery.v0.conditions.wall.StationaryProperties\"\xc0\x01\n\x1eWallStationaryCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12X\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32@.ansys.api.discovery.v0.conditions.wall.WallStationaryDefinition\"\xc2\x01\n\x1eWallTranslationCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12]\n\x16translating_properties\x18\x04 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.TranslationProperties\"\xc2\x01\n\x1fWallTranslationCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12Y\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32\x41.ansys.api.discovery.v0.conditions.wall.WallTranslationDefinition\"\xb9\x01\n\x1bWallRotationCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12W\n\x13rotating_properties\x18\x04 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.RotationProperties\"\xbc\x01\n\x1cWallRotationCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12V\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32>.ansys.api.discovery.v0.conditions.wall.WallRotationDefinition\"\xb5\x01\n\x1e\x43hangeWallSpecificationRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12U\n\x12wall_specification\x18\x02 \x01(\x0e\x32\x39.ansys.api.discovery.v0.conditions.wall.WallSpecification\"\xdd\x01\n\x1e\x43hangeWallThermalOptionRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12V\n\x13wall_thermal_option\x18\x02 \x01(\x0e\x32\x39.ansys.api.discovery.v0.conditions.wall.WallThermalOption\x12%\n\x1dis_external_radiation_enabled\x18\x03 \x01(\x08\"\xba\x01\n\x12\x46reeSlipProperties\x12#\n\x1bwall_thermal_option_enabled\x18\x01 \x01(\x08\x12\x63\n\x17wall_thermal_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\xbc\x01\n\x14StationaryProperties\x12#\n\x1bwall_thermal_option_enabled\x18\x01 \x01(\x08\x12\x63\n\x17wall_thermal_properties\x18\x02 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\xf9\x01\n\x12RotationProperties\x12=\n\x13rotational_velocity\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12#\n\x1bwall_thermal_option_enabled\x18\x02 \x01(\x08\x12\x63\n\x17wall_thermal_properties\x18\x03 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\x85\x02\n\x15TranslationProperties\x12#\n\x1bwall_thermal_option_enabled\x18\x01 \x01(\x08\x12\x46\n\x16translational_velocity\x18\x02 \x01(\x0b\x32&.ansys.api.discovery.v0.QuantityVector\x12\x63\n\x17wall_thermal_properties\x18\x03 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.WallThermalPropertiesH\x00\x88\x01\x01\x42\x1a\n\x18_wall_thermal_properties\"\xb2\x05\n\x15WallThermalProperties\x12V\n\x13wall_thermal_option\x18\x01 \x01(\x0e\x32\x39.ansys.api.discovery.v0.conditions.wall.WallThermalOption\x12\x45\n\x13internal_emissivity\x18\x02 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantity\x12\x43\n\x14\x65xternal_temperature\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x00\x88\x01\x01\x12\x45\n\x16\x63onvection_coefficient\x18\x04 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x01\x88\x01\x01\x12\x37\n\x08heatflux\x18\x05 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x02\x88\x01\x01\x12\x37\n\x08heatflow\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x03\x88\x01\x01\x12:\n\x0btemperature\x18\x07 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x04\x88\x01\x01\x12J\n\x13\x65xternal_emissivity\x18\x08 \x01(\x0b\x32(.ansys.api.discovery.v0.OptionalQuantityH\x05\x88\x01\x01\x42\x17\n\x15_external_temperatureB\x19\n\x17_convection_coefficientB\x0b\n\t_heatfluxB\x0b\n\t_heatflowB\x0e\n\x0c_temperatureB\x16\n\x14_external_emissivity\"\x9d\x02\n\x16WallFreeSlipDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12X\n\x14\x66ree_slip_properties\x18\x06 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.FreeSlipProperties\"\xa2\x02\n\x18WallStationaryDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12[\n\x15stationary_properties\x18\x06 \x01(\x0b\x32<.ansys.api.discovery.v0.conditions.wall.StationaryProperties\"\x9c\x02\n\x16WallRotationDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12W\n\x13rotation_properties\x18\x06 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.wall.RotationProperties\"\xa5\x02\n\x19WallTranslationDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12]\n\x16translation_properties\x18\x06 \x01(\x0b\x32=.ansys.api.discovery.v0.conditions.wall.TranslationProperties*n\n\x11WallThermalOption\x12\r\n\tINSULATED\x10\x00\x12\x0e\n\nCONVECTION\x10\x01\x12\x0c\n\x08HEATFLUX\x10\x02\x12\x0c\n\x08HEATFLOW\x10\x03\x12\x0f\n\x0bTEMPERATURE\x10\x04\x12\r\n\tRADIATION\x10\x05*P\n\x11WallSpecification\x12\x0c\n\x08\x46REESLIP\x10\x00\x12\x0e\n\nSTATIONARY\x10\x01\x12\x0f\n\x0bTRANSLATING\x10\x02\x12\x0c\n\x08ROTATING\x10\x03\x32\xbf\x15\n\x04Wall\x12\x9f\x01\n\x12\x43reateWallFreeSlip\x12\x43.ansys.api.discovery.v0.conditions.wall.WallFreeSlipCreationRequest\x1a\x44.ansys.api.discovery.v0.conditions.wall.WallFreeSlipCreationResponse\x12\xa5\x01\n\x14\x43reateWallStationary\x12\x45.ansys.api.discovery.v0.conditions.wall.WallStationaryCreationRequest\x1a\x46.ansys.api.discovery.v0.conditions.wall.WallStationaryCreationResponse\x12\xa8\x01\n\x15\x43reateWallTranslating\x12\x46.ansys.api.discovery.v0.conditions.wall.WallTranslationCreationRequest\x1aG.ansys.api.discovery.v0.conditions.wall.WallTranslationCreationResponse\x12\x9f\x01\n\x12\x43reateWallRotating\x12\x43.ansys.api.discovery.v0.conditions.wall.WallRotationCreationRequest\x1a\x44.ansys.api.discovery.v0.conditions.wall.WallRotationCreationResponse\x12\x89\x01\n\x17\x43hangeWallSpecification\x12\x46.ansys.api.discovery.v0.conditions.wall.ChangeWallSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeWallLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12~\n%ChangeWallRotationalVelocityMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x81\x01\n(ChangeWallTranslationalVelocityMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n ChangeWallTranslationalVelocityX\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n ChangeWallTranslationalVelocityY\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1d\x43hangeWallThermalInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x89\x01\n\x17\x43hangeWallThermalOption\x12\x46.ansys.api.discovery.v0.conditions.wall.ChangeWallThermalOptionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x7f\n\'ChangeWallInternalRadiationInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x7f\n\'ChangeWallExternalRadiationInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeWallInternalEmissivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12v\n\x1d\x43hangeWallExternalTemperature\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12x\n\x1f\x43hangeWallConvectionCoefficient\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeWallHeatFlux\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12k\n\x12\x43hangeWallHeatFlow\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12n\n\x15\x43hangeWallTemperature\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12u\n\x1c\x43hangeWallExternalEmissivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
19
19
 
20
20
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
21
21
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditions.wall_pb2', globals())
@@ -23,10 +23,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
23
23
 
24
24
  DESCRIPTOR._options = None
25
25
  DESCRIPTOR._serialized_options = b'\252\002!Ansys.Api.Discovery.V0.Conditions'
26
- _WALLTHERMALOPTION._serialized_start=4822
27
- _WALLTHERMALOPTION._serialized_end=4932
28
- _WALLSPECIFICATION._serialized_start=4934
29
- _WALLSPECIFICATION._serialized_end=5014
26
+ _WALLTHERMALOPTION._serialized_start=4870
27
+ _WALLTHERMALOPTION._serialized_end=4980
28
+ _WALLSPECIFICATION._serialized_start=4982
29
+ _WALLSPECIFICATION._serialized_end=5062
30
30
  _WALLFREESLIPCREATIONREQUEST._serialized_start=169
31
31
  _WALLFREESLIPCREATIONREQUEST._serialized_end=354
32
32
  _WALLFREESLIPCREATIONRESPONSE._serialized_start=357
@@ -46,25 +46,25 @@ if _descriptor._USE_C_DESCRIPTORS == False:
46
46
  _CHANGEWALLSPECIFICATIONREQUEST._serialized_start=1710
47
47
  _CHANGEWALLSPECIFICATIONREQUEST._serialized_end=1891
48
48
  _CHANGEWALLTHERMALOPTIONREQUEST._serialized_start=1894
49
- _CHANGEWALLTHERMALOPTIONREQUEST._serialized_end=2076
50
- _FREESLIPPROPERTIES._serialized_start=2079
51
- _FREESLIPPROPERTIES._serialized_end=2265
52
- _STATIONARYPROPERTIES._serialized_start=2268
53
- _STATIONARYPROPERTIES._serialized_end=2456
54
- _ROTATIONPROPERTIES._serialized_start=2459
55
- _ROTATIONPROPERTIES._serialized_end=2708
56
- _TRANSLATIONPROPERTIES._serialized_start=2711
57
- _TRANSLATIONPROPERTIES._serialized_end=2972
58
- _WALLTHERMALPROPERTIES._serialized_start=2975
59
- _WALLTHERMALPROPERTIES._serialized_end=3656
60
- _WALLFREESLIPDEFINITION._serialized_start=3659
61
- _WALLFREESLIPDEFINITION._serialized_end=3944
62
- _WALLSTATIONARYDEFINITION._serialized_start=3947
63
- _WALLSTATIONARYDEFINITION._serialized_end=4237
64
- _WALLROTATIONDEFINITION._serialized_start=4240
65
- _WALLROTATIONDEFINITION._serialized_end=4524
66
- _WALLTRANSLATIONDEFINITION._serialized_start=4527
67
- _WALLTRANSLATIONDEFINITION._serialized_end=4820
68
- _WALL._serialized_start=5017
69
- _WALL._serialized_end=7385
49
+ _CHANGEWALLTHERMALOPTIONREQUEST._serialized_end=2115
50
+ _FREESLIPPROPERTIES._serialized_start=2118
51
+ _FREESLIPPROPERTIES._serialized_end=2304
52
+ _STATIONARYPROPERTIES._serialized_start=2307
53
+ _STATIONARYPROPERTIES._serialized_end=2495
54
+ _ROTATIONPROPERTIES._serialized_start=2498
55
+ _ROTATIONPROPERTIES._serialized_end=2747
56
+ _TRANSLATIONPROPERTIES._serialized_start=2750
57
+ _TRANSLATIONPROPERTIES._serialized_end=3011
58
+ _WALLTHERMALPROPERTIES._serialized_start=3014
59
+ _WALLTHERMALPROPERTIES._serialized_end=3704
60
+ _WALLFREESLIPDEFINITION._serialized_start=3707
61
+ _WALLFREESLIPDEFINITION._serialized_end=3992
62
+ _WALLSTATIONARYDEFINITION._serialized_start=3995
63
+ _WALLSTATIONARYDEFINITION._serialized_end=4285
64
+ _WALLROTATIONDEFINITION._serialized_start=4288
65
+ _WALLROTATIONDEFINITION._serialized_end=4572
66
+ _WALLTRANSLATIONDEFINITION._serialized_start=4575
67
+ _WALLTRANSLATIONDEFINITION._serialized_end=4868
68
+ _WALL._serialized_start=5065
69
+ _WALL._serialized_end=7816
70
70
  # @@protoc_insertion_point(module_scope)
@@ -223,16 +223,19 @@ class ChangeWallThermalOptionRequest(google.protobuf.message.Message):
223
223
  DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
224
224
  OBJECT_ID_FIELD_NUMBER: builtins.int
225
225
  WALL_THERMAL_OPTION_FIELD_NUMBER: builtins.int
226
+ IS_EXTERNAL_RADIATION_ENABLED_FIELD_NUMBER: builtins.int
226
227
  @property
227
228
  def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
228
229
  wall_thermal_option: global___WallThermalOption.ValueType = ...
230
+ is_external_radiation_enabled: builtins.bool = ...
229
231
  def __init__(self,
230
232
  *,
231
233
  object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
232
234
  wall_thermal_option : global___WallThermalOption.ValueType = ...,
235
+ is_external_radiation_enabled : builtins.bool = ...,
233
236
  ) -> None: ...
234
237
  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: ...
238
+ def ClearField(self, field_name: typing_extensions.Literal["is_external_radiation_enabled",b"is_external_radiation_enabled","object_id",b"object_id","wall_thermal_option",b"wall_thermal_option"]) -> None: ...
236
239
  global___ChangeWallThermalOptionRequest = ChangeWallThermalOptionRequest
237
240
 
238
241
  class FreeSlipProperties(google.protobuf.message.Message):
@@ -317,7 +320,7 @@ global___TranslationProperties = TranslationProperties
317
320
  class WallThermalProperties(google.protobuf.message.Message):
318
321
  DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
319
322
  WALL_THERMAL_OPTION_FIELD_NUMBER: builtins.int
320
- INTERNAL_RADIATION_FIELD_NUMBER: builtins.int
323
+ INTERNAL_EMISSIVITY_FIELD_NUMBER: builtins.int
321
324
  EXTERNAL_TEMPERATURE_FIELD_NUMBER: builtins.int
322
325
  CONVECTION_COEFFICIENT_FIELD_NUMBER: builtins.int
323
326
  HEATFLUX_FIELD_NUMBER: builtins.int
@@ -326,7 +329,7 @@ class WallThermalProperties(google.protobuf.message.Message):
326
329
  EXTERNAL_EMISSIVITY_FIELD_NUMBER: builtins.int
327
330
  wall_thermal_option: global___WallThermalOption.ValueType = ...
328
331
  @property
329
- def internal_radiation(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalQuantity: ...
332
+ def internal_emissivity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalQuantity: ...
330
333
  @property
331
334
  def external_temperature(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
332
335
  @property
@@ -338,20 +341,20 @@ class WallThermalProperties(google.protobuf.message.Message):
338
341
  @property
339
342
  def temperature(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
340
343
  @property
341
- def external_emissivity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
344
+ def external_emissivity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.OptionalQuantity: ...
342
345
  def __init__(self,
343
346
  *,
344
347
  wall_thermal_option : global___WallThermalOption.ValueType = ...,
345
- internal_radiation : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalQuantity] = ...,
348
+ internal_emissivity : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalQuantity] = ...,
346
349
  external_temperature : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
347
350
  convection_coefficient : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
348
351
  heatflux : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
349
352
  heatflow : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
350
353
  temperature : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
351
- external_emissivity : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
354
+ external_emissivity : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.OptionalQuantity] = ...,
352
355
  ) -> 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: ...
356
+ 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_emissivity",b"internal_emissivity","temperature",b"temperature"]) -> builtins.bool: ...
357
+ 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_emissivity",b"internal_emissivity","temperature",b"temperature","wall_thermal_option",b"wall_thermal_option"]) -> None: ...
355
358
  @typing.overload
356
359
  def WhichOneof(self, oneof_group: typing_extensions.Literal["_convection_coefficient",b"_convection_coefficient"]) -> typing.Optional[typing_extensions.Literal["convection_coefficient"]]: ...
357
360
  @typing.overload
@@ -25,13 +25,13 @@ class WallStub(object):
25
25
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallStationaryCreationRequest.SerializeToString,
26
26
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallStationaryCreationResponse.FromString,
27
27
  )
28
- self.CreateWallRotating = channel.unary_unary(
29
- '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallRotating',
28
+ self.CreateWallTranslating = channel.unary_unary(
29
+ '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallTranslating',
30
30
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationRequest.SerializeToString,
31
31
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationResponse.FromString,
32
32
  )
33
- self.CreateWallTranslating = channel.unary_unary(
34
- '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallTranslating',
33
+ self.CreateWallRotating = channel.unary_unary(
34
+ '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallRotating',
35
35
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationRequest.SerializeToString,
36
36
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationResponse.FromString,
37
37
  )
@@ -55,6 +55,16 @@ class WallStub(object):
55
55
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
56
56
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
57
57
  )
58
+ self.ChangeWallTranslationalVelocityX = channel.unary_unary(
59
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallTranslationalVelocityX',
60
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
61
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
62
+ )
63
+ self.ChangeWallTranslationalVelocityY = channel.unary_unary(
64
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallTranslationalVelocityY',
65
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
66
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
67
+ )
58
68
  self.ChangeWallThermalInputEnabled = channel.unary_unary(
59
69
  '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallThermalInputEnabled',
60
70
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
@@ -65,8 +75,13 @@ class WallStub(object):
65
75
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.ChangeWallThermalOptionRequest.SerializeToString,
66
76
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
67
77
  )
68
- self.ChangeWallRadiationInputEnabled = channel.unary_unary(
69
- '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallRadiationInputEnabled',
78
+ self.ChangeWallInternalRadiationInputEnabled = channel.unary_unary(
79
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallInternalRadiationInputEnabled',
80
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
81
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
82
+ )
83
+ self.ChangeWallExternalRadiationInputEnabled = channel.unary_unary(
84
+ '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallExternalRadiationInputEnabled',
70
85
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
71
86
  response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
72
87
  )
@@ -123,13 +138,13 @@ class WallServicer(object):
123
138
  context.set_details('Method not implemented!')
124
139
  raise NotImplementedError('Method not implemented!')
125
140
 
126
- def CreateWallRotating(self, request, context):
141
+ def CreateWallTranslating(self, request, context):
127
142
  """Missing associated documentation comment in .proto file."""
128
143
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
129
144
  context.set_details('Method not implemented!')
130
145
  raise NotImplementedError('Method not implemented!')
131
146
 
132
- def CreateWallTranslating(self, request, context):
147
+ def CreateWallRotating(self, request, context):
133
148
  """Missing associated documentation comment in .proto file."""
134
149
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
135
150
  context.set_details('Method not implemented!')
@@ -161,6 +176,18 @@ class WallServicer(object):
161
176
  context.set_details('Method not implemented!')
162
177
  raise NotImplementedError('Method not implemented!')
163
178
 
179
+ def ChangeWallTranslationalVelocityX(self, request, context):
180
+ """Missing associated documentation comment in .proto file."""
181
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
182
+ context.set_details('Method not implemented!')
183
+ raise NotImplementedError('Method not implemented!')
184
+
185
+ def ChangeWallTranslationalVelocityY(self, request, context):
186
+ """Missing associated documentation comment in .proto file."""
187
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
188
+ context.set_details('Method not implemented!')
189
+ raise NotImplementedError('Method not implemented!')
190
+
164
191
  def ChangeWallThermalInputEnabled(self, request, context):
165
192
  """Thermal quantities
166
193
 
@@ -175,7 +202,13 @@ class WallServicer(object):
175
202
  context.set_details('Method not implemented!')
176
203
  raise NotImplementedError('Method not implemented!')
177
204
 
178
- def ChangeWallRadiationInputEnabled(self, request, context):
205
+ def ChangeWallInternalRadiationInputEnabled(self, request, context):
206
+ """Missing associated documentation comment in .proto file."""
207
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
208
+ context.set_details('Method not implemented!')
209
+ raise NotImplementedError('Method not implemented!')
210
+
211
+ def ChangeWallExternalRadiationInputEnabled(self, request, context):
179
212
  """Missing associated documentation comment in .proto file."""
180
213
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
181
214
  context.set_details('Method not implemented!')
@@ -236,13 +269,13 @@ def add_WallServicer_to_server(servicer, server):
236
269
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallStationaryCreationRequest.FromString,
237
270
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallStationaryCreationResponse.SerializeToString,
238
271
  ),
239
- 'CreateWallRotating': grpc.unary_unary_rpc_method_handler(
240
- servicer.CreateWallRotating,
272
+ 'CreateWallTranslating': grpc.unary_unary_rpc_method_handler(
273
+ servicer.CreateWallTranslating,
241
274
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationRequest.FromString,
242
275
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationResponse.SerializeToString,
243
276
  ),
244
- 'CreateWallTranslating': grpc.unary_unary_rpc_method_handler(
245
- servicer.CreateWallTranslating,
277
+ 'CreateWallRotating': grpc.unary_unary_rpc_method_handler(
278
+ servicer.CreateWallRotating,
246
279
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationRequest.FromString,
247
280
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationResponse.SerializeToString,
248
281
  ),
@@ -266,6 +299,16 @@ def add_WallServicer_to_server(servicer, server):
266
299
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
267
300
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
268
301
  ),
302
+ 'ChangeWallTranslationalVelocityX': grpc.unary_unary_rpc_method_handler(
303
+ servicer.ChangeWallTranslationalVelocityX,
304
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
305
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
306
+ ),
307
+ 'ChangeWallTranslationalVelocityY': grpc.unary_unary_rpc_method_handler(
308
+ servicer.ChangeWallTranslationalVelocityY,
309
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
310
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
311
+ ),
269
312
  'ChangeWallThermalInputEnabled': grpc.unary_unary_rpc_method_handler(
270
313
  servicer.ChangeWallThermalInputEnabled,
271
314
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
@@ -276,8 +319,13 @@ def add_WallServicer_to_server(servicer, server):
276
319
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.ChangeWallThermalOptionRequest.FromString,
277
320
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
278
321
  ),
279
- 'ChangeWallRadiationInputEnabled': grpc.unary_unary_rpc_method_handler(
280
- servicer.ChangeWallRadiationInputEnabled,
322
+ 'ChangeWallInternalRadiationInputEnabled': grpc.unary_unary_rpc_method_handler(
323
+ servicer.ChangeWallInternalRadiationInputEnabled,
324
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
325
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
326
+ ),
327
+ 'ChangeWallExternalRadiationInputEnabled': grpc.unary_unary_rpc_method_handler(
328
+ servicer.ChangeWallExternalRadiationInputEnabled,
281
329
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
282
330
  response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
283
331
  ),
@@ -361,7 +409,7 @@ class Wall(object):
361
409
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
362
410
 
363
411
  @staticmethod
364
- def CreateWallRotating(request,
412
+ def CreateWallTranslating(request,
365
413
  target,
366
414
  options=(),
367
415
  channel_credentials=None,
@@ -371,14 +419,14 @@ class Wall(object):
371
419
  wait_for_ready=None,
372
420
  timeout=None,
373
421
  metadata=None):
374
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallRotating',
422
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallTranslating',
375
423
  ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationRequest.SerializeToString,
376
424
  ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallTranslationCreationResponse.FromString,
377
425
  options, channel_credentials,
378
426
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
379
427
 
380
428
  @staticmethod
381
- def CreateWallTranslating(request,
429
+ def CreateWallRotating(request,
382
430
  target,
383
431
  options=(),
384
432
  channel_credentials=None,
@@ -388,7 +436,7 @@ class Wall(object):
388
436
  wait_for_ready=None,
389
437
  timeout=None,
390
438
  metadata=None):
391
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallTranslating',
439
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/CreateWallRotating',
392
440
  ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationRequest.SerializeToString,
393
441
  ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_wall__pb2.WallRotationCreationResponse.FromString,
394
442
  options, channel_credentials,
@@ -462,6 +510,40 @@ class Wall(object):
462
510
  options, channel_credentials,
463
511
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
464
512
 
513
+ @staticmethod
514
+ def ChangeWallTranslationalVelocityX(request,
515
+ target,
516
+ options=(),
517
+ channel_credentials=None,
518
+ call_credentials=None,
519
+ insecure=False,
520
+ compression=None,
521
+ wait_for_ready=None,
522
+ timeout=None,
523
+ metadata=None):
524
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallTranslationalVelocityX',
525
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
526
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
527
+ options, channel_credentials,
528
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
529
+
530
+ @staticmethod
531
+ def ChangeWallTranslationalVelocityY(request,
532
+ target,
533
+ options=(),
534
+ channel_credentials=None,
535
+ call_credentials=None,
536
+ insecure=False,
537
+ compression=None,
538
+ wait_for_ready=None,
539
+ timeout=None,
540
+ metadata=None):
541
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallTranslationalVelocityY',
542
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
543
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
544
+ options, channel_credentials,
545
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
546
+
465
547
  @staticmethod
466
548
  def ChangeWallThermalInputEnabled(request,
467
549
  target,
@@ -497,7 +579,24 @@ class Wall(object):
497
579
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
498
580
 
499
581
  @staticmethod
500
- def ChangeWallRadiationInputEnabled(request,
582
+ def ChangeWallInternalRadiationInputEnabled(request,
583
+ target,
584
+ options=(),
585
+ channel_credentials=None,
586
+ call_credentials=None,
587
+ insecure=False,
588
+ compression=None,
589
+ wait_for_ready=None,
590
+ timeout=None,
591
+ metadata=None):
592
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallInternalRadiationInputEnabled',
593
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
594
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
595
+ options, channel_credentials,
596
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
597
+
598
+ @staticmethod
599
+ def ChangeWallExternalRadiationInputEnabled(request,
501
600
  target,
502
601
  options=(),
503
602
  channel_credentials=None,
@@ -507,7 +606,7 @@ class Wall(object):
507
606
  wait_for_ready=None,
508
607
  timeout=None,
509
608
  metadata=None):
510
- return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallRadiationInputEnabled',
609
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.wall.Wall/ChangeWallExternalRadiationInputEnabled',
511
610
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
512
611
  ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
513
612
  options, channel_credentials,