pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Defines data needed to perform real eigenvalue (vibration or buckling) analysis with the Lanczos method. More...
Public Member Functions | |
def | __init__ |
def | crossReference |
def | rawFields |
def | reprFields |
Public Attributes | |
sid | |
Set identification number. | |
v1 | |
For vibration analysis: frequency range of interest. | |
v2 | |
nd | |
Number of roots desired. | |
msglvl | |
Diagnostic level. | |
maxset | |
Number of vectors in block or set. | |
shfscl | |
Estimate of the first flexible mode natural frequency (Real or blank) | |
norm | |
Method for normalizing eigenvectors (Character: 'MASS' or 'MAX') | |
options | |
values | |
Static Public Attributes | |
string | type = 'EIGRL' |
Defines data needed to perform real eigenvalue (vibration or buckling) analysis with the Lanczos method.
Definition at line 341 of file methods.py.
def pyNastran.bdf.cards.methods.EIGRL.__init__ | ( | self, | |
card = None , |
|||
data = None , |
|||
sol = None |
|||
) |
Reimplemented from pyNastran.bdf.bdfInterface.BDF_Card.BDFCard.
Definition at line 343 of file methods.py.
def pyNastran.bdf.cards.methods.EIGRL.crossReference | ( | self, | |
model | |||
) |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 388 of file methods.py.
Referenced by pyNastran.bdf.bdf.BDF.readBDF(), and pyNastran.bdf.bdf.BDF.readBDF_Punch().
def pyNastran.bdf.cards.methods.EIGRL.rawFields | ( | self | ) |
Definition at line 391 of file methods.py.
References pyNastran.bdf.cards.methods.EIGRL.maxset, pyNastran.bdf.cards.methods.EIGRL.msglvl, pyNastran.bdf.cards.methods.EIGR.nd, pyNastran.bdf.cards.methods.EIGRL.nd, pyNastran.bdf.cards.materials.MATHP.nd, pyNastran.bdf.cards.methods.EIGB.norm, pyNastran.bdf.cards.methods.EIGR.norm, pyNastran.bdf.cards.methods.EIGRL.norm, pyNastran.bdf.cards.methods.EIGRL.options, pyNastran.bdf.cards.methods.EIGRL.reprFields(), pyNastran::bdf::fieldWriter.set_blank_if_default(), pyNastran.bdf.cards.methods.EIGRL.shfscl, pyNastran.bdf.cards.dynamic.FREQ.sid, pyNastran.bdf.cards.aero.AEFACT.sid, pyNastran.bdf.cards.methods.EIGB.sid, pyNastran.bdf.cards.dynamic.FREQ1.sid, pyNastran.bdf.cards.dynamic.FREQ2.sid, pyNastran.bdf.cards.aero.AELIST.sid, pyNastran.bdf.cards.dynamic.FREQ4.sid, pyNastran.bdf.cards.dynamic.TSTEP.sid, pyNastran.bdf.cards.dynamic.TSTEPNL.sid, pyNastran.bdf.cards.loads.loads.SLOAD.sid, pyNastran.bdf.cards.methods.EIGR.sid, pyNastran.bdf.cards.loads.staticLoads.GRAV.sid, pyNastran.bdf.cards.methods.EIGP.sid, pyNastran.bdf.cards.loads.loads.DAREA.sid, pyNastran.bdf.cards.loads.loads.TLOAD1.sid, pyNastran.bdf.cards.methods.EIGRL.sid, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.sid, pyNastran.bdf.cards.aero.CSSCHD.sid, pyNastran.bdf.cards.loads.loads.TLOAD2.sid, pyNastran.bdf.cards.loads.loads.RFORCE.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE.sid, pyNastran.bdf.cards.loads.loads.RLOAD1.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE1.sid, pyNastran.bdf.cards.loads.loads.RLOAD2.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE2.sid, pyNastran.bdf.cards.aero.FLFACT.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT.sid, pyNastran.bdf.cards.loads.loads.RANDPS.sid, pyNastran.bdf.cards.aero.FLUTTER.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT1.sid, pyNastran.bdf.cards.aero.GUST.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT2.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD1.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.sid, pyNastran.bdf.cards.loads.staticLoads.PLOADX1.sid, pyNastran.bdf.cards.aero.TRIM.sid, pyNastran.bdf.cards.methods.EIGRL.v1, pyNastran.bdf.cards.methods.EIGRL.v2, and pyNastran.bdf.cards.methods.EIGRL.values.
Referenced by pyNastran.bdf.cards.baseCard.Property.__init__(), pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines(), pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement.Mass(), pyNastran.bdf.cards.sets.ABCQSet.rawFields(), pyNastran.bdf.cards.nodes.SPOINTs.rawFields(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.rawFields(), pyNastran.bdf.cards.tables.TIC.rawFields(), pyNastran.bdf.cards.optimization.DVPREL2.rawFields(), pyNastran.bdf.cards.properties.bars.PBEAML.rawFields(), pyNastran.bdf.cards.properties.mass.NSM.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMP.reprFields(), pyNastran.bdf.cards.properties.mass.PMASS.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMP5.reprFields(), pyNastran.bdf.cards.elements.springs.SpringElement.reprFields(), pyNastran.bdf.cards.tables.TABLED1.reprFields(), pyNastran.bdf.cards.properties.bush.PBUSH.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMPT.reprFields(), pyNastran.bdf.cards.tables.TABLED2.reprFields(), pyNastran.bdf.cards.tables.TABLED3.reprFields(), pyNastran.bdf.cards.tables.TABLEM2.reprFields(), pyNastran.bdf.cards.tables.TABLEM3.reprFields(), pyNastran.bdf.cards.tables.TABLEM4.reprFields(), pyNastran.bdf.cards.properties.bush.PBUSH1D.reprFields(), pyNastran.bdf.cards.tables.TABLES1.reprFields(), pyNastran.bdf.cards.tables.TABLEST.reprFields(), pyNastran.bdf.cards.tables.TABRNDG.reprFields(), pyNastran.bdf.cards.sets.Set.SetIDs(), and pyNastran.bdf.cards.coordinateSystems.Coord.T().
def pyNastran.bdf.cards.methods.EIGRL.reprFields | ( | self | ) |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 397 of file methods.py.
Referenced by pyNastran.bdf.cards.methods.EIGRL.rawFields(), and pyNastran.bdf.cards.sets.Set.reprFields().
string pyNastran::bdf::cards::methods.EIGRL::type = 'EIGRL' [static] |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 342 of file methods.py.
Referenced by pyNastran.bdf.cards.nodes.Node::__init__(), pyNastran.bdf.cards.sets.ABQSet1::__init__(), pyNastran.bdf.cards.baseCard.Property::__init__(), pyNastran.bdf.cards.baseCard.Element::__init__(), pyNastran.bdf.cards.sets.CSET1::__init__(), pyNastran.bdf.cards.dmig.NastranMatrix::__repr__(), pyNastran.bdf.cards.properties.bars.LineProperty::areaL(), pyNastran.bdf.cards.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.properties.bars.LineProperty::IAreaL(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement::K(), pyNastran.bdf.cards.properties.bars.PBARL::MassPerLength(), pyNastran.bdf.cards.properties.shell.PCOMP::nPlies(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), and pyNastran.bdf.cards.elements.elements.CrackElement::rawFields().
Set identification number.
(Unique Integer > 0)
Definition at line 344 of file methods.py.
Referenced by pyNastran.bdf.cards.thermal.loads.TEMP::__init__(), pyNastran.bdf.cards.sets.QSET1::__init__(), pyNastran.bdf.cards.loads.loads.DLOAD::__init__(), pyNastran.bdf.cards.loads.loads.TabularLoad::__init__(), pyNastran.bdf.cards.loads.loads.RandomLoad::__init__(), pyNastran.bdf.cards.thermal.loads.TEMP::crossReference(), pyNastran.bdf.cards.sets.SET3::IsGrid(), pyNastran.bdf.cards.sets.SET3::IsPoint(), pyNastran.bdf.cards.loads.staticLoads.Moment::M(), pyNastran.bdf.cards.loads.staticLoads.LOAD::organizeLoads(), pyNastran.bdf.cards.properties.mass.NSM::rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY1::rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY3::rawFields(), pyNastran.bdf.cards.sets.SET1::rawFields(), pyNastran.bdf.cards.methods.EIGRL::rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY1::reprFields(), pyNastran.bdf.cards.thermal.loads.QBDY3::reprFields(), pyNastran.bdf.cards.loads.loads.DLOAD::reprFields(), pyNastran.bdf.cards.aero.AEROS::reprFields(), and pyNastran.bdf.cards.aero.SPLINE5::Set().
For vibration analysis: frequency range of interest.
For buckling analysis: eigenvalue range of interest. See Remark 4. (Real or blank, -5 10e16 <= V1 < V2 <= 5.10e16)
Definition at line 347 of file methods.py.
Referenced by pyNastran.bdf.cards.methods.EIGRL.rawFields().
Definition at line 347 of file methods.py.
Referenced by pyNastran.bdf.cards.methods.EIGRL.rawFields().
Number of roots desired.
Definition at line 348 of file methods.py.
Referenced by pyNastran.bdf.cards.methods.EIGRL.rawFields(), and pyNastran.bdf.cards.materials.MAT10.reprFields().
Diagnostic level.
(0 < Integer < 4; Default = 0)
Definition at line 349 of file methods.py.
Referenced by pyNastran.bdf.cards.methods.EIGRL.rawFields().
Number of vectors in block or set.
Default is machine dependent
Definition at line 350 of file methods.py.
Referenced by pyNastran.bdf.cards.methods.EIGRL.rawFields().
Estimate of the first flexible mode natural frequency (Real or blank)
Definition at line 352 of file methods.py.
Referenced by pyNastran.bdf.cards.methods.EIGRL.rawFields().
Method for normalizing eigenvectors (Character: 'MASS' or 'MAX')
Method for normalizing eigenvectors.
Definition at line 353 of file methods.py.
Referenced by pyNastran.bdf.cards.methods.EIGRL.rawFields().
Definition at line 353 of file methods.py.
Referenced by pyNastran.bdf.cards.methods.EIGRL.rawFields().
Definition at line 353 of file methods.py.
Referenced by pyNastran.bdf.cards.methods.EIGRL.rawFields().