pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
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 |
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.
def pyNastran.bdf.cards.methods.rawMethod | ( | self | ) |
Definition at line 202 of file methods.py.
References reprMethod(), and pyNastran::bdf::fieldWriter.set_blank_if_default().
def pyNastran.bdf.cards.methods.reprMethod | ( | self | ) |
def pyNastran.bdf.cards.methods.rawFields | ( | self | ) |
def pyNastran.bdf.cards.methods.reprFields | ( | self | ) |
string pyNastran::bdf::cards::methods::type = 'EIGC' |
not done
Definition at line 104 of file methods.py.
Method of complex eigenvalue extraction.
Definition at line 107 of file methods.py.
Method for normalizing eigenvectors.
Definition at line 108 of file methods.py.
Referenced by pyNastran::general::generalMath.Area(), pyNastran::general::generalMath.AreaNormal(), pyNastran.bdf.cards.elements.bars.CROD.displacementStress(), pyNastran.converters.panair.panairGridPatch.PanairPatch.getPanelArea(), pyNastran.converters.panair.panairGridPatch.PanairPatch.getPanelAreaNormal(), pyNastran.converters.panair.panairGridPatch.PanairPatch.getPanelProperties(), pyNastran.converters.panair.panairGridPatch.PanairPatch.getSubpanelProperties(), pyNastran.bdf.cards.elements.springs.SpringElement.Lambda(), pyNastran.bdf.cards.elements.springs.SpringElement.Length_noXref(), pyNastran::bdf::cards::elements::bars.MassPerLength(), pyNastran.bdf.cards.elements.bars.CROD.Nsm(), pyNastran::bdf::cards::elements::bars.Rho(), pyNastran.bdf.cards.elements.bars.CROD.Rmatrix(), pyNastran::general::generalMath.solveTridag(), pyNastran.bdf.cards.elements.bars.CBAR.Stiffness(), pyNastran.bdf.cards.elements.bars.CBAR.Stiffness1D(), pyNastran::bdf::cards::loads::staticLoads.transformLoad(), pyNastran.bdf.cards.coordinateSystems.Coord.transformToLocal(), and pyNastran::general::generalMath.Triangle_AreaCentroidNormal().
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 115 of file methods.py.
Definition at line 115 of file methods.py.
Definition at line 150 of file methods.py.
Definition at line 150 of file methods.py.
Definition at line 150 of file methods.py.
Definition at line 150 of file methods.py.
Definition at line 171 of file methods.py.
Definition at line 171 of file methods.py.
Definition at line 171 of file methods.py.
Definition at line 171 of file methods.py.
Definition at line 171 of file methods.py.