Package solvcon :: Package kerpak :: Module cuse :: Class CuseCase
[hide private]
[frames] | no frames]

Class CuseCase

source code

object --+                
         |                
      dict --+            
             |            
 case.CaseInfo --+        
                 |        
     case.BaseCase --+    
                     |    
        case.BlockCase --+
                         |
                        CuseCase
Known Subclasses:

Inviscid aerodynamic case for the Euler equations.

Nested Classes [hide private]

Inherited from case.CaseInfo: __metaclass__

Instance Methods [hide private]
dict
make_solver_keywords(self)
Return keywords to initialize solvers.
source code

Inherited from case.BlockCase: __init__, cleanup, dump, init, load_block, run

Inherited from case.BaseCase (private): _dynamic_execute, _log_end, _log_start

Inherited from case.CaseInfo: __getattr__, __setattr__

Inherited from case.CaseInfo (private): _set_through

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __repr__, __setitem__, __sizeof__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Inherited from object: __delattr__, __format__, __reduce__, __reduce_ex__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from case.BaseCase: register_arrangement

Class Variables [hide private]
  defdict = {'condition.bcmap': None, 'condition.bcmod': None, '...

Inherited from case.BaseCase: CSEFN_DEFAULT

Inherited from case.CaseInfo: arrangements

Inherited from dict: __hash__

Instance Variables [hide private]

Inherited from case.BlockCase: pythonpaths

Inherited from case.BaseCase: runhooks

Properties [hide private]

Inherited from case.BlockCase: is_parallel

Inherited from object: __class__

Method Details [hide private]

make_solver_keywords(self)

source code 

Return keywords to initialize solvers.

Returns: dict
keywords
Overrides: case.BlockCase.make_solver_keywords
(inherited documentation)

Class Variable Details [hide private]

defdict

Value:
{'condition.bcmap': None,
 'condition.bcmod': None,
 'condition.mtrllist': <type 'list'>,
 'dynamic.bakfn': 'solvcon.input.bak',
 'dynamic.inputfn': 'solvcon.input',
 'dynamic.preserve': False,
 'execution.batch': <class 'solvcon.batch.Batch'>,
 'execution.fpdtype': 'float64',
...