Package PyFoam :: Package RunDictionary :: Module SurfaceDirectory :: Class SurfaceTime
[hide private]
[frames] | no frames]

Class SurfaceTime

source code

object --+
         |
        SurfaceTime

A directory with one surfaced time

Instance Methods [hide private]
 
__init__(self, sDir, time)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__getitem__(self, key)
Get the data for a value on a specific line
source code

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, sDir, time)
(Constructor)

source code 

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

Parameters:
  • sDir - The surface-dir
  • time - the timename
Overrides: object.__init__

__getitem__(self, key)
(Indexing operator)

source code 

Get the data for a value on a specific line

Parameters:
  • key - A tuple with the surface-name and the value-name
Returns:
a path to the VTK-file