pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Defines the material properties for linear orthotropic materials used by the CTRIAX6 element entry. More...
Public Member Functions | |
def | __init__ |
def | rawFields |
def | reprFields |
Public Attributes | |
mid | |
ex | |
eth | |
ez | |
nuxth | |
nuthz | |
nuzx | |
rho | |
gzx | |
ax | |
ath | |
az | |
TRef | |
ge | |
Static Public Attributes | |
string | type = 'MAT3' |
Defines the material properties for linear orthotropic materials used by the CTRIAX6 element entry.
MAT3 MID EX ETH EZ NUXTH NUTHZ NUZX RHO
Definition at line 435 of file materials.py.
def pyNastran.bdf.cards.materials.MAT3.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.materials.AnisotropicMaterial.
Definition at line 437 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT3.reprFields().
def pyNastran.bdf.cards.materials.MAT3.rawFields | ( | self | ) |
Definition at line 472 of file materials.py.
References pyNastran.bdf.cards.materials.MAT3.ath, pyNastran.bdf.cards.materials.MAT3.ax, pyNastran.bdf.cards.materials.MAT3.az, and pyNastran.bdf.cards.materials.MAT3.gzx.
Referenced by pyNastran.bdf.cards.baseCard.Property.__init__(), pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines(), pyNastran.bdf.cards.materials.MATS1.crossReference(), 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.MAT3.reprFields | ( | self | ) |
Definition at line 477 of file materials.py.
References pyNastran.bdf.cards.materials.MAT3.__init__(), pyNastran.bdf.cards.nodes.GRDSET.cp, pyNastran.bdf.cards.nodes.GRID.cp, pyNastran.bdf.cards.aero.CAERO1.cp, pyNastran.bdf.cards.materials.MAT4.cp, pyNastran.bdf.cards.aero.CAERO2.cp, pyNastran.bdf.cards.materials.MAT4.H, pyNastran.bdf.cards.properties.springs.PELAS.k, pyNastran.bdf.cards.coordinateSystems.Coord.k, pyNastran.bdf.cards.properties.bush.PBUSH1D.k, pyNastran.bdf.cards.elements.springs.CELAS2.k, pyNastran.bdf.cards.elements.springs.CELAS4.k, pyNastran.bdf.cards.coordinateSystems.Cord2x.k, pyNastran.bdf.cards.materials.MAT4.k, pyNastran.bdf.cards.coordinateSystems.Cord1x.k, pyNastran.bdf.cards.loads.loads.RANDPS.k, 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.elements.bars.CONROD.mid, pyNastran.bdf.cards.materials.MAT4.mu, pyNastran.bdf.cards.materials.MAT1.rho, pyNastran.bdf.cards.materials.MAT2.rho, and pyNastran.bdf.cards.materials.MAT3.rho.
Referenced by pyNastran.bdf.cards.sets.Set.reprFields().
string pyNastran::bdf::cards::materials.MAT3::type = 'MAT3' [static] |
Definition at line 436 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 437 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.MAT3::reprFields(), pyNastran.bdf.cards.materials.MAT4::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 437 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT2.reprFields().
Definition at line 437 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT2.reprFields().
Definition at line 437 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT2.reprFields().
Definition at line 437 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT2.reprFields().
Definition at line 437 of file materials.py.
Definition at line 437 of file materials.py.
Definition at line 437 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.MAT3.reprFields(), pyNastran.bdf.cards.materials.MAT9.reprFields(), and pyNastran.bdf.cards.materials.MATHP.reprFields().
Definition at line 437 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT3.rawFields().
Definition at line 437 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT3.rawFields().
Definition at line 437 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT3.rawFields().
Definition at line 437 of file materials.py.
Referenced by pyNastran.bdf.cards.materials.MAT3.rawFields().
Definition at line 437 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 437 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().