| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
netcdf.NetCDF --+
|
Genesis
Model of Genesis/ExodusII file, based on netCDF reader wrapper. The Genesis/ExodusII file must meet the following criteria: (i) have at least one block, (ii) each block needs a name, and (iii) each sideset (BC) needs a name.
|
|||
|
|||
| str |
|
||
|
|||
| solvcon.block.Block |
|
||
|
|||
|
|||
| solvcon.boundcond.BC |
|
||
|
Inherited from Inherited from |
|||
|
|||
|
bcs list of tuples of (name, elem, side) for each BC (Genesis sideset). |
|||
|
blks list of tuples of (name, type_name, clnds) for each Genesis block. |
|||
|
ncell number of cells/elements. |
|||
|
ndcrd coordiate array. |
|||
|
ndim dimension (2 or 3). |
|||
|
nnode number of nodes. |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Get the attribute text attached to an variable.
|
Load mesh data.
|
Convert Cubit/Genesis/ExodusII object to Block object.
|
Convert interior connectivities to Block object.
|
Convert boundary condition information into Block object.
|
Extract boundary condition information from self to become a BC object. Only process element/cell type of boundary information.
|
|
|||
CLTPN_MAP
|
CLFCS_MAP
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 2 11:22:10 2011 | http://epydoc.sourceforge.net |