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

Classes

class  Method
 Generic class for all methods. More...
class  EIGB
 Defines data needed to perform buckling analysis. More...
class  EIGC
 Defines data needed to perform complex eigenvalue analysis. More...
class  EIGR
 Defines data needed to perform real eigenvalue analysis. More...
class  EIGP
 Defines poles that are used in complex eigenvalue extraction by the Determinant method. More...
class  EIGRL
 Defines data needed to perform real eigenvalue (vibration or buckling) analysis with the Lanczos method. More...

Functions

def __init__
def loadCLAN
def loadHESS_INV
def crossReference
def rawMethod
def reprMethod
def rawFields
def reprFields

Variables

string type = 'EIGC'
 not done
 sid
 Set identification number.
 method
 Method of complex eigenvalue extraction.
 norm
 Method for normalizing eigenvectors.
 G
 Grid or scalar point identification number.
 C
 Component number.
 E
 Convergence criterion.
 ndo
 alphaAjs
 omegaAjs
 mblkszs
 iblkszs
 ksteps
 NJIs
 alphaBjs
 omegaBjs
 LJs
 NEJs
 NDJs

Function Documentation

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

Definition at line 105 of file methods.py.

Referenced by reprFields().

def pyNastran.bdf.cards.methods.loadCLAN (   self,
  nRows,
  card 
)

Definition at line 150 of file methods.py.

def pyNastran.bdf.cards.methods.loadHESS_INV (   self,
  nRows,
  card 
)

Definition at line 171 of file methods.py.

def pyNastran.bdf.cards.methods.crossReference (   self,
  model 
)

Definition at line 199 of file methods.py.

Definition at line 230 of file methods.py.

References rawFields().

Referenced by rawMethod().

Definition at line 233 of file methods.py.

References reprFields().

Referenced by reprMethod().

Definition at line 238 of file methods.py.

References __init__().

Referenced by rawFields().


Variable Documentation

not done

Definition at line 104 of file methods.py.

Set identification number.

(Unique Integer > 0)

Definition at line 106 of file methods.py.

Method of complex eigenvalue extraction.

Definition at line 107 of file methods.py.

Grid or scalar point identification number.

Required only if NORM='POINT'. (Integer>0)

Definition at line 110 of file methods.py.

Component number.

Required only if NORM='POINT' and G is a geometric grid point. (1<Integer<6)

Definition at line 112 of file methods.py.

Convergence criterion.

(Real > 0.0. Default values are: 10-4 for METHOD = "INV", 10-15 for METHOD = "HESS", E is machine dependent for METHOD = "CLAN".)

Definition at line 115 of file methods.py.

Definition at line 115 of file methods.py.

Definition at line 171 of file methods.py.

 All Classes Namespaces Files Functions Variables