Package PyFoam :: Package Applications :: Module DisplayBlockMesh :: Class DisplayBlockMesh
[hide private]
[frames] | no frames]

Class DisplayBlockMesh

source code

                         object --+    
                                  |    
PyFoamApplication.PyFoamApplication --+
                                      |
                                     DisplayBlockMesh

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
run(self)
Run the real application
source code
 
readFile(self) source code
 
addUndefined(self, i) source code
 
addProps(self) source code
 
addPoint(self, coord, factor=1) source code
 
addVertex(self, index) source code
 
addLine(self, index1, index2) source code
 
makeDirection(self, index1, index2, label) source code
 
makeSpline(self, lst) source code
 
makeArc(self, data) source code
 
makeFace(self, lst) source code
 
addBlock(self, index) source code
 
setAxes(self) source code
 
quit(self) source code
 
reread(self) source code
 
colorBlock(self, value) source code
 
colorPatch(self, value) source code

Inherited from PyFoamApplication.PyFoamApplication: addLocalConfig, addOptions, addToCaseLog, checkCase, ensureGeneralOptions, error, silent, warning

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • description - description of the command
  • usage - Usage
  • interspersed - Is the command line allowed to be interspersed (options after the arguments)
  • args - Command line arguments when using the Application as a 'class' from a script
  • nr - Number of required arguments
  • changeVersion - May this application change the version of OF used?
  • exactNr - Must not have more than the required number of arguments
Overrides: object.__init__
(inherited documentation)

run(self)

source code 

Run the real application

Overrides: PyFoamApplication.PyFoamApplication.run
(inherited documentation)