journaling#

A module for controlling the writing of Fluent Python journals.

Classes:

Journal(app_utilities)

Control the writing of Fluent Python journals.

Exceptions:

PythonJournalNotSupported()

Raised when Python journal is unsupported.

class ansys.fluent.core.journaling.Journal(app_utilities)#

Bases: object

Control the writing of Fluent Python journals.

Methods:

__init__(app_utilities)

__init__ method of Journal class.

start(file_name)

Start writing a Fluent Python journal at the specified file_name.

stop()

Stop writing the Fluent Python journal.

__init__(app_utilities)#

__init__ method of Journal class.

start(file_name)#

Start writing a Fluent Python journal at the specified file_name.

stop()#

Stop writing the Fluent Python journal.

exception ansys.fluent.core.journaling.PythonJournalNotSupported#

Bases: RuntimeError

Raised when Python journal is unsupported.

Methods:

__init__()

Initialize PythonJournalNotSupported.

__init__()#

Initialize PythonJournalNotSupported.