pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.bdf.cards.properties.properties.PGAP Class Reference
Inheritance diagram for pyNastran.bdf.cards.properties.properties.PGAP:
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__
 Defines the properties of the gap element (CGAP entry).
def crossReference
def rawFields
def reprFields

Public Attributes

 pid
 Property ID.
 u0
 initial gap opening
 f0
 preload
 ka
 axial stiffness of closed gap
 kb
 axial stiffness of open gap
 mu1
 static friction coeff
 kt
 transverse stiffness of closed gap
 mu2
 kinetic friction coeff
 tmax
 mar
 trmin

Static Public Attributes

string type = 'PGAP'

Detailed Description

Definition at line 86 of file properties.py.


Constructor & Destructor Documentation

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

Defines the properties of the gap element (CGAP entry).

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

Definition at line 92 of file properties.py.


Member Function Documentation

Definition at line 132 of file properties.py.

References pyNastran.bdf.cards.properties.properties.PGAP.f0, pyNastran.bdf.cards.properties.properties.PGAP.ka, pyNastran.bdf.cards.properties.properties.PGAP.kb, pyNastran.bdf.cards.properties.properties.PGAP.kt, pyNastran.bdf.cards.properties.properties.PGAP.mar, pyNastran.bdf.cards.properties.properties.PGAP.mu1, pyNastran.bdf.cards.properties.properties.PGAP.mu2, 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.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.elements.damper.CDAMP5.pid, pyNastran.bdf.cards.elements.shell.CTRIA6.pid, pyNastran.bdf.cards.elements.bars.CROD.pid, pyNastran.bdf.cards.elements.springs.CELAS3.pid, pyNastran.bdf.cards.elements.solid.CPENTA15.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.properties.PGAP.reprFields(), pyNastran.bdf.cards.properties.properties.PGAP.tmax, pyNastran.bdf.cards.properties.properties.PGAP.trmin, and pyNastran.bdf.cards.properties.properties.PGAP.u0.

Referenced by pyNastran.bdf.cards.baseCard.Property.__init__(), pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines(), pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement.Mass(), pyNastran.bdf.cards.sets.ABCQSet.rawFields(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.rawFields(), pyNastran.bdf.cards.tables.TIC.rawFields(), pyNastran.bdf.cards.elements.springs.SpringElement.reprFields(), pyNastran.bdf.cards.tables.TABLED1.reprFields(), pyNastran.bdf.cards.tables.TABLED2.reprFields(), pyNastran.bdf.cards.tables.TABLED3.reprFields(), pyNastran.bdf.cards.tables.TABLEM2.reprFields(), pyNastran.bdf.cards.tables.TABLEM3.reprFields(), pyNastran.bdf.cards.tables.TABLEM4.reprFields(), pyNastran.bdf.cards.tables.TABLES1.reprFields(), pyNastran.bdf.cards.tables.TABLEST.reprFields(), pyNastran.bdf.cards.tables.TABRNDG.reprFields(), pyNastran.bdf.cards.sets.Set.SetIDs(), and pyNastran.bdf.cards.coordinateSystems.Coord.T().

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

Definition at line 137 of file properties.py.

References pyNastran.bdf.cards.properties.properties.PGAP.f0, pyNastran.bdf.cards.properties.properties.PGAP.ka, pyNastran.bdf.cards.properties.properties.PGAP.kb, pyNastran.bdf.cards.properties.properties.PGAP.kt, pyNastran.bdf.cards.properties.properties.PGAP.mar, pyNastran.bdf.cards.properties.properties.PGAP.mu1, pyNastran.bdf.cards.properties.properties.PGAP.mu2, 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.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.elements.damper.CDAMP5.pid, pyNastran.bdf.cards.elements.shell.CTRIA6.pid, pyNastran.bdf.cards.elements.bars.CROD.pid, pyNastran.bdf.cards.elements.springs.CELAS3.pid, pyNastran.bdf.cards.elements.solid.CPENTA15.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.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::fieldWriter.set_blank_if_default(), pyNastran.bdf.cards.properties.properties.PGAP.tmax, pyNastran.bdf.cards.properties.properties.PGAP.trmin, and pyNastran.bdf.cards.properties.properties.PGAP.u0.

Referenced by pyNastran.bdf.cards.properties.properties.PGAP.rawFields(), and pyNastran.bdf.cards.sets.Set.reprFields().


Member Data Documentation

Property ID.

Definition at line 93 of file properties.py.

Referenced by pyNastran.bdf.cards.properties.shell.PCOMP::__init__(), pyNastran.bdf.cards.properties.properties.PRAC2D::__init__(), pyNastran.bdf.cards.properties.springs.PELAST::crossReference(), pyNastran.bdf.cards.properties.properties.PRAC2D::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.properties.properties.PGAP::rawFields(), pyNastran.bdf.cards.properties.properties.PLSOLID::rawFields(), pyNastran.bdf.cards.properties.properties.PRAC3D::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.properties.properties.PGAP::reprFields(), pyNastran.bdf.cards.properties.properties.PSOLID::reprFields(), pyNastran.bdf.cards.properties.properties.PRAC2D::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.properties.PSOLID::writeCalculix(), pyNastran.bdf.cards.properties.shell.PSHELL::writeCalculix(), pyNastran.bdf.cards.elements.bars.CONROD::writeCodeAster(), and pyNastran.bdf.cards.properties.shell.PSHELL::writeCodeAster().


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