pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | loadNastranGeometry |
def | mapElements |
def | loadNastranResults |
def | fillStressCase |
Public Attributes | |
isNodal | |
isCentroidal | |
grid | |
gridResult | |
grid2 | |
eidMap | |
nidMap | |
resultCases | |
cases[key] = temps | |
nCases | |
modelType | |
print dir(self) | |
nNodes | |
nElements | |
iSubcaseNameMap | |
caseKeys | |
iCase |
Definition at line 60 of file nastranIO.py.
def pyNastran.gui.nastranIO.NastranIO.__init__ | ( | self | ) |
Definition at line 61 of file nastranIO.py.
def pyNastran.gui.nastranIO.NastranIO.loadNastranGeometry | ( | self, | |
bdfFileName, | |||
dirname, | |||
isNodal, | |||
isCentroidal | |||
) |
Definition at line 64 of file nastranIO.py.
def pyNastran.gui.nastranIO.NastranIO.mapElements | ( | self, | |
points, | |||
points2, | |||
nidMap, | |||
model, | |||
j | |||
) |
Definition at line 193 of file nastranIO.py.
References pyNastran.converters.cart3d.cart3dIO.Cart3dIO.eidMap, and pyNastran.gui.nastranIO.NastranIO.eidMap.
def pyNastran.gui.nastranIO.NastranIO.loadNastranResults | ( | self, | |
op2FileName, | |||
dirname, | |||
isNodal, | |||
isCentroidal | |||
) |
Definition at line 425 of file nastranIO.py.
References pyNastran.gui.guiPanel.Pan.TurnTextOn().
def pyNastran.gui.nastranIO.NastranIO.fillStressCase | ( | self, | |
cases, | |||
op2, | |||
subcaseID, | |||
eKey, | |||
nElements | |||
) |
Definition at line 498 of file nastranIO.py.
References pyNastran.converters.cart3d.cart3dIO.Cart3dIO.eidMap, and pyNastran.gui.nastranIO.NastranIO.eidMap.
Reimplemented in pyNastran.gui.guiPanel.Pan.
Definition at line 64 of file nastranIO.py.
Reimplemented in pyNastran.gui.guiPanel.Pan.
Definition at line 64 of file nastranIO.py.
Definition at line 64 of file nastranIO.py.
Reimplemented in pyNastran.gui.guiPanel.Pan.
Definition at line 64 of file nastranIO.py.
Definition at line 64 of file nastranIO.py.
Referenced by pyNastran.gui.guiPanel.Pan.addAltGeometry().
Definition at line 64 of file nastranIO.py.
Referenced by pyNastran.gui.nastranIO.NastranIO.fillStressCase(), and pyNastran.gui.nastranIO.NastranIO.mapElements().
Definition at line 64 of file nastranIO.py.
cases[key] = temps
Definition at line 64 of file nastranIO.py.
Reimplemented in pyNastran.gui.guiPanel.Pan.
Definition at line 64 of file nastranIO.py.
print dir(self)
Definition at line 66 of file nastranIO.py.
Definition at line 66 of file nastranIO.py.
Definition at line 66 of file nastranIO.py.
Definition at line 425 of file nastranIO.py.
Referenced by pyNastran.op2.writer.op2Writer.Op2Writer::packTitle(), pyNastran.f06.f06Writer.F06Writer::writeF06(), and pyNastran.f06.matlabWriter.MatlabWriter::writeMatlab().
Definition at line 429 of file nastranIO.py.
Referenced by pyNastran.gui.guiPanel.Pan.incrementCycle().
Reimplemented in pyNastran.gui.guiPanel.Pan.
Definition at line 429 of file nastranIO.py.