pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.f06.matlabWriter.MatlabWriter Class Reference
Inheritance diagram for pyNastran.f06.matlabWriter.MatlabWriter:
pyNastran.op2.op2.OP2

List of all members.

Public Member Functions

def __init__
def setF06Name
def loadOp2
def makeF06Header
 If this class is inherited, the F06 Header may be overwritten.
def makeStamp
 If this class is inherited, the PAGE stamp may be overwritten.
def writeMatlab
 Writes an F06 file based on the data we have stored in the object.

Public Attributes

 Title
 model
 f06OutName
 op2Name
 eigenvectors
 displacements
 temperatures
 rodStress
 rodStrain
 barStress
 barStrain
 plateStress
 plateStrain
 compositePlateStress
 compositePlateStrain

Detailed Description

Definition at line 102 of file matlabWriter.py.


Constructor & Destructor Documentation

def pyNastran.f06.matlabWriter.MatlabWriter.__init__ (   self,
  model = 'tria3' 
)

Definition at line 103 of file matlabWriter.py.


Member Function Documentation

def pyNastran.f06.matlabWriter.MatlabWriter.loadOp2 (   self,
  isTesting = False 
)

Definition at line 111 of file matlabWriter.py.

If this class is inherited, the F06 Header may be overwritten.

Definition at line 141 of file matlabWriter.py.

References pyNastran.f06.matlabWriter.MatlabWriter.makeStamp().

Referenced by pyNastran.f06.matlabWriter.MatlabWriter.writeMatlab().

If this class is inherited, the PAGE stamp may be overwritten.

Definition at line 146 of file matlabWriter.py.

References pyNastran.f06.matlabWriter.MatlabWriter.writeMatlab().

Referenced by pyNastran.f06.matlabWriter.MatlabWriter.makeF06Header().

def pyNastran.f06.matlabWriter.MatlabWriter.writeMatlab (   self,
  mFileOutName,
  isMagPhase = False,
  deleteObjects = True 
)

Member Data Documentation

Todo:
implement in way that doesnt require a variable (e.g.

check parent class)

Definition at line 112 of file matlabWriter.py.


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