PyFoam.Applications.UpgradeDictionariesTo17 module

Application class that implements pyFoamUpgradeDictionariesTo17

class PyFoam.Applications.UpgradeDictionariesTo17.DictionaryUpgradeInfo[source]

Bases: object

This class knows how to detect old versions and how to upgrade them

disable()[source]
disableCallback(opt, value, parser, *args, **kwargs)[source]
makeComment(data)[source]
needsUpgrade()[source]
path()[source]
setFile(fName)[source]
upgrade(force, printIt)[source]
class PyFoam.Applications.UpgradeDictionariesTo17.FvSolutionUpgradeInfo[source]

Bases: PyFoam.Applications.UpgradeDictionariesTo17.DictionaryUpgradeInfo

checkUpgrade(content)[source]
location()[source]
manipulate(content)[source]
name()[source]
class PyFoam.Applications.UpgradeDictionariesTo17.UpgradeDictionariesTo17(args=None, description=None, **kwargs)[source]

Bases: PyFoam.Applications.PyFoamApplication.PyFoamApplication

addDicts()[source]
addOptions()[source]
run()[source]