ansys-api-discovery 0.6.7__py3-none-any.whl → 0.6.9__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/conditions/fluidinitialtemperature.proto +0 -1
- ansys/api/discovery/v0/conditions/fluidinitialtemperature_pb2.py +3 -4
- ansys/api/discovery/v0/conditions/porous.proto +23 -15
- ansys/api/discovery/v0/conditions/porous_pb2.py +21 -19
- ansys/api/discovery/v0/conditions/porous_pb2.pyi +60 -37
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.py +70 -37
- ansys/api/discovery/v0/conditions/porous_pb2_grpc.pyi +24 -14
- ansys/api/discovery/v0/conditions/wall.proto +13 -6
- ansys/api/discovery/v0/conditions/wall_pb2.py +26 -26
- ansys/api/discovery/v0/conditions/wall_pb2.pyi +11 -8
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.py +120 -21
- ansys/api/discovery/v0/conditions/wall_pb2_grpc.pyi +36 -6
- ansys/api/discovery/v0/monitors.proto +0 -1
- ansys/api/discovery/v0/monitors_pb2.py +11 -12
- ansys/api/discovery/v0/results.proto +37 -41
- ansys/api/discovery/v0/results_pb2.py +7 -9
- ansys/api/discovery/v0/results_pb2.pyi +74 -76
- ansys/api/discovery/v0/unsupported.proto +1 -1
- {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/METADATA +5 -4
- {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/RECORD +25 -25
- {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/WHEEL +1 -1
- {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/entry_points.txt +0 -0
- {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info/licenses}/LICENSE +0 -0
- {ansys_api_discovery-0.6.7.dist-info → ansys_api_discovery-0.6.9.dist-info}/top_level.txt +0 -0
ansys/api/discovery/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.9
|
|
@@ -11,11 +11,10 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2
|
|
15
14
|
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
16
15
|
|
|
17
16
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n?ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto\x12\x39\x61nsys.api.discovery.v0.conditions.fluidinitialtemperature\x1a
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n?ansys/api/discovery/v0/conditions/fluidinitialtemperature.proto\x12\x39\x61nsys.api.discovery.v0.conditions.fluidinitialtemperature\x1a,ansys/api/discovery/v0/discoverymodels.proto2\x8e\x01\n\x17\x46luidInitialTemperature\x12s\n\x1a\x43hangeTemperatureMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
|
|
19
18
|
|
|
20
19
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
20
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditions.fluidinitialtemperature_pb2', globals())
|
|
@@ -23,6 +22,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
23
22
|
|
|
24
23
|
DESCRIPTOR._options = None
|
|
25
24
|
DESCRIPTOR._serialized_options = b'\252\002!Ansys.Api.Discovery.V0.Conditions'
|
|
26
|
-
_FLUIDINITIALTEMPERATURE._serialized_start=
|
|
27
|
-
_FLUIDINITIALTEMPERATURE._serialized_end=
|
|
25
|
+
_FLUIDINITIALTEMPERATURE._serialized_start=173
|
|
26
|
+
_FLUIDINITIALTEMPERATURE._serialized_end=315
|
|
28
27
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -10,14 +10,16 @@ option csharp_namespace = "Ansys.Api.Discovery.V0.Conditions";
|
|
|
10
10
|
service Porous
|
|
11
11
|
{
|
|
12
12
|
//wall creation methods
|
|
13
|
-
rpc
|
|
13
|
+
rpc CreatePorousCartesian(PorousCartesianCreationRequest) returns (PorousCreationResponse);
|
|
14
|
+
|
|
15
|
+
rpc CreatePorousConical(PorousConicalCreationRequest) returns (PorousCreationResponse);
|
|
14
16
|
|
|
15
17
|
// properties
|
|
16
|
-
rpc
|
|
18
|
+
rpc ChangePorousSpecification(ChangePorousSpecificationRequest) returns (ChangeResponse);
|
|
17
19
|
|
|
18
20
|
rpc ChangePorousLocation(ChangeLocationRequest) returns (ChangeResponse);
|
|
19
21
|
|
|
20
|
-
rpc
|
|
22
|
+
rpc ChangePorousStreamwiseFlowFace(ChangeLocationRequest) returns (ChangeResponse);
|
|
21
23
|
|
|
22
24
|
|
|
23
25
|
// Resistance coeffiecient quantities
|
|
@@ -36,7 +38,7 @@ service Porous
|
|
|
36
38
|
|
|
37
39
|
//Solid quantities
|
|
38
40
|
|
|
39
|
-
rpc
|
|
41
|
+
rpc ChangePorousThermalInputEnabled(ChangeBooleanRequest) returns (ChangeResponse);
|
|
40
42
|
|
|
41
43
|
rpc ChangePorousSolidPorosity(ChangeQuantityRequest) returns (ChangeResponse);
|
|
42
44
|
|
|
@@ -51,9 +53,16 @@ service Porous
|
|
|
51
53
|
// Command Requests and Responses
|
|
52
54
|
|
|
53
55
|
// Create Free Slip
|
|
54
|
-
message
|
|
55
|
-
ScopedCreationData creation_data =
|
|
56
|
-
PorousProperties porous_properties =
|
|
56
|
+
message PorousCartesianCreationRequest{
|
|
57
|
+
ScopedCreationData creation_data = 1;
|
|
58
|
+
PorousProperties porous_properties = 2;
|
|
59
|
+
optional string flow_normal_face_id = 3;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
message PorousConicalCreationRequest{
|
|
63
|
+
ScopedCreationData creation_data = 1;
|
|
64
|
+
PorousProperties porous_properties = 2;
|
|
65
|
+
optional string conical_flow_normal_face_id = 3;
|
|
57
66
|
}
|
|
58
67
|
|
|
59
68
|
message PorousCreationResponse{
|
|
@@ -62,14 +71,14 @@ message PorousCreationResponse{
|
|
|
62
71
|
}
|
|
63
72
|
|
|
64
73
|
// enum commands
|
|
65
|
-
message
|
|
74
|
+
message ChangePorousSpecificationRequest{
|
|
66
75
|
ansys.api.dbu.v0.PhysicsEntityIdentifier object_id = 1;
|
|
67
|
-
|
|
76
|
+
PorousSpecification specification = 2;
|
|
68
77
|
}
|
|
69
78
|
|
|
70
79
|
// enumerations
|
|
71
80
|
|
|
72
|
-
enum
|
|
81
|
+
enum PorousSpecification {
|
|
73
82
|
ISOTROPIC = 0;
|
|
74
83
|
BIDIRECTIONAL = 1;
|
|
75
84
|
ORTHOTROPIC = 2;
|
|
@@ -79,17 +88,17 @@ enum PorousDirectionality {
|
|
|
79
88
|
|
|
80
89
|
message PorousProperties
|
|
81
90
|
{
|
|
82
|
-
|
|
83
|
-
|
|
91
|
+
PorousSpecification specification = 1;
|
|
92
|
+
string flow_normal_face_id = 2;
|
|
84
93
|
ResistanceCoeffients coefficients = 3;
|
|
85
94
|
SolidProperties solid_properties = 4;
|
|
86
95
|
}
|
|
87
96
|
|
|
88
97
|
message SolidProperties
|
|
89
98
|
{
|
|
90
|
-
|
|
99
|
+
double porosity = 1;
|
|
91
100
|
Quantity density = 2;
|
|
92
|
-
Quantity
|
|
101
|
+
Quantity isotropic_thermal_conductivity = 3;
|
|
93
102
|
Quantity specific_heat = 4;
|
|
94
103
|
}
|
|
95
104
|
|
|
@@ -103,7 +112,6 @@ message ResistanceCoeffients
|
|
|
103
112
|
optional Quantity inertial_secondary = 6;
|
|
104
113
|
}
|
|
105
114
|
|
|
106
|
-
|
|
107
115
|
// conditions definitions
|
|
108
116
|
|
|
109
117
|
message PorousDefinition {
|
|
@@ -15,7 +15,7 @@ from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_d
|
|
|
15
15
|
from ansys.api.discovery.v0 import discoverymodels_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.ansys/api/discovery/v0/conditions/porous.proto\x12(ansys.api.discovery.v0.conditions.porous\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.ansys/api/discovery/v0/conditions/porous.proto\x12(ansys.api.discovery.v0.conditions.porous\x1a ansys/api/dbu/v0/dbumodels.proto\x1a,ansys/api/discovery/v0/discoverymodels.proto\"\xf4\x01\n\x1ePorousCartesianCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12U\n\x11porous_properties\x18\x02 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.porous.PorousProperties\x12 \n\x13\x66low_normal_face_id\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x16\n\x14_flow_normal_face_id\"\x82\x02\n\x1cPorousConicalCreationRequest\x12\x41\n\rcreation_data\x18\x01 \x01(\x0b\x32*.ansys.api.discovery.v0.ScopedCreationData\x12U\n\x11porous_properties\x18\x02 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.porous.PorousProperties\x12(\n\x1b\x63onical_flow_normal_face_id\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x1e\n\x1c_conical_flow_normal_face_id\"\xb2\x01\n\x16PorousCreationResponse\x12\x44\n\x12\x63ondition_response\x18\x01 \x01(\x0b\x32(.ansys.api.discovery.v0.CreationResponse\x12R\n\x0e\x63ondition_data\x18\x02 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.porous.PorousDefinition\"\xb6\x01\n ChangePorousSpecificationRequest\x12<\n\tobject_id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12T\n\rspecification\x18\x02 \x01(\x0e\x32=.ansys.api.discovery.v0.conditions.porous.PorousSpecification\"\xb0\x02\n\x10PorousProperties\x12T\n\rspecification\x18\x01 \x01(\x0e\x32=.ansys.api.discovery.v0.conditions.porous.PorousSpecification\x12\x1b\n\x13\x66low_normal_face_id\x18\x02 \x01(\t\x12T\n\x0c\x63oefficients\x18\x03 \x01(\x0b\x32>.ansys.api.discovery.v0.conditions.porous.ResistanceCoeffients\x12S\n\x10solid_properties\x18\x04 \x01(\x0b\x32\x39.ansys.api.discovery.v0.conditions.porous.SolidProperties\"\xd9\x01\n\x0fSolidProperties\x12\x10\n\x08porosity\x18\x01 \x01(\x01\x12\x31\n\x07\x64\x65nsity\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12H\n\x1eisotropic_thermal_conductivity\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12\x37\n\rspecific_heat\x18\x04 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\"\xef\x03\n\x14ResistanceCoeffients\x12<\n\x12viscous_streamwise\x18\x01 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12=\n\x13inertial_streamwise\x18\x02 \x01(\x0b\x32 .ansys.api.discovery.v0.Quantity\x12>\n\x0fviscous_primary\x18\x03 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x00\x88\x01\x01\x12?\n\x10inertial_primary\x18\x04 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x01\x88\x01\x01\x12@\n\x11viscous_secondary\x18\x05 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x02\x88\x01\x01\x12\x41\n\x12inertial_secondary\x18\x06 \x01(\x0b\x32 .ansys.api.discovery.v0.QuantityH\x03\x88\x01\x01\x42\x12\n\x10_viscous_primaryB\x13\n\x11_inertial_primaryB\x14\n\x12_viscous_secondaryB\x15\n\x13_inertial_secondary\"\x94\x02\n\x10PorousDefinition\x12\x35\n\x02id\x18\x01 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12<\n\tparent_id\x18\x02 \x01(\x0b\x32).ansys.api.dbu.v0.PhysicsEntityIdentifier\x12\r\n\x05label\x18\x03 \x01(\t\x12\x11\n\tlocations\x18\x04 \x03(\t\x12\x12\n\nsuppressed\x18\x05 \x01(\x08\x12U\n\x11porous_properties\x18\x06 \x01(\x0b\x32:.ansys.api.discovery.v0.conditions.porous.PorousProperties*H\n\x13PorousSpecification\x12\r\n\tISOTROPIC\x10\x00\x12\x11\n\rBIDIRECTIONAL\x10\x01\x12\x0f\n\x0bORTHOTROPIC\x10\x02\x32\xd5\x10\n\x06Porous\x12\xa3\x01\n\x15\x43reatePorousCartesian\x12H.ansys.api.discovery.v0.conditions.porous.PorousCartesianCreationRequest\x1a@.ansys.api.discovery.v0.conditions.porous.PorousCreationResponse\x12\x9f\x01\n\x13\x43reatePorousConical\x12\x46.ansys.api.discovery.v0.conditions.porous.PorousConicalCreationRequest\x1a@.ansys.api.discovery.v0.conditions.porous.PorousCreationResponse\x12\x8f\x01\n\x19\x43hangePorousSpecification\x12J.ansys.api.discovery.v0.conditions.porous.ChangePorousSpecificationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12m\n\x14\x43hangePorousLocation\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1e\x43hangePorousStreamwiseFlowFace\x12-.ansys.api.discovery.v0.ChangeLocationRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x7f\n&ChangePorousViscousStreamwiseMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x80\x01\n\'ChangePorousInertialStreamwiseMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x85\x01\n,ChangePorousViscousCrossflowPrimaryMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x86\x01\n-ChangePorousInertialCrossflowPrimaryMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x87\x01\n.ChangePorousViscousCrossflowSecondaryMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x88\x01\n/ChangePorousInertialCrossflowSecondaryMagnitude\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12w\n\x1f\x43hangePorousThermalInputEnabled\x12,.ansys.api.discovery.v0.ChangeBooleanRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12r\n\x19\x43hangePorousSolidPorosity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12q\n\x18\x43hangePorousSolidDensity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12\x86\x01\n-ChangePorousSolidIsotropicThermalConductivity\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponse\x12v\n\x1d\x43hangePorousSolidSpecificHeat\x12-.ansys.api.discovery.v0.ChangeQuantityRequest\x1a&.ansys.api.discovery.v0.ChangeResponseB$\xaa\x02!Ansys.Api.Discovery.V0.Conditionsb\x06proto3')
|
|
19
19
|
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.conditions.porous_pb2', globals())
|
|
@@ -23,22 +23,24 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
23
23
|
|
|
24
24
|
DESCRIPTOR._options = None
|
|
25
25
|
DESCRIPTOR._serialized_options = b'\252\002!Ansys.Api.Discovery.V0.Conditions'
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
26
|
+
_POROUSSPECIFICATION._serialized_start=2350
|
|
27
|
+
_POROUSSPECIFICATION._serialized_end=2422
|
|
28
|
+
_POROUSCARTESIANCREATIONREQUEST._serialized_start=173
|
|
29
|
+
_POROUSCARTESIANCREATIONREQUEST._serialized_end=417
|
|
30
|
+
_POROUSCONICALCREATIONREQUEST._serialized_start=420
|
|
31
|
+
_POROUSCONICALCREATIONREQUEST._serialized_end=678
|
|
32
|
+
_POROUSCREATIONRESPONSE._serialized_start=681
|
|
33
|
+
_POROUSCREATIONRESPONSE._serialized_end=859
|
|
34
|
+
_CHANGEPOROUSSPECIFICATIONREQUEST._serialized_start=862
|
|
35
|
+
_CHANGEPOROUSSPECIFICATIONREQUEST._serialized_end=1044
|
|
36
|
+
_POROUSPROPERTIES._serialized_start=1047
|
|
37
|
+
_POROUSPROPERTIES._serialized_end=1351
|
|
38
|
+
_SOLIDPROPERTIES._serialized_start=1354
|
|
39
|
+
_SOLIDPROPERTIES._serialized_end=1571
|
|
40
|
+
_RESISTANCECOEFFIENTS._serialized_start=1574
|
|
41
|
+
_RESISTANCECOEFFIENTS._serialized_end=2069
|
|
42
|
+
_POROUSDEFINITION._serialized_start=2072
|
|
43
|
+
_POROUSDEFINITION._serialized_end=2348
|
|
44
|
+
_POROUS._serialized_start=2425
|
|
45
|
+
_POROUS._serialized_end=4558
|
|
44
46
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -14,27 +14,27 @@ import typing_extensions
|
|
|
14
14
|
|
|
15
15
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
|
|
16
16
|
|
|
17
|
-
class
|
|
17
|
+
class _PorousSpecification:
|
|
18
18
|
ValueType = typing.NewType('ValueType', builtins.int)
|
|
19
19
|
V: typing_extensions.TypeAlias = ValueType
|
|
20
|
-
class
|
|
20
|
+
class _PorousSpecificationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_PorousSpecification.ValueType], builtins.type):
|
|
21
21
|
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor = ...
|
|
22
|
-
ISOTROPIC:
|
|
23
|
-
BIDIRECTIONAL:
|
|
24
|
-
ORTHOTROPIC:
|
|
25
|
-
class
|
|
22
|
+
ISOTROPIC: PorousSpecification.ValueType = ... # 0
|
|
23
|
+
BIDIRECTIONAL: PorousSpecification.ValueType = ... # 1
|
|
24
|
+
ORTHOTROPIC: PorousSpecification.ValueType = ... # 2
|
|
25
|
+
class PorousSpecification(_PorousSpecification, metaclass=_PorousSpecificationEnumTypeWrapper):
|
|
26
26
|
"""enumerations
|
|
27
27
|
|
|
28
28
|
"""
|
|
29
29
|
pass
|
|
30
30
|
|
|
31
|
-
ISOTROPIC:
|
|
32
|
-
BIDIRECTIONAL:
|
|
33
|
-
ORTHOTROPIC:
|
|
34
|
-
|
|
31
|
+
ISOTROPIC: PorousSpecification.ValueType = ... # 0
|
|
32
|
+
BIDIRECTIONAL: PorousSpecification.ValueType = ... # 1
|
|
33
|
+
ORTHOTROPIC: PorousSpecification.ValueType = ... # 2
|
|
34
|
+
global___PorousSpecification = PorousSpecification
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class PorousCartesianCreationRequest(google.protobuf.message.Message):
|
|
38
38
|
"""Command Requests and Responses
|
|
39
39
|
|
|
40
40
|
Create Free Slip
|
|
@@ -42,18 +42,43 @@ class PorousCreationRequest(google.protobuf.message.Message):
|
|
|
42
42
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
43
43
|
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
44
44
|
POROUS_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
45
|
+
FLOW_NORMAL_FACE_ID_FIELD_NUMBER: builtins.int
|
|
45
46
|
@property
|
|
46
47
|
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
47
48
|
@property
|
|
48
49
|
def porous_properties(self) -> global___PorousProperties: ...
|
|
50
|
+
flow_normal_face_id: typing.Text = ...
|
|
49
51
|
def __init__(self,
|
|
50
52
|
*,
|
|
51
53
|
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
52
54
|
porous_properties : typing.Optional[global___PorousProperties] = ...,
|
|
55
|
+
flow_normal_face_id : typing.Optional[typing.Text] = ...,
|
|
53
56
|
) -> None: ...
|
|
54
|
-
def HasField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","porous_properties",b"porous_properties"]) -> builtins.bool: ...
|
|
55
|
-
def ClearField(self, field_name: typing_extensions.Literal["creation_data",b"creation_data","porous_properties",b"porous_properties"]) -> None: ...
|
|
56
|
-
|
|
57
|
+
def HasField(self, field_name: typing_extensions.Literal["_flow_normal_face_id",b"_flow_normal_face_id","creation_data",b"creation_data","flow_normal_face_id",b"flow_normal_face_id","porous_properties",b"porous_properties"]) -> builtins.bool: ...
|
|
58
|
+
def ClearField(self, field_name: typing_extensions.Literal["_flow_normal_face_id",b"_flow_normal_face_id","creation_data",b"creation_data","flow_normal_face_id",b"flow_normal_face_id","porous_properties",b"porous_properties"]) -> None: ...
|
|
59
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_flow_normal_face_id",b"_flow_normal_face_id"]) -> typing.Optional[typing_extensions.Literal["flow_normal_face_id"]]: ...
|
|
60
|
+
global___PorousCartesianCreationRequest = PorousCartesianCreationRequest
|
|
61
|
+
|
|
62
|
+
class PorousConicalCreationRequest(google.protobuf.message.Message):
|
|
63
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
64
|
+
CREATION_DATA_FIELD_NUMBER: builtins.int
|
|
65
|
+
POROUS_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
66
|
+
CONICAL_FLOW_NORMAL_FACE_ID_FIELD_NUMBER: builtins.int
|
|
67
|
+
@property
|
|
68
|
+
def creation_data(self) -> ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData: ...
|
|
69
|
+
@property
|
|
70
|
+
def porous_properties(self) -> global___PorousProperties: ...
|
|
71
|
+
conical_flow_normal_face_id: typing.Text = ...
|
|
72
|
+
def __init__(self,
|
|
73
|
+
*,
|
|
74
|
+
creation_data : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.ScopedCreationData] = ...,
|
|
75
|
+
porous_properties : typing.Optional[global___PorousProperties] = ...,
|
|
76
|
+
conical_flow_normal_face_id : typing.Optional[typing.Text] = ...,
|
|
77
|
+
) -> None: ...
|
|
78
|
+
def HasField(self, field_name: typing_extensions.Literal["_conical_flow_normal_face_id",b"_conical_flow_normal_face_id","conical_flow_normal_face_id",b"conical_flow_normal_face_id","creation_data",b"creation_data","porous_properties",b"porous_properties"]) -> builtins.bool: ...
|
|
79
|
+
def ClearField(self, field_name: typing_extensions.Literal["_conical_flow_normal_face_id",b"_conical_flow_normal_face_id","conical_flow_normal_face_id",b"conical_flow_normal_face_id","creation_data",b"creation_data","porous_properties",b"porous_properties"]) -> None: ...
|
|
80
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_conical_flow_normal_face_id",b"_conical_flow_normal_face_id"]) -> typing.Optional[typing_extensions.Literal["conical_flow_normal_face_id"]]: ...
|
|
81
|
+
global___PorousConicalCreationRequest = PorousConicalCreationRequest
|
|
57
82
|
|
|
58
83
|
class PorousCreationResponse(google.protobuf.message.Message):
|
|
59
84
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
@@ -72,73 +97,71 @@ class PorousCreationResponse(google.protobuf.message.Message):
|
|
|
72
97
|
def ClearField(self, field_name: typing_extensions.Literal["condition_data",b"condition_data","condition_response",b"condition_response"]) -> None: ...
|
|
73
98
|
global___PorousCreationResponse = PorousCreationResponse
|
|
74
99
|
|
|
75
|
-
class
|
|
100
|
+
class ChangePorousSpecificationRequest(google.protobuf.message.Message):
|
|
76
101
|
"""enum commands"""
|
|
77
102
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
78
103
|
OBJECT_ID_FIELD_NUMBER: builtins.int
|
|
79
|
-
|
|
104
|
+
SPECIFICATION_FIELD_NUMBER: builtins.int
|
|
80
105
|
@property
|
|
81
106
|
def object_id(self) -> ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier: ...
|
|
82
|
-
|
|
107
|
+
specification: global___PorousSpecification.ValueType = ...
|
|
83
108
|
def __init__(self,
|
|
84
109
|
*,
|
|
85
110
|
object_id : typing.Optional[ansys.api.dbu.v0.dbumodels_pb2.PhysicsEntityIdentifier] = ...,
|
|
86
|
-
|
|
111
|
+
specification : global___PorousSpecification.ValueType = ...,
|
|
87
112
|
) -> None: ...
|
|
88
113
|
def HasField(self, field_name: typing_extensions.Literal["object_id",b"object_id"]) -> builtins.bool: ...
|
|
89
|
-
def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","
|
|
90
|
-
|
|
114
|
+
def ClearField(self, field_name: typing_extensions.Literal["object_id",b"object_id","specification",b"specification"]) -> None: ...
|
|
115
|
+
global___ChangePorousSpecificationRequest = ChangePorousSpecificationRequest
|
|
91
116
|
|
|
92
117
|
class PorousProperties(google.protobuf.message.Message):
|
|
93
118
|
"""Conditions properties
|
|
94
119
|
|
|
95
120
|
"""
|
|
96
121
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
97
|
-
|
|
98
|
-
|
|
122
|
+
SPECIFICATION_FIELD_NUMBER: builtins.int
|
|
123
|
+
FLOW_NORMAL_FACE_ID_FIELD_NUMBER: builtins.int
|
|
99
124
|
COEFFICIENTS_FIELD_NUMBER: builtins.int
|
|
100
125
|
SOLID_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
def direction(self) -> ansys.api.discovery.v0.discoverymodels_pb2.QuantityVector: ...
|
|
126
|
+
specification: global___PorousSpecification.ValueType = ...
|
|
127
|
+
flow_normal_face_id: typing.Text = ...
|
|
104
128
|
@property
|
|
105
129
|
def coefficients(self) -> global___ResistanceCoeffients: ...
|
|
106
130
|
@property
|
|
107
131
|
def solid_properties(self) -> global___SolidProperties: ...
|
|
108
132
|
def __init__(self,
|
|
109
133
|
*,
|
|
110
|
-
|
|
111
|
-
|
|
134
|
+
specification : global___PorousSpecification.ValueType = ...,
|
|
135
|
+
flow_normal_face_id : typing.Text = ...,
|
|
112
136
|
coefficients : typing.Optional[global___ResistanceCoeffients] = ...,
|
|
113
137
|
solid_properties : typing.Optional[global___SolidProperties] = ...,
|
|
114
138
|
) -> None: ...
|
|
115
|
-
def HasField(self, field_name: typing_extensions.Literal["coefficients",b"coefficients","
|
|
116
|
-
def ClearField(self, field_name: typing_extensions.Literal["coefficients",b"coefficients","
|
|
139
|
+
def HasField(self, field_name: typing_extensions.Literal["coefficients",b"coefficients","solid_properties",b"solid_properties"]) -> builtins.bool: ...
|
|
140
|
+
def ClearField(self, field_name: typing_extensions.Literal["coefficients",b"coefficients","flow_normal_face_id",b"flow_normal_face_id","solid_properties",b"solid_properties","specification",b"specification"]) -> None: ...
|
|
117
141
|
global___PorousProperties = PorousProperties
|
|
118
142
|
|
|
119
143
|
class SolidProperties(google.protobuf.message.Message):
|
|
120
144
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
|
|
121
145
|
POROSITY_FIELD_NUMBER: builtins.int
|
|
122
146
|
DENSITY_FIELD_NUMBER: builtins.int
|
|
123
|
-
|
|
147
|
+
ISOTROPIC_THERMAL_CONDUCTIVITY_FIELD_NUMBER: builtins.int
|
|
124
148
|
SPECIFIC_HEAT_FIELD_NUMBER: builtins.int
|
|
125
|
-
|
|
126
|
-
def porosity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
149
|
+
porosity: builtins.float = ...
|
|
127
150
|
@property
|
|
128
151
|
def density(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
129
152
|
@property
|
|
130
|
-
def
|
|
153
|
+
def isotropic_thermal_conductivity(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
131
154
|
@property
|
|
132
155
|
def specific_heat(self) -> ansys.api.discovery.v0.discoverymodels_pb2.Quantity: ...
|
|
133
156
|
def __init__(self,
|
|
134
157
|
*,
|
|
135
|
-
porosity :
|
|
158
|
+
porosity : builtins.float = ...,
|
|
136
159
|
density : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
137
|
-
|
|
160
|
+
isotropic_thermal_conductivity : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
138
161
|
specific_heat : typing.Optional[ansys.api.discovery.v0.discoverymodels_pb2.Quantity] = ...,
|
|
139
162
|
) -> None: ...
|
|
140
|
-
def HasField(self, field_name: typing_extensions.Literal["density",b"density","
|
|
141
|
-
def ClearField(self, field_name: typing_extensions.Literal["density",b"density","
|
|
163
|
+
def HasField(self, field_name: typing_extensions.Literal["density",b"density","isotropic_thermal_conductivity",b"isotropic_thermal_conductivity","specific_heat",b"specific_heat"]) -> builtins.bool: ...
|
|
164
|
+
def ClearField(self, field_name: typing_extensions.Literal["density",b"density","isotropic_thermal_conductivity",b"isotropic_thermal_conductivity","porosity",b"porosity","specific_heat",b"specific_heat"]) -> None: ...
|
|
142
165
|
global___SolidProperties = SolidProperties
|
|
143
166
|
|
|
144
167
|
class ResistanceCoeffients(google.protobuf.message.Message):
|
|
@@ -15,14 +15,19 @@ class PorousStub(object):
|
|
|
15
15
|
Args:
|
|
16
16
|
channel: A grpc.Channel.
|
|
17
17
|
"""
|
|
18
|
-
self.
|
|
19
|
-
'/ansys.api.discovery.v0.conditions.porous.Porous/
|
|
20
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.
|
|
18
|
+
self.CreatePorousCartesian = channel.unary_unary(
|
|
19
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/CreatePorousCartesian',
|
|
20
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCartesianCreationRequest.SerializeToString,
|
|
21
21
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationResponse.FromString,
|
|
22
22
|
)
|
|
23
|
-
self.
|
|
24
|
-
'/ansys.api.discovery.v0.conditions.porous.Porous/
|
|
25
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.
|
|
23
|
+
self.CreatePorousConical = channel.unary_unary(
|
|
24
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/CreatePorousConical',
|
|
25
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousConicalCreationRequest.SerializeToString,
|
|
26
|
+
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationResponse.FromString,
|
|
27
|
+
)
|
|
28
|
+
self.ChangePorousSpecification = channel.unary_unary(
|
|
29
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousSpecification',
|
|
30
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.ChangePorousSpecificationRequest.SerializeToString,
|
|
26
31
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
27
32
|
)
|
|
28
33
|
self.ChangePorousLocation = channel.unary_unary(
|
|
@@ -30,9 +35,9 @@ class PorousStub(object):
|
|
|
30
35
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
31
36
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
32
37
|
)
|
|
33
|
-
self.
|
|
34
|
-
'/ansys.api.discovery.v0.conditions.porous.Porous/
|
|
35
|
-
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
38
|
+
self.ChangePorousStreamwiseFlowFace = channel.unary_unary(
|
|
39
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousStreamwiseFlowFace',
|
|
40
|
+
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
36
41
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
37
42
|
)
|
|
38
43
|
self.ChangePorousViscousStreamwiseMagnitude = channel.unary_unary(
|
|
@@ -65,8 +70,8 @@ class PorousStub(object):
|
|
|
65
70
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.SerializeToString,
|
|
66
71
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
67
72
|
)
|
|
68
|
-
self.
|
|
69
|
-
'/ansys.api.discovery.v0.conditions.porous.Porous/
|
|
73
|
+
self.ChangePorousThermalInputEnabled = channel.unary_unary(
|
|
74
|
+
'/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousThermalInputEnabled',
|
|
70
75
|
request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
71
76
|
response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
72
77
|
)
|
|
@@ -95,14 +100,20 @@ class PorousStub(object):
|
|
|
95
100
|
class PorousServicer(object):
|
|
96
101
|
"""Missing associated documentation comment in .proto file."""
|
|
97
102
|
|
|
98
|
-
def
|
|
103
|
+
def CreatePorousCartesian(self, request, context):
|
|
99
104
|
"""wall creation methods
|
|
100
105
|
"""
|
|
101
106
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
102
107
|
context.set_details('Method not implemented!')
|
|
103
108
|
raise NotImplementedError('Method not implemented!')
|
|
104
109
|
|
|
105
|
-
def
|
|
110
|
+
def CreatePorousConical(self, request, context):
|
|
111
|
+
"""Missing associated documentation comment in .proto file."""
|
|
112
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
113
|
+
context.set_details('Method not implemented!')
|
|
114
|
+
raise NotImplementedError('Method not implemented!')
|
|
115
|
+
|
|
116
|
+
def ChangePorousSpecification(self, request, context):
|
|
106
117
|
"""properties
|
|
107
118
|
"""
|
|
108
119
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
@@ -115,7 +126,7 @@ class PorousServicer(object):
|
|
|
115
126
|
context.set_details('Method not implemented!')
|
|
116
127
|
raise NotImplementedError('Method not implemented!')
|
|
117
128
|
|
|
118
|
-
def
|
|
129
|
+
def ChangePorousStreamwiseFlowFace(self, request, context):
|
|
119
130
|
"""Missing associated documentation comment in .proto file."""
|
|
120
131
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
121
132
|
context.set_details('Method not implemented!')
|
|
@@ -158,7 +169,7 @@ class PorousServicer(object):
|
|
|
158
169
|
context.set_details('Method not implemented!')
|
|
159
170
|
raise NotImplementedError('Method not implemented!')
|
|
160
171
|
|
|
161
|
-
def
|
|
172
|
+
def ChangePorousThermalInputEnabled(self, request, context):
|
|
162
173
|
"""Solid quantities
|
|
163
174
|
|
|
164
175
|
"""
|
|
@@ -193,14 +204,19 @@ class PorousServicer(object):
|
|
|
193
204
|
|
|
194
205
|
def add_PorousServicer_to_server(servicer, server):
|
|
195
206
|
rpc_method_handlers = {
|
|
196
|
-
'
|
|
197
|
-
servicer.
|
|
198
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.
|
|
207
|
+
'CreatePorousCartesian': grpc.unary_unary_rpc_method_handler(
|
|
208
|
+
servicer.CreatePorousCartesian,
|
|
209
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCartesianCreationRequest.FromString,
|
|
210
|
+
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationResponse.SerializeToString,
|
|
211
|
+
),
|
|
212
|
+
'CreatePorousConical': grpc.unary_unary_rpc_method_handler(
|
|
213
|
+
servicer.CreatePorousConical,
|
|
214
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousConicalCreationRequest.FromString,
|
|
199
215
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationResponse.SerializeToString,
|
|
200
216
|
),
|
|
201
|
-
'
|
|
202
|
-
servicer.
|
|
203
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.
|
|
217
|
+
'ChangePorousSpecification': grpc.unary_unary_rpc_method_handler(
|
|
218
|
+
servicer.ChangePorousSpecification,
|
|
219
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.ChangePorousSpecificationRequest.FromString,
|
|
204
220
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
205
221
|
),
|
|
206
222
|
'ChangePorousLocation': grpc.unary_unary_rpc_method_handler(
|
|
@@ -208,9 +224,9 @@ def add_PorousServicer_to_server(servicer, server):
|
|
|
208
224
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
209
225
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
210
226
|
),
|
|
211
|
-
'
|
|
212
|
-
servicer.
|
|
213
|
-
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
227
|
+
'ChangePorousStreamwiseFlowFace': grpc.unary_unary_rpc_method_handler(
|
|
228
|
+
servicer.ChangePorousStreamwiseFlowFace,
|
|
229
|
+
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.FromString,
|
|
214
230
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
215
231
|
),
|
|
216
232
|
'ChangePorousViscousStreamwiseMagnitude': grpc.unary_unary_rpc_method_handler(
|
|
@@ -243,8 +259,8 @@ def add_PorousServicer_to_server(servicer, server):
|
|
|
243
259
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeQuantityRequest.FromString,
|
|
244
260
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
245
261
|
),
|
|
246
|
-
'
|
|
247
|
-
servicer.
|
|
262
|
+
'ChangePorousThermalInputEnabled': grpc.unary_unary_rpc_method_handler(
|
|
263
|
+
servicer.ChangePorousThermalInputEnabled,
|
|
248
264
|
request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.FromString,
|
|
249
265
|
response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.SerializeToString,
|
|
250
266
|
),
|
|
@@ -279,7 +295,24 @@ class Porous(object):
|
|
|
279
295
|
"""Missing associated documentation comment in .proto file."""
|
|
280
296
|
|
|
281
297
|
@staticmethod
|
|
282
|
-
def
|
|
298
|
+
def CreatePorousCartesian(request,
|
|
299
|
+
target,
|
|
300
|
+
options=(),
|
|
301
|
+
channel_credentials=None,
|
|
302
|
+
call_credentials=None,
|
|
303
|
+
insecure=False,
|
|
304
|
+
compression=None,
|
|
305
|
+
wait_for_ready=None,
|
|
306
|
+
timeout=None,
|
|
307
|
+
metadata=None):
|
|
308
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/CreatePorousCartesian',
|
|
309
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCartesianCreationRequest.SerializeToString,
|
|
310
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationResponse.FromString,
|
|
311
|
+
options, channel_credentials,
|
|
312
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
313
|
+
|
|
314
|
+
@staticmethod
|
|
315
|
+
def CreatePorousConical(request,
|
|
283
316
|
target,
|
|
284
317
|
options=(),
|
|
285
318
|
channel_credentials=None,
|
|
@@ -289,14 +322,14 @@ class Porous(object):
|
|
|
289
322
|
wait_for_ready=None,
|
|
290
323
|
timeout=None,
|
|
291
324
|
metadata=None):
|
|
292
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/
|
|
293
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.
|
|
325
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/CreatePorousConical',
|
|
326
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousConicalCreationRequest.SerializeToString,
|
|
294
327
|
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.PorousCreationResponse.FromString,
|
|
295
328
|
options, channel_credentials,
|
|
296
329
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
297
330
|
|
|
298
331
|
@staticmethod
|
|
299
|
-
def
|
|
332
|
+
def ChangePorousSpecification(request,
|
|
300
333
|
target,
|
|
301
334
|
options=(),
|
|
302
335
|
channel_credentials=None,
|
|
@@ -306,8 +339,8 @@ class Porous(object):
|
|
|
306
339
|
wait_for_ready=None,
|
|
307
340
|
timeout=None,
|
|
308
341
|
metadata=None):
|
|
309
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/
|
|
310
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.
|
|
342
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousSpecification',
|
|
343
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_conditions_dot_porous__pb2.ChangePorousSpecificationRequest.SerializeToString,
|
|
311
344
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
312
345
|
options, channel_credentials,
|
|
313
346
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -330,7 +363,7 @@ class Porous(object):
|
|
|
330
363
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
331
364
|
|
|
332
365
|
@staticmethod
|
|
333
|
-
def
|
|
366
|
+
def ChangePorousStreamwiseFlowFace(request,
|
|
334
367
|
target,
|
|
335
368
|
options=(),
|
|
336
369
|
channel_credentials=None,
|
|
@@ -340,8 +373,8 @@ class Porous(object):
|
|
|
340
373
|
wait_for_ready=None,
|
|
341
374
|
timeout=None,
|
|
342
375
|
metadata=None):
|
|
343
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/
|
|
344
|
-
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.
|
|
376
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousStreamwiseFlowFace',
|
|
377
|
+
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeLocationRequest.SerializeToString,
|
|
345
378
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
346
379
|
options, channel_credentials,
|
|
347
380
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -449,7 +482,7 @@ class Porous(object):
|
|
|
449
482
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
450
483
|
|
|
451
484
|
@staticmethod
|
|
452
|
-
def
|
|
485
|
+
def ChangePorousThermalInputEnabled(request,
|
|
453
486
|
target,
|
|
454
487
|
options=(),
|
|
455
488
|
channel_credentials=None,
|
|
@@ -459,7 +492,7 @@ class Porous(object):
|
|
|
459
492
|
wait_for_ready=None,
|
|
460
493
|
timeout=None,
|
|
461
494
|
metadata=None):
|
|
462
|
-
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/
|
|
495
|
+
return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.conditions.porous.Porous/ChangePorousThermalInputEnabled',
|
|
463
496
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeBooleanRequest.SerializeToString,
|
|
464
497
|
ansys_dot_api_dot_discovery_dot_v0_dot_discoverymodels__pb2.ChangeResponse.FromString,
|
|
465
498
|
options, channel_credentials,
|