pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Base class for AERO and AEROS cards. More...
Public Member Functions | |
def | __init__ |
def | IsSymmetricalXY |
def | IsSymmetricalXZ |
def | EnableGroundEffect |
def | DisableGroundEffect |
def | IsAntiSymmetricalXY |
def | IsAntiSymmetricalXZ |
Public Attributes | |
symXY | |
symXZ |
def pyNastran.bdf.cards.aero.Aero.__init__ | ( | self, | |
card, | |||
data | |||
) |
Reimplemented in pyNastran.bdf.cards.aero.AEROS, and pyNastran.bdf.cards.aero.AERO.
Definition at line 293 of file aero.py.
References pyNastran.bdf.cards.aero.Aero.IsSymmetricalXZ(), and pyNastran.bdf.cards.aero.Aero.symXZ.
Referenced by pyNastran.bdf.cards.aero.Aero.IsAntiSymmetricalXZ().
def pyNastran.bdf.cards.aero.Aero.IsSymmetricalXY | ( | self | ) |
def pyNastran.bdf.cards.aero.Aero.IsSymmetricalXZ | ( | self | ) |
Definition at line 301 of file aero.py.
Referenced by pyNastran.bdf.cards.aero.Aero.__init__().
def pyNastran.bdf.cards.aero.Aero.EnableGroundEffect | ( | self | ) |
Definition at line 309 of file aero.py.
References pyNastran.bdf.cards.aero.Aero.IsAntiSymmetricalXZ(), and pyNastran.bdf.cards.aero.Aero.symXY.
Definition at line 317 of file aero.py.
References pyNastran.bdf.cards.aero.Aero.__init__(), pyNastran.bdf.cards.aero.AERO.acsid, pyNastran.bdf.cards.aero.AEROS.acsid, pyNastran.bdf.cards.aero.AERO.cRef, pyNastran.bdf.cards.aero.AEROS.cRef, pyNastran.bdf.cards.aero.AERO.rhoRef, and pyNastran.bdf.cards.aero.AERO.velocity.
Referenced by pyNastran.bdf.cards.aero.Aero.DisableGroundEffect().
Reimplemented in pyNastran.bdf.cards.aero.AEROS, and pyNastran.bdf.cards.aero.AERO.
Definition at line 296 of file aero.py.
Referenced by pyNastran.bdf.cards.aero.Aero::DisableGroundEffect().
Reimplemented in pyNastran.bdf.cards.aero.AEROS, and pyNastran.bdf.cards.aero.AERO.
Definition at line 301 of file aero.py.
Referenced by pyNastran.bdf.cards.aero.Aero::__init__().