pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
class | Cart3DAsciiReader |
class | Cart3DBinaryReader |
Functions | |
def | convertToFloat |
def | genericCart3DReader |
Variables | |
tuple | cart3dGeom = os.path.join('models','spike.a.tri') |
tuple | cart = genericCart3DReader(cart3dGeom) |
tuple | outfilename = os.path.join('models','threePlugs2.a.tri') |
tuple | cart2 = genericCart3DReader(cart3dGeom) |
tuple | basepath = os.getcwd() |
tuple | configpath = os.path.join(basepath,'inputs') |
tuple | workpath = os.path.join(basepath,'outputsFinal') |
tuple | cart3dGeom2 = os.path.join(workpath,'Cart3d_half.i.tri') |
tuple | cart3dGeom3 = os.path.join(workpath,'Cart3d_full.i.tri') |
def pyNastran.converters.cart3d.cart3d_reader.convertToFloat | ( | svalues | ) |
Definition at line 36 of file cart3d_reader.py.
Referenced by pyNastran.converters.cart3d.cart3d_reader.Cart3DAsciiReader.readResults().
def pyNastran.converters.cart3d.cart3d_reader.genericCart3DReader | ( | infileName, | |
log = None , |
|||
debug = False |
|||
) |
Definition at line 912 of file cart3d_reader.py.
Referenced by pyNastran.converters.cart3d.cart3d_reader.Cart3DBinaryReader.readRegions().
tuple pyNastran::converters::cart3d::cart3d_reader::cart3dGeom = os.path.join('models','spike.a.tri') |
Definition at line 935 of file cart3d_reader.py.
Definition at line 937 of file cart3d_reader.py.
tuple pyNastran::converters::cart3d::cart3d_reader::outfilename = os.path.join('models','threePlugs2.a.tri') |
Definition at line 945 of file cart3d_reader.py.
Definition at line 946 of file cart3d_reader.py.
tuple pyNastran::converters::cart3d::cart3d_reader::basepath = os.getcwd() |
Definition at line 952 of file cart3d_reader.py.
tuple pyNastran::converters::cart3d::cart3d_reader::configpath = os.path.join(basepath,'inputs') |
Definition at line 953 of file cart3d_reader.py.
tuple pyNastran::converters::cart3d::cart3d_reader::workpath = os.path.join(basepath,'outputsFinal') |
Definition at line 954 of file cart3d_reader.py.
tuple pyNastran::converters::cart3d::cart3d_reader::cart3dGeom2 = os.path.join(workpath,'Cart3d_half.i.tri') |
Definition at line 962 of file cart3d_reader.py.
tuple pyNastran::converters::cart3d::cart3d_reader::cart3dGeom3 = os.path.join(workpath,'Cart3d_full.i.tri') |
Definition at line 963 of file cart3d_reader.py.