pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
Defines the properties of a shear panel (CSHEAR entry). | |
def | isSameCard |
def | rawFields |
Public Attributes | |
pid | |
Property ID. | |
mid | |
Material ID. | |
t | |
nsm | |
f1 | |
f2 | |
Static Public Attributes | |
string | type = 'PSHEAR' |
def pyNastran.bdf.cards.properties.shell.PSHEAR.__init__ | ( | self, | |
card = None , |
|||
nPDAMP = 0 , |
|||
data = None |
|||
) |
Defines the properties of a shear panel (CSHEAR entry).
PSHEAR PID MID T NSM F1 F2
Reimplemented from pyNastran.bdf.bdfInterface.BDF_Card.BDFCard.
Definition at line 644 of file shell.py.
References pyNastran.bdf.cards.dynamic.FREQ4.f2, pyNastran.bdf.cards.methods.EIGR.f2, pyNastran.bdf.cards.properties.shell.PSHEAR.f2, pyNastran.bdf.cards.properties.bars.PBEAM.f2, and pyNastran.bdf.cards.properties.bars.PBEND.f2.
Referenced by pyNastran.bdf.cards.properties.shell.PSHEAR.isSameCard().
def pyNastran.bdf.cards.properties.shell.PSHEAR.isSameCard | ( | self, | |
prop, | |||
debug = False |
|||
) |
Reimplemented from pyNastran.bdf.cards.baseCard.Property.
Definition at line 665 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PSHEAR.__init__(), pyNastran.bdf.cards.properties.shell.PSHELL.mid1, pyNastran.bdf.cards.elements.elements.CFAST.pid, pyNastran.bdf.cards.properties.properties.PFAST.pid, pyNastran.bdf.cards.elements.damper.LineDamper.pid, pyNastran.bdf.cards.properties.bush.PBUSH.pid, pyNastran.bdf.cards.properties.damper.PVISC.pid, pyNastran.bdf.cards.elements.damper.CVISC.pid, pyNastran.bdf.cards.elements.solid.SolidElement.pid, pyNastran.bdf.cards.elements.bush.CBUSH.pid, pyNastran.bdf.cards.elements.mass.CMASS1.pid, pyNastran.bdf.cards.elements.elements.CGAP.pid, pyNastran.bdf.cards.properties.damper.PDAMP.pid, pyNastran.bdf.cards.elements.damper.CDAMP1.pid, pyNastran.bdf.cards.elements.shell.ShellElement.pid, pyNastran.bdf.cards.properties.mass.PMASS.pid, pyNastran.bdf.cards.elements.solid.CHEXA8.pid, pyNastran.bdf.cards.properties.properties.PGAP.pid, pyNastran.bdf.cards.properties.damper.PDAMP5.pid, pyNastran.bdf.cards.properties.damper.PDAMPT.pid, pyNastran.bdf.cards.elements.springs.CELAS1.pid, pyNastran.bdf.cards.elements.elements.CrackElement.pid, pyNastran.bdf.cards.elements.bush.CBUSH1D.pid, pyNastran.bdf.cards.elements.solid.CHEXA20.pid, pyNastran.bdf.cards.elements.elements.CRAC2D.pid, pyNastran.bdf.cards.elements.shell.CTRIA3.pid, pyNastran.bdf.cards.properties.bush.PBUSH1D.pid, pyNastran.bdf.cards.elements.damper.CDAMP3.pid, pyNastran.bdf.cards.elements.elements.CRAC3D.pid, pyNastran.bdf.cards.properties.properties.PLSOLID.pid, pyNastran.bdf.cards.elements.bush.CBUSH2D.pid, pyNastran.bdf.cards.elements.mass.CMASS3.pid, pyNastran.bdf.cards.elements.solid.CPENTA6.pid, pyNastran.bdf.cards.properties.properties.PSOLID.pid, pyNastran.bdf.cards.baseCard.Element.pid, pyNastran.bdf.cards.elements.damper.CDAMP5.pid, pyNastran.bdf.cards.elements.bars.CROD.pid, pyNastran.bdf.cards.elements.shell.CTRIA6.pid, pyNastran.bdf.cards.properties.shell.PCOMP.pid, pyNastran.bdf.cards.properties.properties.PRAC2D.pid, pyNastran.bdf.cards.elements.springs.CELAS3.pid, pyNastran.bdf.cards.elements.solid.CPENTA15.pid, pyNastran.bdf.cards.properties.properties.PRAC3D.pid, pyNastran.bdf.cards.elements.solid.CTETRA4.pid, pyNastran.bdf.cards.elements.shell.CTRIAR.pid, pyNastran.bdf.cards.optimization.DVPREL2.pid, pyNastran.bdf.cards.elements.solid.CTETRA10.pid, pyNastran.bdf.cards.aero.CAERO1.pid, pyNastran.bdf.cards.elements.bars.CTUBE.pid, pyNastran.bdf.cards.properties.bars.PROD.pid, pyNastran.bdf.cards.aero.CAERO2.pid, pyNastran.bdf.cards.properties.bars.PTUBE.pid, pyNastran.bdf.cards.elements.bars.CBAR.pid, pyNastran.bdf.cards.properties.shell.PSHEAR.pid, pyNastran.bdf.cards.elements.shell.CSHEAR.pid, pyNastran.bdf.cards.properties.bars.PBAR.pid, pyNastran.bdf.cards.elements.shell.CQUAD4.pid, pyNastran.bdf.cards.properties.bars.PBARL.pid, pyNastran.bdf.cards.elements.shell.CQUADR.pid, pyNastran.bdf.cards.aero.PAERO1.pid, pyNastran.bdf.cards.elements.shell.CQUAD.pid, pyNastran.bdf.cards.aero.PAERO2.pid, pyNastran.bdf.cards.properties.bars.PBEAM.pid, pyNastran.bdf.cards.elements.shell.CQUAD8.pid, pyNastran.bdf.cards.elements.bars.CBEAM3.pid, pyNastran.bdf.cards.elements.bars.CBEAM.pid, pyNastran.bdf.cards.elements.shell.CQUADX.pid, pyNastran.bdf.cards.properties.bars.PBEAML.pid, pyNastran.bdf.cards.elements.bars.CBEND.pid, pyNastran.bdf.cards.properties.bars.PBEND.pid, pyNastran.bdf.cards.properties.bars.PTUBE.t, pyNastran.bdf.cards.properties.shell.PSHEAR.t, and pyNastran.bdf.cards.properties.bars.PBEND.t.
Definition at line 674 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PSHELL.mid2, pyNastran.bdf.cards.properties.shell.PSHELL.mid3, pyNastran.bdf.cards.properties.bars.LineProperty.nsm, pyNastran.bdf.cards.properties.shell.PCOMP.nsm, pyNastran.bdf.cards.properties.properties.PRAC2D.nsm, pyNastran.bdf.cards.elements.bars.CONROD.nsm, pyNastran.bdf.cards.properties.bars.PROD.nsm, pyNastran.bdf.cards.properties.bars.PTUBE.nsm, pyNastran.bdf.cards.properties.shell.PSHEAR.nsm, pyNastran.bdf.cards.properties.bars.PBAR.nsm, pyNastran.bdf.cards.properties.bars.PBARL.nsm, pyNastran.bdf.cards.properties.bars.PBEAM.nsm, pyNastran.bdf.cards.properties.bars.PBEAML.nsm, pyNastran.bdf.cards.properties.bars.PBEND.nsm, pyNastran.bdf.cards.properties.bars.PTUBE.t, pyNastran.bdf.cards.properties.shell.PSHEAR.t, pyNastran.bdf.cards.properties.bars.PBEND.t, pyNastran.bdf.cards.properties.shell.PSHELL.tst, pyNastran.bdf.cards.properties.shell.PSHELL.twelveIt3, and pyNastran.bdf.cards.properties.shell.PSHELL.z1.
Referenced by pyNastran.bdf.cards.baseCard.Property.__init__(), pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines(), pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement.Mass(), pyNastran.bdf.cards.sets.ABCQSet.rawFields(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.rawFields(), pyNastran.bdf.cards.tables.TIC.rawFields(), pyNastran.bdf.cards.elements.springs.SpringElement.reprFields(), pyNastran.bdf.cards.tables.TABLED1.reprFields(), pyNastran.bdf.cards.tables.TABLED2.reprFields(), pyNastran.bdf.cards.tables.TABLED3.reprFields(), pyNastran.bdf.cards.tables.TABLEM2.reprFields(), pyNastran.bdf.cards.tables.TABLEM3.reprFields(), pyNastran.bdf.cards.tables.TABLEM4.reprFields(), pyNastran.bdf.cards.tables.TABLES1.reprFields(), pyNastran.bdf.cards.tables.TABLEST.reprFields(), pyNastran.bdf.cards.tables.TABRNDG.reprFields(), pyNastran.bdf.cards.sets.Set.SetIDs(), and pyNastran.bdf.cards.coordinateSystems.Coord.T().
string pyNastran::bdf::cards::properties::shell.PSHEAR::type = 'PSHEAR' [static] |
Reimplemented from pyNastran.bdf.cards.properties.shell.ShellProperty.
Definition at line 638 of file shell.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.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement::K(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), and pyNastran.bdf.cards.elements.elements.CrackElement::rawFields().
Property ID.
Definition at line 645 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.springs.PELAST::crossReference(), pyNastran.bdf.cards.properties.shell.PSHELL::crossReference(), pyNastran.bdf.cards.elements.shell.QuadShell::getReprDefaults(), pyNastran.bdf.cards.properties.shell.PSHEAR::isSameCard(), pyNastran.bdf.cards.thermal.thermal.ThermalElement::Pid(), pyNastran.bdf.cards.properties.springs.PELAST::Pid(), pyNastran.bdf.cards.properties.springs.PELAS::rawFields(), pyNastran.bdf.cards.thermal.thermal.PHBDY::rawFields(), pyNastran.bdf.cards.aero.MKAERO2::rawFields(), pyNastran.bdf.cards.properties.springs.PELAS::reprFields(), pyNastran.bdf.cards.thermal.thermal.PCONVM::reprFields(), pyNastran.bdf.cards.aero.MKAERO2::reprFields(), pyNastran.bdf.cards.properties.shell.PSHELL::writeCalculix(), pyNastran.bdf.cards.elements.bars.CONROD::writeCodeAster(), and pyNastran.bdf.cards.properties.shell.PSHELL::writeCodeAster().
Material ID.
Reimplemented from pyNastran.bdf.cards.baseCard.Property.
Definition at line 646 of file shell.py.
Referenced by pyNastran.bdf.cards.thermal.thermal.PCONV.__init__(), pyNastran.bdf.cards.baseCard.BaseCard.__repr__(), pyNastran.bdf.cards.elements.bars.CTUBE.Centroid(), pyNastran.bdf.cards.properties.bars.LineProperty.E(), pyNastran.bdf.cards.properties.bars.LineProperty.G(), pyNastran.bdf.cards.properties.bars.LineProperty.I12(), pyNastran.bdf.cards.properties.shell.PSHELL.MassPerArea(), pyNastran.bdf.cards.properties.properties.CrackProperty.Mid(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid2(), pyNastran.bdf.cards.thermal.thermal.PCONV.reprFields(), pyNastran.bdf.cards.thermal.thermal.PCONVM.reprFields(), pyNastran.bdf.cards.elements.shell.CTRIAX.reprFields(), pyNastran.bdf.cards.properties.properties.SolidProperty.Rho(), and pyNastran.bdf.cards.properties.shell.PSHELL.Rho().
Definition at line 646 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.shell.PSHELL.crossReference(), pyNastran.bdf.cards.properties.shell.PSHEAR.isSameCard(), pyNastran.bdf.cards.properties.shell.PSHELL.MassPerArea(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid1(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid4(), pyNastran.bdf.cards.properties.shell.PSHEAR.rawFields(), pyNastran.bdf.cards.properties.shell.PSHELL.writeCalculix(), and pyNastran.bdf.cards.properties.shell.PSHELL.writeCodeAster().
Definition at line 646 of file shell.py.
Referenced by pyNastran.bdf.cards.elements.bars.CTUBE.Area(), pyNastran.bdf.cards.properties.bars.IntegratedLineProperty.I12(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid2(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid4(), pyNastran.bdf.cards.elements.bars.CTUBE.rawFields(), pyNastran.bdf.cards.properties.shell.PSHEAR.rawFields(), pyNastran.bdf.cards.properties.shell.PSHELL.writeCalculix(), and pyNastran.bdf.cards.properties.shell.PSHELL.writeCodeAster().
Definition at line 646 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.shell.PSHEAR.__init__().