pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
CPENTA EID PID G1 G2 G3 G4 G5 G6 *----------* / \ / \ / A \ / c \ *---*-----*-----* V = (A1+A2)/2 * (c1-c2) C = (c1-c2)/2. More...
Public Member Functions | |
def | __init__ |
def | getFaceNodesAndArea |
def | Centroid |
def | Volume |
Public Attributes | |
eid | |
pid | |
Static Public Attributes | |
string | type = 'CPENTA' |
string | asterType = 'PENTA6' |
string | calculixType = 'C3D6' |
CPENTA EID PID G1 G2 G3 G4 G5 G6 *----------* / \ / \ / A \ / c \ *---*-----*-----* V = (A1+A2)/2 * (c1-c2) C = (c1-c2)/2.
def pyNastran.bdf.cards.elements.solid.CPENTA6.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.elements.solid.SolidElement.
Reimplemented in pyNastran.bdf.cards.elements.solid.CPENTA15.
Definition at line 193 of file solid.py.
Referenced by pyNastran.bdf.cards.elements.solid.CPENTA6.Volume().
def pyNastran.bdf.cards.elements.solid.CPENTA6.getFaceNodesAndArea | ( | self, | |
nid, | |||
nidOpposite | |||
) |
Definition at line 208 of file solid.py.
References pyNastran::bdf::cards::elements::bars.Area(), pyNastran.bdf.cards.elements.solid.CPENTA6.Centroid(), pyNastran.bdf.cards.baseCard.Element.nodePositions(), pyNastran.bdf.cards.loads.loads.Load.nodes, pyNastran.bdf.cards.elements.damper.LineDamper.nodes, pyNastran.bdf.cards.elements.solid.SolidElement.nodes, pyNastran.bdf.cards.elements.shell.ShellElement.nodes, pyNastran.bdf.cards.elements.damper.CDAMP1.nodes, pyNastran.bdf.cards.elements.bush.CBUSH.nodes, pyNastran.bdf.cards.elements.elements.CrackElement.nodes, pyNastran.bdf.cards.elements.damper.CDAMP2.nodes, pyNastran.bdf.cards.elements.bush.CBUSH1D.nodes, pyNastran.bdf.cards.elements.springs.CELAS1.nodes, pyNastran.bdf.cards.elements.damper.CDAMP3.nodes, pyNastran.bdf.cards.elements.shell.CTRIA3.nodes, pyNastran.bdf.cards.elements.bush.CBUSH2D.nodes, pyNastran.bdf.cards.baseCard.Element.nodes, pyNastran.bdf.cards.elements.damper.CDAMP4.nodes, pyNastran.bdf.cards.elements.springs.CELAS2.nodes, pyNastran.bdf.cards.elements.damper.CDAMP5.nodes, pyNastran.bdf.cards.elements.springs.CELAS3.nodes, pyNastran.bdf.cards.elements.shell.CTRIA6.nodes, pyNastran.bdf.cards.elements.springs.CELAS4.nodes, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.nodes, pyNastran.bdf.cards.elements.shell.CTRIAR.nodes, pyNastran.bdf.bdf.BDF.nodes, pyNastran.bdf.cards.elements.shell.CTRIAX6.nodes, pyNastran.bdf.cards.elements.bars.CONROD.nodes, pyNastran.bdf.cards.constraints.SPC1.nodes, pyNastran.bdf.cards.elements.shell.QuadShell.nodes, pyNastran.bdf.cards.elements.shell.CSHEAR.nodes, pyNastran.bdf.cards.elements.shell.CQUAD4.nodes, pyNastran.bdf.cards.loads.staticLoads.PLOAD.nodes, pyNastran.bdf.cards.elements.shell.CQUADR.nodes, pyNastran.bdf.cards.elements.shell.CQUAD.nodes, pyNastran.bdf.cards.elements.shell.CQUAD8.nodes, and pyNastran.bdf.cards.elements.shell.CQUADX.nodes.
Reimplemented in pyNastran.bdf.cards.elements.solid.CPENTA15.
Definition at line 262 of file solid.py.
References pyNastran::bdf::cards::elements::bars.Area(), pyNastran.bdf.cards.baseCard.Element.nodePositions(), and pyNastran.bdf.cards.elements.solid.CPENTA6.Volume().
Referenced by pyNastran.bdf.cards.elements.solid.CPENTA6.getFaceNodesAndArea().
Reimplemented in pyNastran.bdf.cards.elements.solid.CPENTA15.
Definition at line 269 of file solid.py.
References pyNastran.bdf.cards.elements.solid.CPENTA6.__init__().
Referenced by pyNastran.bdf.cards.elements.solid.CPENTA6.Centroid(), and pyNastran.bdf.cards.elements.solid.SolidElement.Mass().
string pyNastran::bdf::cards::elements::solid.CPENTA6::type = 'CPENTA' [static] |
Reimplemented in pyNastran.bdf.cards.elements.solid.CPENTA15.
Definition at line 190 of file solid.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.materials.MAT2::Dplate(), pyNastran.bdf.cards.loads.staticLoads.Force::F(), pyNastran.bdf.cards.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.loads.staticLoads.Moment::getLoads(), 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().
string pyNastran::bdf::cards::elements::solid.CPENTA6::asterType = 'PENTA6' [static] |
Reimplemented in pyNastran.bdf.cards.elements.solid.CPENTA15.
string pyNastran::bdf::cards::elements::solid.CPENTA6::calculixType = 'C3D6' [static] |
Reimplemented in pyNastran.bdf.cards.elements.solid.CPENTA15.
Reimplemented in pyNastran.bdf.cards.elements.solid.CPENTA15.
Definition at line 193 of file solid.py.
Referenced by pyNastran.bdf.cards.aero.Spline::__init__(), pyNastran.op2.tables.oes_stressStrain.complex.oes_bars.ComplexBarStressObject::addNewEid100(), pyNastran.op2.tables.oes_stressStrain.real.oes_bars.BarStressObject::addNewEid100(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4::Cid(), pyNastran.bdf.cards.thermal.thermal.CHBDYP::crossReference(), pyNastran.bdf.cards.thermal.thermal.CONV::crossReference(), pyNastran.bdf.cards.loads.staticLoads.PLOAD2::crossReference(), pyNastran.bdf.cards.thermal.loads.QBDY1::Eid(), pyNastran.bdf.cards.loads.staticLoads.PLOAD::getLoads(), pyNastran.bdf.cards.loads.staticLoads.PLOAD2::getLoads(), pyNastran.bdf.cards.elements.shell.QuadShell::getReprDefaults(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.solid.CTETRA4::Jacobian(), pyNastran.bdf.cards.elements.shell.QuadShell::MassMatrix(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYE::rawFields(), pyNastran.bdf.cards.elements.elements.CrackElement::rawFields(), pyNastran.bdf.cards.elements.springs.CELAS2::rawFields(), pyNastran.bdf.cards.thermal.thermal.CONV::rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD2::rawFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4::rawFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYE::reprFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYG::reprFields(), pyNastran.bdf.cards.elements.springs.CELAS2::reprFields(), pyNastran.bdf.cards.thermal.thermal.CHBDYP::reprFields(), pyNastran.bdf.cards.thermal.thermal.PHBDY::reprFields(), pyNastran.bdf.cards.aero.PAERO2::reprFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4::reprFields(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4::transformLoad(), and pyNastran.bdf.cards.elements.springs.CELAS2::writeCodeAster().
Reimplemented from pyNastran.bdf.cards.elements.solid.SolidElement.
Reimplemented in pyNastran.bdf.cards.elements.solid.CPENTA15.
Definition at line 193 of file solid.py.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.__init__(), pyNastran.bdf.cards.properties.properties.PRAC2D.__init__(), pyNastran.bdf.cards.properties.bars.PBAR.Area(), pyNastran.bdf.cards.properties.bars.PTUBE.area2(), pyNastran.bdf.cards.properties.springs.PELAST.crossReference(), pyNastran.bdf.cards.properties.properties.PRAC2D.crossReference(), pyNastran.bdf.cards.properties.bars.PROD.crossReference(), pyNastran.bdf.cards.properties.shell.PSHELL.crossReference(), pyNastran.bdf.cards.elements.shell.QuadShell.getReprDefaults(), pyNastran.bdf.cards.elements.springs.CELAS1.isSameCard(), pyNastran.bdf.cards.elements.springs.CELAS3.isSameCard(), pyNastran.bdf.cards.properties.shell.PSHEAR.isSameCard(), pyNastran.bdf.cards.elements.springs.CELAS1.K(), pyNastran.bdf.cards.elements.springs.CELAS3.K(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), pyNastran.bdf.cards.properties.bars.PBARL.MassPerLength(), pyNastran.bdf.cards.properties.bars.PBEAM.MassPerLength(), pyNastran.bdf.cards.thermal.thermal.ThermalElement.Pid(), pyNastran.bdf.cards.properties.springs.PELAST.Pid(), pyNastran.bdf.cards.optimization.DVPREL2.Pid(), pyNastran.bdf.cards.properties.properties.PFAST.rawFields(), pyNastran.bdf.cards.properties.damper.PDAMP.rawFields(), pyNastran.bdf.cards.properties.mass.PMASS.rawFields(), pyNastran.bdf.cards.properties.springs.PELAS.rawFields(), pyNastran.bdf.cards.properties.damper.PDAMP5.rawFields(), pyNastran.bdf.cards.properties.bush.PBUSH.rawFields(), pyNastran.bdf.cards.properties.properties.PGAP.rawFields(), pyNastran.bdf.cards.properties.damper.PDAMPT.rawFields(), pyNastran.bdf.cards.properties.properties.PLSOLID.rawFields(), pyNastran.bdf.cards.properties.bush.PBUSH1D.rawFields(), pyNastran.bdf.cards.properties.properties.PRAC3D.rawFields(), pyNastran.bdf.cards.thermal.thermal.PHBDY.rawFields(), pyNastran.bdf.cards.properties.shell.PCOMP.rawFields(), pyNastran.bdf.cards.properties.bars.PROD.rawFields(), pyNastran.bdf.cards.properties.bars.PTUBE.rawFields(), pyNastran.bdf.cards.aero.MKAERO2.rawFields(), pyNastran.bdf.cards.properties.bars.PBEAM.rawFields(), pyNastran.bdf.cards.properties.bars.PBEAML.rawFields(), pyNastran.bdf.cards.properties.damper.PVISC.reprFields(), pyNastran.bdf.cards.properties.properties.PFAST.reprFields(), pyNastran.bdf.cards.properties.springs.PELAS.reprFields(), pyNastran.bdf.cards.properties.properties.PGAP.reprFields(), pyNastran.bdf.cards.properties.properties.PSOLID.reprFields(), pyNastran.bdf.cards.properties.properties.PRAC2D.reprFields(), pyNastran.bdf.cards.thermal.thermal.PCONVM.reprFields(), pyNastran.bdf.cards.properties.shell.PCOMP.reprFields(), pyNastran.bdf.cards.properties.bars.PBAR.reprFields(), pyNastran.bdf.cards.aero.MKAERO2.reprFields(), pyNastran.bdf.cards.properties.bars.PBARL.reprFields(), pyNastran.bdf.cards.properties.properties.PSOLID.writeCalculix(), pyNastran.bdf.cards.properties.shell.PSHELL.writeCalculix(), pyNastran.bdf.cards.properties.bars.PROD.writeCodeAster(), pyNastran.bdf.cards.elements.bars.CONROD.writeCodeAster(), pyNastran.bdf.cards.properties.bars.PBAR.writeCodeAster(), pyNastran.bdf.cards.properties.shell.PSHELL.writeCodeAster(), pyNastran.bdf.cards.properties.bars.PBARL.writeCodeAster(), pyNastran.bdf.cards.properties.bars.PBEAM.writeCodeAster(), and pyNastran.bdf.cards.properties.bars.PBEAML.writeCodeAster().