pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.bdf.cards.properties.shell.PSHELL Class Reference

PSHELL PID MID1 T MID2 12I/T**3 MID3 TS/T NSM Z1 Z2 MID4 PSHELL 41111 1 1.0000 1 1 0.02081. More...

Inheritance diagram for pyNastran.bdf.cards.properties.shell.PSHELL:
pyNastran.bdf.cards.properties.shell.ShellProperty pyNastran.bdf.cards.baseCard.Property pyNastran.bdf.cards.baseCard.BaseCard pyNastran.bdf.bdfInterface.BDF_Card.BDFCard

List of all members.

Public Member Functions

def __init__
def mid
def Mid
def Mid1
def Mid2
def Mid3
def Mid4
def Thickness
def Rho
def Nsm
def MassPerArea
 calculates mass per area

\[ \large \frac{mass}{A} = nsm + \rho t \]


def D
def crossReference
def writeCalculix
def writeCodeAster
 http://www.caelinux.org/wiki/index.php/Contrib:KeesWouters/shell/static http://www.caelinux.org/wiki/index.php/Contrib:KeesWouters/platedynamics the angle_rep is a direction angle, use either angle(a,b) or vecteur(x,y,z) coque_ncou is the number of gauss nodes along the thickness, for linear analysis one node is sufficient.
def rawFields
def reprFields

Public Attributes

 pid
 mid1
 t
 mid2
 Material identification number for bending.
 twelveIt3
 \( \frac{12I}{t^3} \)
 mid3
 tst
 nsm
 z1
 z2
 mid4

Static Public Attributes

string type = 'PSHELL'

Detailed Description

PSHELL PID MID1 T MID2 12I/T**3 MID3 TS/T NSM Z1 Z2 MID4 PSHELL 41111 1 1.0000 1 1 0.02081.

Definition at line 684 of file shell.py.


Constructor & Destructor Documentation

def pyNastran.bdf.cards.properties.shell.PSHELL.__init__ (   self,
  card = None,
  data = None 
)

Reimplemented from pyNastran.bdf.cards.properties.shell.ShellProperty.

Definition at line 686 of file shell.py.


Member Function Documentation

Definition at line 748 of file shell.py.

References pyNastran.bdf.cards.elements.shell.ShellElement.mid(), pyNastran.bdf.cards.materials.CREEP.mid, pyNastran.bdf.cards.properties.damper.PDAMP5.mid, pyNastran.bdf.cards.materials.MAT1.mid, pyNastran.bdf.cards.properties.properties.PLSOLID.mid, pyNastran.bdf.cards.baseCard.Property.mid, pyNastran.bdf.cards.properties.properties.PSOLID.mid, pyNastran.bdf.cards.properties.properties.PRAC2D.mid, pyNastran.bdf.cards.materials.MAT2.mid, pyNastran.bdf.cards.thermal.thermal.PCONV.mid, pyNastran.bdf.cards.properties.properties.PRAC3D.mid, pyNastran.bdf.cards.thermal.thermal.PCONVM.mid, pyNastran.bdf.cards.materials.MAT3.mid, pyNastran.bdf.cards.elements.shell.CTRIAX6.mid, pyNastran.bdf.cards.materials.MAT4.mid, pyNastran.bdf.cards.elements.bars.CONROD.mid, pyNastran.bdf.cards.properties.bars.PROD.mid, pyNastran.bdf.cards.properties.bars.PTUBE.mid, pyNastran.bdf.cards.materials.MAT8.mid, pyNastran.bdf.cards.properties.shell.PSHEAR.mid, pyNastran.bdf.cards.properties.bars.PBAR.mid, pyNastran.bdf.cards.materials.MAT9.mid, pyNastran.bdf.cards.properties.shell.PSHELL.mid(), pyNastran.bdf.cards.materials.MAT10.mid, pyNastran.bdf.cards.properties.bars.PBARL.mid, pyNastran.bdf.cards.materials.MATHP.mid, pyNastran.bdf.cards.properties.bars.PBEAM.mid, pyNastran.bdf.cards.materials.MATS1.mid, pyNastran.bdf.cards.properties.bars.PBEAML.mid, pyNastran.bdf.cards.properties.bars.PBEND.mid, 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.shell.PSHELL.nsm, pyNastran.bdf.cards.properties.shell.PSHELL.Nsm(), pyNastran.bdf.cards.properties.bars.PBARL.nsm, pyNastran.bdf.cards.properties.bars.PBEAM.nsm, pyNastran.bdf.cards.properties.bars.PBEAML.nsm, and pyNastran.bdf.cards.properties.bars.PBEND.nsm.

Referenced by pyNastran.bdf.cards.properties.shell.PSHELL.writeCalculix(), and pyNastran.bdf.cards.properties.shell.PSHELL.writeCodeAster().

Definition at line 766 of file shell.py.

References pyNastran.bdf.cards.properties.shell.PSHELL.crossReference(), pyNastran.bdf.cards.elements.shell.ShellElement.mid(), pyNastran.bdf.cards.materials.CREEP.mid, pyNastran.bdf.cards.properties.damper.PDAMP5.mid, pyNastran.bdf.cards.materials.MAT1.mid, pyNastran.bdf.cards.properties.properties.PLSOLID.mid, pyNastran.bdf.cards.baseCard.Property.mid, pyNastran.bdf.cards.properties.properties.PSOLID.mid, pyNastran.bdf.cards.properties.properties.PRAC2D.mid, pyNastran.bdf.cards.materials.MAT2.mid, pyNastran.bdf.cards.thermal.thermal.PCONV.mid, pyNastran.bdf.cards.properties.properties.PRAC3D.mid, pyNastran.bdf.cards.thermal.thermal.PCONVM.mid, pyNastran.bdf.cards.materials.MAT3.mid, pyNastran.bdf.cards.elements.shell.CTRIAX6.mid, pyNastran.bdf.cards.materials.MAT4.mid, pyNastran.bdf.cards.elements.bars.CONROD.mid, pyNastran.bdf.cards.properties.bars.PROD.mid, pyNastran.bdf.cards.properties.bars.PTUBE.mid, pyNastran.bdf.cards.materials.MAT8.mid, pyNastran.bdf.cards.properties.shell.PSHEAR.mid, pyNastran.bdf.cards.properties.bars.PBAR.mid, pyNastran.bdf.cards.materials.MAT9.mid, pyNastran.bdf.cards.properties.shell.PSHELL.mid(), pyNastran.bdf.cards.materials.MAT10.mid, pyNastran.bdf.cards.properties.bars.PBARL.mid, pyNastran.bdf.cards.materials.MATHP.mid, pyNastran.bdf.cards.properties.bars.PBEAM.mid, pyNastran.bdf.cards.materials.MATS1.mid, pyNastran.bdf.cards.properties.bars.PBEAML.mid, and pyNastran.bdf.cards.properties.bars.PBEND.mid.

Referenced by pyNastran.bdf.cards.properties.bars.PBARL.Area(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid1(), and pyNastran.bdf.cards.properties.shell.PSHELL.Mid4().

calculates mass per area

\[ \large \frac{mass}{A} = nsm + \rho t \]

Definition at line 777 of file shell.py.

References pyNastran.bdf.cards.elements.shell.ShellElement.mid(), pyNastran.bdf.cards.materials.CREEP.mid, pyNastran.bdf.cards.properties.damper.PDAMP5.mid, pyNastran.bdf.cards.materials.MAT1.mid, pyNastran.bdf.cards.properties.properties.PLSOLID.mid, pyNastran.bdf.cards.baseCard.Property.mid, pyNastran.bdf.cards.properties.properties.PSOLID.mid, pyNastran.bdf.cards.properties.properties.PRAC2D.mid, pyNastran.bdf.cards.materials.MAT2.mid, pyNastran.bdf.cards.thermal.thermal.PCONV.mid, pyNastran.bdf.cards.properties.properties.PRAC3D.mid, pyNastran.bdf.cards.thermal.thermal.PCONVM.mid, pyNastran.bdf.cards.materials.MAT3.mid, pyNastran.bdf.cards.elements.shell.CTRIAX6.mid, pyNastran.bdf.cards.materials.MAT4.mid, pyNastran.bdf.cards.elements.bars.CONROD.mid, pyNastran.bdf.cards.properties.bars.PROD.mid, pyNastran.bdf.cards.properties.bars.PTUBE.mid, pyNastran.bdf.cards.materials.MAT8.mid, pyNastran.bdf.cards.properties.shell.PSHEAR.mid, pyNastran.bdf.cards.properties.bars.PBAR.mid, pyNastran.bdf.cards.materials.MAT9.mid, pyNastran.bdf.cards.properties.shell.PSHELL.mid(), pyNastran.bdf.cards.materials.MAT10.mid, pyNastran.bdf.cards.properties.bars.PBARL.mid, pyNastran.bdf.cards.materials.MATHP.mid, pyNastran.bdf.cards.properties.bars.PBEAM.mid, pyNastran.bdf.cards.materials.MATS1.mid, pyNastran.bdf.cards.properties.bars.PBEAML.mid, pyNastran.bdf.cards.properties.bars.PBEND.mid, pyNastran.bdf.cards.properties.bars.PTUBE.t, pyNastran.bdf.cards.properties.shell.PSHEAR.t, pyNastran.bdf.cards.properties.shell.PSHELL.t, pyNastran.bdf.cards.properties.bars.PBEND.t, pyNastran.bdf.cards.properties.shell.PSHELL.writeCalculix(), and pyNastran.bdf.cards.properties.shell.PSHELL.z1.

Referenced by pyNastran.bdf.cards.properties.shell.PSHELL.Mid3().

Reimplemented from pyNastran.bdf.cards.baseCard.Property.

Definition at line 788 of file shell.py.

References 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.properties.shell.PSHELL.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, pyNastran.bdf.cards.properties.shell.PSHELL.t, and pyNastran.bdf.cards.properties.bars.PBEND.t.

Referenced by pyNastran.bdf.bdf.BDF.readBDF(), pyNastran.bdf.bdf.BDF.readBDF_Punch(), and pyNastran.bdf.cards.properties.shell.PSHELL.Rho().

def pyNastran.bdf.cards.properties.shell.PSHELL.writeCalculix (   self,
  marker = 'markerDummyProp',
  elementSet = 'ELsetDummyProp' 
)

Definition at line 798 of file shell.py.

References pyNastran.bdf.cards.properties.shell.PSHELL.Mid1(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid2(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid3(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid4(), 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.shell.PSHELL.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.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.baseCard.Element.pid, pyNastran.bdf.cards.properties.properties.PSOLID.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.properties.shell.PSHELL.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.shell.PSHELL.rawFields(), pyNastran.bdf.cards.properties.shell.PSHELL.reprFields(), pyNastran::bdf::fieldWriter.set_blank_if_default(), pyNastran.bdf.cards.properties.bars.PTUBE.t, pyNastran.bdf.cards.properties.shell.PSHEAR.t, pyNastran.bdf.cards.properties.shell.PSHELL.t, pyNastran.bdf.cards.properties.bars.PBEND.t, pyNastran.bdf.cards.properties.shell.PSHELL.tst, pyNastran.bdf.cards.properties.shell.PSHELL.twelveIt3, pyNastran.bdf.cards.properties.shell.PSHELL.z1, and pyNastran.bdf.cards.properties.shell.PSHELL.z2.

Referenced by pyNastran.bdf.cards.properties.shell.PSHELL.MassPerArea().

http://www.caelinux.org/wiki/index.php/Contrib:KeesWouters/shell/static http://www.caelinux.org/wiki/index.php/Contrib:KeesWouters/platedynamics the angle_rep is a direction angle, use either angle(a,b) or vecteur(x,y,z) coque_ncou is the number of gauss nodes along the thickness, for linear analysis one node is sufficient.

Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.

Definition at line 814 of file shell.py.

References pyNastran.bdf.cards.properties.shell.PSHELL.Mid1(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid2(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid3(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid4(), 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.shell.PSHELL.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.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.properties.damper.PDAMP.pid, pyNastran.bdf.cards.elements.elements.CGAP.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.shell.CTRIA6.pid, pyNastran.bdf.cards.elements.bars.CROD.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.elements.bars.CTUBE.pid, pyNastran.bdf.cards.aero.CAERO1.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.properties.shell.PSHELL.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::fieldWriter.set_blank_if_default(), pyNastran.bdf.cards.properties.bars.PTUBE.t, pyNastran.bdf.cards.properties.shell.PSHEAR.t, pyNastran.bdf.cards.properties.shell.PSHELL.t, pyNastran.bdf.cards.properties.bars.PBEND.t, pyNastran.bdf.cards.properties.shell.PSHELL.z1, and pyNastran.bdf.cards.properties.shell.PSHELL.z2.

Referenced by pyNastran.bdf.cards.properties.shell.PSHELL.D().


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables