Package PyFoam :: Package IPythonHelpers :: Module Case :: Class Case
[hide private]
[frames] | no frames]

Class Case

source code


This class is initialized with a path and gives access to reporting functions

Instance Methods [hide private]
 
__callCaseReport(self, region=None, level=3, **kwargs)
Helper function that does the actual calling of CaseReport and returning of the HTML-formatted output
source code
 
__getObjectName(self, obj) source code
 
__getStorageName(self) source code
 
__init__(self, input)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
boundaryConditions(self, region=None, **kwargs) source code
 
decomposition(self, region=None, **kwargs) source code
 
dimensions(self, region=None, **kwargs) source code
 
distribution(self, directory, line, time) source code
 
distributionInfo(self, directory) source code
 
distributionSelector(self, directoryName) source code
 
internalField(self, region=None, **kwargs) source code
 
linearSolvers(self, region=None, **kwargs) source code
 
longBoundaryConditions(self, region=None, **kwargs) source code
 
pickledData(self, pickleFile) source code
 
pickledDataSelector(self) source code
 
pickledPlotSelector(self) source code
 
pickledPlots(self, pickleFile) source code
 
processorMatrix(self, region=None, **kwargs) source code
 
relaxationFactors(self, region=None, **kwargs) source code
 
sampleField(self, directory, line, field) source code
 
sampleInfo(self, directory) source code
 
sampleSelector(self, directoryName) source code
 
sampleTime(self, directory, line, time) source code
 
size(self, region=None, **kwargs) source code
 
timeline(self, directory, fieldname) source code
 
timelineInfo(self, directory) source code
 
timelineSelector(self, directoryName) source code

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

Properties [hide private]
  path
The path to the solution
  regions
Regions in the case
  sol
The actual solution directory

Inherited from object: __class__

Method Details [hide private]

__init__(self, input)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • input - either a SolutionDirectory-instance or a string with a pathname
Overrides: object.__init__

Property Details [hide private]

path

The path to the solution

Get Method:
unreachable.path(self) - The path to the solution

regions

Regions in the case

Get Method:
unreachable.regions(self) - Regions in the case

sol

The actual solution directory

Get Method:
unreachable.sol(self) - The actual solution directory