pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran::bdf::caseControlDeck Namespace Reference

Classes

class  CaseControlDeck

Functions

def test1

Variables

list lines
tuple deck = CaseControlDeck(lines)
tuple deck2

Function Documentation


Variable Documentation

Initial value:
00001 [
00002         'SUBCASE 1',
00003         '    ACCELERATION(PLOT,PRINT,PHASE) = ALL',
00004         '    DISPLACEMENT(PLOT,PRINT,PHASE) = ALL',
00005         '    DLOAD = 32',
00006         '    M2GG = 111',
00007         '    SET 88  = 5, 6, 7, 8, 9, 10 THRU 55 EXCEPT 15, 16, 77, 78, 79, 100 THRU 300',
00008         '    SET 99  = 1 THRU 10',
00009         '    SET 105 = 1.009, 10.2, 13.4, 14.0, 15.0',
00010         '    SET 111 = MAAX1,MAAX2',
00011         '    SET 1001 = 101/T1, 501/T3, 991/R3',
00012         '    SET = ALL',
00013         '    SPC = 42',
00014         '    TSTEPNL = 22',
00015         '    VELOCITY(PLOT,PRINT,PHASE) = ALL',
00016         'BEGIN BULK',
00017         ]

Definition at line 581 of file caseControlDeck.py.

Initial value:
00001 CaseControlDeck(['ACCELERATION(PLOT,PRINT,PHASE) = ALL',
00002                              'DISPLACEMENT(PLOT,PRINT,PHASE) = ALL',
00003                              'BEGIN BULK'])

Definition at line 603 of file caseControlDeck.py.

 All Classes Namespaces Files Functions Variables