pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Go to the source code of this file.
Classes | |
class | pyNastran.bdf.cards.elements.solid.SolidElement |
class | pyNastran.bdf.cards.elements.solid.CHEXA8 |
CHEXA EID PID G1 G2 G3 G4 G5 G6 G7 G8. More... | |
class | pyNastran.bdf.cards.elements.solid.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 | pyNastran.bdf.cards.elements.solid.CPENTA6 |
CPENTA EID PID G1 G2 G3 G4 G5 G6 *----------* / \ / \ / A \ / c \ *---*-----*-----* V = (A1+A2)/2 * (c1-c2) C = (c1-c2)/2. More... | |
class | pyNastran.bdf.cards.elements.solid.CPENTA15 |
CPENTA EID PID G1 G2 G3 G4 G5 G6 G7 G8 G9 G10 G11 G12 G13 G14 G15. More... | |
class | pyNastran.bdf.cards.elements.solid.CTETRA4 |
CTETRA EID PID G1 G2 G3 G4. More... | |
class | pyNastran.bdf.cards.elements.solid.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... | |
Packages | |
namespace | pyNastran::bdf::cards::elements::solid |
Functions | |
def | pyNastran::bdf::cards::elements::solid.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} \] |