@@ -479,6 +479,16 @@ def __init__(self, channel):
479
479
request_serializer = kwprocess__pb2 .ICFDControlOutputRequest .SerializeToString ,
480
480
response_deserializer = kwprocess__pb2 .ICFDControlOutputReply .FromString ,
481
481
)
482
+ self .ICFDCreateControlSteady = channel .unary_unary (
483
+ '/kwgrpc.kwC2S/ICFDCreateControlSteady' ,
484
+ request_serializer = kwprocess__pb2 .ICFDControlSteadyRequest .SerializeToString ,
485
+ response_deserializer = kwprocess__pb2 .ICFDControlSteadyReply .FromString ,
486
+ )
487
+ self .ICFDCreateControlFSI = channel .unary_unary (
488
+ '/kwgrpc.kwC2S/ICFDCreateControlFSI' ,
489
+ request_serializer = kwprocess__pb2 .ICFDControlFSIRequest .SerializeToString ,
490
+ response_deserializer = kwprocess__pb2 .ICFDControlFSIReply .FromString ,
491
+ )
482
492
self .ICFDCreateControlTurbulence = channel .unary_unary (
483
493
'/kwgrpc.kwC2S/ICFDCreateControlTurbulence' ,
484
494
request_serializer = kwprocess__pb2 .ICFDControlTurbulenceRequest .SerializeToString ,
@@ -559,6 +569,11 @@ def __init__(self, channel):
559
569
request_serializer = kwprocess__pb2 .ICFDBdyNonSlipRequest .SerializeToString ,
560
570
response_deserializer = kwprocess__pb2 .ICFDBdyNonSlipReply .FromString ,
561
571
)
572
+ self .ICFDCreateBdyFSI = channel .unary_unary (
573
+ '/kwgrpc.kwC2S/ICFDCreateBdyFSI' ,
574
+ request_serializer = kwprocess__pb2 .ICFDBdyFSIRequest .SerializeToString ,
575
+ response_deserializer = kwprocess__pb2 .ICFDBdyFSIReply .FromString ,
576
+ )
562
577
self .ICFDCreateInit = channel .unary_unary (
563
578
'/kwgrpc.kwC2S/ICFDCreateInit' ,
564
579
request_serializer = kwprocess__pb2 .ICFDInitRequest .SerializeToString ,
@@ -1326,6 +1341,18 @@ def ICFDCreateControlOutput(self, request, context):
1326
1341
context .set_details ('Method not implemented!' )
1327
1342
raise NotImplementedError ('Method not implemented!' )
1328
1343
1344
+ def ICFDCreateControlSteady (self , request , context ):
1345
+ """Missing associated documentation comment in .proto file."""
1346
+ context .set_code (grpc .StatusCode .UNIMPLEMENTED )
1347
+ context .set_details ('Method not implemented!' )
1348
+ raise NotImplementedError ('Method not implemented!' )
1349
+
1350
+ def ICFDCreateControlFSI (self , request , context ):
1351
+ """Missing associated documentation comment in .proto file."""
1352
+ context .set_code (grpc .StatusCode .UNIMPLEMENTED )
1353
+ context .set_details ('Method not implemented!' )
1354
+ raise NotImplementedError ('Method not implemented!' )
1355
+
1329
1356
def ICFDCreateControlTurbulence (self , request , context ):
1330
1357
"""Missing associated documentation comment in .proto file."""
1331
1358
context .set_code (grpc .StatusCode .UNIMPLEMENTED )
@@ -1422,6 +1449,12 @@ def ICFDCreateBdyNonSlip(self, request, context):
1422
1449
context .set_details ('Method not implemented!' )
1423
1450
raise NotImplementedError ('Method not implemented!' )
1424
1451
1452
+ def ICFDCreateBdyFSI (self , request , context ):
1453
+ """Missing associated documentation comment in .proto file."""
1454
+ context .set_code (grpc .StatusCode .UNIMPLEMENTED )
1455
+ context .set_details ('Method not implemented!' )
1456
+ raise NotImplementedError ('Method not implemented!' )
1457
+
1425
1458
def ICFDCreateInit (self , request , context ):
1426
1459
"""Missing associated documentation comment in .proto file."""
1427
1460
context .set_code (grpc .StatusCode .UNIMPLEMENTED )
@@ -2124,6 +2157,16 @@ def add_kwC2SServicer_to_server(servicer, server):
2124
2157
request_deserializer = kwprocess__pb2 .ICFDControlOutputRequest .FromString ,
2125
2158
response_serializer = kwprocess__pb2 .ICFDControlOutputReply .SerializeToString ,
2126
2159
),
2160
+ 'ICFDCreateControlSteady' : grpc .unary_unary_rpc_method_handler (
2161
+ servicer .ICFDCreateControlSteady ,
2162
+ request_deserializer = kwprocess__pb2 .ICFDControlSteadyRequest .FromString ,
2163
+ response_serializer = kwprocess__pb2 .ICFDControlSteadyReply .SerializeToString ,
2164
+ ),
2165
+ 'ICFDCreateControlFSI' : grpc .unary_unary_rpc_method_handler (
2166
+ servicer .ICFDCreateControlFSI ,
2167
+ request_deserializer = kwprocess__pb2 .ICFDControlFSIRequest .FromString ,
2168
+ response_serializer = kwprocess__pb2 .ICFDControlFSIReply .SerializeToString ,
2169
+ ),
2127
2170
'ICFDCreateControlTurbulence' : grpc .unary_unary_rpc_method_handler (
2128
2171
servicer .ICFDCreateControlTurbulence ,
2129
2172
request_deserializer = kwprocess__pb2 .ICFDControlTurbulenceRequest .FromString ,
@@ -2204,6 +2247,11 @@ def add_kwC2SServicer_to_server(servicer, server):
2204
2247
request_deserializer = kwprocess__pb2 .ICFDBdyNonSlipRequest .FromString ,
2205
2248
response_serializer = kwprocess__pb2 .ICFDBdyNonSlipReply .SerializeToString ,
2206
2249
),
2250
+ 'ICFDCreateBdyFSI' : grpc .unary_unary_rpc_method_handler (
2251
+ servicer .ICFDCreateBdyFSI ,
2252
+ request_deserializer = kwprocess__pb2 .ICFDBdyFSIRequest .FromString ,
2253
+ response_serializer = kwprocess__pb2 .ICFDBdyFSIReply .SerializeToString ,
2254
+ ),
2207
2255
'ICFDCreateInit' : grpc .unary_unary_rpc_method_handler (
2208
2256
servicer .ICFDCreateInit ,
2209
2257
request_deserializer = kwprocess__pb2 .ICFDInitRequest .FromString ,
@@ -3985,6 +4033,40 @@ def ICFDCreateControlOutput(request,
3985
4033
options , channel_credentials ,
3986
4034
insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
3987
4035
4036
+ @staticmethod
4037
+ def ICFDCreateControlSteady (request ,
4038
+ target ,
4039
+ options = (),
4040
+ channel_credentials = None ,
4041
+ call_credentials = None ,
4042
+ insecure = False ,
4043
+ compression = None ,
4044
+ wait_for_ready = None ,
4045
+ timeout = None ,
4046
+ metadata = None ):
4047
+ return grpc .experimental .unary_unary (request , target , '/kwgrpc.kwC2S/ICFDCreateControlSteady' ,
4048
+ kwprocess__pb2 .ICFDControlSteadyRequest .SerializeToString ,
4049
+ kwprocess__pb2 .ICFDControlSteadyReply .FromString ,
4050
+ options , channel_credentials ,
4051
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
4052
+
4053
+ @staticmethod
4054
+ def ICFDCreateControlFSI (request ,
4055
+ target ,
4056
+ options = (),
4057
+ channel_credentials = None ,
4058
+ call_credentials = None ,
4059
+ insecure = False ,
4060
+ compression = None ,
4061
+ wait_for_ready = None ,
4062
+ timeout = None ,
4063
+ metadata = None ):
4064
+ return grpc .experimental .unary_unary (request , target , '/kwgrpc.kwC2S/ICFDCreateControlFSI' ,
4065
+ kwprocess__pb2 .ICFDControlFSIRequest .SerializeToString ,
4066
+ kwprocess__pb2 .ICFDControlFSIReply .FromString ,
4067
+ options , channel_credentials ,
4068
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
4069
+
3988
4070
@staticmethod
3989
4071
def ICFDCreateControlTurbulence (request ,
3990
4072
target ,
@@ -4257,6 +4339,23 @@ def ICFDCreateBdyNonSlip(request,
4257
4339
options , channel_credentials ,
4258
4340
insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
4259
4341
4342
+ @staticmethod
4343
+ def ICFDCreateBdyFSI (request ,
4344
+ target ,
4345
+ options = (),
4346
+ channel_credentials = None ,
4347
+ call_credentials = None ,
4348
+ insecure = False ,
4349
+ compression = None ,
4350
+ wait_for_ready = None ,
4351
+ timeout = None ,
4352
+ metadata = None ):
4353
+ return grpc .experimental .unary_unary (request , target , '/kwgrpc.kwC2S/ICFDCreateBdyFSI' ,
4354
+ kwprocess__pb2 .ICFDBdyFSIRequest .SerializeToString ,
4355
+ kwprocess__pb2 .ICFDBdyFSIReply .FromString ,
4356
+ options , channel_credentials ,
4357
+ insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
4358
+
4260
4359
@staticmethod
4261
4360
def ICFDCreateInit (request ,
4262
4361
target ,
0 commit comments