field_data_streaming#

Module for Field data streaming.

Classes:

FieldDataStreaming(session_id, service)

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_idstr

Session ID.

serviceFieldDataService

FieldData streaming service.

Methods:

__init__(session_id, service)

__init__ method of StreamingService class.

callbacks()

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.