MBDyn-1.7.3
|
#include <aerodata_impl.h>
Public Member Functions | |
STAHRAeroData (int i_p, int i_dim, AeroData::UnsteadyModel u, integer p, DriveCaller *ptime=0) | |
virtual | ~STAHRAeroData (void) |
std::ostream & | Restart (std::ostream &out) const |
int | GetForces (int i, const doublereal *W, doublereal *TNG, outa_t &OUTA) |
int | GetForcesJac (int i, const doublereal *W, doublereal *TNG, Mat6x6 &J, outa_t &OUTA) |
Public Member Functions inherited from AeroData | |
AeroData (int i_p, int i_dim, UnsteadyModel u=STEADY, DriveCaller *pt=0) | |
virtual | ~AeroData (void) |
std::ostream & | RestartUnsteady (std::ostream &out) const |
virtual void | SetAirData (const doublereal &rho, const doublereal &c) |
virtual void | SetSectionData (const doublereal &abscissa, const doublereal &chord, const doublereal &forcepoint, const doublereal &velocitypoint, const doublereal &twist, const doublereal &omega=0.) |
virtual unsigned int | iGetNumDof (void) const |
virtual DofOrder::Order | GetDofType (unsigned int i) const |
virtual void | AssRes (SubVectorHandler &WorkVec, doublereal dCoef, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr, integer iFirstIndex, integer iFirstSubIndex, int i, const doublereal *W, doublereal *TNG, outa_t &OUTA) |
virtual void | AssJac (FullSubMatrixHandler &WorkMat, doublereal dCoef, const VectorHandler &XCurr, const VectorHandler &XPrimeCurr, integer iFirstIndex, integer iFirstSubIndex, const Mat3xN &vx, const Mat3xN &wx, Mat3xN &fq, Mat3xN &cq, int i, const doublereal *W, doublereal *TNG, Mat6x6 &J, outa_t &OUTA) |
virtual void | AfterConvergence (int i, const VectorHandler &X, const VectorHandler &XP) |
AeroData::UnsteadyModel | Unsteady (void) const |
Public Member Functions inherited from AeroMemory | |
AeroMemory (DriveCaller *pt) | |
virtual | ~AeroMemory (void) |
void | Predict (int i, doublereal alpha, doublereal &alf1, doublereal &alf2) |
void | Update (int i) |
void | SetNumPoints (int i) |
int | GetNumPoints (void) const |
Protected Attributes | |
integer | profile |
Protected Attributes inherited from AeroData | |
UnsteadyModel | unsteadyflag |
vam_t | VAM |
doublereal | Omega |
Protected Attributes inherited from AeroMemory | |
DriveCaller * | pTime |
Additional Inherited Members | |
Public Types inherited from AeroData | |
enum | UnsteadyModel { STEADY = 0, HARRIS = 1, BIELAWA = 2, LAST } |
enum | { VX = 0, VY = 1, VZ = 2, WX = 3, WY = 4, WZ = 5, FX = 0, FY = 1, FZ = 2, MX = 3, MY = 4, MZ = 5 } |
Protected Member Functions inherited from AeroData | |
int | StorageSize (void) const |
int | GetForcesJacForwardDiff_int (int i, const doublereal *W, doublereal *TNG, Mat6x6 &J, outa_t &OUTA) |
int | GetForcesJacCenteredDiff_int (int i, const doublereal *W, doublereal *TNG, Mat6x6 &J, outa_t &OUTA) |
Definition at line 39 of file aerodata_impl.h.
STAHRAeroData::STAHRAeroData | ( | int | i_p, |
int | i_dim, | ||
AeroData::UnsteadyModel | u, | ||
integer | p, | ||
DriveCaller * | ptime = 0 |
||
) |
Definition at line 43 of file aerodata_impl.cc.
References ASSERT, and AeroData::STEADY.
|
virtual |
Definition at line 52 of file aerodata_impl.cc.
References NO_OP.
|
virtual |
Reimplemented from AeroData.
Definition at line 77 of file aerodata_impl.cc.
References aerod2(), outa_t::alf1, outa_t::alf2, grad::atan2(), AeroData::BIELAWA, AeroData::HARRIS, AeroData::Omega, AeroMemory::Predict(), profile, AeroData::unsteadyflag, AeroData::VAM, AeroData::VX, and AeroData::VY.
|
virtual |
Reimplemented from AeroData.
Definition at line 99 of file aerodata_impl.cc.
References AeroData::GetForcesJacForwardDiff_int().
|
virtual |
Implements AeroData.
Definition at line 58 of file aerodata_impl.cc.
References MBDYN_EXCEPT_ARGS, profile, and AeroData::RestartUnsteady().
|
protected |
Definition at line 41 of file aerodata_impl.h.
Referenced by GetForces(), and Restart().