pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
class | LineProperty |
class | IntegratedLineProperty |
class | PROD |
class | PTUBE |
class | PBAR |
class | PBARL |
class | PBEAM |
class | PBEAML |
class | PBEAM3 |
class | PBEND |
Functions | |
def | IyyBeam |
def | IBeam |
def | IBeamOffset |
def | getInertiaRectangular |
calculates the moment of inertia for a section about the CG | |
def | __init__ |
def | Nsm |
def | crossReference |
def | reprFields |
Variables | |
string | type = 'PBEAM3' |
pid | |
mid | |
A | |
iz | |
iy | |
iyz | |
j | |
nsm | |
cy | |
cz | |
dy | |
dz | |
ey | |
fy | |
fz |
def pyNastran.bdf.cards.properties.bars.IyyBeam | ( | b, | |
h | |||
) |
def pyNastran.bdf.cards.properties.bars.IBeam | ( | b, | |
h | |||
) |
def pyNastran.bdf.cards.properties.bars.IBeamOffset | ( | b, | |
h, | |||
y, | |||
z | |||
) |
def pyNastran.bdf.cards.properties.bars.getInertiaRectangular | ( | sections | ) |
calculates the moment of inertia for a section about the CG
sections | [[b,h,y,z]_1,...] y,z is the centroid (x in the direction of the beam, y right, z up) |
interiaParameters | list of [Area,Iyy,Izz,Iyz] |
Definition at line 86 of file bars.py.
Referenced by pyNastran.bdf.cards.properties.bars.LineProperty.IAreaL(), and IBeamOffset().
def pyNastran.bdf.cards.properties.bars.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
def pyNastran.bdf.cards.properties.bars.Nsm | ( | self | ) |
def pyNastran.bdf.cards.properties.bars.crossReference | ( | self, | |
model | |||
) |
def pyNastran.bdf.cards.properties.bars.reprFields | ( | self | ) |