pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
coordinateSystems.py File Reference

Go to the source code of this file.

Classes

class  pyNastran.bdf.cards.coordinateSystems.Coord
class  pyNastran.bdf.cards.coordinateSystems.RectangularCoord
class  pyNastran.bdf.cards.coordinateSystems.CylindricalCoord
 

\[ r = \sqrt(x^2+y^2) \]

\[ \theta = tan^-1(\frac{y}{x}) \]

\[ z = z \]

More...
class  pyNastran.bdf.cards.coordinateSystems.SphericalCoord
 

\[ r = \rho = \sqrt(x^2+y^2+z^2) \]

\[ \theta = tan^-1(\frac{y}{x}) \]

\[ \phi = cos^-1(\frac{z}{r}) \]

More...
class  pyNastran.bdf.cards.coordinateSystems.Cord2x
class  pyNastran.bdf.cards.coordinateSystems.Cord1x
class  pyNastran.bdf.cards.coordinateSystems.CORD3G
 Defines a general coordinate system using three rotational angles as functions of coordinate values in the reference coordinate system. More...
class  pyNastran.bdf.cards.coordinateSystems.CORD1R
class  pyNastran.bdf.cards.coordinateSystems.CORD1C
class  pyNastran.bdf.cards.coordinateSystems.CORD1S
class  pyNastran.bdf.cards.coordinateSystems.CORD2R
class  pyNastran.bdf.cards.coordinateSystems.CORD2S
class  pyNastran.bdf.cards.coordinateSystems.CORD2C

Packages

namespace  pyNastran::bdf::cards::coordinateSystems

Functions

def pyNastran::bdf::cards::coordinateSystems.__init__
 Intilizes the CORD3G.
def pyNastran::bdf::cards::coordinateSystems.crossReference
def pyNastran::bdf::cards::coordinateSystems.CidRef
def pyNastran::bdf::cards::coordinateSystems.transformToGlobal
def pyNastran::bdf::cards::coordinateSystems.RotationX
def pyNastran::bdf::cards::coordinateSystems.RotationY
def pyNastran::bdf::cards::coordinateSystems.RotationZ
def pyNastran::bdf::cards::coordinateSystems.rawFields

Variables

string pyNastran::bdf::cards::coordinateSystems.type = 'CORD3G'
 pyNastran::bdf::cards::coordinateSystems::cid
 pyNastran::bdf::cards::coordinateSystems.methodES
 pyNastran::bdf::cards::coordinateSystems.methodInt
 pyNastran::bdf::cards::coordinateSystems.form
 pyNastran::bdf::cards::coordinateSystems.thetas
 pyNastran::bdf::cards::coordinateSystems.cidRef
 All Classes Namespaces Files Functions Variables