ansys-api-discovery 0.6.0__py3-none-any.whl → 0.6.1__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 (37) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/conditions.proto +3 -3
  3. ansys/api/discovery/v0/conditions_pb2.py +2 -2
  4. ansys/api/discovery/v0/conditions_pb2_grpc.py +9 -9
  5. ansys/api/discovery/v0/conditions_pb2_grpc.pyi +6 -6
  6. ansys/api/discovery/v0/conditionsfluid.proto +25 -25
  7. ansys/api/discovery/v0/conditionsfluid_pb2.py +60 -60
  8. ansys/api/discovery/v0/conditionsfluid_pb2.pyi +24 -24
  9. ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py +39 -39
  10. ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi +26 -26
  11. ansys/api/discovery/v0/conditionsstructural.proto +89 -89
  12. ansys/api/discovery/v0/conditionsstructural_pb2.py +86 -86
  13. ansys/api/discovery/v0/conditionsstructural_pb2.pyi +36 -36
  14. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +204 -204
  15. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +136 -136
  16. ansys/api/discovery/v0/conditionsthermal.proto +21 -21
  17. ansys/api/discovery/v0/conditionsthermal_pb2.py +36 -36
  18. ansys/api/discovery/v0/conditionsthermal_pb2.pyi +20 -20
  19. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py +33 -33
  20. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +22 -22
  21. ansys/api/discovery/v0/discoverymodels.proto +3 -3
  22. ansys/api/discovery/v0/discoverymodels_pb2.py +27 -27
  23. ansys/api/discovery/v0/discoverymodels_pb2.pyi +6 -6
  24. ansys/api/discovery/v0/monitors.proto +137 -0
  25. ansys/api/discovery/v0/monitors_pb2.py +42 -0
  26. ansys/api/discovery/v0/monitors_pb2.pyi +307 -0
  27. ansys/api/discovery/v0/monitors_pb2_grpc.py +67 -0
  28. ansys/api/discovery/v0/monitors_pb2_grpc.pyi +27 -0
  29. ansys/api/discovery/v0/solution.proto +5 -4
  30. ansys/api/discovery/v0/solution_pb2.py +9 -9
  31. ansys/api/discovery/v0/solution_pb2.pyi +17 -12
  32. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/METADATA +2 -2
  33. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/RECORD +37 -32
  34. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/WHEEL +1 -1
  35. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/LICENSE +0 -0
  36. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/entry_points.txt +0 -0
  37. {ansys_api_discovery-0.6.0.dist-info → ansys_api_discovery-0.6.1.dist-info}/top_level.txt +0 -0
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
@@ -9,11 +9,11 @@ option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
9
9
  service Conditions
10
10
  {
11
11
  //General condition methods
12
- rpc DeleteCondition(DeleteConditionRequest) returns (ConditionChangedResponse);
12
+ rpc DeleteCondition(DeleteConditionRequest) returns (ChangeResponse);
13
13
 
14
- rpc ChangeConditionSuppressionState(ChangeConditionSuppressionStateRequest) returns (ConditionChangedResponse);
14
+ rpc ChangeConditionSuppressionState(ChangeConditionSuppressionStateRequest) returns (ChangeResponse);
15
15
 
16
- rpc ChangeConditionName(ChangeConditionNameRequest) returns (ConditionChangedResponse);
16
+ rpc ChangeConditionName(ChangeConditionNameRequest) returns (ChangeResponse);
17
17
  }
18
18
 
19
19
  //General Requests
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
14
14
  from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
15
15
 
16
16
 
17
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'ansys/api/discovery/v0/conditions.proto\x12!ansys.api.discovery.v0.conditions\x1a,ansys/api/discovery/v0/discoverymodels.proto\"+\n\x16\x44\x65leteConditionRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\"R\n&ChangeConditionSuppressionStateRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x15\n\ris_suppressed\x18\x02 \x01(\x08\"A\n\x1a\x43hangeConditionNameRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x10\n\x08new_name\x18\x02 \x01(\t2\xb6\x03\n\nConditions\x12~\n\x0f\x44\x65leteCondition\x12\x39.ansys.api.discovery.v0.conditions.DeleteConditionRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x9e\x01\n\x1f\x43hangeConditionSuppressionState\x12I.ansys.api.discovery.v0.conditions.ChangeConditionSuppressionStateRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x86\x01\n\x13\x43hangeConditionName\x12=.ansys.api.discovery.v0.conditions.ChangeConditionNameRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'ansys/api/discovery/v0/conditions.proto\x12!ansys.api.discovery.v0.conditions\x1a,ansys/api/discovery/v0/discoverymodels.proto\"+\n\x16\x44\x65leteConditionRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\"R\n&ChangeConditionSuppressionStateRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x15\n\ris_suppressed\x18\x02 \x01(\x08\"A\n\x1a\x43hangeConditionNameRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x10\n\x08new_name\x18\x02 \x01(\t2\x97\x03\n\nConditions\x12t\n\x0f\x44\x65leteCondition\x12\x39.ansys.api.discovery.v0.conditions.DeleteConditionRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x94\x01\n\x1f\x43hangeConditionSuppressionState\x12I.ansys.api.discovery.v0.conditions.ChangeConditionSuppressionStateRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12|\n\x13\x43hangeConditionName\x12=.ansys.api.discovery.v0.conditions.ChangeConditionNameRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
18
18
 
19
19
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
20
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditions_pb2', globals())
@@ -29,5 +29,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
29
29
  _CHANGECONDITIONNAMEREQUEST._serialized_start=253
30
30
  _CHANGECONDITIONNAMEREQUEST._serialized_end=318
31
31
  _CONDITIONS._serialized_start=321
32
- _CONDITIONS._serialized_end=759
32
+ _CONDITIONS._serialized_end=728
33
33
  # @@protoc_insertion_point(module_scope)
@@ -18,17 +18,17 @@ class ConditionsStub(object):
18
18
  self.DeleteCondition = channel.unary_unary(
19
19
  '/ansys.api.discovery.v0.conditions.Conditions/DeleteCondition',
20
20
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions__pb2.DeleteConditionRequest.SerializeToString,
21
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
21
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
22
22
  )
23
23
  self.ChangeConditionSuppressionState = channel.unary_unary(
24
24
  '/ansys.api.discovery.v0.conditions.Conditions/ChangeConditionSuppressionState',
25
25
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions__pb2.ChangeConditionSuppressionStateRequest.SerializeToString,
26
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
26
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
27
27
  )
28
28
  self.ChangeConditionName = channel.unary_unary(
29
29
  '/ansys.api.discovery.v0.conditions.Conditions/ChangeConditionName',
30
30
  request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions__pb2.ChangeConditionNameRequest.SerializeToString,
31
- response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
31
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
32
32
  )
33
33
 
34
34
 
@@ -60,17 +60,17 @@ def add_ConditionsServicer_to_server(servicer, server):
60
60
  'DeleteCondition': grpc.unary_unary_rpc_method_handler(
61
61
  servicer.DeleteCondition,
62
62
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions__pb2.DeleteConditionRequest.FromString,
63
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
63
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
64
64
  ),
65
65
  'ChangeConditionSuppressionState': grpc.unary_unary_rpc_method_handler(
66
66
  servicer.ChangeConditionSuppressionState,
67
67
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions__pb2.ChangeConditionSuppressionStateRequest.FromString,
68
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
68
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
69
69
  ),
70
70
  'ChangeConditionName': grpc.unary_unary_rpc_method_handler(
71
71
  servicer.ChangeConditionName,
72
72
  request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions__pb2.ChangeConditionNameRequest.FromString,
73
- response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.SerializeToString,
73
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
74
74
  ),
75
75
  }
76
76
  generic_handler = grpc.method_handlers_generic_handler(
@@ -95,7 +95,7 @@ class Conditions(object):
95
95
  metadata=None):
96
96
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.Conditions/DeleteCondition',
97
97
  ansys_dot_api_dot_discovery_dot_v0_dot_conditions__pb2.DeleteConditionRequest.SerializeToString,
98
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
98
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
99
99
  options, channel_credentials,
100
100
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
101
101
 
@@ -112,7 +112,7 @@ class Conditions(object):
112
112
  metadata=None):
113
113
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.Conditions/ChangeConditionSuppressionState',
114
114
  ansys_dot_api_dot_discovery_dot_v0_dot_conditions__pb2.ChangeConditionSuppressionStateRequest.SerializeToString,
115
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
115
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
116
116
  options, channel_credentials,
117
117
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
118
118
 
@@ -129,6 +129,6 @@ class Conditions(object):
129
129
  metadata=None):
130
130
  return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.Conditions/ChangeConditionName',
131
131
  ansys_dot_api_dot_discovery_dot_v0_dot_conditions__pb2.ChangeConditionNameRequest.SerializeToString,
132
- ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ConditionChangedResponse.FromString,
132
+ ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
133
133
  options, channel_credentials,
134
134
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@@ -11,16 +11,16 @@ class ConditionsStub:
11
11
  def __init__(self, channel: grpc.Channel) -> None: ...
12
12
  DeleteCondition: grpc.UnaryUnaryMultiCallable[
13
13
  ansys.api.discovery.v0.conditions_pb2.DeleteConditionRequest,
14
- ansys.api.discovery.v0.discoverymodels_pb2.ConditionChangedResponse] = ...
14
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
15
15
  """General condition methods"""
16
16
 
17
17
  ChangeConditionSuppressionState: grpc.UnaryUnaryMultiCallable[
18
18
  ansys.api.discovery.v0.conditions_pb2.ChangeConditionSuppressionStateRequest,
19
- ansys.api.discovery.v0.discoverymodels_pb2.ConditionChangedResponse] = ...
19
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
20
20
 
21
21
  ChangeConditionName: grpc.UnaryUnaryMultiCallable[
22
22
  ansys.api.discovery.v0.conditions_pb2.ChangeConditionNameRequest,
23
- ansys.api.discovery.v0.discoverymodels_pb2.ConditionChangedResponse] = ...
23
+ ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse] = ...
24
24
 
25
25
 
26
26
  class ConditionsServicer(metaclass=abc.ABCMeta):
@@ -28,7 +28,7 @@ class ConditionsServicer(metaclass=abc.ABCMeta):
28
28
  def DeleteCondition(self,
29
29
  request: ansys.api.discovery.v0.conditions_pb2.DeleteConditionRequest,
30
30
  context: grpc.ServicerContext,
31
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ConditionChangedResponse:
31
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse:
32
32
  """General condition methods"""
33
33
  pass
34
34
 
@@ -36,13 +36,13 @@ class ConditionsServicer(metaclass=abc.ABCMeta):
36
36
  def ChangeConditionSuppressionState(self,
37
37
  request: ansys.api.discovery.v0.conditions_pb2.ChangeConditionSuppressionStateRequest,
38
38
  context: grpc.ServicerContext,
39
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ConditionChangedResponse: ...
39
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
40
40
 
41
41
  @abc.abstractmethod
42
42
  def ChangeConditionName(self,
43
43
  request: ansys.api.discovery.v0.conditions_pb2.ChangeConditionNameRequest,
44
44
  context: grpc.ServicerContext,
45
- ) -> ansys.api.discovery.v0.discoverymodels_pb2.ConditionChangedResponse: ...
45
+ ) -> ansys.api.discovery.v0.discoverymodels_pb2.ChangeResponse: ...
46
46
 
47
47
 
48
48
  def add_ConditionsServicer_to_server(servicer: ConditionsServicer, server: grpc.Server) -> None: ...
@@ -21,97 +21,97 @@ service ConditionsFluid
21
21
 
22
22
  rpc CreateFlowMassFlowOutlet(FlowMassFlowOutletCreationRequest) returns (FlowMassFlowOutletCreationResponse);
23
23
 
24
- rpc ChangeFlowLocation(ChangeLocationRequest) returns (ConditionChangedResponse);
24
+ rpc ChangeFlowLocation(ChangeLocationRequest) returns (ChangeResponse);
25
25
 
26
- rpc ChangeFlowVelocityInletMagnitude(ChangeQuantityRequest) returns (ConditionChangedResponse);
26
+ rpc ChangeFlowVelocityInletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
27
27
 
28
- rpc ChangeFlowVelocityOutletMagnitude(ChangeQuantityRequest) returns (ConditionChangedResponse);
28
+ rpc ChangeFlowVelocityOutletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
29
29
 
30
- rpc ChangeFlowPressureInletMagnitude(ChangeQuantityRequest) returns (ConditionChangedResponse);
30
+ rpc ChangeFlowPressureInletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
31
31
 
32
- rpc ChangeFlowPressureOutletMagnitude(ChangeQuantityRequest) returns (ConditionChangedResponse);
32
+ rpc ChangeFlowPressureOutletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
33
33
 
34
- rpc ChangeFlowMassFlowInletMagnitude(ChangeQuantityRequest) returns (ConditionChangedResponse);
34
+ rpc ChangeFlowMassFlowInletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
35
35
 
36
- rpc ChangeFlowMassFlowOutletMagnitude(ChangeQuantityRequest) returns (ConditionChangedResponse);
36
+ rpc ChangeFlowMassFlowOutletMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
37
37
 
38
- rpc ChangeFlowTemperatureInputEnabled(ChangeBooleanRequest) returns (ConditionChangedResponse);
38
+ rpc ChangeFlowTemperatureInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
39
39
 
40
- rpc ChangeFlowTemperatureMagnitude(ChangeQuantityRequest) returns (ConditionChangedResponse);
40
+ rpc ChangeFlowTemperatureMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
41
41
 
42
- rpc ChangeFlowSwirlingInputEnabled(ChangeBooleanRequest) returns (ConditionChangedResponse);
42
+ rpc ChangeFlowSwirlingInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
43
43
 
44
- rpc ChangeFlowSwirlingMagnitude(ChangeQuantityRequest) returns (ConditionChangedResponse);
44
+ rpc ChangeFlowSwirlingMagnitude(ChangeQuantityRequest) returns (ChangeResponse);
45
45
 
46
- rpc ChangeFlowSpecification(ChangeFlowSpecificationRequest) returns (ConditionChangedResponse);
46
+ rpc ChangeFlowSpecification(ChangeFlowSpecificationRequest) returns (ChangeResponse);
47
47
 
48
- rpc ChangeFlowDirection(ChangeFlowDirectionRequest) returns (ConditionChangedResponse);
48
+ rpc ChangeFlowDirection(ChangeFlowDirectionRequest) returns (ChangeResponse);
49
49
  }
50
50
 
51
51
  // Command Requests and Responses
52
52
 
53
53
  // Velocity In
54
54
  message FlowVelocityInletCreationRequest{
55
- ScopedConditionCreationData creation_data = 2;
55
+ ScopedCreationData creation_data = 2;
56
56
  VelocityInletProperties velocity_inlet = 4;
57
57
  }
58
58
 
59
59
  message FlowVelocityInletCreationResponse{
60
- ConditionCreationResponse condition_response = 1;
60
+ CreationResponse condition_response = 1;
61
61
  FlowVelocityInletDefinition condition_data = 2;
62
62
  }
63
63
 
64
64
  // Velocity Out
65
65
  message FlowVelocityOutletCreationRequest{
66
- ScopedConditionCreationData creation_data = 1;
66
+ ScopedCreationData creation_data = 1;
67
67
  VelocityOutletProperties velocity_outlet = 2;
68
68
  }
69
69
 
70
70
  message FlowVelocityOutletCreationResponse{
71
- ConditionCreationResponse condition_response = 1;
71
+ CreationResponse condition_response = 1;
72
72
  FlowVelocityOutletDefinition condition_data = 2;
73
73
  }
74
74
 
75
75
  // Pressure In
76
76
  message FlowPressureInletCreationRequest{
77
- ScopedConditionCreationData creation_data = 1;
77
+ ScopedCreationData creation_data = 1;
78
78
  PressureInletProperties pressure_inlet = 2;
79
79
  }
80
80
 
81
81
  message FlowPressureInletCreationResponse{
82
- ConditionCreationResponse condition_response = 1;
82
+ CreationResponse condition_response = 1;
83
83
  FlowPressureInletDefinition condition_data = 2;
84
84
  }
85
85
 
86
86
  // Pressure Out
87
87
  message FlowPressureOutletCreationRequest{
88
- ScopedConditionCreationData creation_data = 1;
88
+ ScopedCreationData creation_data = 1;
89
89
  PressureOutletProperties pressure_outlet = 2;
90
90
  }
91
91
  message FlowPressureOutletCreationResponse{
92
- ConditionCreationResponse condition_response = 1;
92
+ CreationResponse condition_response = 1;
93
93
  FlowPressureOutletDefinition condition_data = 2;
94
94
  }
95
95
 
96
96
  // Mass Flow In
97
97
  message FlowMassFlowInletCreationRequest{
98
- ScopedConditionCreationData creation_data = 1;
98
+ ScopedCreationData creation_data = 1;
99
99
  MassFlowInletProperties mass_flow_inlet = 2;
100
100
  }
101
101
 
102
102
  message FlowMassFlowInletCreationResponse{
103
- ConditionCreationResponse condition_response = 1;
103
+ CreationResponse condition_response = 1;
104
104
  FlowMassFlowInletDefinition condition_data = 2;
105
105
  }
106
106
 
107
107
  // Mass Flow Out
108
108
  message FlowMassFlowOutletCreationRequest{
109
- ScopedConditionCreationData creation_data = 1;
109
+ ScopedCreationData creation_data = 1;
110
110
  MassFlowOutletProperties mass_flow_outlet = 2;
111
111
  }
112
112
 
113
113
  message FlowMassFlowOutletCreationResponse{
114
- ConditionCreationResponse condition_response = 1;
114
+ CreationResponse condition_response = 1;
115
115
  FlowMassFlowOutletDefinition condition_data = 2;
116
116
  }
117
117
 
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
14
14
  from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
15
15
 
16
16
 
17
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,ansys/api/discovery/v0/conditionsfluid.proto\x12\x31\x61nsys.api.discovery.v0.conditions.conditionsfluid\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xd2\x01\n FlowVelocityInletCreationRequest\x12J\n\rcreation_data\x18\x02 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12\x62\n\x0evelocity_inlet\x18\x04 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityInletProperties\"\xda\x01\n!FlowVelocityInletCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12\x66\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityInletDefinition\"\xd5\x01\n!FlowVelocityOutletCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12\x64\n\x0fvelocity_outlet\x18\x02 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityOutletProperties\"\xdc\x01\n\"FlowVelocityOutletCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12g\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32O.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityOutletDefinition\"\xd2\x01\n FlowPressureInletCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12\x62\n\x0epressure_inlet\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.PressureInletProperties\"\xda\x01\n!FlowPressureInletCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12\x66\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureInletDefinition\"\xd5\x01\n!FlowPressureOutletCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12\x64\n\x0fpressure_outlet\x18\x02 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.PressureOutletProperties\"\xdc\x01\n\"FlowPressureOutletCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12g\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32O.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureOutletDefinition\"\xd3\x01\n FlowMassFlowInletCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12\x63\n\x0fmass_flow_inlet\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.MassFlowInletProperties\"\xda\x01\n!FlowMassFlowInletCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12\x66\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowInletDefinition\"\xd6\x01\n!FlowMassFlowOutletCreationRequest\x12J\n\rcreation_data\x18\x01 \x01(\x0b\x32\x33.ansys.api.discovery.v0.ScopedConditionCreationData\x12\x65\n\x10mass_flow_outlet\x18\x02 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.MassFlowOutletProperties\"\xdc\x01\n\"FlowMassFlowOutletCreationResponse\x12M\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32\x31.ansys.api.discovery.v0.ConditionCreationResponse\x12g\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32O.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowOutletDefinition\"\x9a\x01\n\x1e\x43hangeFlowSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x65\n\rspecification\x18\x02 \x01(\x0e\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowSpecificationDefinition\"\xb0\x01\n\x1a\x43hangeFlowDirectionRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12]\n\tdirection\x18\x02 \x01(\x0e\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.FlowDirectionDefinition\x12 \n\x18reset_to_default_subtype\x18\x03 \x01(\x08\"\x81\x02\n\x17VelocityInletProperties\x12/\n\x05speed\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.FlowThermalProperties\x12\x13\n\x0bis_swirling\x18\x03 \x01(\x08\x12:\n\x10rotational_speed\x18\x04 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"K\n\x18VelocityOutletProperties\x12/\n\x05speed\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xb3\x01\n\x17PressureInletProperties\x12\x32\n\x08pressure\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.FlowThermalProperties\"\xb4\x01\n\x18PressureOutletProperties\x12\x32\n\x08pressure\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.FlowThermalProperties\"\xb4\x01\n\x17MassFlowInletProperties\x12\x33\n\tmass_flow\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.FlowThermalProperties\"O\n\x18MassFlowOutletProperties\x12\x33\n\tmass_flow\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"b\n\x15\x46lowThermalProperties\x12\x12\n\nis_thermal\x18\x01 \x01(\x08\x12\x35\n\x0btemperature\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xd6\x01\n\x1b\x46lowVelocityInletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x62\n\x0evelocity_inlet\x18\x06 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityInletProperties\"\xd9\x01\n\x1c\x46lowVelocityOutletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x64\n\x0fvelocity_outlet\x18\x06 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityOutletProperties\"\xd6\x01\n\x1b\x46lowPressureInletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x62\n\x0epressure_inlet\x18\x06 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.PressureInletProperties\"\xd9\x01\n\x1c\x46lowPressureOutletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x64\n\x0fpressure_outlet\x18\x06 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.PressureOutletProperties\"\xd7\x01\n\x1b\x46lowMassFlowInletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x63\n\x0fmass_flow_inlet\x18\x06 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.MassFlowInletProperties\"\xda\x01\n\x1c\x46lowMassFlowOutletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x65\n\x10mass_flow_outlet\x18\x06 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.MassFlowOutletProperties**\n\x17\x46lowDirectionDefinition\x12\x06\n\x02IN\x10\x00\x12\x07\n\x03OUT\x10\x01*G\n\x1b\x46lowSpecificationDefinition\x12\x0c\n\x08VELOCITY\x10\x00\x12\x0c\n\x08MASSFLOW\x10\x01\x12\x0c\n\x08PRESSURE\x10\x02\x32\xa9\x17\n\x0f\x43onditionsFluid\x12\xc4\x01\n\x17\x43reateFlowVelocityInlet\x12S.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityInletCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityInletCreationResponse\x12\xc7\x01\n\x18\x43reateFlowVelocityOutlet\x12T.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityOutletCreationRequest\x1aU.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityOutletCreationResponse\x12\xc4\x01\n\x17\x43reateFlowPressureInlet\x12S.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureInletCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureInletCreationResponse\x12\xc7\x01\n\x18\x43reateFlowPressureOutlet\x12T.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureOutletCreationRequest\x1aU.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureOutletCreationResponse\x12\xc4\x01\n\x17\x43reateFlowMassFlowInlet\x12S.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowInletCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowInletCreationResponse\x12\xc7\x01\n\x18\x43reateFlowMassFlowOutlet\x12T.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowOutletCreationRequest\x1aU.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowOutletCreationResponse\x12u\n\x12\x43hangeFlowLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x83\x01\n ChangeFlowVelocityInletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x84\x01\n!ChangeFlowVelocityOutletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x83\x01\n ChangeFlowPressureInletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x84\x01\n!ChangeFlowPressureOutletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x83\x01\n ChangeFlowMassFlowInletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x84\x01\n!ChangeFlowMassFlowOutletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x83\x01\n!ChangeFlowTemperatureInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x81\x01\n\x1e\x43hangeFlowTemperatureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x80\x01\n\x1e\x43hangeFlowSwirlingInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12~\n\x1b\x43hangeFlowSwirlingMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x9e\x01\n\x17\x43hangeFlowSpecification\x12Q.ansys.api.discovery.v0.conditions.conditionsfluid.ChangeFlowSpecificationRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponse\x12\x96\x01\n\x13\x43hangeFlowDirection\x12M.ansys.api.discovery.v0.conditions.conditionsfluid.ChangeFlowDirectionRequest\x1a\x30.ansys.api.discovery.v0.ConditionChangedResponseB4\xaa\x02\x31\x41nsys.Api.Discovery.V0.Conditions.ConditionsFluidb\x06proto3')
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,ansys/api/discovery/v0/conditionsfluid.proto\x12\x31\x61nsys.api.discovery.v0.conditions.conditionsfluid\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xc9\x01\n FlowVelocityInletCreationRequest\x12\x41\n\rcreation_data\x18\x02 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x62\n\x0evelocity_inlet\x18\x04 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityInletProperties\"\xd1\x01\n!FlowVelocityInletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x66\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityInletDefinition\"\xcc\x01\n!FlowVelocityOutletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x64\n\x0fvelocity_outlet\x18\x02 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityOutletProperties\"\xd3\x01\n\"FlowVelocityOutletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12g\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32O.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityOutletDefinition\"\xc9\x01\n FlowPressureInletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x62\n\x0epressure_inlet\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.PressureInletProperties\"\xd1\x01\n!FlowPressureInletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x66\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureInletDefinition\"\xcc\x01\n!FlowPressureOutletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x64\n\x0fpressure_outlet\x18\x02 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.PressureOutletProperties\"\xd3\x01\n\"FlowPressureOutletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12g\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32O.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureOutletDefinition\"\xca\x01\n FlowMassFlowInletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x63\n\x0fmass_flow_inlet\x18\x02 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.MassFlowInletProperties\"\xd1\x01\n!FlowMassFlowInletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12\x66\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowInletDefinition\"\xcd\x01\n!FlowMassFlowOutletCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12\x65\n\x10mass_flow_outlet\x18\x02 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.MassFlowOutletProperties\"\xd3\x01\n\"FlowMassFlowOutletCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12g\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32O.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowOutletDefinition\"\x9a\x01\n\x1e\x43hangeFlowSpecificationRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12\x65\n\rspecification\x18\x02 \x01(\x0e\x32N.ansys.api.discovery.v0.conditions.conditionsfluid.FlowSpecificationDefinition\"\xb0\x01\n\x1a\x43hangeFlowDirectionRequest\x12\x11\n\tobject_id\x18\x01 \x01(\t\x12]\n\tdirection\x18\x02 \x01(\x0e\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.FlowDirectionDefinition\x12 \n\x18reset_to_default_subtype\x18\x03 \x01(\x08\"\x81\x02\n\x17VelocityInletProperties\x12/\n\x05speed\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.FlowThermalProperties\x12\x13\n\x0bis_swirling\x18\x03 \x01(\x08\x12:\n\x10rotational_speed\x18\x04 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"K\n\x18VelocityOutletProperties\x12/\n\x05speed\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xb3\x01\n\x17PressureInletProperties\x12\x32\n\x08pressure\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.FlowThermalProperties\"\xb4\x01\n\x18PressureOutletProperties\x12\x32\n\x08pressure\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.FlowThermalProperties\"\xb4\x01\n\x17MassFlowInletProperties\x12\x33\n\tmass_flow\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x64\n\x12thermal_properties\x18\x02 \x01(\x0b\x32H.ansys.api.discovery.v0.conditions.conditionsfluid.FlowThermalProperties\"O\n\x18MassFlowOutletProperties\x12\x33\n\tmass_flow\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"b\n\x15\x46lowThermalProperties\x12\x12\n\nis_thermal\x18\x01 \x01(\x08\x12\x35\n\x0btemperature\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xd6\x01\n\x1b\x46lowVelocityInletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x62\n\x0evelocity_inlet\x18\x06 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityInletProperties\"\xd9\x01\n\x1c\x46lowVelocityOutletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x64\n\x0fvelocity_outlet\x18\x06 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.VelocityOutletProperties\"\xd6\x01\n\x1b\x46lowPressureInletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x62\n\x0epressure_inlet\x18\x06 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.PressureInletProperties\"\xd9\x01\n\x1c\x46lowPressureOutletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x64\n\x0fpressure_outlet\x18\x06 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.PressureOutletProperties\"\xd7\x01\n\x1b\x46lowMassFlowInletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x63\n\x0fmass_flow_inlet\x18\x06 \x01(\x0b\x32J.ansys.api.discovery.v0.conditions.conditionsfluid.MassFlowInletProperties\"\xda\x01\n\x1c\x46lowMassFlowOutletDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tparent_id\x18\x02 \x01(\t\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\x65\n\x10mass_flow_outlet\x18\x06 \x01(\x0b\x32K.ansys.api.discovery.v0.conditions.conditionsfluid.MassFlowOutletProperties**\n\x17\x46lowDirectionDefinition\x12\x06\n\x02IN\x10\x00\x12\x07\n\x03OUT\x10\x01*G\n\x1b\x46lowSpecificationDefinition\x12\x0c\n\x08VELOCITY\x10\x00\x12\x0c\n\x08MASSFLOW\x10\x01\x12\x0c\n\x08PRESSURE\x10\x02\x32\x9e\x16\n\x0f\x43onditionsFluid\x12\xc4\x01\n\x17\x43reateFlowVelocityInlet\x12S.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityInletCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityInletCreationResponse\x12\xc7\x01\n\x18\x43reateFlowVelocityOutlet\x12T.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityOutletCreationRequest\x1aU.ansys.api.discovery.v0.conditions.conditionsfluid.FlowVelocityOutletCreationResponse\x12\xc4\x01\n\x17\x43reateFlowPressureInlet\x12S.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureInletCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureInletCreationResponse\x12\xc7\x01\n\x18\x43reateFlowPressureOutlet\x12T.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureOutletCreationRequest\x1aU.ansys.api.discovery.v0.conditions.conditionsfluid.FlowPressureOutletCreationResponse\x12\xc4\x01\n\x17\x43reateFlowMassFlowInlet\x12S.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowInletCreationRequest\x1aT.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowInletCreationResponse\x12\xc7\x01\n\x18\x43reateFlowMassFlowOutlet\x12T.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowOutletCreationRequest\x1aU.ansys.api.discovery.v0.conditions.conditionsfluid.FlowMassFlowOutletCreationResponse\x12k\n\x12\x43hangeFlowLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n ChangeFlowVelocityInletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n!ChangeFlowVelocityOutletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n ChangeFlowPressureInletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n!ChangeFlowPressureOutletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n ChangeFlowMassFlowInletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12z\n!ChangeFlowMassFlowOutletMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12y\n!ChangeFlowTemperatureInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1e\x43hangeFlowTemperatureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12v\n\x1e\x43hangeFlowSwirlingInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12t\n\x1b\x43hangeFlowSwirlingMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x94\x01\n\x17\x43hangeFlowSpecification\x12Q.ansys.api.discovery.v0.conditions.conditionsfluid.ChangeFlowSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x8c\x01\n\x13\x43hangeFlowDirection\x12M.ansys.api.discovery.v0.conditions.conditionsfluid.ChangeFlowDirectionRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB4\xaa\x02\x31\x41nsys.Api.Discovery.V0.Conditions.ConditionsFluidb\x06proto3')
18
18
 
19
19
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
20
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditionsfluid_pb2', globals())
@@ -22,64 +22,64 @@ if _descriptor._USE_C_DESCRIPTORS == False:
22
22
 
23
23
  DESCRIPTOR._options = None
24
24
  DESCRIPTOR._serialized_options = b'\252\0021Ansys.Api.Discovery.V0.Conditions.ConditionsFluid'
25
- _FLOWDIRECTIONDEFINITION._serialized_start=5481
26
- _FLOWDIRECTIONDEFINITION._serialized_end=5523
27
- _FLOWSPECIFICATIONDEFINITION._serialized_start=5525
28
- _FLOWSPECIFICATIONDEFINITION._serialized_end=5596
25
+ _FLOWDIRECTIONDEFINITION._serialized_start=5373
26
+ _FLOWDIRECTIONDEFINITION._serialized_end=5415
27
+ _FLOWSPECIFICATIONDEFINITION._serialized_start=5417
28
+ _FLOWSPECIFICATIONDEFINITION._serialized_end=5488
29
29
  _FLOWVELOCITYINLETCREATIONREQUEST._serialized_start=146
30
- _FLOWVELOCITYINLETCREATIONREQUEST._serialized_end=356
31
- _FLOWVELOCITYINLETCREATIONRESPONSE._serialized_start=359
32
- _FLOWVELOCITYINLETCREATIONRESPONSE._serialized_end=577
33
- _FLOWVELOCITYOUTLETCREATIONREQUEST._serialized_start=580
34
- _FLOWVELOCITYOUTLETCREATIONREQUEST._serialized_end=793
35
- _FLOWVELOCITYOUTLETCREATIONRESPONSE._serialized_start=796
36
- _FLOWVELOCITYOUTLETCREATIONRESPONSE._serialized_end=1016
37
- _FLOWPRESSUREINLETCREATIONREQUEST._serialized_start=1019
38
- _FLOWPRESSUREINLETCREATIONREQUEST._serialized_end=1229
39
- _FLOWPRESSUREINLETCREATIONRESPONSE._serialized_start=1232
40
- _FLOWPRESSUREINLETCREATIONRESPONSE._serialized_end=1450
41
- _FLOWPRESSUREOUTLETCREATIONREQUEST._serialized_start=1453
42
- _FLOWPRESSUREOUTLETCREATIONREQUEST._serialized_end=1666
43
- _FLOWPRESSUREOUTLETCREATIONRESPONSE._serialized_start=1669
44
- _FLOWPRESSUREOUTLETCREATIONRESPONSE._serialized_end=1889
45
- _FLOWMASSFLOWINLETCREATIONREQUEST._serialized_start=1892
46
- _FLOWMASSFLOWINLETCREATIONREQUEST._serialized_end=2103
47
- _FLOWMASSFLOWINLETCREATIONRESPONSE._serialized_start=2106
48
- _FLOWMASSFLOWINLETCREATIONRESPONSE._serialized_end=2324
49
- _FLOWMASSFLOWOUTLETCREATIONREQUEST._serialized_start=2327
50
- _FLOWMASSFLOWOUTLETCREATIONREQUEST._serialized_end=2541
51
- _FLOWMASSFLOWOUTLETCREATIONRESPONSE._serialized_start=2544
52
- _FLOWMASSFLOWOUTLETCREATIONRESPONSE._serialized_end=2764
53
- _CHANGEFLOWSPECIFICATIONREQUEST._serialized_start=2767
54
- _CHANGEFLOWSPECIFICATIONREQUEST._serialized_end=2921
55
- _CHANGEFLOWDIRECTIONREQUEST._serialized_start=2924
56
- _CHANGEFLOWDIRECTIONREQUEST._serialized_end=3100
57
- _VELOCITYINLETPROPERTIES._serialized_start=3103
58
- _VELOCITYINLETPROPERTIES._serialized_end=3360
59
- _VELOCITYOUTLETPROPERTIES._serialized_start=3362
60
- _VELOCITYOUTLETPROPERTIES._serialized_end=3437
61
- _PRESSUREINLETPROPERTIES._serialized_start=3440
62
- _PRESSUREINLETPROPERTIES._serialized_end=3619
63
- _PRESSUREOUTLETPROPERTIES._serialized_start=3622
64
- _PRESSUREOUTLETPROPERTIES._serialized_end=3802
65
- _MASSFLOWINLETPROPERTIES._serialized_start=3805
66
- _MASSFLOWINLETPROPERTIES._serialized_end=3985
67
- _MASSFLOWOUTLETPROPERTIES._serialized_start=3987
68
- _MASSFLOWOUTLETPROPERTIES._serialized_end=4066
69
- _FLOWTHERMALPROPERTIES._serialized_start=4068
70
- _FLOWTHERMALPROPERTIES._serialized_end=4166
71
- _FLOWVELOCITYINLETDEFINITION._serialized_start=4169
72
- _FLOWVELOCITYINLETDEFINITION._serialized_end=4383
73
- _FLOWVELOCITYOUTLETDEFINITION._serialized_start=4386
74
- _FLOWVELOCITYOUTLETDEFINITION._serialized_end=4603
75
- _FLOWPRESSUREINLETDEFINITION._serialized_start=4606
76
- _FLOWPRESSUREINLETDEFINITION._serialized_end=4820
77
- _FLOWPRESSUREOUTLETDEFINITION._serialized_start=4823
78
- _FLOWPRESSUREOUTLETDEFINITION._serialized_end=5040
79
- _FLOWMASSFLOWINLETDEFINITION._serialized_start=5043
80
- _FLOWMASSFLOWINLETDEFINITION._serialized_end=5258
81
- _FLOWMASSFLOWOUTLETDEFINITION._serialized_start=5261
82
- _FLOWMASSFLOWOUTLETDEFINITION._serialized_end=5479
83
- _CONDITIONSFLUID._serialized_start=5599
84
- _CONDITIONSFLUID._serialized_end=8584
30
+ _FLOWVELOCITYINLETCREATIONREQUEST._serialized_end=347
31
+ _FLOWVELOCITYINLETCREATIONRESPONSE._serialized_start=350
32
+ _FLOWVELOCITYINLETCREATIONRESPONSE._serialized_end=559
33
+ _FLOWVELOCITYOUTLETCREATIONREQUEST._serialized_start=562
34
+ _FLOWVELOCITYOUTLETCREATIONREQUEST._serialized_end=766
35
+ _FLOWVELOCITYOUTLETCREATIONRESPONSE._serialized_start=769
36
+ _FLOWVELOCITYOUTLETCREATIONRESPONSE._serialized_end=980
37
+ _FLOWPRESSUREINLETCREATIONREQUEST._serialized_start=983
38
+ _FLOWPRESSUREINLETCREATIONREQUEST._serialized_end=1184
39
+ _FLOWPRESSUREINLETCREATIONRESPONSE._serialized_start=1187
40
+ _FLOWPRESSUREINLETCREATIONRESPONSE._serialized_end=1396
41
+ _FLOWPRESSUREOUTLETCREATIONREQUEST._serialized_start=1399
42
+ _FLOWPRESSUREOUTLETCREATIONREQUEST._serialized_end=1603
43
+ _FLOWPRESSUREOUTLETCREATIONRESPONSE._serialized_start=1606
44
+ _FLOWPRESSUREOUTLETCREATIONRESPONSE._serialized_end=1817
45
+ _FLOWMASSFLOWINLETCREATIONREQUEST._serialized_start=1820
46
+ _FLOWMASSFLOWINLETCREATIONREQUEST._serialized_end=2022
47
+ _FLOWMASSFLOWINLETCREATIONRESPONSE._serialized_start=2025
48
+ _FLOWMASSFLOWINLETCREATIONRESPONSE._serialized_end=2234
49
+ _FLOWMASSFLOWOUTLETCREATIONREQUEST._serialized_start=2237
50
+ _FLOWMASSFLOWOUTLETCREATIONREQUEST._serialized_end=2442
51
+ _FLOWMASSFLOWOUTLETCREATIONRESPONSE._serialized_start=2445
52
+ _FLOWMASSFLOWOUTLETCREATIONRESPONSE._serialized_end=2656
53
+ _CHANGEFLOWSPECIFICATIONREQUEST._serialized_start=2659
54
+ _CHANGEFLOWSPECIFICATIONREQUEST._serialized_end=2813
55
+ _CHANGEFLOWDIRECTIONREQUEST._serialized_start=2816
56
+ _CHANGEFLOWDIRECTIONREQUEST._serialized_end=2992
57
+ _VELOCITYINLETPROPERTIES._serialized_start=2995
58
+ _VELOCITYINLETPROPERTIES._serialized_end=3252
59
+ _VELOCITYOUTLETPROPERTIES._serialized_start=3254
60
+ _VELOCITYOUTLETPROPERTIES._serialized_end=3329
61
+ _PRESSUREINLETPROPERTIES._serialized_start=3332
62
+ _PRESSUREINLETPROPERTIES._serialized_end=3511
63
+ _PRESSUREOUTLETPROPERTIES._serialized_start=3514
64
+ _PRESSUREOUTLETPROPERTIES._serialized_end=3694
65
+ _MASSFLOWINLETPROPERTIES._serialized_start=3697
66
+ _MASSFLOWINLETPROPERTIES._serialized_end=3877
67
+ _MASSFLOWOUTLETPROPERTIES._serialized_start=3879
68
+ _MASSFLOWOUTLETPROPERTIES._serialized_end=3958
69
+ _FLOWTHERMALPROPERTIES._serialized_start=3960
70
+ _FLOWTHERMALPROPERTIES._serialized_end=4058
71
+ _FLOWVELOCITYINLETDEFINITION._serialized_start=4061
72
+ _FLOWVELOCITYINLETDEFINITION._serialized_end=4275
73
+ _FLOWVELOCITYOUTLETDEFINITION._serialized_start=4278
74
+ _FLOWVELOCITYOUTLETDEFINITION._serialized_end=4495
75
+ _FLOWPRESSUREINLETDEFINITION._serialized_start=4498
76
+ _FLOWPRESSUREINLETDEFINITION._serialized_end=4712
77
+ _FLOWPRESSUREOUTLETDEFINITION._serialized_start=4715
78
+ _FLOWPRESSUREOUTLETDEFINITION._serialized_end=4932
79
+ _FLOWMASSFLOWINLETDEFINITION._serialized_start=4935
80
+ _FLOWMASSFLOWINLETDEFINITION._serialized_end=5150
81
+ _FLOWMASSFLOWOUTLETDEFINITION._serialized_start=5153
82
+ _FLOWMASSFLOWOUTLETDEFINITION._serialized_end=5371
83
+ _CONDITIONSFLUID._serialized_start=5491
84
+ _CONDITIONSFLUID._serialized_end=8337
85
85
  # @@protoc_insertion_point(module_scope)