pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.bdf.caseControlDeck.CaseControlDeck Class Reference

List of all members.

Public Member Functions

def __init__
def hasParameter
def getSubcaseParameter
def hasSubcase
def createNewSubcase
def deleteSubcase
def copySubcase
def getSubcaseList
def getLocalSubcaseList
def updateSolution
def addParameterToGlobalSubcase
def addParameterToLocalSubcase
def has_parameter
def get_subcase_parameter
def has_subcase
 Checks to see if a subcase exists.
def create_new_subcase
def delete_subcase
def copy_subcase
 overwrites the parameters from one subcase to another
def get_subcase_list
def get_local_subcase_list
def update_solution
 sol = STATICS, FLUTTER, MODAL, etc.
def add_parameter_to_global_subcase
 takes in a single-lined string
def add_parameter_to_local_subcase
def finish_subcases
 removes any unwanted data in the subcase...specifically the SUBCASE data member.
def crossReference
def get_op2_data
 returns the relevant op2 parameters required for a given subcase
def __repr__

Public Attributes

 debug
 log
 lines
 subcases

Detailed Description

Definition at line 33 of file caseControlDeck.py.


Constructor & Destructor Documentation

def pyNastran.bdf.caseControlDeck.CaseControlDeck.__init__ (   self,
  lines,
  log = None 
)
Parameters:
selfthe case control deck object
lineslist of lines that represent the case control deck ending with BEGIN BULK
loga logger object

Definition at line 44 of file caseControlDeck.py.


Member Function Documentation

Warning:
be careful you dont add data to the global subcase after running this...is this True???

Definition at line 142 of file caseControlDeck.py.

References pyNastran.bdf.caseControlDeck.CaseControlDeck.hasSubcase().

Referenced by pyNastran.bdf.caseControlDeck.CaseControlDeck.get_subcase_parameter(), and pyNastran.bdf.caseControlDeck.CaseControlDeck.hasSubcase().

returns the relevant op2 parameters required for a given subcase

Definition at line 506 of file caseControlDeck.py.

Referenced by pyNastran.bdf.caseControlDeck.CaseControlDeck.finish_subcases().


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables