MBDyn-1.7.3
|
Public Member Functions | |
Gust1D (const Vec3 &f, const Vec3 &g, const doublereal &v, DriveCaller *pT, DriveCaller *pG) | |
~Gust1D (void) | |
virtual std::ostream & | Restart (std::ostream &out) const |
bool | GetVelocity (const Vec3 &X, Vec3 &V) const |
Public Member Functions inherited from Gust | |
virtual | ~Gust (void) |
void | SetAirProperties (const AirProperties *pap) |
virtual Vec3 | GetVelocity (const Vec3 &X) const |
Private Attributes | |
Vec3 | FrontDir |
Vec3 | GustDir |
doublereal | dVRef |
DriveOwner | Time |
DriveOwner | GustProfile |
Additional Inherited Members | |
Protected Attributes inherited from Gust | |
const AirProperties * | pAP |
Gust1D::Gust1D | ( | const Vec3 & | f, |
const Vec3 & | g, | ||
const doublereal & | v, | ||
DriveCaller * | pT, | ||
DriveCaller * | pG | ||
) |
Gust1D::~Gust1D | ( | void | ) |
Implements Gust.
Definition at line 117 of file gust.cc.
References DriveOwner::dGet(), dVRef, FrontDir, GustDir, GustProfile, and Time.
|
virtual |
Implements Gust.
Definition at line 106 of file gust.cc.
References dVRef, FrontDir, GustDir, GustProfile, DriveOwner::pGetDriveCaller(), DriveCaller::Restart(), and Vec3::Write().
|
private |
Definition at line 75 of file gust.cc.
Referenced by GetVelocity(), and Restart().
|
private |
Definition at line 73 of file gust.cc.
Referenced by GetVelocity(), and Restart().
|
private |
Definition at line 74 of file gust.cc.
Referenced by GetVelocity(), and Restart().
|
private |
Definition at line 77 of file gust.cc.
Referenced by GetVelocity(), and Restart().
|
private |
Definition at line 76 of file gust.cc.
Referenced by GetVelocity().