journaling#

A module for controlling the writing of Fluent Python journals.

Classes:

Journal(app_utilities)

Control the writing of Fluent Python journals.

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.