pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Defines a uniform heat flux load for a boundary surface. More...
Public Member Functions | |
def | __init__ |
def | crossReference |
def | Eids |
def | Eid |
def | rawFields |
def | reprFields |
Public Attributes | |
sid | |
Load set identification number. | |
Q0 | |
Heat flux into element. | |
cntrlnd | |
Control point for thermal flux load. | |
eids | |
CHBDYj element identification numbers. | |
Static Public Attributes | |
string | type = 'QBDY3' |
def pyNastran.bdf.cards.thermal.loads.QBDY3.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented from pyNastran.bdf.cards.thermal.loads.ThermalLoad.
Definition at line 133 of file loads.py.
Referenced by pyNastran.bdf.cards.thermal.loads.QBDY3.reprFields().
def pyNastran.bdf.cards.thermal.loads.QBDY3.crossReference | ( | self, | |
model | |||
) |
Definition at line 153 of file loads.py.
References pyNastran.bdf.cards.thermal.loads.QBDY1.eids, pyNastran.bdf.cards.thermal.loads.QBDY3.eids, pyNastran.bdf.cards.thermal.loads.QBDY3.Eids(), pyNastran.bdf.cards.loads.staticLoads.PLOAD2.eids, and pyNastran.bdf.cards.loads.staticLoads.PLOAD4.eids.
Referenced by pyNastran.bdf.bdf.BDF.readBDF(), and pyNastran.bdf.bdf.BDF.readBDF_Punch().
def pyNastran.bdf.cards.thermal.loads.QBDY3.Eids | ( | self | ) |
Definition at line 157 of file loads.py.
References pyNastran.bdf.cards.thermal.loads.QBDY1.Eid(), pyNastran.bdf.cards.thermal.loads.QBDY3.Eid(), and pyNastran.bdf.cards.loads.staticLoads.PLOAD4.Eid().
Referenced by pyNastran.bdf.cards.thermal.loads.QBDY3.crossReference(), pyNastran.bdf.cards.thermal.loads.QBDY3.Eid(), pyNastran.bdf.cards.thermal.thermal.RADBC.Eid(), pyNastran.bdf.cards.thermal.thermal.RADBC.Eids(), and pyNastran.bdf.cards.thermal.loads.QBDY3.rawFields().
def pyNastran.bdf.cards.thermal.loads.QBDY3.Eid | ( | self, | |
eid | |||
) |
Definition at line 163 of file loads.py.
References pyNastran.bdf.cards.thermal.loads.QBDY3.Eids(), and pyNastran.bdf.cards.thermal.loads.QBDY3.rawFields().
Referenced by pyNastran.bdf.cards.thermal.loads.QBDY3.Eids().
Definition at line 168 of file loads.py.
References pyNastran.bdf.cards.thermal.loads.QBDY3.cntrlnd, pyNastran::bdf::cards::baseCard.collapseThruBy(), pyNastran.bdf.cards.thermal.loads.QBDY3.Eids(), pyNastran.bdf.cards.thermal.loads.QBDY3.Q0, pyNastran.bdf.cards.thermal.loads.QBDY3.reprFields(), pyNastran::bdf::fieldWriter.set_blank_if_default(), pyNastran.bdf.cards.sets.Set.sid, pyNastran.bdf.cards.dynamic.FREQ.sid, pyNastran.bdf.cards.aero.AEFACT.sid, pyNastran.bdf.cards.methods.EIGB.sid, pyNastran.bdf.cards.properties.mass.NSM.sid, pyNastran.bdf.cards.thermal.loads.QBDY1.sid, pyNastran.bdf.cards.dynamic.FREQ1.sid, pyNastran.bdf.cards.dynamic.FREQ2.sid, pyNastran.bdf.cards.aero.AELIST.sid, pyNastran.bdf.cards.thermal.loads.QBDY3.sid, pyNastran.bdf.cards.dynamic.FREQ4.sid, pyNastran.bdf.cards.dynamic.TSTEP.sid, pyNastran.bdf.cards.dynamic.TSTEPNL.sid, pyNastran.bdf.cards.loads.loads.SLOAD.sid, pyNastran.bdf.cards.methods.EIGR.sid, pyNastran.bdf.cards.sets.SET1.sid, pyNastran.bdf.cards.loads.staticLoads.GRAV.sid, pyNastran.bdf.cards.sets.SET3.sid, pyNastran.bdf.cards.methods.EIGP.sid, pyNastran.bdf.cards.loads.loads.DAREA.sid, pyNastran.bdf.cards.loads.loads.TLOAD1.sid, pyNastran.bdf.cards.methods.EIGRL.sid, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.sid, pyNastran.bdf.cards.aero.CSSCHD.sid, pyNastran.bdf.cards.loads.loads.TLOAD2.sid, pyNastran.bdf.cards.tables.TIC.sid, pyNastran.bdf.cards.loads.loads.RFORCE.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE.sid, pyNastran.bdf.cards.loads.loads.RLOAD1.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE1.sid, pyNastran.bdf.cards.loads.loads.RLOAD2.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE2.sid, pyNastran.bdf.cards.aero.FLFACT.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT.sid, pyNastran.bdf.cards.loads.loads.RANDPS.sid, pyNastran.bdf.cards.aero.FLUTTER.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT1.sid, pyNastran.bdf.cards.aero.GUST.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT2.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD1.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.sid, pyNastran.bdf.cards.loads.staticLoads.PLOADX1.sid, and pyNastran.bdf.cards.aero.TRIM.sid.
Referenced by pyNastran.bdf.cards.baseCard.Property.__init__(), pyNastran.bdf.cards.baseCard.BaseCard.buildTableLines(), pyNastran.bdf.cards.thermal.loads.QBDY3.Eid(), pyNastran.bdf.cards.baseCard.BaseCard.isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement.Mass(), pyNastran.bdf.cards.thermal.loads.QHBDY.rawFields(), pyNastran.bdf.cards.thermal.loads.TEMP.rawFields(), pyNastran.bdf.cards.elements.springs.SpringElement.reprFields(), pyNastran.bdf.cards.sets.Set.SetIDs(), and pyNastran.bdf.cards.coordinateSystems.Coord.T().
Definition at line 174 of file loads.py.
References pyNastran.bdf.cards.thermal.loads.QBDY3.__init__(), pyNastran.bdf.cards.thermal.loads.QBDY3.Q0, pyNastran.bdf.cards.sets.Set.sid, pyNastran.bdf.cards.dynamic.FREQ.sid, pyNastran.bdf.cards.aero.AEFACT.sid, pyNastran.bdf.cards.methods.EIGB.sid, pyNastran.bdf.cards.properties.mass.NSM.sid, pyNastran.bdf.cards.thermal.loads.QBDY1.sid, pyNastran.bdf.cards.dynamic.FREQ1.sid, pyNastran.bdf.cards.dynamic.FREQ2.sid, pyNastran.bdf.cards.aero.AELIST.sid, pyNastran.bdf.cards.thermal.loads.QBDY3.sid, pyNastran.bdf.cards.dynamic.FREQ4.sid, pyNastran.bdf.cards.dynamic.TSTEP.sid, pyNastran.bdf.cards.dynamic.TSTEPNL.sid, pyNastran.bdf.cards.loads.loads.SLOAD.sid, pyNastran.bdf.cards.methods.EIGR.sid, pyNastran.bdf.cards.sets.SET1.sid, pyNastran.bdf.cards.loads.staticLoads.GRAV.sid, pyNastran.bdf.cards.sets.SET3.sid, pyNastran.bdf.cards.methods.EIGP.sid, pyNastran.bdf.cards.loads.loads.DAREA.sid, pyNastran.bdf.cards.loads.loads.TLOAD1.sid, pyNastran.bdf.cards.methods.EIGRL.sid, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.sid, pyNastran.bdf.cards.aero.CSSCHD.sid, pyNastran.bdf.cards.loads.loads.TLOAD2.sid, pyNastran.bdf.cards.tables.TIC.sid, pyNastran.bdf.cards.loads.loads.RFORCE.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE.sid, pyNastran.bdf.cards.loads.loads.RLOAD1.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE1.sid, pyNastran.bdf.cards.loads.loads.RLOAD2.sid, pyNastran.bdf.cards.loads.staticLoads.FORCE2.sid, pyNastran.bdf.cards.aero.FLFACT.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT.sid, pyNastran.bdf.cards.loads.loads.RANDPS.sid, pyNastran.bdf.cards.aero.FLUTTER.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT1.sid, pyNastran.bdf.cards.aero.GUST.sid, pyNastran.bdf.cards.loads.staticLoads.MOMENT2.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD1.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.sid, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.sid, pyNastran.bdf.cards.loads.staticLoads.PLOADX1.sid, and pyNastran.bdf.cards.aero.TRIM.sid.
Referenced by pyNastran.bdf.cards.thermal.loads.QBDY3.rawFields().
string pyNastran::bdf::cards::thermal::loads.QBDY3::type = 'QBDY3' [static] |
Definition at line 132 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.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement::K(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), and pyNastran.bdf.cards.elements.elements.CrackElement::rawFields().
Load set identification number.
(Integer > 0)
Definition at line 134 of file loads.py.
Referenced by pyNastran.bdf.cards.thermal.loads.TEMP::__init__(), pyNastran.bdf.cards.sets.QSET1::__init__(), pyNastran.bdf.cards.loads.loads.DLOAD::__init__(), pyNastran.bdf.cards.loads.loads.TabularLoad::__init__(), pyNastran.bdf.cards.loads.loads.RandomLoad::__init__(), pyNastran.bdf.cards.thermal.loads.TEMP::crossReference(), pyNastran.bdf.cards.loads.staticLoads.Moment::M(), pyNastran.bdf.cards.loads.staticLoads.LOAD::organizeLoads(), pyNastran.bdf.cards.thermal.loads.QBDY3::rawFields(), pyNastran.bdf.cards.thermal.loads.QBDY3::reprFields(), pyNastran.bdf.cards.loads.loads.DLOAD::reprFields(), pyNastran.bdf.cards.aero.AEROS::reprFields(), and pyNastran.bdf.cards.aero.SPLINE5::Set().
Heat flux into element.
Definition at line 135 of file loads.py.
Referenced by pyNastran.bdf.cards.thermal.loads.QBDY3.rawFields(), and pyNastran.bdf.cards.thermal.loads.QBDY3.reprFields().
Control point for thermal flux load.
(Integer > 0; Default = 0)
Definition at line 136 of file loads.py.
Referenced by pyNastran.bdf.cards.thermal.thermal.CONV.crossReference(), pyNastran.bdf.cards.thermal.thermal.RADBC.Eid(), pyNastran.bdf.cards.thermal.thermal.RADBC.Eids(), pyNastran.bdf.cards.thermal.loads.QBDY3.rawFields(), and pyNastran.bdf.cards.thermal.thermal.CONV.TA().
CHBDYj element identification numbers.
Definition at line 137 of file loads.py.
Referenced by pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.add(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addNewTransient(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.addSort1(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.addSort1(), pyNastran.bdf.cards.thermal.loads.QBDY3.crossReference(), pyNastran.bdf.cards.loads.staticLoads.PLOAD1.crossReference(), pyNastran.bdf.cards.loads.staticLoads.PLOAD1.rawFields(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.writeF06(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06(), pyNastran.op2.tables.ogf_gridPointForces.ogf_Objects.gridPointForcesObject.writeF06Transient(), pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesObject.writeF06Transient(), and pyNastran.op2.tables.ogf_gridPointForces.ogs_surfaceStresses.GridPointStressesVolumeObject.writeF06Transient().