pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.converters.cart3d.cart3d_reader.Cart3DAsciiReader Class Reference
Inheritance diagram for pyNastran.converters.cart3d.cart3d_reader.Cart3DAsciiReader:
pyNastran.converters.cart3d.cart3d_reader.Cart3DBinaryReader

List of all members.

Public Member Functions

def __init__
def readCart3d
 extracts the points, elements, and Cp
def getYZeroNodes
def makeFullModel
 assumes a y=0 line of nodes
def makeHalfModel
def makeMirrorModel
def renumberMesh
def writeOutfile
def writeRegions
def writeElements
def writePoints
def writeHeader
def readHeader
def getPoints
 A point is defined by x,y,z and the ID is the location in points.
def getMin
def getMax
def getElements
 An element is defined by n1,n2,n3 and the ID is the location in elements.
def getRegions
def readResults
 Reads the Cp results.
def getList
 Takes a list of strings and converts them to floats.
def getValue
 Converts a string to a float.
def exportToNastran
def getSegments
def makeQuads
def checkQuad
 A----B | \ e| |e2 \| C----D.
def getSegment

Public Attributes

 isHalfModel
 cartType
 nPoints
 nElements
 infile
 infilename
 readHalf
 log
 nResults
 nElementsRead
 nElementsSkip

Static Public Attributes

string modelType = 'cart3d'
 isStructured = False
 isOutwardNormals = True

Detailed Description

Definition at line 44 of file cart3d_reader.py.


Constructor & Destructor Documentation


Member Function Documentation

def pyNastran.converters.cart3d.cart3d_reader.Cart3DAsciiReader.checkQuad (   self,
  nodes,
  eid,
  eidA,
  e,
  e2,
  a,
  b,
  c,
  i 
)

A----B | \ e| |e2 \| C----D.

two tests 1. folding angle A-B x A-C 2a. abs(A-C) - abs(B-D) = 0 (abs to prevent 2L) 2b. abs(A-B) - abs(C-D) = 0

Definition at line 624 of file cart3d_reader.py.

References pyNastran.converters.cart3d.cart3d_reader.Cart3DAsciiReader.getSegment().

Referenced by pyNastran.converters.cart3d.cart3d_reader.Cart3DAsciiReader.makeQuads().


Member Data Documentation


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