pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.bdf.cards.loads.loads.Load Class Reference

defines the DefaultLoad class More...

Inheritance diagram for pyNastran.bdf.cards.loads.loads.Load:
pyNastran.bdf.cards.baseCard.BaseCard pyNastran.bdf.bdfInterface.BDF_Card.BDFCard pyNastran.bdf.cards.loads.loads.LoadCombination pyNastran.bdf.cards.loads.loads.RFORCE pyNastran.bdf.cards.loads.loads.SLOAD pyNastran.bdf.cards.loads.staticLoads.OneDeeLoad pyNastran.bdf.cards.loads.staticLoads.PLOAD pyNastran.bdf.cards.loads.staticLoads.PLOAD1 pyNastran.bdf.cards.loads.staticLoads.PLOAD2 pyNastran.bdf.cards.loads.staticLoads.PLOAD4 pyNastran.bdf.cards.loads.staticLoads.PLOADX1

List of all members.

Public Member Functions

def __init__
def Cid
def nodeIDs
 returns nodeIDs for repr functions

Public Attributes

 cid
 nodes

Static Public Attributes

string type = 'DefLoad'

Detailed Description

defines the DefaultLoad class

Definition at line 36 of file loads.py.


Constructor & Destructor Documentation


Member Function Documentation

def pyNastran.bdf.cards.loads.loads.Load.nodeIDs (   self,
  nodes = None 
)

returns nodeIDs for repr functions

Definition at line 50 of file loads.py.

References pyNastran.bdf.cards.loads.loads.Load.__init__(), 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.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.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.bdf.cards.elements.bars.CROD.Area(), pyNastran.bdf.cards.elements.shell.CQUAD8.AreaCentroid(), pyNastran.bdf.cards.elements.shell.CSHEAR.Centroid(), pyNastran.bdf.cards.loads.loads.Load.Cid(), pyNastran.bdf.cards.elements.bars.CBEAM3.crossReference(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4.crossReference(), pyNastran.bdf.cards.elements.bars.CROD.displacementStress(), pyNastran.bdf.cards.elements.bars.CONROD.E(), pyNastran.bdf.cards.elements.bars.CONROD.G(), pyNastran.bdf.cards.loads.staticLoads.FORCE1.G1(), pyNastran.bdf.cards.elements.shell.CTRIA3.getReprDefaults(), pyNastran.bdf.cards.elements.shell.CTRIA6.getReprDefaults(), pyNastran.bdf.cards.elements.shell.CTRIAR.getReprDefaults(), pyNastran.bdf.cards.elements.damper.CDAMP1.isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement.Lambda(), pyNastran.bdf.cards.elements.shell.CTRIAX6.Mid(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1.nodeIDs(), pyNastran.bdf.cards.elements.damper.CVISC.rawFields(), pyNastran.bdf.cards.elements.solid.SolidElement.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP1.rawFields(), pyNastran.bdf.cards.elements.elements.CrackElement.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP2.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH1D.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP3.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH2D.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP4.rawFields(), pyNastran.bdf.cards.elements.damper.CDAMP5.rawFields(), pyNastran.bdf.cards.elements.springs.CELAS2.rawFields(), pyNastran.bdf.cards.elements.bush.CBUSH1D.reprFields(), pyNastran.bdf.cards.elements.shell.CTRIAR.reprFields(), pyNastran.bdf.cards.elements.shell.CQUAD8.reprFields(), pyNastran.bdf.cards.elements.bars.CROD.Rmatrix(), pyNastran.bdf.cards.elements.bars.CROD.Stiffness(), pyNastran.bdf.cards.elements.bars.CBEAM.Stiffness(), pyNastran.bdf.cards.elements.bars.CROD.Stiffness1D(), pyNastran.bdf.cards.elements.solid.CTETRA4.Volume(), pyNastran.bdf.cards.elements.solid.CTETRA10.Volume(), pyNastran.bdf.cards.properties.springs.PELAS.writeCodeAster(), and pyNastran.bdf.cards.elements.springs.CELAS2.writeCodeAster().


Member Data Documentation

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

Reimplemented in pyNastran.bdf.cards.loads.staticLoads.PLOADX1, pyNastran.bdf.cards.loads.staticLoads.PLOAD4, pyNastran.bdf.cards.loads.staticLoads.PLOAD2, pyNastran.bdf.cards.loads.staticLoads.PLOAD1, pyNastran.bdf.cards.loads.staticLoads.PLOAD, pyNastran.bdf.cards.loads.staticLoads.MOMENT2, pyNastran.bdf.cards.loads.staticLoads.MOMENT1, pyNastran.bdf.cards.loads.staticLoads.MOMENT, pyNastran.bdf.cards.loads.staticLoads.FORCE2, pyNastran.bdf.cards.loads.staticLoads.FORCE1, pyNastran.bdf.cards.loads.staticLoads.FORCE, pyNastran.bdf.cards.loads.loads.RFORCE, pyNastran.bdf.cards.loads.staticLoads.Moment, pyNastran.bdf.cards.loads.staticLoads.Force, pyNastran.bdf.cards.loads.loads.DLOAD, and pyNastran.bdf.cards.loads.loads.SLOAD.

Definition at line 37 of file loads.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.materials.MAT2::Dplate(), pyNastran.bdf.cards.loads.staticLoads.Force::F(), pyNastran.bdf.cards.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.loads.staticLoads.Moment::getLoads(), 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().

Reimplemented in pyNastran.bdf.cards.loads.staticLoads.PLOAD4, pyNastran.bdf.cards.loads.staticLoads.MOMENT, pyNastran.bdf.cards.loads.staticLoads.FORCE, and pyNastran.bdf.cards.loads.loads.RFORCE.

Definition at line 38 of file loads.py.

Referenced by pyNastran.bdf.cards.loads.staticLoads.GRAV::__init__(), pyNastran.bdf.cards.coordinateSystems.CORD1S::__init__(), pyNastran.bdf.cards.coordinateSystems.CORD2R::__init__(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject::addNewEid(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStressObject::addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject::addNewEidSort1(), pyNastran.op2.tables.oes_stressStrain.real.oes_solids.SolidStrainObject::addNewTransient(), pyNastran.bdf.cards.loads.loads.Load::Cid(), pyNastran.bdf.cards.loads.staticLoads.FORCE::Cid(), pyNastran.bdf.cards.loads.staticLoads.GRAV::crossReference(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1::crossReference(), pyNastran.bdf.cards.loads.loads.RFORCE::crossReference(), pyNastran.bdf.cards.loads.staticLoads.PLOAD4::getLoads(), pyNastran.bdf.cards.loads.staticLoads.Moment::M(), pyNastran.bdf.cards.loads.staticLoads.ACCEL1::rawFields(), pyNastran.bdf.cards.loads.loads.RFORCE::rawFields(), pyNastran.bdf.cards.loads.staticLoads.FORCE2::rawFields(), pyNastran.bdf.cards.coordinateSystems.CORD1C::rawFields(), pyNastran.bdf.cards.loads.loads.TLOAD2::reprFields(), pyNastran.bdf.cards.aero.SPLINE1::reprFields(), pyNastran.bdf.cards.aero.SPLINE4::reprFields(), pyNastran.bdf.cards.loads.staticLoads.GRAV::transformLoad(), and pyNastran.bdf.cards.loads.staticLoads.PLOAD4::transformLoad().


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