pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
class | Cart3dToPanair |
Functions | |
def | sInt |
int represented as a short float | |
Variables | |
string | title = 'simple wing-body with composite panel. (run with a502i)' |
int | alphas = 4 |
int | alphaCompressibility = 4 |
int | beta = 0 |
int | betaCompressibility = 0 |
xySym = True | |
yzSym = False | |
float | mach = 0.6 |
int | Sref = 2400 |
int | Bref = 60 |
int | Cref = 40 |
int | Dref = 90 |
int | xref = 46 |
int | yref = 0 |
int | zref = 0 |
dictionary | bcMap |
tuple | cart3dGeom = os.path.join('models','threePlugs.tri') |
tuple | outfilename = os.path.join('models','panair.inp') |
def pyNastran.converters.cart3d.toPanair.sInt | ( | value | ) |
int represented as a short float
Definition at line 88 of file toPanair.py.
string pyNastran::converters::cart3d::toPanair::title = 'simple wing-body with composite panel. (run with a502i)' |
Definition at line 31 of file toPanair.py.
Referenced by pyNastran::op2::resultObjects::tableObject.getPlotData().
Definition at line 32 of file toPanair.py.
Definition at line 33 of file toPanair.py.
Definition at line 35 of file toPanair.py.
Definition at line 36 of file toPanair.py.
Definition at line 37 of file toPanair.py.
Definition at line 38 of file toPanair.py.
float pyNastran::converters::cart3d::toPanair::mach = 0.6 |
Definition at line 39 of file toPanair.py.
Definition at line 40 of file toPanair.py.
Definition at line 41 of file toPanair.py.
Definition at line 42 of file toPanair.py.
Definition at line 43 of file toPanair.py.
Definition at line 44 of file toPanair.py.
Definition at line 45 of file toPanair.py.
Definition at line 46 of file toPanair.py.
00001 { 00002 1: [1.,None], # kt,cpnorm 00003 #2: [1.,2.], # kt,cpnorm 00004 #3: [1.,2.], # kt,cpnorm 00005 }
Definition at line 47 of file toPanair.py.
tuple pyNastran::converters::cart3d::toPanair::cart3dGeom = os.path.join('models','threePlugs.tri') |
Definition at line 203 of file toPanair.py.
tuple pyNastran::converters::cart3d::toPanair::outfilename = os.path.join('models','panair.inp') |
Definition at line 205 of file toPanair.py.