|
pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
| class | RigidElement |
| class | RBAR |
| class | RBAR1 |
| class | RBE1 |
| class | RBE2 |
| class | RBE3 |
Functions | |
| def | __init__ |
| eid refgrid refc WtCG_groups = [wt,ci,Gij] Gmi Cmi alpha | |
| def | rawFields |
| def | reprFields |
| def | convertToMPC |
Variables | |
| string | type = 'RBE1' |
| eid | |
| Gni | |
| Cni | |
| alpha | |
| thermal expansion coefficient | |
| Gmi | |
| Cmi | |
| refgrid | |
| refc | |
| WtCG_groups | |
| def pyNastran::bdf::cards::elements::rigid::__init__ | ( | self, | |
card = None, |
|||
data = None |
|||
| ) |
eid refgrid refc WtCG_groups = [wt,ci,Gij] Gmi Cmi alpha
Definition at line 142 of file rigid.py.
Referenced by reprFields().
Definition at line 239 of file rigid.py.
References __init__().
Referenced by convertToMPC(), and rawFields().
| def pyNastran.bdf.cards.elements.rigid.convertToMPC | ( | self, | |
| mpcID | |||
| ) |
-Ai*ui + Aj*uj = 0 where ui are the base DOFs (max=6) mpc sid g1 c1 a1 g2 c2 a2 rbe2 eid gn cm g1 g2 g3 g4
Definition at line 443 of file rigid.py.
References rawFields(), and reprFields().
| string pyNastran::bdf::cards::elements::rigid::type = 'RBE1' |