Package solvcon :: Package kerpak :: Module euler :: Class EulerCase
[hide private]
[frames] | no frames]

Class EulerCase

source code

object --+                    
         |                    
      dict --+                
             |                
 case.CaseInfo --+            
                 |            
     case.BaseCase --+        
                     |        
        case.BlockCase --+    
                         |    
             cese.CeseCase --+
                             |
                            EulerCase

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
solvcon.block.Block
load_block(self)
Return a block for init.
source code

Inherited from cese.CeseCase: __init__

Inherited from case.BlockCase: cleanup, dump, init, 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)

load_block(self)

source code 

Return a block for init.

Returns: solvcon.block.Block
a block object.
Overrides: case.BlockCase.load_block
(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',
...