pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
class | LOAD |
class | GRAV |
Defines acceleration vectors for gravity or other acceleration loading GRAV SID CID A N1 N2 N3 MB GRAV 1 3 32.2 0.0 0.0 -1.0. More... | |
class | ACCEL1 |
Acceleration Load Defines static acceleration loads at individual GRID points. More... | |
class | OneDeeLoad |
class | Force |
Generic class for all Forces. More... | |
class | Moment |
Generic class for all Moments. More... | |
class | FORCE |
class | FORCE1 |
Defines a static concentrated force at a grid point by specification of a magnitude and two grid points that determine the direction. More... | |
class | FORCE2 |
Defines a static concentrated force at a grid point by specification of a magnitude and four grid points that determine the direction. More... | |
class | MOMENT |
class | MOMENT1 |
class | MOMENT2 |
class | PLOAD |
class | PLOAD1 |
class | PLOAD2 |
class | PLOAD4 |
class | PLOADX1 |
Functions | |
def | __init__ |
def | getLoads |
def | transformLoad |
def | normalize |
adjust the vector to a unit length scale up the magnitude of the vector | |
Variables | |
string | type = '1D_Load' |
cid | |
mag | |
xyz |
def pyNastran.bdf.cards.loads.staticLoads.__init__ | ( | self, | |
card, | |||
data | |||
) |
Definition at line 425 of file staticLoads.py.
Referenced by normalize().
def pyNastran.bdf.cards.loads.staticLoads.getLoads | ( | self | ) |
Definition at line 431 of file staticLoads.py.
Referenced by normalize().
Definition at line 434 of file staticLoads.py.
References pyNastran::bdf::cards::methods.norm, and normalize().
def pyNastran.bdf.cards.loads.staticLoads.normalize | ( | self | ) |
adjust the vector to a unit length scale up the magnitude of the vector
Definition at line 447 of file staticLoads.py.
References __init__(), and getLoads().
Referenced by transformLoad().
string pyNastran::bdf::cards::loads::staticLoads::type = '1D_Load' |
Definition at line 424 of file staticLoads.py.
Definition at line 425 of file staticLoads.py.
Definition at line 425 of file staticLoads.py.
Definition at line 425 of file staticLoads.py.