|
pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
| class | Load |
| defines the DefaultLoad class More... | |
| class | LoadCombination |
| class | LSEQ |
| Defines a sequence of static load sets. More... | |
| class | SLOAD |
| Static Scalar Load Defines concentrated static loads on scalar or grid points. More... | |
| class | DLOAD |
| class | DAREA |
| Defines scale (area) factors for static and dynamic loads. More... | |
| class | TabularLoad |
| class | 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 | 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 | RFORCE |
| class | RLOAD1 |
| Defines a frequency-dependent dynamic load of the form for use in frequency response problems. More... | |
| class | RLOAD2 |
| Defines a frequency-dependent dynamic load of the form for use in frequency response problems. More... | |
| class | RandomLoad |
| class | 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... | |
Functions | |
| def | __init__ |
| def | crossReference |
| def | LoadID |
| def | getLoads |
| print("self.lid = ",load.lid) asdf return load.lid | |
| def | Lid |
| def | Tid |
| def | rawFields |
| def | reprFields |
Variables | |
| string | type = 'LSEQ' |
| sid | |
| load ID | |
| scale | |
| overall scale factor | |
| scaleFactors | |
| individual scale factors (corresponds to loadIDs) | |
| loadIDs | |
| individual loadIDs (corresponds to scaleFactors) | |
| exciteID | |
| lid | |
| tid | |
| def pyNastran::bdf::cards::loads::loads::__init__ | ( | self, | |
card = None, |
|||
data = None |
|||
| ) |
Definition at line 60 of file loads.py.
Referenced by getLoads(), and reprFields().
| def pyNastran::bdf::cards::loads::loads::crossReference | ( | self, | |
| model | |||
| ) |
| def pyNastran::bdf::cards::loads::loads::LoadID | ( | self, | |
| lid | |||
| ) |
| def pyNastran::bdf::cards::loads::loads::getLoads | ( | self | ) |
print("self.lid = ",load.lid) asdf return load.lid
Definition at line 138 of file loads.py.
References __init__().
Referenced by LoadID().
| def pyNastran.bdf.cards.loads.loads.Lid | ( | self | ) |
| def pyNastran.bdf.cards.loads.loads.Tid | ( | self | ) |
| def pyNastran.bdf.cards.loads.loads.rawFields | ( | self | ) |
| def pyNastran.bdf.cards.loads.loads.reprFields | ( | self | ) |
| string pyNastran::bdf::cards::loads::loads::type = 'LSEQ' |