pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
class | PointElement |
class | PointMassElement |
class | PointMass |
class | CMASS1 |
Defines a scalar mass element. More... | |
class | CMASS2 |
Defines a scalar mass element without reference to a property entry. More... | |
class | CMASS3 |
Defines a scalar mass element that is connected only to scalar points. More... | |
class | CMASS4 |
Defines a scalar mass element that is connected only to scalar points, without reference to a property entry CMASS4 EID M S1 S2. More... | |
class | CONM1 |
class | CONM2 |
Functions | |
def | __init__ |
def | Mass |
def | Inertia |
Returns the 3x3 inertia matrix. | |
def | Centroid |
def | crossReference |
def | nodeIDs |
def | Nid |
def | Cid |
def | writeCodeAster |
def | rawFields |
def | reprFields |
Variables | |
string | type = 'CONM2' |
eid | |
nid | |
cid | |
mass | |
X | |
I |
def pyNastran.bdf.cards.elements.mass.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
def pyNastran.bdf.cards.elements.mass.Mass | ( | self | ) |
def pyNastran.bdf.cards.elements.mass.Inertia | ( | self | ) |
Returns the 3x3 inertia matrix.
Definition at line 439 of file mass.py.
References Centroid().
def pyNastran.bdf.cards.elements.mass.Centroid | ( | self | ) |
Definition at line 453 of file mass.py.
References crossReference(), Nid(), and nodeIDs().
Referenced by Inertia(), and pyNastran::bdf::cards::elements::bars.k_Bending().
def pyNastran.bdf.cards.elements.mass.crossReference | ( | self, | |
model | |||
) |
def pyNastran.bdf.cards.elements.mass.nodeIDs | ( | self | ) |
Definition at line 470 of file mass.py.
Referenced by Centroid().
def pyNastran.bdf.cards.elements.mass.Nid | ( | self | ) |
def pyNastran.bdf.cards.elements.mass.Cid | ( | self | ) |
Definition at line 478 of file mass.py.
References rawFields().
Referenced by crossReference(), and pyNastran.bdf.cards.aero.SPLINE4.reprFields().
def pyNastran.bdf.cards.elements.mass.writeCodeAster | ( | self | ) |
def pyNastran.bdf.cards.elements.mass.rawFields | ( | self | ) |
def pyNastran.bdf.cards.elements.mass.reprFields | ( | self | ) |
Definition at line 497 of file mass.py.
References pyNastran::bdf::fieldWriter.set_blank_if_default().
Referenced by writeCodeAster().
string pyNastran::bdf::cards::elements::mass::type = 'CONM2' |