ansys-api-discovery 0.6.3__py3-none-any.whl → 0.6.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ansys-api-discovery might be problematic. Click here for more details.
- ansys/api/discovery/VERSION +1 -1
- ansys/api/discovery/v0/assignments/boltassignment.proto +40 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.py +37 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2.pyi +95 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/assignments/boltassignment_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/conditions/acceleration.proto +52 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.py +365 -0
- ansys/api/discovery/v0/conditions/acceleration_pb2_grpc.pyi +118 -0
- ansys/api/discovery/v0/conditions/bearing.proto +47 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/bearing_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.py +200 -0
- ansys/api/discovery/v0/conditions/bearing_pb2_grpc.pyi +68 -0
- ansys/api/discovery/v0/conditions/boltpreload.proto +94 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2.pyi +218 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/boltpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/{conditions.proto → conditions/condition.proto} +5 -4
- ansys/api/discovery/v0/conditions/condition_pb2.py +34 -0
- ansys/api/discovery/v0/{conditions_pb2.pyi → conditions/condition_pb2.pyi} +13 -6
- ansys/api/discovery/v0/{conditions_pb2_grpc.py → conditions/condition_pb2_grpc.py} +21 -21
- ansys/api/discovery/v0/{conditions_pb2_grpc.pyi → conditions/condition_pb2_grpc.pyi} +10 -10
- ansys/api/discovery/v0/conditions/convection.proto +43 -0
- ansys/api/discovery/v0/conditions/convection_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/convection_pb2.pyi +89 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/convection_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/displacement.proto +105 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.py +48 -0
- ansys/api/discovery/v0/conditions/displacement_pb2.pyi +209 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/conditions/displacement_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/{conditionsfluid.proto → conditions/flow.proto} +19 -24
- ansys/api/discovery/v0/conditions/flow_pb2.py +86 -0
- ansys/api/discovery/v0/{conditionsfluid_pb2.pyi → conditions/flow_pb2.pyi} +51 -34
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.py → conditions/flow_pb2_grpc.py} +86 -86
- ansys/api/discovery/v0/{conditionsfluid_pb2_grpc.pyi → conditions/flow_pb2_grpc.pyi} +32 -32
- ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto +13 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +28 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.pyi +7 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.py +66 -0
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2_grpc.pyi +24 -0
- ansys/api/discovery/v0/conditions/force.proto +131 -0
- ansys/api/discovery/v0/conditions/force_pb2.py +56 -0
- ansys/api/discovery/v0/conditions/force_pb2.pyi +286 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.py +829 -0
- ansys/api/discovery/v0/conditions/force_pb2_grpc.pyi +257 -0
- ansys/api/discovery/v0/conditions/gravity.proto +39 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.py +32 -0
- ansys/api/discovery/v0/conditions/gravity_pb2.pyi +65 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/gravity_pb2_grpc.pyi +91 -0
- ansys/api/discovery/v0/conditions/heat.proto +90 -0
- ansys/api/discovery/v0/conditions/heat_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/heat_pb2.pyi +210 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.py +332 -0
- ansys/api/discovery/v0/conditions/heat_pb2_grpc.pyi +108 -0
- ansys/api/discovery/v0/conditions/insulated.proto +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/insulated_pb2.pyi +73 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.py +100 -0
- ansys/api/discovery/v0/conditions/insulated_pb2_grpc.pyi +35 -0
- ansys/api/discovery/v0/conditions/mass.proto +49 -0
- ansys/api/discovery/v0/conditions/mass_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/mass_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.py +266 -0
- ansys/api/discovery/v0/conditions/mass_pb2_grpc.pyi +88 -0
- ansys/api/discovery/v0/conditions/moment.proto +67 -0
- ansys/api/discovery/v0/conditions/moment_pb2.py +40 -0
- ansys/api/discovery/v0/conditions/moment_pb2.pyi +132 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.py +398 -0
- ansys/api/discovery/v0/conditions/moment_pb2_grpc.pyi +128 -0
- ansys/api/discovery/v0/conditions/porous.proto +116 -0
- ansys/api/discovery/v0/conditions/porous_pb2.py +44 -0
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +217 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +534 -0
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +181 -0
- ansys/api/discovery/v0/conditions/pressure.proto +43 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/pressure_pb2.pyi +94 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.py +134 -0
- ansys/api/discovery/v0/conditions/pressure_pb2_grpc.pyi +48 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone.proto +57 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2.pyi +102 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.py +136 -0
- ansys/api/discovery/v0/conditions/rotatingfluidzone_pb2_grpc.pyi +54 -0
- ansys/api/discovery/v0/conditions/solidtemperature.proto +40 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.py +34 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2.pyi +81 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.py +166 -0
- ansys/api/discovery/v0/conditions/solidtemperature_pb2_grpc.pyi +55 -0
- ansys/api/discovery/v0/conditions/springpreload.proto +105 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.py +50 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2.pyi +250 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.py +431 -0
- ansys/api/discovery/v0/conditions/springpreload_pb2_grpc.pyi +138 -0
- ansys/api/discovery/v0/conditions/support.proto +98 -0
- ansys/api/discovery/v0/conditions/support_pb2.py +46 -0
- ansys/api/discovery/v0/conditions/support_pb2.pyi +200 -0
- ansys/api/discovery/v0/{conditionsthermal_pb2_grpc.py → conditions/support_pb2_grpc.py} +251 -221
- ansys/api/discovery/v0/conditions/support_pb2_grpc.pyi +218 -0
- ansys/api/discovery/v0/conditions/velocity.proto +58 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.py +36 -0
- ansys/api/discovery/v0/conditions/velocity_pb2.pyi +98 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.py +497 -0
- ansys/api/discovery/v0/conditions/velocity_pb2_grpc.pyi +158 -0
- ansys/api/discovery/v0/conditions/wall.proto +209 -0
- ansys/api/discovery/v0/conditions/wall_pb2.py +70 -0
- ansys/api/discovery/v0/conditions/wall_pb2.pyi +494 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +633 -0
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +211 -0
- ansys/api/discovery/v0/connections/contact.proto +110 -0
- ansys/api/discovery/v0/connections/contact_pb2.py +46 -0
- ansys/api/discovery/v0/connections/contact_pb2.pyi +242 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.py +827 -0
- ansys/api/discovery/v0/connections/contact_pb2_grpc.pyi +258 -0
- ansys/api/discovery/v0/connections/contactgroup.proto +89 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.py +37 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2.pyi +178 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.py +860 -0
- ansys/api/discovery/v0/connections/contactgroup_pb2_grpc.pyi +266 -0
- ansys/api/discovery/v0/connections/joint.proto +56 -0
- ansys/api/discovery/v0/connections/joint_pb2.py +40 -0
- ansys/api/discovery/v0/connections/joint_pb2.pyi +129 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.py +167 -0
- ansys/api/discovery/v0/connections/joint_pb2_grpc.pyi +58 -0
- ansys/api/discovery/v0/discoverymodels.proto +34 -17
- ansys/api/discovery/v0/discoverymodels_pb2.py +46 -40
- ansys/api/discovery/v0/discoverymodels_pb2.pyi +118 -47
- ansys/api/discovery/v0/engineeringdata/boltdata.proto +37 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.py +36 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2.pyi +81 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.py +67 -0
- ansys/api/discovery/v0/engineeringdata/boltdata_pb2_grpc.pyi +27 -0
- ansys/api/discovery/v0/monitors.proto +4 -4
- ansys/api/discovery/v0/monitors_pb2.py +10 -10
- ansys/api/discovery/v0/monitors_pb2.pyi +11 -11
- ansys/api/discovery/v0/solution.proto +4 -3
- ansys/api/discovery/v0/solution_pb2.py +16 -15
- ansys/api/discovery/v0/solution_pb2.pyi +11 -7
- ansys/api/discovery/v0/unsupported.proto +10 -0
- ansys/api/discovery/v0/unsupported_pb2.py +5 -3
- ansys/api/discovery/v0/unsupported_pb2.pyi +14 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.py +68 -0
- ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +24 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/METADATA +13 -4
- ansys_api_discovery-0.6.4.dist-info/RECORD +200 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/WHEEL +1 -1
- ansys/api/discovery/v0/conditions_pb2.py +0 -33
- ansys/api/discovery/v0/conditionsfluid_pb2.py +0 -85
- ansys/api/discovery/v0/conditionsstructural.proto +0 -595
- ansys/api/discovery/v0/conditionsstructural_pb2.py +0 -149
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi +0 -1216
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +0 -4171
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +0 -1303
- ansys/api/discovery/v0/conditionsthermal.proto +0 -179
- ansys/api/discovery/v0/conditionsthermal_pb2.py +0 -63
- ansys/api/discovery/v0/conditionsthermal_pb2.pyi +0 -399
- ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +0 -217
- ansys_api_discovery-0.6.3.dist-info/RECORD +0 -85
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/LICENSE +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.3.dist-info → ansys_api_discovery-0.6.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,534 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
|
|
5
|
+
from ansys.api.discovery.v0.conditions import porous_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2
|
|
6
|
+
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class PorousStub(object):
|
|
10
|
+
"""Missing associated documentation comment in .proto file."""
|
|
11
|
+
|
|
12
|
+
def __init__(self, channel):
|
|
13
|
+
"""Constructor.
|
|
14
|
+
|
|
15
|
+
Args:
|
|
16
|
+
channel: A grpc.Channel.
|
|
17
|
+
"""
|
|
18
|
+
self.CreatePorous = channel.unary_unary(
|
|
19
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/CreatePorous',
|
|
20
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationRequest.SerializeToString,
|
|
21
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationResponse.FromString,
|
|
22
|
+
)
|
|
23
|
+
self.ChangePorousDirectionality = channel.unary_unary(
|
|
24
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousDirectionality',
|
|
25
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.ChangePorousDirectionalityRequest.SerializeToString,
|
|
26
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
27
|
+
)
|
|
28
|
+
self.ChangePorousLocation = channel.unary_unary(
|
|
29
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousLocation',
|
|
30
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
31
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
32
|
+
)
|
|
33
|
+
self.ChangePorousDirection = channel.unary_unary(
|
|
34
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousDirection',
|
|
35
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
36
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
37
|
+
)
|
|
38
|
+
self.ChangePorousViscousStreamwiseMagnitude = channel.unary_unary(
|
|
39
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousViscousStreamwiseMagnitude',
|
|
40
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
41
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
42
|
+
)
|
|
43
|
+
self.ChangePorousInertialStreamwiseMagnitude = channel.unary_unary(
|
|
44
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousInertialStreamwiseMagnitude',
|
|
45
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
46
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
47
|
+
)
|
|
48
|
+
self.ChangePorousViscousCrossflowPrimaryMagnitude = channel.unary_unary(
|
|
49
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousViscousCrossflowPrimaryMagnitude',
|
|
50
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
51
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
52
|
+
)
|
|
53
|
+
self.ChangePorousInertialCrossflowPrimaryMagnitude = channel.unary_unary(
|
|
54
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousInertialCrossflowPrimaryMagnitude',
|
|
55
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
56
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
57
|
+
)
|
|
58
|
+
self.ChangePorousViscousCrossflowSecondaryMagnitude = channel.unary_unary(
|
|
59
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousViscousCrossflowSecondaryMagnitude',
|
|
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.ChangePorousInertialCrossflowSecondaryMagnitude = channel.unary_unary(
|
|
64
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousInertialCrossflowSecondaryMagnitude',
|
|
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
|
+
)
|
|
68
|
+
self.ChangePorouseThermalInputEnabled = channel.unary_unary(
|
|
69
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorouseThermalInputEnabled',
|
|
70
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
71
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
72
|
+
)
|
|
73
|
+
self.ChangePorousSolidPorosity = channel.unary_unary(
|
|
74
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousSolidPorosity',
|
|
75
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
76
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
77
|
+
)
|
|
78
|
+
self.ChangePorousSolidDensity = channel.unary_unary(
|
|
79
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousSolidDensity',
|
|
80
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
81
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
82
|
+
)
|
|
83
|
+
self.ChangePorousSolidIsotropicThermalConductivity = channel.unary_unary(
|
|
84
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousSolidIsotropicThermalConductivity',
|
|
85
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
86
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
87
|
+
)
|
|
88
|
+
self.ChangePorousSolidSpecificHeat = channel.unary_unary(
|
|
89
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousSolidSpecificHeat',
|
|
90
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
91
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
92
|
+
)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
class PorousServicer(object):
|
|
96
|
+
"""Missing associated documentation comment in .proto file."""
|
|
97
|
+
|
|
98
|
+
def CreatePorous(self, request, context):
|
|
99
|
+
"""wall creation methods
|
|
100
|
+
"""
|
|
101
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
102
|
+
context.set_details('Method not implemented!')
|
|
103
|
+
raise NotImplementedError('Method not implemented!')
|
|
104
|
+
|
|
105
|
+
def ChangePorousDirectionality(self, request, context):
|
|
106
|
+
"""properties
|
|
107
|
+
"""
|
|
108
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
109
|
+
context.set_details('Method not implemented!')
|
|
110
|
+
raise NotImplementedError('Method not implemented!')
|
|
111
|
+
|
|
112
|
+
def ChangePorousLocation(self, request, context):
|
|
113
|
+
"""Missing associated documentation comment in .proto file."""
|
|
114
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
115
|
+
context.set_details('Method not implemented!')
|
|
116
|
+
raise NotImplementedError('Method not implemented!')
|
|
117
|
+
|
|
118
|
+
def ChangePorousDirection(self, request, context):
|
|
119
|
+
"""Missing associated documentation comment in .proto file."""
|
|
120
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
121
|
+
context.set_details('Method not implemented!')
|
|
122
|
+
raise NotImplementedError('Method not implemented!')
|
|
123
|
+
|
|
124
|
+
def ChangePorousViscousStreamwiseMagnitude(self, request, context):
|
|
125
|
+
"""Resistance coeffiecient quantities
|
|
126
|
+
"""
|
|
127
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
128
|
+
context.set_details('Method not implemented!')
|
|
129
|
+
raise NotImplementedError('Method not implemented!')
|
|
130
|
+
|
|
131
|
+
def ChangePorousInertialStreamwiseMagnitude(self, request, context):
|
|
132
|
+
"""Missing associated documentation comment in .proto file."""
|
|
133
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
134
|
+
context.set_details('Method not implemented!')
|
|
135
|
+
raise NotImplementedError('Method not implemented!')
|
|
136
|
+
|
|
137
|
+
def ChangePorousViscousCrossflowPrimaryMagnitude(self, request, context):
|
|
138
|
+
"""Missing associated documentation comment in .proto file."""
|
|
139
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
140
|
+
context.set_details('Method not implemented!')
|
|
141
|
+
raise NotImplementedError('Method not implemented!')
|
|
142
|
+
|
|
143
|
+
def ChangePorousInertialCrossflowPrimaryMagnitude(self, request, context):
|
|
144
|
+
"""Missing associated documentation comment in .proto file."""
|
|
145
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
146
|
+
context.set_details('Method not implemented!')
|
|
147
|
+
raise NotImplementedError('Method not implemented!')
|
|
148
|
+
|
|
149
|
+
def ChangePorousViscousCrossflowSecondaryMagnitude(self, request, context):
|
|
150
|
+
"""Missing associated documentation comment in .proto file."""
|
|
151
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
152
|
+
context.set_details('Method not implemented!')
|
|
153
|
+
raise NotImplementedError('Method not implemented!')
|
|
154
|
+
|
|
155
|
+
def ChangePorousInertialCrossflowSecondaryMagnitude(self, request, context):
|
|
156
|
+
"""Missing associated documentation comment in .proto file."""
|
|
157
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
158
|
+
context.set_details('Method not implemented!')
|
|
159
|
+
raise NotImplementedError('Method not implemented!')
|
|
160
|
+
|
|
161
|
+
def ChangePorouseThermalInputEnabled(self, request, context):
|
|
162
|
+
"""Solid quantities
|
|
163
|
+
|
|
164
|
+
"""
|
|
165
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
166
|
+
context.set_details('Method not implemented!')
|
|
167
|
+
raise NotImplementedError('Method not implemented!')
|
|
168
|
+
|
|
169
|
+
def ChangePorousSolidPorosity(self, request, context):
|
|
170
|
+
"""Missing associated documentation comment in .proto file."""
|
|
171
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
172
|
+
context.set_details('Method not implemented!')
|
|
173
|
+
raise NotImplementedError('Method not implemented!')
|
|
174
|
+
|
|
175
|
+
def ChangePorousSolidDensity(self, request, context):
|
|
176
|
+
"""Missing associated documentation comment in .proto file."""
|
|
177
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
178
|
+
context.set_details('Method not implemented!')
|
|
179
|
+
raise NotImplementedError('Method not implemented!')
|
|
180
|
+
|
|
181
|
+
def ChangePorousSolidIsotropicThermalConductivity(self, request, context):
|
|
182
|
+
"""Missing associated documentation comment in .proto file."""
|
|
183
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
184
|
+
context.set_details('Method not implemented!')
|
|
185
|
+
raise NotImplementedError('Method not implemented!')
|
|
186
|
+
|
|
187
|
+
def ChangePorousSolidSpecificHeat(self, request, context):
|
|
188
|
+
"""Missing associated documentation comment in .proto file."""
|
|
189
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
190
|
+
context.set_details('Method not implemented!')
|
|
191
|
+
raise NotImplementedError('Method not implemented!')
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
def add_PorousServicer_to_server(servicer, server):
|
|
195
|
+
rpc_method_handlers = {
|
|
196
|
+
'CreatePorous': grpc.unary_unary_rpc_method_handler(
|
|
197
|
+
servicer.CreatePorous,
|
|
198
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationRequest.FromString,
|
|
199
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationResponse.SerializeToString,
|
|
200
|
+
),
|
|
201
|
+
'ChangePorousDirectionality': grpc.unary_unary_rpc_method_handler(
|
|
202
|
+
servicer.ChangePorousDirectionality,
|
|
203
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.ChangePorousDirectionalityRequest.FromString,
|
|
204
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
205
|
+
),
|
|
206
|
+
'ChangePorousLocation': grpc.unary_unary_rpc_method_handler(
|
|
207
|
+
servicer.ChangePorousLocation,
|
|
208
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
209
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
210
|
+
),
|
|
211
|
+
'ChangePorousDirection': grpc.unary_unary_rpc_method_handler(
|
|
212
|
+
servicer.ChangePorousDirection,
|
|
213
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.FromString,
|
|
214
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
215
|
+
),
|
|
216
|
+
'ChangePorousViscousStreamwiseMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
217
|
+
servicer.ChangePorousViscousStreamwiseMagnitude,
|
|
218
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
219
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
220
|
+
),
|
|
221
|
+
'ChangePorousInertialStreamwiseMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
222
|
+
servicer.ChangePorousInertialStreamwiseMagnitude,
|
|
223
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
224
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
225
|
+
),
|
|
226
|
+
'ChangePorousViscousCrossflowPrimaryMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
227
|
+
servicer.ChangePorousViscousCrossflowPrimaryMagnitude,
|
|
228
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
229
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
230
|
+
),
|
|
231
|
+
'ChangePorousInertialCrossflowPrimaryMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
232
|
+
servicer.ChangePorousInertialCrossflowPrimaryMagnitude,
|
|
233
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
234
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
235
|
+
),
|
|
236
|
+
'ChangePorousViscousCrossflowSecondaryMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
237
|
+
servicer.ChangePorousViscousCrossflowSecondaryMagnitude,
|
|
238
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
239
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
240
|
+
),
|
|
241
|
+
'ChangePorousInertialCrossflowSecondaryMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
242
|
+
servicer.ChangePorousInertialCrossflowSecondaryMagnitude,
|
|
243
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
244
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
245
|
+
),
|
|
246
|
+
'ChangePorouseThermalInputEnabled': grpc.unary_unary_rpc_method_handler(
|
|
247
|
+
servicer.ChangePorouseThermalInputEnabled,
|
|
248
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
249
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
250
|
+
),
|
|
251
|
+
'ChangePorousSolidPorosity': grpc.unary_unary_rpc_method_handler(
|
|
252
|
+
servicer.ChangePorousSolidPorosity,
|
|
253
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
254
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
255
|
+
),
|
|
256
|
+
'ChangePorousSolidDensity': grpc.unary_unary_rpc_method_handler(
|
|
257
|
+
servicer.ChangePorousSolidDensity,
|
|
258
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
259
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
260
|
+
),
|
|
261
|
+
'ChangePorousSolidIsotropicThermalConductivity': grpc.unary_unary_rpc_method_handler(
|
|
262
|
+
servicer.ChangePorousSolidIsotropicThermalConductivity,
|
|
263
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
264
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
265
|
+
),
|
|
266
|
+
'ChangePorousSolidSpecificHeat': grpc.unary_unary_rpc_method_handler(
|
|
267
|
+
servicer.ChangePorousSolidSpecificHeat,
|
|
268
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
269
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
270
|
+
),
|
|
271
|
+
}
|
|
272
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
273
|
+
'ansys.api.discovery.v0.conditions.porous.Porous', rpc_method_handlers)
|
|
274
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
# This class is part of an EXPERIMENTAL API.
|
|
278
|
+
class Porous(object):
|
|
279
|
+
"""Missing associated documentation comment in .proto file."""
|
|
280
|
+
|
|
281
|
+
@staticmethod
|
|
282
|
+
def CreatePorous(request,
|
|
283
|
+
target,
|
|
284
|
+
options=(),
|
|
285
|
+
channel_credentials=None,
|
|
286
|
+
call_credentials=None,
|
|
287
|
+
insecure=False,
|
|
288
|
+
compression=None,
|
|
289
|
+
wait_for_ready=None,
|
|
290
|
+
timeout=None,
|
|
291
|
+
metadata=None):
|
|
292
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/CreatePorous',
|
|
293
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationRequest.SerializeToString,
|
|
294
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationResponse.FromString,
|
|
295
|
+
options, channel_credentials,
|
|
296
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
297
|
+
|
|
298
|
+
@staticmethod
|
|
299
|
+
def ChangePorousDirectionality(request,
|
|
300
|
+
target,
|
|
301
|
+
options=(),
|
|
302
|
+
channel_credentials=None,
|
|
303
|
+
call_credentials=None,
|
|
304
|
+
insecure=False,
|
|
305
|
+
compression=None,
|
|
306
|
+
wait_for_ready=None,
|
|
307
|
+
timeout=None,
|
|
308
|
+
metadata=None):
|
|
309
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousDirectionality',
|
|
310
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.ChangePorousDirectionalityRequest.SerializeToString,
|
|
311
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
312
|
+
options, channel_credentials,
|
|
313
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
314
|
+
|
|
315
|
+
@staticmethod
|
|
316
|
+
def ChangePorousLocation(request,
|
|
317
|
+
target,
|
|
318
|
+
options=(),
|
|
319
|
+
channel_credentials=None,
|
|
320
|
+
call_credentials=None,
|
|
321
|
+
insecure=False,
|
|
322
|
+
compression=None,
|
|
323
|
+
wait_for_ready=None,
|
|
324
|
+
timeout=None,
|
|
325
|
+
metadata=None):
|
|
326
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousLocation',
|
|
327
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
328
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
329
|
+
options, channel_credentials,
|
|
330
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
331
|
+
|
|
332
|
+
@staticmethod
|
|
333
|
+
def ChangePorousDirection(request,
|
|
334
|
+
target,
|
|
335
|
+
options=(),
|
|
336
|
+
channel_credentials=None,
|
|
337
|
+
call_credentials=None,
|
|
338
|
+
insecure=False,
|
|
339
|
+
compression=None,
|
|
340
|
+
wait_for_ready=None,
|
|
341
|
+
timeout=None,
|
|
342
|
+
metadata=None):
|
|
343
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousDirection',
|
|
344
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeDirectionRequest.SerializeToString,
|
|
345
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
346
|
+
options, channel_credentials,
|
|
347
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
348
|
+
|
|
349
|
+
@staticmethod
|
|
350
|
+
def ChangePorousViscousStreamwiseMagnitude(request,
|
|
351
|
+
target,
|
|
352
|
+
options=(),
|
|
353
|
+
channel_credentials=None,
|
|
354
|
+
call_credentials=None,
|
|
355
|
+
insecure=False,
|
|
356
|
+
compression=None,
|
|
357
|
+
wait_for_ready=None,
|
|
358
|
+
timeout=None,
|
|
359
|
+
metadata=None):
|
|
360
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousViscousStreamwiseMagnitude',
|
|
361
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
362
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
363
|
+
options, channel_credentials,
|
|
364
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
365
|
+
|
|
366
|
+
@staticmethod
|
|
367
|
+
def ChangePorousInertialStreamwiseMagnitude(request,
|
|
368
|
+
target,
|
|
369
|
+
options=(),
|
|
370
|
+
channel_credentials=None,
|
|
371
|
+
call_credentials=None,
|
|
372
|
+
insecure=False,
|
|
373
|
+
compression=None,
|
|
374
|
+
wait_for_ready=None,
|
|
375
|
+
timeout=None,
|
|
376
|
+
metadata=None):
|
|
377
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousInertialStreamwiseMagnitude',
|
|
378
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
379
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
380
|
+
options, channel_credentials,
|
|
381
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
382
|
+
|
|
383
|
+
@staticmethod
|
|
384
|
+
def ChangePorousViscousCrossflowPrimaryMagnitude(request,
|
|
385
|
+
target,
|
|
386
|
+
options=(),
|
|
387
|
+
channel_credentials=None,
|
|
388
|
+
call_credentials=None,
|
|
389
|
+
insecure=False,
|
|
390
|
+
compression=None,
|
|
391
|
+
wait_for_ready=None,
|
|
392
|
+
timeout=None,
|
|
393
|
+
metadata=None):
|
|
394
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousViscousCrossflowPrimaryMagnitude',
|
|
395
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
396
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
397
|
+
options, channel_credentials,
|
|
398
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
399
|
+
|
|
400
|
+
@staticmethod
|
|
401
|
+
def ChangePorousInertialCrossflowPrimaryMagnitude(request,
|
|
402
|
+
target,
|
|
403
|
+
options=(),
|
|
404
|
+
channel_credentials=None,
|
|
405
|
+
call_credentials=None,
|
|
406
|
+
insecure=False,
|
|
407
|
+
compression=None,
|
|
408
|
+
wait_for_ready=None,
|
|
409
|
+
timeout=None,
|
|
410
|
+
metadata=None):
|
|
411
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousInertialCrossflowPrimaryMagnitude',
|
|
412
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
413
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
414
|
+
options, channel_credentials,
|
|
415
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
416
|
+
|
|
417
|
+
@staticmethod
|
|
418
|
+
def ChangePorousViscousCrossflowSecondaryMagnitude(request,
|
|
419
|
+
target,
|
|
420
|
+
options=(),
|
|
421
|
+
channel_credentials=None,
|
|
422
|
+
call_credentials=None,
|
|
423
|
+
insecure=False,
|
|
424
|
+
compression=None,
|
|
425
|
+
wait_for_ready=None,
|
|
426
|
+
timeout=None,
|
|
427
|
+
metadata=None):
|
|
428
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousViscousCrossflowSecondaryMagnitude',
|
|
429
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
430
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
431
|
+
options, channel_credentials,
|
|
432
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
433
|
+
|
|
434
|
+
@staticmethod
|
|
435
|
+
def ChangePorousInertialCrossflowSecondaryMagnitude(request,
|
|
436
|
+
target,
|
|
437
|
+
options=(),
|
|
438
|
+
channel_credentials=None,
|
|
439
|
+
call_credentials=None,
|
|
440
|
+
insecure=False,
|
|
441
|
+
compression=None,
|
|
442
|
+
wait_for_ready=None,
|
|
443
|
+
timeout=None,
|
|
444
|
+
metadata=None):
|
|
445
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousInertialCrossflowSecondaryMagnitude',
|
|
446
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
447
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
448
|
+
options, channel_credentials,
|
|
449
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
450
|
+
|
|
451
|
+
@staticmethod
|
|
452
|
+
def ChangePorouseThermalInputEnabled(request,
|
|
453
|
+
target,
|
|
454
|
+
options=(),
|
|
455
|
+
channel_credentials=None,
|
|
456
|
+
call_credentials=None,
|
|
457
|
+
insecure=False,
|
|
458
|
+
compression=None,
|
|
459
|
+
wait_for_ready=None,
|
|
460
|
+
timeout=None,
|
|
461
|
+
metadata=None):
|
|
462
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorouseThermalInputEnabled',
|
|
463
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
464
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
465
|
+
options, channel_credentials,
|
|
466
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
467
|
+
|
|
468
|
+
@staticmethod
|
|
469
|
+
def ChangePorousSolidPorosity(request,
|
|
470
|
+
target,
|
|
471
|
+
options=(),
|
|
472
|
+
channel_credentials=None,
|
|
473
|
+
call_credentials=None,
|
|
474
|
+
insecure=False,
|
|
475
|
+
compression=None,
|
|
476
|
+
wait_for_ready=None,
|
|
477
|
+
timeout=None,
|
|
478
|
+
metadata=None):
|
|
479
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousSolidPorosity',
|
|
480
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
481
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
482
|
+
options, channel_credentials,
|
|
483
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
484
|
+
|
|
485
|
+
@staticmethod
|
|
486
|
+
def ChangePorousSolidDensity(request,
|
|
487
|
+
target,
|
|
488
|
+
options=(),
|
|
489
|
+
channel_credentials=None,
|
|
490
|
+
call_credentials=None,
|
|
491
|
+
insecure=False,
|
|
492
|
+
compression=None,
|
|
493
|
+
wait_for_ready=None,
|
|
494
|
+
timeout=None,
|
|
495
|
+
metadata=None):
|
|
496
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousSolidDensity',
|
|
497
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
498
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
499
|
+
options, channel_credentials,
|
|
500
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
501
|
+
|
|
502
|
+
@staticmethod
|
|
503
|
+
def ChangePorousSolidIsotropicThermalConductivity(request,
|
|
504
|
+
target,
|
|
505
|
+
options=(),
|
|
506
|
+
channel_credentials=None,
|
|
507
|
+
call_credentials=None,
|
|
508
|
+
insecure=False,
|
|
509
|
+
compression=None,
|
|
510
|
+
wait_for_ready=None,
|
|
511
|
+
timeout=None,
|
|
512
|
+
metadata=None):
|
|
513
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousSolidIsotropicThermalConductivity',
|
|
514
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
515
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
516
|
+
options, channel_credentials,
|
|
517
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
518
|
+
|
|
519
|
+
@staticmethod
|
|
520
|
+
def ChangePorousSolidSpecificHeat(request,
|
|
521
|
+
target,
|
|
522
|
+
options=(),
|
|
523
|
+
channel_credentials=None,
|
|
524
|
+
call_credentials=None,
|
|
525
|
+
insecure=False,
|
|
526
|
+
compression=None,
|
|
527
|
+
wait_for_ready=None,
|
|
528
|
+
timeout=None,
|
|
529
|
+
metadata=None):
|
|
530
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousSolidSpecificHeat',
|
|
531
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
532
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
533
|
+
options, channel_credentials,
|
|
534
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|