WorkingFolders#

class ansys.chemkin.core.utilities.WorkingFolders(dir_name: str, root_dir: str)#

folder/file utilities for multiple runs.

Overview#

done

Change back to the root directory.

root

Get the “root” directory of the current structure.

work

Get the “work” directory of the current structure.

Import detail#

from ansys.chemkin.core.utilities import WorkingFolders

Property detail#

property WorkingFolders.root: str#

Get the “root” directory of the current structure.

property WorkingFolders.work: str#

Get the “work” directory of the current structure.

Attribute detail#

WorkingFolders.root_dir#
WorkingFolders.work_dir#

Method detail#

WorkingFolders.done()#

Change back to the root directory.