pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.bdf.cards.dmig.DMIJ Class Reference

Direct Matrix Input at js-Set of the Aerodynamic Mesh Defines direct input matrices related to collation degrees-of-freedom (js-set) of aerodynamic mesh points for CAERO1, CAERO3, CAERO4 and CAERO5 and for the slender body elements of CAERO2. More...

Inheritance diagram for pyNastran.bdf.cards.dmig.DMIJ:
pyNastran.bdf.cards.dmig.NastranMatrix pyNastran.bdf.cards.baseCard.BaseCard pyNastran.bdf.bdfInterface.BDF_Card.BDFCard

List of all members.

Public Member Functions

def __init__

Static Public Attributes

string type = 'DMIJ'

Detailed Description

Direct Matrix Input at js-Set of the Aerodynamic Mesh Defines direct input matrices related to collation degrees-of-freedom (js-set) of aerodynamic mesh points for CAERO1, CAERO3, CAERO4 and CAERO5 and for the slender body elements of CAERO2.

These include W2GJ, FA2J and input pressures and downwashes associated with AEPRESS and AEDW entries. The matrix is described by a single header entry and one or more column entries. A column entry is required for each column with nonzero elements. For entering data for the interference elements of a CAERO2, use DMIJI or DMI.

Definition at line 391 of file dmig.py.


Constructor & Destructor Documentation

def pyNastran.bdf.cards.dmig.DMIJ.__init__ (   self,
  card = None,
  data = None 
)

Reimplemented from pyNastran.bdf.cards.dmig.NastranMatrix.

Definition at line 393 of file dmig.py.


Member Data Documentation


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