| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
BC
Generic boundary condition abstract class. It's the base class that all boundary condition class should subclass.
|
|||
|
__metaclass__ Meta class for boundary condition class. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
_pointers_ =
|
|||
| list |
vnames = settable value names. |
||
| dict |
vdefaults = default values. |
||
|
|||
| solvcon.block.Block |
blk the block associated with this BC object. |
||
| int |
blkn serial number of self block. |
||
| numpy.ndarray |
facn list of faces. |
||
| str |
name name. |
||
| int |
sern serial number (for certain block). |
||
| solvcon.solver.BaseSolver |
svr solver object. |
||
| numpy.ndarray |
value attached value for each boundary face. |
||
|
|||
| fpdtypestr | |||
| nvalue | |||
|
is_bound Determine if all the pointers are fully bound. |
|||
|
is_unbound Determine if all the pointers are fully unbound. |
|||
|
Inherited from |
|||
|
|||
Initialize object with empty values or from another BC object.
|
str(x)
|
Clone self to passed-in another BC object.
|
Get feed values to self boundary condition.
|
Set up pointers. All attributes which are pointers have to be initialized here. |
|
|||
facnlist of faces. First column is the face index in block. The second column is the face index in bndfcs. The third column is the face index of the related block (if exists).
|
|
|||
fpdtypestr
|
nvalue
|
is_boundDetermine if all the pointers are fully bound.
|
is_unboundDetermine if all the pointers are fully unbound.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed May 18 11:57:30 2011 | http://epydoc.sourceforge.net |