pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | readTable_DYNAMICS |
def | readDArea |
DAREA(27,17,182) - the marker for Record 2. | |
def | readDelay |
DELAY(37,18,183) - Record 3. | |
def | readDLoad |
DLOAD(57,5,123) - Record 4. | |
def | readDPhase |
DPHASE(77,19,184) - Record 5. | |
def | readEigb |
EIGB(107,1,86) - Record 7. | |
def | readEigc |
EIGC(207,2,87) - Record 8. | |
def | readEigp |
EIGP(257,4,158) - Record 9. | |
def | readEigr |
EIGR(307,3,85) - Record 10. | |
def | readEigrl |
EIGRL(308,8,348) - Record 11. | |
def | readEPoint |
EPOINT(707,7,124) - Record 12. | |
def | readFreq |
FREQ(1307,13,126) - Record 13. | |
def | readFreq1 |
FREQ1(1007,10,125) - Record 14. | |
def | readFreq2 |
FREQ2(1107,11,166) - Record 15. | |
def | readFreq3 |
FREQ3(1407,14,39) - Record 16. | |
def | readFreq4 |
FREQ4(1507,15,40) - Record 17. | |
def | readFreq5 |
FREQ5(1607,16,41) - Record 18. | |
def | readRLoad1 |
RLOAD1(5107,51,131) - Record 26. | |
def | readRLoad2 |
RLOAD2(5107,51,131) - Record 27. | |
def | readTLoad1 |
TLOAD1(7107,71,138) - Record 37. | |
def | readTLoad2 |
TLOAD2(7207,72,139) - Record 37. | |
def | readTStep |
TSTEP(8307,83,142) - Record 38. | |
Public Attributes | |
iTableMap |
Definition at line 30 of file dynamics.py.
Definition at line 31 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.iTableMap, pyNastran.op2.tables.geom.dit.DIT.iTableMap, pyNastran.op2.tables.ept.EPT.iTableMap, pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDArea(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDelay(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDLoad(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDPhase(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigb(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigc(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigp(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigr(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigrl(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEPoint(), pyNastran.op2.tables.geom.geom2.Geometry2.readFake(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq1(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq2(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq3(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq4(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq5(), pyNastran.op2.tables.geom.geometryTables.GeometryTables.readRecordTable(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readRLoad1(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readRLoad2(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTLoad1(), pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTLoad2(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTStep().
Referenced by pyNastran.op2.op2.OP2.readTable().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDArea | ( | self, | |
data | |||
) |
DAREA(27,17,182) - the marker for Record 2.
Definition at line 69 of file dynamics.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addDArea(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDelay().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDelay | ( | self, | |
data | |||
) |
DELAY(37,18,183) - Record 3.
Definition at line 82 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDLoad().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDArea(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDLoad | ( | self, | |
data | |||
) |
DLOAD(57,5,123) - Record 4.
Definition at line 87 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDPhase().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDelay(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDPhase | ( | self, | |
data | |||
) |
DPHASE(77,19,184) - Record 5.
Definition at line 92 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigb(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigc().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDLoad(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigb | ( | self, | |
data | |||
) |
EIGB(107,1,86) - Record 7.
Definition at line 99 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigp().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDPhase(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigc | ( | self, | |
data | |||
) |
EIGC(207,2,87) - Record 8.
Definition at line 104 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigr().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readDPhase(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigp | ( | self, | |
data | |||
) |
EIGP(257,4,158) - Record 9.
Definition at line 109 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigrl(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEPoint().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigb(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigr | ( | self, | |
data | |||
) |
EIGR(307,3,85) - Record 10.
Definition at line 114 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigc(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigrl | ( | self, | |
data | |||
) |
EIGRL(308,8,348) - Record 11.
Definition at line 119 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq1().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigp(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEPoint | ( | self, | |
data | |||
) |
EPOINT(707,7,124) - Record 12.
Definition at line 124 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq2().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigp(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq | ( | self, | |
data | |||
) |
FREQ(1307,13,126) - Record 13.
Definition at line 129 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq3(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq4().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigr(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq1 | ( | self, | |
data | |||
) |
FREQ1(1007,10,125) - Record 14.
Definition at line 134 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq5().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEigrl(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq2 | ( | self, | |
data | |||
) |
FREQ2(1107,11,166) - Record 15.
Definition at line 139 of file dynamics.py.
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readEPoint(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq3 | ( | self, | |
data | |||
) |
FREQ3(1407,14,39) - Record 16.
Definition at line 144 of file dynamics.py.
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq4 | ( | self, | |
data | |||
) |
FREQ4(1507,15,40) - Record 17.
Definition at line 149 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readRLoad1(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readRLoad2().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq5 | ( | self, | |
data | |||
) |
FREQ5(1607,16,41) - Record 18.
Definition at line 154 of file dynamics.py.
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq1(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readRLoad1 | ( | self, | |
data | |||
) |
RLOAD1(5107,51,131) - Record 26.
Definition at line 167 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTLoad1().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq4(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readRLoad2 | ( | self, | |
data | |||
) |
RLOAD2(5107,51,131) - Record 27.
Definition at line 172 of file dynamics.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTLoad2(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTStep().
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readFreq4(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTLoad1 | ( | self, | |
data | |||
) |
TLOAD1(7107,71,138) - Record 37.
Definition at line 189 of file dynamics.py.
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readRLoad1(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTLoad2 | ( | self, | |
data | |||
) |
TLOAD2(7207,72,139) - Record 37.
Definition at line 194 of file dynamics.py.
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readRLoad2(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
def pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTStep | ( | self, | |
data | |||
) |
TSTEP(8307,83,142) - Record 38.
Definition at line 199 of file dynamics.py.
Referenced by pyNastran.op2.tables.geom.dynamics.DYNAMICS.readRLoad2(), and pyNastran.op2.tables.geom.dynamics.DYNAMICS.readTable_DYNAMICS().
Reimplemented in pyNastran.op2.tables.geom.geometryTables.GeometryTables.
Definition at line 31 of file dynamics.py.
Referenced by pyNastran.op2.tables.geom.geometryTables.GeometryTables::readGeomSubTable(), pyNastran.op2.tables.geom.geometryTables.GeometryTables::readRecordTable(), pyNastran.op2.tables.geom.geometryTables.GeometryTables::readTable_DUMMY_GEOM(), pyNastran.op2.tables.geom.dynamics.DYNAMICS::readTable_DYNAMICS(), pyNastran.op2.tables.geom.geom1.Geometry1::readTable_Geom1(), pyNastran.op2.tables.geom.geom1.Geometry1::readTable_Geom1N(), pyNastran.op2.tables.geom.geom2.Geometry2::readTable_Geom2(), pyNastran.op2.tables.geom.geom3.Geometry3::readTable_Geom3(), and pyNastran.op2.tables.geom.geom4.Geometry4::readTable_Geom4().