pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran::bdf::cards::loads::loads Namespace Reference

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

Function Documentation

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().

Definition at line 94 of file loads.py.

References LoadID().

Definition at line 101 of file loads.py.

References getLoads().

Referenced by crossReference().

print("self.lid = ",load.lid) asdf return load.lid

Note:
requires a cross referenced load

Definition at line 138 of file loads.py.

References __init__().

Referenced by LoadID().

Definition at line 195 of file loads.py.

References Tid(), and type.

Definition at line 203 of file loads.py.

References rawFields().

Referenced by Lid().

Definition at line 210 of file loads.py.

References reprFields().

Referenced by Tid().

Definition at line 214 of file loads.py.

References __init__().

Referenced by rawFields().


Variable Documentation

Definition at line 154 of file loads.py.

Referenced by Lid().

load ID

Definition at line 61 of file loads.py.

overall scale factor

Definition at line 62 of file loads.py.

individual scale factors (corresponds to loadIDs)

Definition at line 63 of file loads.py.

individual loadIDs (corresponds to scaleFactors)

Definition at line 64 of file loads.py.

 All Classes Namespaces Files Functions Variables