ansys.fluent.core.journaling#
A module for controlling the writing of Fluent Python journals.
Classes:
|
Control the writing of Fluent Python journals. |
- class ansys.fluent.core.journaling.Journal(scheme_eval)#
Bases:
object
Control the writing of Fluent Python journals.
Methods:
__init__
(scheme_eval)__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__(scheme_eval)#
__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.