pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Defines the material property for an orthotropic material for isoparametric shell elements. More...
Public Member Functions | |
def | __init__ |
def | E11 |
def | E22 |
def | Nu12 |
def | G12 |
def | D |
def | rawFields |
def | reprFields |
Public Attributes | |
mid | |
e11 | |
e22 | |
nu12 | |
g12 | |
g1z | |
g2z | |
rho | |
a1 | |
a2 | |
TRef | |
Xt | |
Xc | |
Yt | |
Yc | |
S | |
ge | |
F12 | |
strn | |
Static Public Attributes | |
string | type = 'MAT8' |
Defines the material property for an orthotropic material for isoparametric shell elements.
MAT8 10 1.25+7 9.75+6 .28 1.11+7 2.4-2
Definition at line 611 of file materials.py.
def pyNastran.bdf.cards.materials.MAT8.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.materials.AnisotropicMaterial.
Definition at line 613 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.reprFields().
def pyNastran.bdf.cards.materials.MAT8.E11 | ( | self | ) |
Definition at line 658 of file materials.py.
References pyNastran.bdf.cards.materials.MAT8.E22(), and pyNastran.bdf.cards.materials.MAT8.Nu12().
def pyNastran.bdf.cards.materials.MAT8.E22 | ( | self | ) |
Definition at line 660 of file materials.py.
References pyNastran.bdf.cards.materials.MAT2.G12, pyNastran.bdf.cards.materials.MAT8.G12(), and pyNastran.bdf.cards.materials.MAT9.G12.
Referenced by pyNastran.bdf.cards.materials.MAT8.E11().
def pyNastran.bdf.cards.materials.MAT8.Nu12 | ( | self | ) |
Definition at line 662 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.E11().
def pyNastran.bdf.cards.materials.MAT8.G12 | ( | self | ) |
Definition at line 664 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.E22(), and pyNastran.bdf.cards.materials.MAT8.reprFields().
def pyNastran.bdf.cards.materials.MAT8.D | ( | self | ) |
Definition at line 671 of file materials.py.
References pyNastran.bdf.cards.materials.MAT2.a1, pyNastran.bdf.cards.materials.MAT8.a1, pyNastran.bdf.cards.materials.MAT2.a2, pyNastran.bdf.cards.materials.MAT8.a2, pyNastran.bdf.cards.materials.MAT8.e11, pyNastran.bdf.cards.materials.MAT8.e22, pyNastran.bdf.cards.materials.MAT8.F12, pyNastran.bdf.cards.materials.MAT8.g12, pyNastran.bdf.cards.materials.MAT8.g1z, pyNastran.bdf.cards.materials.MAT8.g2z, pyNastran.bdf.cards.materials.MAT1.ge, pyNastran.bdf.cards.elements.springs.CELAS2.ge, pyNastran.bdf.cards.materials.MAT2.ge, pyNastran.bdf.cards.materials.MAT3.ge, pyNastran.bdf.cards.materials.MAT8.ge, pyNastran.bdf.cards.materials.CREEP.mid, pyNastran.bdf.cards.materials.MAT1.mid, pyNastran.bdf.cards.baseCard.Property.mid, pyNastran.bdf.cards.materials.MAT2.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.materials.MAT8.mid, pyNastran.bdf.cards.materials.MAT8.nu12, pyNastran.bdf.cards.materials.MAT8.rawFields(), pyNastran.bdf.cards.materials.MAT8.reprFields(), pyNastran.bdf.cards.materials.MAT1.rho, pyNastran.bdf.cards.materials.MAT2.rho, pyNastran.bdf.cards.materials.MAT3.rho, pyNastran.bdf.cards.materials.MAT4.rho, pyNastran.bdf.cards.materials.MAT8.rho, pyNastran.bdf.cards.materials.MAT8.S, pyNastran::bdf::fieldWriter.set_blank_if_default(), pyNastran.bdf.cards.materials.MAT8.strn, pyNastran.bdf.cards.materials.MAT1.TRef, pyNastran.bdf.cards.materials.MAT2.TRef, pyNastran.bdf.cards.materials.MAT3.TRef, pyNastran.bdf.cards.materials.MAT8.TRef, pyNastran.bdf.cards.materials.MAT8.Xc, pyNastran.bdf.cards.materials.MAT8.Xt, pyNastran.bdf.cards.materials.MAT8.Yc, and pyNastran.bdf.cards.materials.MAT8.Yt.
def pyNastran.bdf.cards.materials.MAT8.rawFields | ( | self | ) |
Definition at line 687 of file materials.py.
References pyNastran::bdf::fieldWriter.set_blank_if_default(), pyNastran.bdf.cards.materials.MAT8.Xc, pyNastran.bdf.cards.materials.MAT8.Xt, pyNastran.bdf.cards.materials.MAT8.Yc, and pyNastran.bdf.cards.materials.MAT8.Yt.
Referenced by pyNastran.bdf.cards.baseCard.Property.__init__(), pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines(), pyNastran.bdf.cards.materials.MATS1.crossReference(), pyNastran.bdf.cards.materials.MAT8.D(), pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement.Mass(), pyNastran.bdf.cards.sets.ABCQSet.rawFields(), pyNastran.bdf.cards.nodes.SPOINTs.rawFields(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.rawFields(), pyNastran.bdf.cards.methods.EIGP.rawFields(), pyNastran.bdf.cards.tables.TIC.rawFields(), pyNastran.bdf.cards.optimization.DVPREL2.rawFields(), pyNastran.bdf.cards.properties.bars.PBEAML.rawFields(), pyNastran.bdf.cards.properties.mass.NSM.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMP.reprFields(), pyNastran.bdf.cards.properties.mass.PMASS.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMP5.reprFields(), pyNastran.bdf.cards.elements.springs.SpringElement.reprFields(), pyNastran.bdf.cards.tables.TABLED1.reprFields(), pyNastran.bdf.cards.properties.bush.PBUSH.reprFields(), pyNastran.bdf.cards.properties.damper.PDAMPT.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.properties.bush.PBUSH1D.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().
def pyNastran.bdf.cards.materials.MAT8.reprFields | ( | self | ) |
Definition at line 693 of file materials.py.
References pyNastran.bdf.cards.materials.MAT8.__init__(), pyNastran.bdf.cards.materials.MAT8.e11, pyNastran.bdf.cards.materials.MAT8.e22, pyNastran.bdf.cards.materials.MAT8.F12, pyNastran.bdf.cards.materials.MAT2.G11, pyNastran.bdf.cards.materials.MAT9.G11, pyNastran.bdf.cards.materials.MAT2.G12, pyNastran.bdf.cards.materials.MAT8.G12(), pyNastran.bdf.cards.materials.MAT9.G12, pyNastran.bdf.cards.materials.MAT2.G13, pyNastran.bdf.cards.materials.MAT9.G13, pyNastran.bdf.cards.materials.MAT9.G14, pyNastran.bdf.cards.materials.MAT9.G15, pyNastran.bdf.cards.materials.MAT9.G16, pyNastran.bdf.cards.materials.MAT2.G22, pyNastran.bdf.cards.materials.MAT9.G22, pyNastran.bdf.cards.materials.MAT2.G23, pyNastran.bdf.cards.materials.MAT9.G23, pyNastran.bdf.cards.materials.MAT9.G24, pyNastran.bdf.cards.materials.MAT9.G25, pyNastran.bdf.cards.materials.MAT1.ge, pyNastran.bdf.cards.elements.springs.CELAS2.ge, pyNastran.bdf.cards.materials.MAT2.ge, pyNastran.bdf.cards.materials.MAT3.ge, pyNastran.bdf.cards.materials.MAT8.ge, pyNastran.bdf.cards.materials.CREEP.mid, pyNastran.bdf.cards.materials.MAT1.mid, pyNastran.bdf.cards.baseCard.Property.mid, pyNastran.bdf.cards.materials.MAT2.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.materials.MAT8.mid, pyNastran.bdf.cards.materials.MAT8.nu12, pyNastran.bdf.cards.materials.MAT8.S, pyNastran::bdf::fieldWriter.set_blank_if_default(), and pyNastran.bdf.cards.materials.MAT8.strn.
Referenced by pyNastran.bdf.cards.materials.MAT8.D(), and pyNastran.bdf.cards.sets.Set.reprFields().
string pyNastran::bdf::cards::materials.MAT8::type = 'MAT8' [static] |
Definition at line 612 of file materials.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.dmig.NastranMatrix::getDType(), 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().
Definition at line 613 of file materials.py.
Referenced by pyNastran.bdf.cards.thermal.thermal.PCONV::__init__(), pyNastran.bdf.cards.baseCard.BaseCard::__repr__(), pyNastran.bdf.cards.properties.bars.PBEAML::Area(), pyNastran.bdf.cards.elements.bars.CTUBE::Centroid(), pyNastran.bdf.cards.properties.damper.PDAMP5::crossReference(), pyNastran.bdf.cards.materials.MAT8::D(), pyNastran.bdf.cards.materials.MAT9::D(), pyNastran.bdf.cards.properties.bars.LineProperty::E(), pyNastran.bdf.cards.properties.bars.LineProperty::G(), pyNastran.bdf.cards.materials.MAT10::getBulkRhoC(), pyNastran.bdf.cards.materials.MATS1::Hf(), pyNastran.bdf.cards.properties.bars.LineProperty::I12(), pyNastran.bdf.cards.properties.shell.PSHELL::MassPerArea(), pyNastran.bdf.cards.properties.damper.PDAMP5::Mid(), pyNastran.bdf.cards.properties.properties.CrackProperty::Mid(), pyNastran.bdf.cards.properties.shell.PSHELL::Mid2(), pyNastran.bdf.cards.properties.bars.PBEAML::rawFields(), pyNastran.bdf.cards.thermal.thermal.PCONV::reprFields(), pyNastran.bdf.cards.thermal.thermal.PCONVM::reprFields(), pyNastran.bdf.cards.elements.shell.CTRIAX::reprFields(), pyNastran.bdf.cards.materials.MAT8::reprFields(), pyNastran.bdf.cards.materials.MAT9::reprFields(), pyNastran.bdf.cards.properties.bars.PBARL::reprFields(), pyNastran.bdf.cards.materials.MATHP::reprFields(), pyNastran.bdf.cards.properties.properties.SolidProperty::Rho(), and pyNastran.bdf.cards.properties.shell.PSHELL::Rho().
Definition at line 613 of file materials.py.
Referenced by pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.__repr__(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.add(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.addNewEid(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.addNewTransient(), pyNastran.bdf.cards.materials.MAT8.D(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.getTransients(), pyNastran.bdf.cards.materials.MAT8.reprFields(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.writeF06(), and pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.writeF06Transient().
Definition at line 614 of file materials.py.
Referenced by pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.__repr__(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.__reprTransient__(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.add(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.addNewEid(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.addNewEidSort1(), pyNastran.bdf.cards.materials.MAT8.D(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.getTransients(), pyNastran.bdf.cards.materials.MAT8.reprFields(), pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.writeF06(), and pyNastran.op2.tables.oes_stressStrain.real.oes_compositePlates.CompositePlateStrainObject.writeF06Transient().
Definition at line 615 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D(), pyNastran.bdf.cards.properties.shell.ShellProperty.Qall(), and pyNastran.bdf.cards.materials.MAT8.reprFields().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D(), pyNastran.bdf.cards.materials.MAT9.D(), pyNastran.bdf.cards.materials.MAT10.getBulkRhoC(), pyNastran.bdf.cards.materials.MAT10.rawFields(), pyNastran.bdf.cards.materials.MAT9.reprFields(), and pyNastran.bdf.cards.materials.MATHP.reprFields().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.D(), pyNastran.bdf.cards.materials.MAT8.D(), pyNastran.bdf.cards.materials.MAT9.D(), pyNastran.bdf.cards.properties.shell.PCOMP.isSymmetrical(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), pyNastran.bdf.cards.materials.MAT10.rawFields(), pyNastran.bdf.cards.properties.shell.PCOMP.reprFields(), and pyNastran.bdf.cards.materials.MATHP.reprFields().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D(), and pyNastran.bdf.cards.materials.MAT8.rawFields().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D(), and pyNastran.bdf.cards.materials.MAT8.rawFields().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D(), and pyNastran.bdf.cards.materials.MAT8.rawFields().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D(), and pyNastran.bdf.cards.materials.MAT8.rawFields().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D(), and pyNastran.bdf.cards.materials.MAT8.reprFields().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.D(), pyNastran.bdf.cards.materials.MAT8.D(), pyNastran.bdf.cards.materials.MAT9.D(), pyNastran.bdf.cards.materials.MAT10.getBulkRhoC(), pyNastran.bdf.cards.properties.shell.PCOMP.isSymmetrical(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), pyNastran.bdf.cards.properties.properties.PFAST.rawFields(), pyNastran.bdf.cards.properties.springs.PELAS.rawFields(), pyNastran.bdf.cards.materials.MAT10.rawFields(), pyNastran.bdf.cards.properties.properties.PFAST.reprFields(), pyNastran.bdf.cards.properties.springs.PELAS.reprFields(), pyNastran.bdf.cards.properties.shell.PCOMP.reprFields(), pyNastran.bdf.cards.materials.MAT8.reprFields(), pyNastran.bdf.cards.materials.MAT9.reprFields(), pyNastran.bdf.cards.materials.MATHP.reprFields(), and pyNastran.bdf.cards.properties.springs.PELAS.writeCodeAster().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D(), and pyNastran.bdf.cards.materials.MAT8.reprFields().
Definition at line 616 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT8.D(), and pyNastran.bdf.cards.materials.MAT8.reprFields().