|
pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Go to the source code of this file.
Classes | |
| class | pyNastran.bdf.cards.loads.loads.Load |
| defines the DefaultLoad class More... | |
| class | pyNastran.bdf.cards.loads.loads.LoadCombination |
| class | pyNastran.bdf.cards.loads.loads.LSEQ |
| Defines a sequence of static load sets. More... | |
| class | pyNastran.bdf.cards.loads.loads.SLOAD |
| Static Scalar Load Defines concentrated static loads on scalar or grid points. More... | |
| class | pyNastran.bdf.cards.loads.loads.DLOAD |
| class | pyNastran.bdf.cards.loads.loads.DAREA |
| Defines scale (area) factors for static and dynamic loads. More... | |
| class | pyNastran.bdf.cards.loads.loads.TabularLoad |
| class | pyNastran.bdf.cards.loads.loads.TLOAD1 |
| Transient Response Dynamic Excitation, Form 1 Defines a time-dependent dynamic load or enforced motion of the form:
\[ {P(t)} = {A} \cdot F(t-\tau) \] for use in transient response analysis. More... | |
| class | pyNastran.bdf.cards.loads.loads.TLOAD2 |
| Transient Response Dynamic Excitation, Form 1 Defines a time-dependent dynamic load or enforced motion of the form:
\[ {P(t)} = {A} \cdot F(t-\tau) \] for use in transient response analysis. More... | |
| class | pyNastran.bdf.cards.loads.loads.RFORCE |
| class | pyNastran.bdf.cards.loads.loads.RLOAD1 |
| Defines a frequency-dependent dynamic load of the form for use in frequency response problems. More... | |
| class | pyNastran.bdf.cards.loads.loads.RLOAD2 |
| Defines a frequency-dependent dynamic load of the form for use in frequency response problems. More... | |
| class | pyNastran.bdf.cards.loads.loads.RandomLoad |
| class | pyNastran.bdf.cards.loads.loads.RANDPS |
| Power Spectral Density Specification Defines load set power spectral density factors for use in random analysis having the frequency dependent form:
\[ S_{jk}(F) = (X+iY)G(F) \] . More... | |
Packages | |
| namespace | pyNastran::bdf::cards::loads::loads |
Functions | |
| def | pyNastran::bdf::cards::loads::loads.__init__ |
| def | pyNastran::bdf::cards::loads::loads.crossReference |
| def | pyNastran::bdf::cards::loads::loads.LoadID |
| def | pyNastran::bdf::cards::loads::loads.getLoads |
| print("self.lid = ",load.lid) asdf return load.lid | |
| def | pyNastran::bdf::cards::loads::loads.Lid |
| def | pyNastran::bdf::cards::loads::loads.Tid |
| def | pyNastran::bdf::cards::loads::loads.rawFields |
| def | pyNastran::bdf::cards::loads::loads.reprFields |
Variables | |
| string | pyNastran::bdf::cards::loads::loads.type = 'LSEQ' |
| pyNastran::bdf::cards::loads::loads::sid | |
| load ID | |
| pyNastran::bdf::cards::loads::loads.scale | |
| overall scale factor | |
| pyNastran::bdf::cards::loads::loads.scaleFactors | |
| individual scale factors (corresponds to loadIDs) | |
| pyNastran::bdf::cards::loads::loads.loadIDs | |
| individual loadIDs (corresponds to scaleFactors) | |
| pyNastran::bdf::cards::loads::loads.exciteID | |
| pyNastran::bdf::cards::loads::loads.lid | |
| pyNastran::bdf::cards::loads::loads.tid | |