Esempio n. 1
0
    def __init__(self,args=None):
        description="""\
Examines dictionaries in a case and tries to upgrade them to a form
that is compatible with OpenFOAM 2.0
        """
        
        UpgradeDictionariesTo17.__init__(self,
                                         args=args,
                                         description=description)
Esempio n. 2
0
 def addDicts(self):
     UpgradeDictionariesTo17.addDicts(self)
     
     self.dicts.append(BlockMeshUpgradeInfo())
     self.dicts.append(ThermophysicalUpgradeInfo())