PyFoam.Applications.CommonChangeBoundary module

Class that implements the common functionality for the ChangeBoundary-utilities

class PyFoam.Applications.CommonChangeBoundary.CommonChangeBoundary[source]

Bases: object

The class that defines options for ChangeBoundary-utilities

__dict__ = dict_proxy({'processABoundaryFile': <function processABoundaryFile>, '__module__': 'PyFoam.Applications.CommonChangeBoundary', 'processBoundaryFiles': <function processBoundaryFiles>, 'addOptions': <function addOptions>, '__dict__': <attribute '__dict__' of 'CommonChangeBoundary' objects>, '__weakref__': <attribute '__weakref__' of 'CommonChangeBoundary' objects>, '__doc__': ' The class that defines options for ChangeBoundary-utilities\n '})
__module__ = 'PyFoam.Applications.CommonChangeBoundary'
__weakref__

list of weak references to the object (if defined)

addOptions()[source]
processABoundaryFile(func, targetDir)[source]
Parameters:func – the function that transforms the actual boundary file
processBoundaryFiles(func, case)[source]
Parameters:func – the function that transforms the actual boundary file