pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
class | SolidElement |
class | CHEXA8 |
CHEXA EID PID G1 G2 G3 G4 G5 G6 G7 G8. More... | |
class | CHEXA20 |
CHEXA EID PID G1 G2 G3 G4 G5 G6 G7 G8 G9 G10 G11 G12 G13 G14 G15 G16 G17 G18 G19 G20. More... | |
class | CPENTA6 |
CPENTA EID PID G1 G2 G3 G4 G5 G6 *----------* / \ / \ / A \ / c \ *---*-----*-----* V = (A1+A2)/2 * (c1-c2) C = (c1-c2)/2. More... | |
class | CPENTA15 |
CPENTA EID PID G1 G2 G3 G4 G5 G6 G7 G8 G9 G10 G11 G12 G13 G14 G15. More... | |
class | CTETRA4 |
CTETRA EID PID G1 G2 G3 G4. More... | |
class | CTETRA10 |
CTETRA EID PID G1 G2 G3 G4 G5 G6 G7 G8 G9 G10 CTETRA 1 1 239 229 516 99 335 103 265 334 101 102. More... | |
Functions | |
def | Volume4 |
V = (a-d) * ((b-d) x (c-d))/6 where x is cross and * is dot
\[ \large V = {(a-d) \dot \left( (b-d) \times (c-d) \right) }{6} \] |
def pyNastran.bdf.cards.elements.solid.Volume4 | ( | n1, | |
n2, | |||
n3, | |||
n4 | |||
) |
V = (a-d) * ((b-d) x (c-d))/6 where x is cross and * is dot
\[ \large V = {(a-d) \dot \left( (b-d) \times (c-d) \right) }{6} \]
.
Definition at line 39 of file solid.py.
References inertiaFormulas.cross().
Referenced by pyNastran.bdf.cards.elements.solid.CTETRA10.N_10().