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

Classes

class  DEQATN
class  NastranMatrix
 Base class for the DMIG, DMIJ, DMIJI, DMIK matrices. More...
class  DMIG
 Defines direct input matrices related to grid, extra, and/or scalar points. More...
class  DMIJ
 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...
class  DMIJI
 Direct Matrix Input at js-Set of the Interference Body Defines direct input matrices related to collation degrees-of-freedom (js-set) of aerodynamic mesh points for the interference elements of CAERO2. More...
class  DMIK
 Direct Matrix Input at ks-Set of the Aerodynamic Mesh Defines direct input matrices related to physical (displacement) degrees-of-freedom (ks-set) of aerodynamic grid points. More...
class  DMI

Functions

def ssq
 sum of squares
def sum2
 sum of listA
def mod
 xy
def logx
 log base x of y
def dim
def db
 sound pressure in decibels would capitalize it, but you wouldnt be able to call the function...
def __init__
def evaluate
def __repr__

Variables

string type = 'DEQATN'
 eqID

Function Documentation

sum of squares

Note:
used for DEQATN

Definition at line 43 of file dmig.py.

References sum2().

sum of listA

Note:
used for DEQATN

Definition at line 54 of file dmig.py.

References mod().

Referenced by ssq().

def pyNastran.bdf.cards.dmig.mod (   x,
  y 
)

xy

Note:
used for DEQATN

Definition at line 62 of file dmig.py.

References dim(), pyNastran::general::logger.log, and logx().

Referenced by sum2().

def pyNastran.bdf.cards.dmig.logx (   x,
  y 
)

log base x of y

Note:
used for DEQATN

Definition at line 70 of file dmig.py.

References db().

Referenced by mod().

def pyNastran.bdf.cards.dmig.dim (   x,
  y 
)
Note:
used for DEQATN

Definition at line 77 of file dmig.py.

References __init__(), and pyNastran::general::logger.log.

Referenced by mod().

def pyNastran.bdf.cards.dmig.db (   p,
  pref 
)

sound pressure in decibels would capitalize it, but you wouldnt be able to call the function...

Definition at line 85 of file dmig.py.

Referenced by logx().

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

Definition at line 90 of file dmig.py.

Referenced by __repr__(), and dim().

def pyNastran.bdf.cards.dmig.evaluate (   self,
  args 
)

Definition at line 114 of file dmig.py.

Definition at line 119 of file dmig.py.

References __init__().


Variable Documentation

Definition at line 89 of file dmig.py.

Definition at line 90 of file dmig.py.

 All Classes Namespaces Files Functions Variables