journaling#
A module for controlling the writing of Fluent Python journals.
Classes:
|
Control the writing of Fluent Python journals. |
Exceptions:
Raised when Python journal is unsupported. |
- class ansys.fluent.core.journaling.Journal(app_utilities)#
Bases:
objectControl 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:
RuntimeErrorRaised when Python journal is unsupported.
Methods:
__init__()Initialize PythonJournalNotSupported.
- __init__()#
Initialize PythonJournalNotSupported.