Package PyFoam :: Package RunDictionary :: Module TimeDirectory :: Class TimeDirectory
[hide private]
[frames] | no frames]

Class TimeDirectory

source code

object --+
         |
        TimeDirectory

Represents a directory for a timestep

Instance Methods [hide private]
  __init__(self, name)
name - name of the time directory
  reread(self)
Scan the directory for files with valid names
  getFiles(self)
Get a list of the solution files in that directory

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, name)
(Constructor)

source code 
name - name of the time directory
Overrides: object.__init__

reread(self)

source code 
Scan the directory for files with valid names

getFiles(self)

source code 
Get a list of the solution files in that directory