pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
PCOMP 701512 0.0+0 1.549-2 0.0+0 0.0+0 SYM 300704 3.7-2 0.0+0 YES 300704 3.7-2 45. More...
Public Member Functions | |
def | __init__ |
def | hasCoreLayer |
is there a center layer (matters most for a symmetrical ply) | |
def | nPlies |
how many plies are there? | |
def | isSymmetrical |
is the laminate symmetrical laminate | |
def | isSameCard |
def | crossReference |
links the material ID to the materials | |
def | Nsm |
def | Mid |
gets the material ID of the ith ply | |
def | Mids |
gets the material IDs of all the plies | |
def | Rho |
gets the density of the ith ply | |
def | Material |
gets the material of the ith ply (not the ID unless it's not cross-referenced) | |
def | Thickness |
gets the thickness of the ith ply | |
def | Theta |
gets the ply angle of the ith ply (not the ID) | |
def | sout |
def | MassPerArea |
mass = rho*A*t but area comes from the element mass/A = rho*t for the various layers the final mass calculation will be done later | |
def | D |
def | rawFields |
def | reprFields |
Public Attributes | |
pid | |
Property ID. | |
nsm | |
Non-Structural Mass. | |
sb | |
ft | |
TRef | |
ge | |
lam | |
symmetric flag - default = No Symmetry (NO) | |
plies | |
supports single ply per line | |
z0 | |
Static Public Attributes | |
string | type = 'PCOMP' |
PCOMP 701512 0.0+0 1.549-2 0.0+0 0.0+0 SYM 300704 3.7-2 0.0+0 YES 300704 3.7-2 45.
YES 300704 3.7-2 -45. YES 300704 3.7-2 90. YES 300705 .5 0.0+0 YES
def pyNastran.bdf.cards.properties.shell.PCOMP.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.properties.shell.ShellProperty.
Definition at line 258 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.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, and pyNastran.bdf.cards.properties.bars.PBEND.pid.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.reprFields().
is there a center layer (matters most for a symmetrical ply)
Definition at line 352 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.isSymmetrical(), pyNastran.bdf.cards.properties.shell.PCOMP.lam, and pyNastran.bdf.cards.properties.shell.PCOMP.plies.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.Material(), and pyNastran.bdf.cards.properties.shell.PCOMP.sout().
how many plies are there?
Definition at line 361 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.isSameCard(), pyNastran.bdf.cards.params.PARAM.type, pyNastran.bdf.cards.properties.bush.BushingProperty.type, pyNastran.bdf.cards.properties.mass.PointProperty.type, pyNastran.bdf.cards.properties.damper.DamperProperty.type, pyNastran.bdf.cards.elements.elements.CFAST.type, pyNastran.bdf.cards.properties.properties.PFAST.type, pyNastran.bdf.cards.loads.loads.Load.type, pyNastran.bdf.cards.loads.staticLoads.LOAD.type, pyNastran.bdf.cards.coordinateSystems.Coord.type, pyNastran.bdf.cards.properties.shell.ShellProperty.type, pyNastran.bdf.cards.optimization.DCONSTR.type, pyNastran.bdf.cards.elements.shell.ShellElement.type, pyNastran.bdf.cards.properties.bush.PBUSH.type, pyNastran.bdf.cards.properties.damper.PVISC.type, pyNastran.bdf.cards.elements.rigid.RBAR.type, pyNastran.bdf.cards.dynamic.FREQ.type, pyNastran.bdf.cards.aero.AEFACT.type, pyNastran.bdf.cards.elements.damper.CVISC.type, pyNastran.bdf.cards.methods.EIGB.type, pyNastran.bdf.cards.materials.CREEP.type, pyNastran.bdf.cards.elements.bush.CBUSH.type, pyNastran.bdf.cards.elements.mass.CMASS1.type, pyNastran.bdf.cards.baseCard.BaseCard.type, pyNastran.bdf.cards.properties.damper.PDAMP.type, pyNastran.bdf.cards.elements.elements.CGAP.type, pyNastran.bdf.cards.aero.AELINK.type, pyNastran.bdf.cards.optimization.DESVAR.type, pyNastran.bdf.cards.elements.damper.CDAMP1.type, pyNastran.bdf.cards.nodes.RINGAX.type, pyNastran.bdf.cards.elements.solid.CHEXA8.type, pyNastran.bdf.cards.properties.properties.PGAP.type, pyNastran.bdf.cards.properties.damper.PDAMP5.type, pyNastran.bdf.cards.dynamic.FREQ1.type, pyNastran.bdf.cards.optimization.DDVAL.type, pyNastran.bdf.cards.nodes.SPOINT.type, pyNastran.bdf.cards.elements.mass.CMASS2.type, pyNastran.bdf.cards.elements.rigid.RBAR1.type, pyNastran.bdf.cards.optimization.DOPTPRM.type, pyNastran.bdf.cards.dynamic.FREQ2.type, pyNastran.bdf.cards.aero.AELIST.type, pyNastran.bdf.cards.properties.bars.LineProperty.type, pyNastran.bdf.cards.elements.damper.CDAMP2.type, pyNastran.bdf.cards.materials.MAT1.type, pyNastran.bdf.cards.properties.damper.PDAMPT.type, pyNastran.bdf.cards.nodes.SPOINTs.type, pyNastran.bdf.cards.elements.springs.CELAS1.type, pyNastran.bdf.cards.optimization.DLINK.type, pyNastran.bdf.cards.elements.bush.CBUSH1D.type, pyNastran.bdf.cards.elements.solid.CHEXA20.type, pyNastran.bdf.cards.dynamic.FREQ4.type, pyNastran.bdf.cards.aero.AEPARM.type, pyNastran.bdf.cards.elements.elements.CRAC2D.type, pyNastran.bdf.cards.elements.shell.CTRIA3.type, pyNastran.bdf.cards.properties.bush.PBUSH1D.type, pyNastran.bdf.cards.properties.properties.SolidProperty.type, pyNastran.bdf.cards.elements.damper.CDAMP3.type, pyNastran.bdf.cards.elements.elements.CRAC3D.type, pyNastran.bdf.cards.dynamic.TSTEP.type, pyNastran.bdf.cards.aero.AESTAT.type, pyNastran.bdf.cards.properties.properties.PLSOLID.type, pyNastran.bdf.cards.elements.springs.CELAS2.type, pyNastran.bdf.cards.optimization.DSCREEN.type, pyNastran.bdf.cards.elements.bush.CBUSH2D.type, pyNastran.bdf.cards.nodes.GRDSET.type, pyNastran.bdf.cards.elements.damper.CDAMP4.type, pyNastran.bdf.cards.elements.solid.CPENTA6.type, pyNastran.bdf.cards.elements.mass.CMASS3.type, pyNastran.bdf.cards.aero.AESURF.type, pyNastran.bdf.cards.dynamic.TSTEPNL.type, pyNastran.bdf.cards.optimization.DRESP1.type, pyNastran.bdf.cards.properties.properties.PSOLID.type, pyNastran.bdf.cards.nodes.GRIDB.type, pyNastran.bdf.cards.elements.damper.CDAMP5.type, pyNastran.bdf.cards.optimization.DRESP2.type, pyNastran.bdf.cards.loads.loads.SLOAD.type, pyNastran.bdf.cards.elements.mass.CMASS4.type, pyNastran.bdf.cards.elements.rigid.RBE2.type, pyNastran.bdf.cards.nodes.GRID.type, pyNastran.bdf.cards.elements.shell.CTRIA6.type, pyNastran.bdf.cards.methods.EIGR.type, pyNastran.bdf.cards.elements.bars.CROD.type, pyNastran.bdf.cards.properties.shell.PCOMP.type, pyNastran.bdf.cards.properties.properties.PRAC2D.type, pyNastran.bdf.cards.elements.springs.CELAS3.type, pyNastran.bdf.cards.loads.loads.DLOAD.type, pyNastran.bdf.cards.elements.mass.CONM1.type, pyNastran.bdf.cards.elements.solid.CPENTA15.type, pyNastran.bdf.cards.loads.staticLoads.GRAV.type, pyNastran.bdf.cards.materials.MAT2.type, pyNastran.bdf.cards.methods.EIGP.type, pyNastran.bdf.cards.loads.loads.DAREA.type, pyNastran.bdf.cards.properties.properties.PRAC3D.type, pyNastran.bdf.cards.elements.springs.CELAS4.type, pyNastran.bdf.cards.constraints.SUPORT1.type, pyNastran.bdf.cards.dynamic.NLPARM.type, pyNastran.bdf.cards.aero.AERO.type, pyNastran.bdf.cards.elements.solid.CTETRA4.type, pyNastran.bdf.cards.loads.loads.TLOAD1.type, pyNastran.bdf.cards.methods.EIGRL.type, pyNastran.bdf.cards.constraints.SUPORT.type, pyNastran.bdf.cards.constraints.MPC.type, pyNastran.bdf.cards.elements.shell.CTRIAR.type, pyNastran.bdf.cards.aero.AEROS.type, pyNastran.bdf.cards.dmig.DMIG.type, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.type, pyNastran.bdf.cards.dmig.DMIJ.type, pyNastran.bdf.cards.aero.CSSCHD.type, pyNastran.bdf.cards.dmig.DMIJI.type, pyNastran.bdf.cards.loads.loads.TLOAD2.type, pyNastran.bdf.cards.elements.shell.CTRIAX.type, pyNastran.bdf.cards.dmig.DMIK.type, pyNastran.bdf.cards.constraints.SPC.type, pyNastran.bdf.cards.dmig.DMI.type, pyNastran.bdf.cards.optimization.DVPREL2.type, pyNastran.bdf.cards.materials.MAT3.type, pyNastran.bdf.cards.elements.solid.CTETRA10.type, pyNastran.bdf.cards.elements.shell.CTRIAX6.type, pyNastran.bdf.cards.loads.staticLoads.Force.type, pyNastran.bdf.cards.aero.CAERO1.type, pyNastran.bdf.cards.elements.bars.CTUBE.type, pyNastran.bdf.cards.properties.bars.IntegratedLineProperty.type, pyNastran.bdf.cards.constraints.SPCD.type, pyNastran.bdf.cards.loads.staticLoads.Moment.type, pyNastran.bdf.cards.loads.loads.RFORCE.type, pyNastran.bdf.cards.materials.MAT4.type, pyNastran.bdf.cards.constraints.SPCAX.type, pyNastran.bdf.cards.elements.bars.CONROD.type, pyNastran.bdf.cards.loads.staticLoads.FORCE.type, pyNastran.bdf.cards.properties.bars.PROD.type, pyNastran.bdf.cards.constraints.SPC1.type, pyNastran.bdf.cards.loads.loads.RLOAD1.type, pyNastran.bdf.cards.aero.CAERO2.type, pyNastran.bdf.cards.loads.staticLoads.FORCE1.type, pyNastran.bdf.cards.properties.bars.PTUBE.type, pyNastran.bdf.cards.constraints.SPCADD.type, pyNastran.bdf.cards.materials.MAT8.type, pyNastran.bdf.cards.loads.loads.RLOAD2.type, pyNastran.bdf.cards.elements.bars.CBAR.type, pyNastran.bdf.cards.loads.staticLoads.FORCE2.type, pyNastran.bdf.cards.constraints.MPCADD.type, pyNastran.bdf.cards.elements.shell.CSHEAR.type, pyNastran.bdf.cards.properties.bars.PBAR.type, pyNastran.bdf.cards.aero.FLFACT.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT.type, pyNastran.bdf.cards.loads.loads.RANDPS.type, pyNastran.bdf.cards.coordinateSystems.CORD1R.type, pyNastran.bdf.cards.aero.FLUTTER.type, pyNastran.bdf.cards.coordinateSystems.CORD1C.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT1.type, pyNastran.bdf.cards.materials.MAT9.type, pyNastran.bdf.cards.coordinateSystems.CORD1S.type, pyNastran.bdf.cards.elements.shell.CQUAD4.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT2.type, pyNastran.bdf.cards.coordinateSystems.CORD2R.type, pyNastran.bdf.cards.aero.GUST.type, pyNastran.bdf.cards.coordinateSystems.CORD2S.type, pyNastran.bdf.cards.aero.MKAERO1.type, pyNastran.bdf.cards.coordinateSystems.CORD2C.type, pyNastran.bdf.cards.properties.bars.PBARL.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD.type, pyNastran.bdf.cards.materials.MAT10.type, pyNastran.bdf.cards.elements.shell.CQUADR.type, pyNastran.bdf.cards.aero.MKAERO2.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD1.type, pyNastran.bdf.cards.aero.PAERO1.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.type, pyNastran.bdf.cards.elements.shell.CQUAD.type, pyNastran.bdf.cards.aero.PAERO2.type, pyNastran.bdf.cards.properties.bars.PBEAM.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.type, pyNastran.bdf.cards.elements.shell.CQUAD8.type, pyNastran.bdf.cards.elements.bars.CBEAM3.type, pyNastran.bdf.cards.aero.SPLINE1.type, pyNastran.bdf.cards.materials.MATS1.type, pyNastran.bdf.cards.elements.bars.CBEAM.type, pyNastran.bdf.cards.aero.SPLINE2.type, pyNastran.bdf.cards.elements.shell.CQUADX.type, pyNastran.bdf.cards.loads.staticLoads.PLOADX1.type, pyNastran.bdf.cards.aero.SPLINE4.type, pyNastran.bdf.cards.properties.bars.PBEAML.type, pyNastran.bdf.cards.aero.SPLINE5.type, pyNastran.bdf.cards.aero.TRIM.type, pyNastran.bdf.cards.elements.bars.CBEND.type, and pyNastran.bdf.cards.properties.bars.PBEND.type.
is the laminate symmetrical laminate
Definition at line 366 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.ft, pyNastran.bdf.cards.properties.properties.PFAST.ge, pyNastran.bdf.cards.materials.MAT1.ge, pyNastran.bdf.cards.properties.properties.PLSOLID.ge, pyNastran.bdf.cards.elements.springs.CELAS2.ge, pyNastran.bdf.cards.properties.shell.PCOMP.ge, pyNastran.bdf.cards.materials.MAT2.ge, pyNastran.bdf.cards.materials.MAT3.ge, pyNastran.bdf.cards.materials.MAT8.ge, pyNastran.bdf.cards.materials.MAT9.ge, pyNastran.bdf.cards.materials.MAT10.ge, pyNastran.bdf.cards.materials.MATHP.ge, pyNastran.bdf.cards.properties.shell.PCOMP.lam, 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.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.shell.PCOMP.plies, pyNastran.bdf.cards.properties.shell.PCOMP.sb, pyNastran.bdf.cards.elements.bars.CBEAM3.sb, pyNastran.bdf.cards.elements.bars.CBEAM.sb, pyNastran.bdf.cards.materials.MAT1.TRef, pyNastran.bdf.cards.properties.shell.PCOMP.TRef, pyNastran.bdf.cards.materials.MAT2.TRef, pyNastran.bdf.cards.materials.MAT3.TRef, pyNastran.bdf.cards.materials.MAT8.TRef, pyNastran.bdf.cards.materials.MAT9.TRef, and pyNastran.bdf.cards.materials.MATHP.TRef.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.hasCoreLayer(), pyNastran.bdf.cards.properties.shell.PCOMP.Material(), and pyNastran.bdf.cards.properties.shell.PCOMP.sout().
def pyNastran.bdf.cards.properties.shell.PCOMP.isSameCard | ( | self, | |
prop, | |||
debug = False |
|||
) |
Reimplemented from pyNastran.bdf.cards.baseCard.Property.
Definition at line 371 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.crossReference(), pyNastran.bdf.cards.properties.bars.LineProperty.nsm, pyNastran.bdf.cards.properties.shell.PCOMP.nsm, pyNastran.bdf.cards.properties.properties.PRAC2D.nsm, pyNastran.bdf.cards.properties.shell.PCOMP.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.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, and pyNastran.bdf.cards.properties.shell.PCOMP.plies.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.nPlies().
def pyNastran.bdf.cards.properties.shell.PCOMP.crossReference | ( | self, | |
model | |||
) |
links the material ID to the materials
self | the object pointer |
model | a BDF object |
Reimplemented from pyNastran.bdf.cards.baseCard.Property.
Definition at line 398 of file shell.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Material(), pyNastran.bdf.cards.properties.shell.PCOMP.Material(), and pyNastran.bdf.cards.properties.shell.PCOMP.Mid().
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.isSameCard(), pyNastran.bdf.bdf.BDF.readBDF(), and pyNastran.bdf.bdf.BDF.readBDF_Punch().
def pyNastran.bdf.cards.properties.shell.PCOMP.Nsm | ( | self | ) |
Definition at line 405 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.Mids().
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.isSameCard().
def pyNastran.bdf.cards.properties.shell.PCOMP.Mid | ( | self, | |
iPly | |||
) |
gets the material ID of the ith ply
self | the object pointer |
iPly | the ply ID (starts from 0) |
Definition at line 414 of file shell.py.
References pyNastran.bdf.cards.elements.shell.ShellElement.Mid(), pyNastran.bdf.cards.elements.solid.SolidElement.Mid(), pyNastran.bdf.cards.materials.CREEP.Mid(), pyNastran.bdf.cards.properties.damper.PDAMP5.Mid(), pyNastran.bdf.cards.baseCard.Property.Mid(), pyNastran.bdf.cards.baseCard.Material.Mid(), pyNastran.bdf.cards.properties.properties.CrackProperty.Mid(), pyNastran.bdf.cards.elements.bars.CROD.Mid(), pyNastran.bdf.cards.properties.shell.PCOMP.Mid(), pyNastran.bdf.cards.elements.shell.CTRIAX6.Mid(), pyNastran.bdf.cards.elements.bars.CONROD.Mid(), pyNastran.bdf.cards.elements.bars.CBAR.Mid(), pyNastran.bdf.cards.materials.MATS1.Mid(), pyNastran.bdf.cards.elements.bars.CBEAM.Mid(), pyNastran.bdf.cards.properties.shell.PCOMP.plies, and pyNastran.bdf.cards.properties.shell.PCOMP.Rho().
Referenced by pyNastran.bdf.cards.properties.bars.PTUBE.area2(), pyNastran.bdf.cards.properties.properties.PRAC2D.crossReference(), pyNastran.bdf.cards.properties.shell.PCOMP.crossReference(), pyNastran.bdf.cards.properties.shell.PCOMP.D(), pyNastran.bdf.cards.properties.shell.PCOMP.Mid(), pyNastran.bdf.cards.properties.properties.PLSOLID.rawFields(), pyNastran.bdf.cards.properties.properties.PRAC3D.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.properties.bars.PBEAM.rawFields(), pyNastran.bdf.cards.properties.properties.PSOLID.reprFields(), pyNastran.bdf.cards.properties.properties.PRAC2D.reprFields(), pyNastran.bdf.cards.properties.bars.PBAR.reprFields(), pyNastran.bdf.cards.properties.properties.PSOLID.writeCalculix(), pyNastran.bdf.cards.properties.bars.PROD.writeCodeAster(), pyNastran.bdf.cards.properties.bars.PBAR.writeCodeAster(), pyNastran.bdf.cards.properties.bars.PBARL.writeCodeAster(), pyNastran.bdf.cards.properties.bars.PBEAM.writeCodeAster(), and pyNastran.bdf.cards.properties.bars.PBEAML.writeCodeAster().
def pyNastran.bdf.cards.properties.shell.PCOMP.Mids | ( | self | ) |
gets the material IDs of all the plies
self | the object pointer |
mids | the material IDs |
Definition at line 426 of file shell.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Material(), pyNastran.bdf.cards.properties.shell.PCOMP.Material(), and pyNastran.bdf.cards.properties.shell.PCOMP.plies.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.Nsm().
def pyNastran.bdf.cards.properties.shell.PCOMP.Rho | ( | self, | |
iPly | |||
) |
gets the density of the ith ply
self | the object pointer |
iPly | the ply ID (starts from 0) |
Definition at line 438 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.plies, and pyNastran.bdf.cards.properties.shell.PCOMP.Thickness().
Referenced by pyNastran.bdf.cards.properties.bars.PBARL.Area(), pyNastran.bdf.cards.properties.shell.PCOMP.Mid(), pyNastran.bdf.cards.properties.shell.PSHELL.Mid4(), and pyNastran.bdf.cards.properties.shell.PCOMP.sout().
def pyNastran.bdf.cards.properties.shell.PCOMP.Material | ( | self, | |
iPly | |||
) |
gets the material of the ith ply (not the ID unless it's not cross-referenced)
self | the object pointer |
iPly | the ply ID (starts from 0) |
Definition at line 449 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.hasCoreLayer(), pyNastran.bdf.cards.properties.shell.PCOMP.isSymmetrical(), pyNastran.bdf.cards.elements.shell.ShellElement.Thickness(), pyNastran.bdf.cards.elements.shell.TriShell.Thickness(), pyNastran.bdf.cards.elements.shell.CTRIA6.Thickness(), pyNastran.bdf.cards.elements.shell.CTRIAR.Thickness(), pyNastran.bdf.cards.properties.shell.PCOMP.Thickness(), pyNastran.bdf.cards.elements.shell.CTRIAX6.Thickness(), pyNastran.bdf.cards.elements.shell.QuadShell.Thickness(), pyNastran.bdf.cards.elements.shell.CQUADR.Thickness(), pyNastran.bdf.cards.elements.shell.CQUAD.Thickness(), pyNastran.bdf.cards.elements.shell.CQUAD8.Thickness(), and pyNastran.bdf.cards.elements.shell.CQUADX.Thickness().
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.crossReference(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), and pyNastran.bdf.cards.properties.shell.PCOMP.Mids().
def pyNastran.bdf.cards.properties.shell.PCOMP.Thickness | ( | self, | |
iPly = 'all' |
|||
) |
gets the thickness of the ith ply
self | the object pointer |
iPly | the string 'all' (default) or the mass per area of the ith ply |
Definition at line 460 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), pyNastran.bdf.cards.properties.shell.PCOMP.plies, pyNastran.bdf.cards.properties.shell.PCOMP.sout(), and pyNastran.bdf.cards.properties.shell.PCOMP.Theta().
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.D(), pyNastran.bdf.cards.elements.bars.CONROD.J(), pyNastran.bdf.cards.properties.shell.PCOMP.Material(), and pyNastran.bdf.cards.properties.shell.PCOMP.Rho().
def pyNastran.bdf.cards.properties.shell.PCOMP.Theta | ( | self, | |
iPly | |||
) |
gets the ply angle of the ith ply (not the ID)
self | the object pointer |
iPly | the ply ID (starts from 0) |
Definition at line 485 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.plies.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), and pyNastran.bdf.cards.properties.shell.PCOMP.Thickness().
def pyNastran.bdf.cards.properties.shell.PCOMP.sout | ( | self, | |
iPly | |||
) |
Definition at line 489 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.hasCoreLayer(), pyNastran.bdf.cards.properties.shell.PCOMP.isSymmetrical(), pyNastran.bdf.cards.elements.shell.ShellElement.MassPerArea(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), 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.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.shell.PCOMP.plies, pyNastran.bdf.cards.elements.shell.ShellElement.Rho(), pyNastran.bdf.cards.elements.solid.SolidElement.Rho(), pyNastran.bdf.cards.properties.bars.LineProperty.Rho(), pyNastran.bdf.cards.properties.properties.SolidProperty.Rho(), pyNastran.bdf.cards.properties.shell.PCOMP.Rho(), and pyNastran.bdf.cards.elements.bars.CONROD.Rho().
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.Thickness().
def pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea | ( | self, | |
iPly = 'all' |
|||
) |
mass = rho*A*t but area comes from the element mass/A = rho*t for the various layers the final mass calculation will be done later
self | the object pointer |
iPly | the string 'all' (default) or the mass per area of the ith ply |
Definition at line 502 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.D(), pyNastran.bdf.cards.properties.shell.PCOMP.ft, pyNastran.bdf.cards.properties.properties.PFAST.ge, pyNastran.bdf.cards.materials.MAT1.ge, pyNastran.bdf.cards.properties.properties.PLSOLID.ge, pyNastran.bdf.cards.elements.springs.CELAS2.ge, pyNastran.bdf.cards.properties.shell.PCOMP.ge, pyNastran.bdf.cards.materials.MAT2.ge, pyNastran.bdf.cards.materials.MAT3.ge, pyNastran.bdf.cards.materials.MAT8.ge, pyNastran.bdf.cards.materials.MAT9.ge, pyNastran.bdf.cards.materials.MAT10.ge, pyNastran.bdf.cards.materials.MATHP.ge, pyNastran.bdf.cards.properties.shell.PCOMP.lam, pyNastran.bdf.bdfInterface.getCard.GetMethods.Material(), pyNastran.bdf.cards.properties.shell.PCOMP.Material(), 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.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.elements.elements.CFAST.pid, pyNastran.bdf.cards.properties.properties.PFAST.pid, pyNastran.bdf.cards.elements.damper.LineDamper.pid, pyNastran.bdf.cards.properties.damper.PVISC.pid, pyNastran.bdf.cards.properties.bush.PBUSH.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.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.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.shell.PCOMP.plies, pyNastran.bdf.cards.properties.shell.PCOMP.rawFields(), pyNastran.bdf.cards.properties.shell.PCOMP.sb, pyNastran.bdf.cards.elements.bars.CBEAM3.sb, pyNastran.bdf.cards.elements.bars.CBEAM.sb, pyNastran.bdf.cards.coordinateSystems.Coord.T(), pyNastran.bdf.cards.properties.shell.ShellProperty.T(), pyNastran.bdf.cards.properties.shell.PCOMP.Theta(), pyNastran.bdf.cards.materials.MAT1.TRef, pyNastran.bdf.cards.properties.shell.PCOMP.TRef, pyNastran.bdf.cards.materials.MAT2.TRef, pyNastran.bdf.cards.materials.MAT3.TRef, pyNastran.bdf.cards.materials.MAT8.TRef, pyNastran.bdf.cards.materials.MAT9.TRef, pyNastran.bdf.cards.materials.MATHP.TRef, and pyNastran.bdf.cards.properties.shell.PCOMP.z0.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.sout(), and pyNastran.bdf.cards.properties.shell.PCOMP.Thickness().
def pyNastran.bdf.cards.properties.shell.PCOMP.D | ( | self | ) |
Definition at line 521 of file shell.py.
References pyNastran.bdf.cards.properties.properties.PFAST.ge, pyNastran.bdf.cards.materials.MAT1.ge, pyNastran.bdf.cards.properties.properties.PLSOLID.ge, pyNastran.bdf.cards.elements.springs.CELAS2.ge, pyNastran.bdf.cards.properties.shell.PCOMP.ge, pyNastran.bdf.cards.materials.MAT2.ge, pyNastran.bdf.cards.materials.MAT3.ge, pyNastran.bdf.cards.materials.MAT8.ge, pyNastran.bdf.cards.materials.MAT9.ge, pyNastran.bdf.cards.materials.MAT10.ge, pyNastran.bdf.cards.materials.MATHP.ge, pyNastran.bdf.cards.elements.shell.ShellElement.Mid(), pyNastran.bdf.cards.elements.solid.SolidElement.Mid(), pyNastran.bdf.cards.materials.CREEP.Mid(), pyNastran.bdf.cards.properties.damper.PDAMP5.Mid(), pyNastran.bdf.cards.baseCard.Property.Mid(), pyNastran.bdf.cards.baseCard.Material.Mid(), pyNastran.bdf.cards.properties.properties.CrackProperty.Mid(), pyNastran.bdf.cards.elements.bars.CROD.Mid(), pyNastran.bdf.cards.properties.shell.PCOMP.Mid(), pyNastran.bdf.cards.elements.shell.CTRIAX6.Mid(), pyNastran.bdf.cards.elements.bars.CONROD.Mid(), pyNastran.bdf.cards.elements.bars.CBAR.Mid(), pyNastran.bdf.cards.materials.MATS1.Mid(), pyNastran.bdf.cards.elements.bars.CBEAM.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.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.shell.PCOMP.reprFields(), pyNastran.bdf.cards.properties.shell.PCOMP.sb, pyNastran.bdf.cards.elements.bars.CBEAM3.sb, pyNastran.bdf.cards.elements.bars.CBEAM.sb, pyNastran::bdf::fieldWriter.set_blank_if_default(), pyNastran.bdf.cards.elements.shell.ShellElement.Thickness(), pyNastran.bdf.cards.elements.shell.TriShell.Thickness(), pyNastran.bdf.cards.elements.shell.CTRIA6.Thickness(), pyNastran.bdf.cards.elements.shell.CTRIAR.Thickness(), pyNastran.bdf.cards.properties.shell.PCOMP.Thickness(), pyNastran.bdf.cards.elements.shell.CTRIAX6.Thickness(), pyNastran.bdf.cards.elements.shell.QuadShell.Thickness(), pyNastran.bdf.cards.elements.shell.CQUADR.Thickness(), pyNastran.bdf.cards.elements.shell.CQUAD.Thickness(), pyNastran.bdf.cards.elements.shell.CQUAD8.Thickness(), pyNastran.bdf.cards.elements.shell.CQUADX.Thickness(), pyNastran.bdf.cards.materials.MAT1.TRef, pyNastran.bdf.cards.properties.shell.PCOMP.TRef, pyNastran.bdf.cards.materials.MAT2.TRef, pyNastran.bdf.cards.materials.MAT3.TRef, pyNastran.bdf.cards.materials.MAT8.TRef, pyNastran.bdf.cards.materials.MAT9.TRef, pyNastran.bdf.cards.materials.MATHP.TRef, and pyNastran.bdf.cards.properties.shell.PCOMP.z0.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea().
Definition at line 533 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.ft, pyNastran.bdf.cards.properties.shell.PCOMP.lam, pyNastran.bdf.cards.elements.shell.ShellElement.Mid(), pyNastran.bdf.cards.elements.solid.SolidElement.Mid(), pyNastran.bdf.cards.materials.CREEP.Mid(), pyNastran.bdf.cards.properties.damper.PDAMP5.Mid(), pyNastran.bdf.cards.baseCard.Property.Mid(), pyNastran.bdf.cards.baseCard.Material.Mid(), pyNastran.bdf.cards.properties.properties.CrackProperty.Mid(), pyNastran.bdf.cards.elements.bars.CROD.Mid(), pyNastran.bdf.cards.properties.shell.PCOMP.Mid(), pyNastran.bdf.cards.elements.shell.CTRIAX6.Mid(), pyNastran.bdf.cards.elements.bars.CONROD.Mid(), pyNastran.bdf.cards.elements.bars.CBAR.Mid(), pyNastran.bdf.cards.materials.MATS1.Mid(), pyNastran.bdf.cards.elements.bars.CBEAM.Mid(), 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.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.shell.PCOMP.plies, and pyNastran::bdf::fieldWriter.set_blank_if_default().
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.properties.shell.PCOMP.MassPerArea(), 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().
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 543 of file shell.py.
References pyNastran.bdf.cards.properties.shell.PCOMP.__init__(), pyNastran.bdf.cards.properties.shell.PCOMP.ft, pyNastran.bdf.cards.properties.properties.PFAST.ge, pyNastran.bdf.cards.materials.MAT1.ge, pyNastran.bdf.cards.properties.properties.PLSOLID.ge, pyNastran.bdf.cards.elements.springs.CELAS2.ge, pyNastran.bdf.cards.properties.shell.PCOMP.ge, pyNastran.bdf.cards.materials.MAT2.ge, pyNastran.bdf.cards.materials.MAT3.ge, pyNastran.bdf.cards.materials.MAT8.ge, pyNastran.bdf.cards.materials.MAT9.ge, pyNastran.bdf.cards.materials.MAT10.ge, pyNastran.bdf.cards.materials.MATHP.ge, pyNastran.bdf.cards.properties.shell.PCOMP.lam, 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.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.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.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.shell.PCOMP.sb, pyNastran.bdf.cards.elements.bars.CBEAM3.sb, pyNastran.bdf.cards.elements.bars.CBEAM.sb, pyNastran.bdf.cards.materials.MAT1.TRef, pyNastran.bdf.cards.properties.shell.PCOMP.TRef, pyNastran.bdf.cards.materials.MAT2.TRef, pyNastran.bdf.cards.materials.MAT3.TRef, pyNastran.bdf.cards.materials.MAT8.TRef, pyNastran.bdf.cards.materials.MAT9.TRef, and pyNastran.bdf.cards.materials.MATHP.TRef.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.D(), and pyNastran.bdf.cards.sets.Set.reprFields().
string pyNastran::bdf::cards::properties::shell.PCOMP::type = 'PCOMP' [static] |
Reimplemented from pyNastran.bdf.cards.properties.shell.ShellProperty.
Definition at line 257 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.properties.shell.PCOMP::nPlies(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), and pyNastran.bdf.cards.elements.elements.CrackElement::rawFields().
Property ID.
Definition at line 259 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP::__init__(), 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.properties.shell.PCOMP::MassPerArea(), 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.properties.shell.PCOMP::rawFields(), pyNastran.bdf.cards.aero.MKAERO2::rawFields(), pyNastran.bdf.cards.properties.springs.PELAS::reprFields(), pyNastran.bdf.cards.thermal.thermal.PCONVM::reprFields(), pyNastran.bdf.cards.properties.shell.PCOMP::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().
Non-Structural Mass.
Definition at line 260 of file shell.py.
Referenced by pyNastran.bdf.cards.elements.bars.CTUBE.Area(), pyNastran.bdf.cards.properties.shell.PCOMP.D(), pyNastran.bdf.cards.properties.bars.IntegratedLineProperty.I12(), pyNastran.bdf.cards.properties.shell.PCOMP.isSameCard(), pyNastran.bdf.cards.properties.shell.PCOMP.isSymmetrical(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), 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.PCOMP.reprFields(), pyNastran.bdf.cards.properties.shell.PCOMP.sout(), pyNastran.bdf.cards.properties.shell.PSHELL.writeCalculix(), and pyNastran.bdf.cards.properties.shell.PSHELL.writeCodeAster().
Definition at line 260 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.D(), pyNastran.bdf.cards.properties.shell.PCOMP.isSymmetrical(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), pyNastran.bdf.cards.properties.shell.PCOMP.reprFields(), and pyNastran.bdf.cards.elements.bars.CBAR.reprFields().
Definition at line 260 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.D(), pyNastran.bdf.cards.properties.shell.PCOMP.isSymmetrical(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), pyNastran.bdf.cards.materials.MAT10.rawFields(), and pyNastran.bdf.cards.properties.shell.PCOMP.reprFields().
Definition at line 260 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.D(), pyNastran.bdf.cards.properties.shell.PCOMP.isSymmetrical(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), pyNastran.bdf.cards.properties.springs.PELAS.rawFields(), pyNastran.bdf.cards.properties.springs.PELAS.reprFields(), pyNastran.bdf.cards.properties.shell.PCOMP.reprFields(), and pyNastran.bdf.cards.properties.springs.PELAS.writeCodeAster().
symmetric flag - default = No Symmetry (NO)
Definition at line 261 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.hasCoreLayer(), pyNastran.bdf.cards.properties.shell.PCOMP.isSymmetrical(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), pyNastran.bdf.cards.properties.shell.PCOMP.rawFields(), and pyNastran.bdf.cards.properties.shell.PCOMP.reprFields().
supports single ply per line
list of plies
Definition at line 263 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.hasCoreLayer(), pyNastran.bdf.cards.properties.shell.PCOMP.isSameCard(), pyNastran.bdf.cards.properties.shell.PCOMP.isSymmetrical(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), pyNastran.bdf.cards.properties.shell.PCOMP.Mid(), pyNastran.bdf.cards.properties.shell.PCOMP.Mids(), pyNastran.bdf.cards.properties.shell.PCOMP.rawFields(), pyNastran.bdf.cards.properties.shell.PCOMP.Rho(), pyNastran.bdf.cards.properties.shell.PCOMP.sout(), pyNastran.bdf.cards.properties.shell.PCOMP.Theta(), and pyNastran.bdf.cards.properties.shell.PCOMP.Thickness().
Definition at line 264 of file shell.py.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.D(), and pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea().