MBDyn-1.7.3
|
#include <windprof.h>
Public Member Functions | |
PowerLawWindProfile (const Vec3 &X0, const Mat3x3 &R0, const doublereal dZRef, const DriveCaller *pVRef, const doublereal dPower) | |
virtual | ~PowerLawWindProfile (void) |
virtual bool | GetVelocity (const Vec3 &X, Vec3 &V) const |
virtual std::ostream & | Restart (std::ostream &out) const |
Public Member Functions inherited from WindProfile | |
WindProfile (const Vec3 &X0, const Mat3x3 &R0) | |
virtual | ~WindProfile (void) |
Public Member Functions inherited from Gust | |
virtual | ~Gust (void) |
void | SetAirProperties (const AirProperties *pap) |
virtual Vec3 | GetVelocity (const Vec3 &X) const |
Protected Attributes | |
const doublereal | dZRef |
DriveOwner | VRef |
const doublereal | dPower |
Protected Attributes inherited from WindProfile | |
const Vec3 | X0 |
const Mat3x3 | R0 |
Protected Attributes inherited from Gust | |
const AirProperties * | pAP |
Definition at line 84 of file windprof.h.
PowerLawWindProfile::PowerLawWindProfile | ( | const Vec3 & | X0, |
const Mat3x3 & | R0, | ||
const doublereal | dZRef, | ||
const DriveCaller * | pVRef, | ||
const doublereal | dPower | ||
) |
|
virtual |
Definition at line 183 of file windprof.cc.
References NO_OP.
Implements Gust.
Definition at line 189 of file windprof.cc.
References DriveOwner::dGet(), dPower, dZRef, Mat3x3::GetVec(), grad::pow(), WindProfile::R0, VRef, and WindProfile::X0.
|
virtual |
Implements Gust.
Definition at line 204 of file windprof.cc.
References dPower, dZRef, DriveOwner::pGetDriveCaller(), WindProfile::R0, DriveCaller::Restart(), VRef, and WindProfile::X0.
|
protected |
Definition at line 88 of file windprof.h.
Referenced by GetVelocity(), and Restart().
|
protected |
Definition at line 86 of file windprof.h.
Referenced by GetVelocity(), and Restart().
|
protected |
Definition at line 87 of file windprof.h.
Referenced by GetVelocity(), and Restart().