field_data_streaming#
Module for Field data streaming.
Classes:
|
Class wrapping the Field gRPC streaming service of Fluent. |
- class ansys.fluent.core.streaming_services.field_data_streaming.FieldDataStreaming(session_id, service)#
Bases:
StreamingService
Class wrapping the Field gRPC streaming service of Fluent.
- Parameters:
- session_id
str
Session ID.
- service
FieldDataService
FieldData streaming service.
- session_id
Methods:
__init__
(session_id, service)__init__ method of StreamingService class.
Get list of callbacks along with arguments and keyword arguments.
- __init__(session_id, service)#
__init__ method of StreamingService class.
- callbacks()#
Get list of callbacks along with arguments and keyword arguments.