PyFoam.Applications.ListCases module

Application-class that implements pyFoamListCases.py

class PyFoam.Applications.ListCases.ListCases(args=None, **kwargs)[source]

Bases: PyFoam.Applications.PyFoamApplication.PyFoamApplication

addOptions()[source]
fnmatch(fName)[source]

Check whether the filename matches our patterns for for cases to be processed

readState(sol, sFile, default='')[source]
run()[source]
sortChoices = ['name', 'first', 'last', 'mtime', 'nrSteps', 'procs', 'diskusage', 'pFirst', 'pLast', 'nrParallel', 'nowTime', 'state', 'lastOutput', 'startedAt']