pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | nNodes |
def | nodeIDs |
def | getNodes |
def | getNodeIDsWithElement |
def | getNodeIDsWithElements |
def | Node |
def | Nodes |
Returns a series of node objects given a list of node IDs. | |
def | nElements |
def | elementIDs |
def | getElementIDsWithPID |
def | getElementIDsWithPIDs |
def | getNodeIDToElementIDsMap |
Returns a dictionary that maps a node ID to a list of elemnents. | |
def | getPropertyIDToElementIDsMap |
Returns a dictionary that maps a property ID to a list of elemnents. | |
def | getMaterialIDToPropertyIDsMap |
Returns a dictionary that maps a material ID to a list of properties. | |
def | Element |
def | Elements |
def | RigidElement |
def | propertyIDs |
def | Property |
def | Properties |
def | Phbdy |
def | structuralMaterialIDs |
def | materialIDs |
def | thermalMaterialIDs |
def | Material |
def | StructuralMaterial |
def | ThermalMaterial |
def | Materials |
def | Load |
def | Grav |
def | SPC |
def | Coord |
def | nCAeros |
def | Aero |
def | Aeros |
def | Spline |
def | CAero |
def | PAero |
def | Gust |
def | AEStat |
def | AELink |
def | AEParam |
def | Flfact |
def | Flutter |
def | DConstr |
def | Desvar |
def | DDVal |
def | Set |
def | SetSuper |
def | Method |
def | CMethod |
def | Table |
def | RandomTable |
def | NLParm |
def | DMIG |
Definition at line 33 of file getCard.py.
Definition at line 34 of file getCard.py.
Definition at line 40 of file getCard.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.
Definition at line 43 of file getCard.py.
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.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.bars.CBAR.getX_G0_defaults(), 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.CBAR.Stiffness(), pyNastran.bdf.cards.elements.bars.CBEAM.Stiffness(), pyNastran.bdf.cards.elements.bars.CROD.Stiffness1D(), pyNastran.bdf.cards.elements.bars.CBAR.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().
Definition at line 46 of file getCard.py.
def pyNastran.bdf.bdfInterface.getCard.GetMethods.getNodeIDsWithElement | ( | self, | |
eid | |||
) |
Definition at line 52 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.getNodeIDsWithElements().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.getNodeIDsWithElements | ( | self, | |
eids | |||
) |
Definition at line 55 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Element().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.getNodeIDsWithElement().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Node | ( | self, | |
nid, | |||
allowEmptyNodes = False |
|||
) |
Definition at line 65 of file getCard.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.bdfInterface.getCard.GetMethods.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, pyNastran.bdf.cards.elements.shell.CQUADX.nodes, pyNastran.bdf.bdfInterface.addCard.AddMethods.spoints, pyNastran.bdf.cards.nodes.SPOINTs.spoints, and pyNastran.bdf.bdf.BDF.spoints.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Nodes(), and pyNastran.bdf.bdf_Methods.BDFMethods.sumMoments().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Nodes | ( | self, | |
nids, | |||
allowEmptyNodes = False |
|||
) |
Returns a series of node objects given a list of node IDs.
Definition at line 80 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.nElements(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.Node().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Node().
Definition at line 90 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.elementIDs(), pyNastran.bdf.cards.aero.AELIST.elements, and pyNastran.bdf.bdf.BDF.elements.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Nodes().
Definition at line 93 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.getElementIDsWithPID().
Referenced by pyNastran.bdf.bdfInterface.bdf_writeMesh.WriteMesh.autoRejectBDF(), pyNastran.bdf.bdfInterface.getCard.GetMethods.getElementIDsWithPIDs(), pyNastran.bdf.bdfInterface.getCard.GetMethods.getPropertyIDToElementIDsMap(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.nElements().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.getElementIDsWithPID | ( | self, | |
pid | |||
) |
Definition at line 96 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.getElementIDsWithPIDs().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.elementIDs(), and pyNastran.bdf.bdfInterface.bdf_writeMesh.WriteMesh.write_properties().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.getElementIDsWithPIDs | ( | self, | |
pids | |||
) |
Definition at line 99 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Element(), pyNastran.bdf.bdfInterface.getCard.GetMethods.elementIDs(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.getNodeIDToElementIDsMap().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.getElementIDsWithPID().
Returns a dictionary that maps a node ID to a list of elemnents.
support 0d or 1d elements
support elements with missing nodes (e.g.
CQUAD8 with missing nodes)
Definition at line 119 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.getPropertyIDToElementIDsMap(), 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, pyNastran.bdf.cards.elements.shell.CQUADX.nodes, pyNastran.bdf.bdfInterface.getCard.GetMethods.propertyIDs(), pyNastran.bdf.bdfInterface.addCard.AddMethods.spoints, pyNastran.bdf.cards.nodes.SPOINTs.spoints, and pyNastran.bdf.bdf.BDF.spoints.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.getElementIDsWithPIDs().
Returns a dictionary that maps a property ID to a list of elemnents.
Definition at line 145 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Element(), pyNastran.bdf.bdfInterface.getCard.GetMethods.elementIDs(), pyNastran.bdf.bdfInterface.getCard.GetMethods.getMaterialIDToPropertyIDsMap(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.materialIDs().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.getNodeIDToElementIDsMap().
Returns a dictionary that maps a material ID to a list of properties.
Definition at line 170 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Element(), pyNastran.bdf.cards.aero.AELIST.elements, pyNastran.bdf.bdfInterface.getCard.GetMethods.Elements(), pyNastran.bdf.bdf.BDF.elements, pyNastran.bdf.bdfInterface.getCard.GetMethods.Property(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.propertyIDs().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.getPropertyIDToElementIDsMap().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Element | ( | self, | |
eid | |||
) |
Definition at line 192 of file getCard.py.
References pyNastran.bdf.cards.aero.AELIST.elements, and pyNastran.bdf.bdf.BDF.elements.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.getElementIDsWithPIDs(), pyNastran.bdf.bdfInterface.getCard.GetMethods.getMaterialIDToPropertyIDsMap(), pyNastran.bdf.bdfInterface.getCard.GetMethods.getNodeIDsWithElements(), pyNastran.bdf.bdfInterface.getCard.GetMethods.getPropertyIDToElementIDsMap(), pyNastran.bdf.bdfInterface.bdf_writeMesh.WriteMesh.write_elements_properties(), and pyNastran.bdf.bdfInterface.bdf_writeMesh.WriteMesh.write_properties().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Elements | ( | self, | |
eids | |||
) |
Definition at line 195 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.RigidElement(), and pyNastran.bdf.bdf.BDF.rigidElements.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.getMaterialIDToPropertyIDsMap().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.RigidElement | ( | self, | |
eid | |||
) |
Definition at line 201 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Property(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.propertyIDs().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Elements().
Definition at line 207 of file getCard.py.
References pyNastran.general.logger.debugLogger.properties(), and pyNastran.bdf.bdf.BDF.properties.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.getMaterialIDToPropertyIDsMap(), pyNastran.bdf.bdfInterface.getCard.GetMethods.getNodeIDToElementIDsMap(), pyNastran.bdf.bdfInterface.getCard.GetMethods.Property(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.RigidElement().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Property | ( | self, | |
pid | |||
) |
Definition at line 210 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Properties(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.propertyIDs().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.getMaterialIDToPropertyIDsMap(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.RigidElement().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Properties | ( | self, | |
pids | |||
) |
Definition at line 218 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Phbdy(), pyNastran.bdf.bdf.BDF.phbdys, pyNastran.general.logger.debugLogger.properties(), and pyNastran.bdf.bdf.BDF.properties.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Property().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Phbdy | ( | self, | |
pid | |||
) |
Definition at line 225 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.materialIDs(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.structuralMaterialIDs().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Properties().
Definition at line 231 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.thermalMaterialIDs().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Phbdy().
Definition at line 234 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Material().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.getPropertyIDToElementIDsMap(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.Phbdy().
Definition at line 237 of file getCard.py.
References pyNastran.bdf.bdf.BDF.materials, and pyNastran.bdf.bdf.BDF.thermalMaterials.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.structuralMaterialIDs().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Material | ( | self, | |
mid | |||
) |
Definition at line 240 of file getCard.py.
References pyNastran.bdf.bdf.BDF.materials, pyNastran.bdf.bdfInterface.getCard.GetMethods.StructuralMaterial(), pyNastran.bdf.bdfInterface.getCard.GetMethods.ThermalMaterial(), and pyNastran.bdf.bdf.BDF.thermalMaterials.
Referenced by pyNastran.bdf.cards.properties.shell.PCOMP.crossReference(), pyNastran.bdf.cards.properties.shell.PCOMP.MassPerArea(), pyNastran.bdf.bdfInterface.getCard.GetMethods.materialIDs(), pyNastran.bdf.cards.properties.shell.PCOMP.Mids(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.ThermalMaterial().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.StructuralMaterial | ( | self, | |
mid | |||
) |
Definition at line 248 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Materials(), and pyNastran.bdf.bdf.BDF.thermalMaterials.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Material().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.ThermalMaterial | ( | self, | |
mid | |||
) |
Definition at line 251 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Material().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Material().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Materials | ( | self, | |
mids | |||
) |
Definition at line 254 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Load(), and pyNastran.bdf.bdf.BDF.loads.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.StructuralMaterial().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Load | ( | self, | |
sid | |||
) |
Definition at line 263 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Grav(), pyNastran.bdf.bdfInterface.getCard.GetMethods.Load(), and pyNastran.bdf.bdf.BDF.loads.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Load(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.Materials().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Grav | ( | self, | |
sid | |||
) |
Definition at line 272 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.SPC(), and pyNastran.bdf.bdf.BDF.spcs.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Load().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.SPC | ( | self, | |
conid | |||
) |
Definition at line 279 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Coord(), pyNastran.bdf.bdf.BDF.coords, and pyNastran.bdf.bdf.BDF.spcs.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Grav().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Coord | ( | self, | |
cid | |||
) |
Definition at line 290 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Aero(), pyNastran.bdf.bdf.BDF.caeros, and pyNastran.bdf.bdfInterface.getCard.GetMethods.nCAeros().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.SPC().
Definition at line 296 of file getCard.py.
References pyNastran.bdf.bdf.BDF.aero, and pyNastran.bdf.bdfInterface.getCard.GetMethods.Aeros().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Coord().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Aero | ( | self, | |
acsid | |||
) |
Definition at line 299 of file getCard.py.
References pyNastran.bdf.bdf.BDF.aeros, and pyNastran.bdf.bdfInterface.getCard.GetMethods.Spline().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Coord().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Aeros | ( | self, | |
acsid | |||
) |
Definition at line 302 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.CAero(), and pyNastran.bdf.bdf.BDF.splines.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.nCAeros().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Spline | ( | self, | |
eid | |||
) |
Definition at line 305 of file getCard.py.
References pyNastran.bdf.bdf.BDF.caeros, and pyNastran.bdf.bdfInterface.getCard.GetMethods.PAero().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Aero().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.CAero | ( | self, | |
eid | |||
) |
Definition at line 308 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Gust(), and pyNastran.bdf.bdf.BDF.paeros.
Referenced by pyNastran.bdf.cards.aero.SPLINE4.AEList(), pyNastran.bdf.bdfInterface.getCard.GetMethods.Aeros(), pyNastran.bdf.cards.aero.SPLINE1.CAero(), pyNastran.bdf.cards.aero.SPLINE5.CAero(), pyNastran.bdf.cards.aero.SPLINE5.Cid(), and pyNastran.bdf.cards.aero.SPLINE2.crossReference().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.PAero | ( | self, | |
pid | |||
) |
Definition at line 311 of file getCard.py.
References pyNastran.bdf.bdf.BDF.gusts.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Spline().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Gust | ( | self, | |
sid | |||
) |
Definition at line 314 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.AELink(), pyNastran.bdf.bdfInterface.getCard.GetMethods.AEStat(), and pyNastran.bdf.bdf.BDF.aestats.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.CAero().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.AEStat | ( | self, | |
aid | |||
) |
Definition at line 319 of file getCard.py.
References pyNastran.bdf.bdf.BDF.aelinks, and pyNastran.bdf.bdfInterface.getCard.GetMethods.AEParam().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Gust().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.AELink | ( | self, | |
linkID | |||
) |
Definition at line 322 of file getCard.py.
References pyNastran.bdf.bdf.BDF.aeparams.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Gust().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.AEParam | ( | self, | |
aid | |||
) |
Definition at line 325 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Flfact(), pyNastran.bdf.bdf.BDF.flfacts, and pyNastran.bdf.bdfInterface.getCard.GetMethods.Flutter().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.AEStat().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Flfact | ( | self, | |
sid | |||
) |
Definition at line 331 of file getCard.py.
References pyNastran.bdf.bdf.BDF.flutters.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.AEParam().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Flutter | ( | self, | |
fid | |||
) |
Definition at line 334 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.DConstr(), pyNastran.bdf.bdf.BDF.dconstrs, and pyNastran.bdf.bdfInterface.getCard.GetMethods.Desvar().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.AEParam().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.DConstr | ( | self, | |
oid | |||
) |
Definition at line 340 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.DDVal(), and pyNastran.bdf.bdf.BDF.desvars.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Flutter().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Desvar | ( | self, | |
oid | |||
) |
Definition at line 343 of file getCard.py.
References pyNastran.bdf.bdf.BDF.ddvals.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.Flutter().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.DDVal | ( | self, | |
oid | |||
) |
Definition at line 346 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.Set(), pyNastran.bdf.bdf.BDF.sets, pyNastran.bdf.cards.constraints.SPCADD.sets, pyNastran.bdf.cards.constraints.MPCADD.sets, and pyNastran.bdf.bdfInterface.getCard.GetMethods.SetSuper().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.DConstr().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Set | ( | self, | |
sid | |||
) |
Definition at line 352 of file getCard.py.
References pyNastran.bdf.bdf.BDF.setsSuper.
Referenced by pyNastran.bdf.cards.aero.SPLINE4.AEList(), pyNastran.bdf.cards.aero.SPLINE1.CAero(), pyNastran.bdf.cards.aero.SPLINE5.CAero(), pyNastran.bdf.cards.aero.SPLINE5.Cid(), pyNastran.bdf.cards.aero.SPLINE2.crossReference(), and pyNastran.bdf.bdfInterface.getCard.GetMethods.DDVal().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.SetSuper | ( | self, | |
seid | |||
) |
Definition at line 355 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.CMethod(), pyNastran.bdf.bdfInterface.getCard.GetMethods.Method(), and pyNastran.bdf.bdf.BDF.methods.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.DDVal().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Method | ( | self, | |
sid | |||
) |
Definition at line 360 of file getCard.py.
References pyNastran.bdf.bdf.BDF.cMethods.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.SetSuper().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.CMethod | ( | self, | |
sid | |||
) |
Definition at line 363 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.RandomTable(), pyNastran.bdf.bdfInterface.getCard.GetMethods.Table(), and pyNastran.bdf.bdf.BDF.tables.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.SetSuper().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.Table | ( | self, | |
tid | |||
) |
Definition at line 368 of file getCard.py.
References pyNastran.bdf.bdf.BDF.randomTables.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.CMethod().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.RandomTable | ( | self, | |
tid | |||
) |
Definition at line 371 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.NLParm(), and pyNastran.bdf.bdf.BDF.nlparms.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.CMethod().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.NLParm | ( | self, | |
nid | |||
) |
Definition at line 377 of file getCard.py.
References pyNastran.bdf.bdfInterface.getCard.GetMethods.DMIG().
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.RandomTable().
def pyNastran.bdf.bdfInterface.getCard.GetMethods.DMIG | ( | self, | |
dname | |||
) |
Definition at line 382 of file getCard.py.
Referenced by pyNastran.bdf.bdfInterface.getCard.GetMethods.NLParm().