pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.bdf.bdfInterface.addCard.AddMethods Class Reference

List of all members.

Public Member Functions

def __init__
def addDMI
def addDMIG
def addDMIJ
def addDMIJI
def addDMIK
def addParam
def addNode
def addSPoint
def addElement
def addMassElement
def addDamperElement
def addRigidElement
def addThermalElement
 same as addElement at the moment...
def addDEQATN
def addProperty
def addMaterial
 only for adding structural materials
def addStructuralMaterial
def addThermalMaterial
def addMaterialDependence
def addCreepMaterial
def addCoord
def addLoad
def addLSeq
def addThermalLoad
def addPHBDY
def addConvectionProperty
def addThermalBC
def addConstraint_MPCADD
def addConstraint_MPC
def addConstraint_SPCADD
def addConstraint_SPC
def addConstraint
def addSuport
def addDArea
def addAero
def addAeros
def addAEFact
def addAEList
def addAELink
def addAEParam
def addAEStat
def addAESurf
def addCAero
def addPAero
def addSpline
def addGUST
def addTrim
def addFlutter
def addFLFACT
def addDConstr
def addDesvar
def addDDVal
def addDLink
def addDResp
def addDvmrel
def addDvprel
def addNLParm
def addTSTEP
def addTSTEPNL
def addFREQ
def addSet
def addASet
def addBSet
def addCSet
def addQSet
def addSetSuper
def addTable
def addRandomTable
def addMethod
def addCMethod
def addMKAero

Public Attributes

 spoints

Detailed Description

Definition at line 29 of file addCard.py.


Constructor & Destructor Documentation

Definition at line 30 of file addCard.py.


Member Function Documentation

def pyNastran.bdf.bdfInterface.addCard.AddMethods.addDMI (   self,
  dmi,
  allowOverwrites = False 
)

Definition at line 33 of file addCard.py.

def pyNastran.bdf.bdfInterface.addCard.AddMethods.addDMIG (   self,
  dmig,
  allowOverwrites = False 
)

Definition at line 44 of file addCard.py.

References pyNastran.bdf.bdf.BDF.dmigs.

Referenced by pyNastran.bdf.bdf.BDF.addCard().

def pyNastran.bdf.bdfInterface.addCard.AddMethods.addDMIJ (   self,
  dmij,
  allowOverwrites = False 
)

Definition at line 55 of file addCard.py.

References pyNastran.bdf.bdf.BDF.dmijs.

Referenced by pyNastran.bdf.bdf.BDF.add_card().

def pyNastran.bdf.bdfInterface.addCard.AddMethods.addDMIJI (   self,
  dmiji,
  allowOverwrites = False 
)

Definition at line 66 of file addCard.py.

References pyNastran.bdf.bdf.BDF.dmijis.

def pyNastran.bdf.bdfInterface.addCard.AddMethods.addDMIK (   self,
  dmik,
  allowOverwrites = False 
)

Definition at line 77 of file addCard.py.

References pyNastran.bdf.bdf.BDF.dmiks.

def pyNastran.bdf.bdfInterface.addCard.AddMethods.addNode (   self,
  node,
  allowOverwrites = False 
)

Definition at line 99 of file addCard.py.

References pyNastran.bdf.cards.loads.loads.Load.nodes, pyNastran.bdf.cards.elements.damper.LineDamper.nodes, pyNastran.bdf.cards.elements.solid.SolidElement.nodes, pyNastran.bdf.cards.elements.shell.ShellElement.nodes, pyNastran.bdf.cards.elements.damper.CDAMP1.nodes, pyNastran.bdf.cards.elements.bush.CBUSH.nodes, pyNastran.bdf.cards.elements.elements.CrackElement.nodes, pyNastran.bdf.cards.elements.damper.CDAMP2.nodes, pyNastran.bdf.cards.elements.bush.CBUSH1D.nodes, pyNastran.bdf.cards.elements.springs.CELAS1.nodes, pyNastran.bdf.cards.elements.damper.CDAMP3.nodes, pyNastran.bdf.cards.elements.shell.CTRIA3.nodes, pyNastran.bdf.cards.elements.bush.CBUSH2D.nodes, pyNastran.bdf.cards.baseCard.Element.nodes, pyNastran.bdf.cards.elements.damper.CDAMP4.nodes, pyNastran.bdf.cards.elements.springs.CELAS2.nodes, pyNastran.bdf.cards.elements.damper.CDAMP5.nodes, pyNastran.bdf.cards.elements.springs.CELAS3.nodes, pyNastran.bdf.cards.elements.shell.CTRIA6.nodes, pyNastran.bdf.cards.elements.springs.CELAS4.nodes, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.nodes, pyNastran.bdf.cards.elements.shell.CTRIAR.nodes, pyNastran.bdf.bdf.BDF.nodes, pyNastran.bdf.cards.elements.shell.CTRIAX6.nodes, pyNastran.bdf.cards.elements.bars.CONROD.nodes, pyNastran.bdf.cards.constraints.SPC1.nodes, pyNastran.bdf.cards.elements.shell.QuadShell.nodes, pyNastran.bdf.cards.elements.shell.CSHEAR.nodes, pyNastran.bdf.cards.elements.shell.CQUAD4.nodes, pyNastran.bdf.cards.loads.staticLoads.PLOAD.nodes, pyNastran.bdf.cards.elements.shell.CQUADR.nodes, pyNastran.bdf.cards.elements.shell.CQUAD.nodes, pyNastran.bdf.cards.elements.shell.CQUAD8.nodes, and pyNastran.bdf.cards.elements.shell.CQUADX.nodes.

Referenced by pyNastran.op2.tables.geom.geom1.Geometry1.readGrid().

def pyNastran.bdf.bdfInterface.addCard.AddMethods.addDamperElement (   self,
  elem,
  allowOverwrites = False 
)
def pyNastran.bdf.bdfInterface.addCard.AddMethods.addMaterial (   self,
  material,
  allowOverwrites = False 
)

only for adding structural materials

Deprecated:
this method will be renamed in v0.3 to addStructuralMaterial.

Definition at line 212 of file addCard.py.

References pyNastran.bdf.bdfInterface.addCard.AddMethods.addStructuralMaterial(), and pyNastran.bdf.bdf.BDF.materials.

Referenced by pyNastran.op2.tables.mpt.MPT.addOp2Material(), and pyNastran.bdf.bdfInterface.addCard.AddMethods.addProperty().

def pyNastran.bdf.bdfInterface.addCard.AddMethods.addCreepMaterial (   self,
  material,
  allowOverwrites = False 
)
Note:
May be removed in the future. Are CREEP cards materials? They have an MID, but reference structural materials.

Definition at line 248 of file addCard.py.

References pyNastran.bdf.bdfInterface.addCard.AddMethods.addCoord(), pyNastran.bdf.bdf.BDF.coords, and pyNastran.bdf.bdf.BDF.creepMaterials.

Referenced by pyNastran.bdf.bdfInterface.addCard.AddMethods.addMaterialDependence(), and pyNastran.op2.tables.mpt.MPT.readCREEP().


Member Data Documentation


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