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

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