MBDyn-1.7.3
|
#include <windprof.h>
Public Member Functions | |
LogarithmicWindProfile (const Vec3 &X0, const Mat3x3 &R0, const doublereal dZRef, const DriveCaller *pVRef, const doublereal dSurfaceRoughnessLength) | |
virtual | ~LogarithmicWindProfile (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 | dSurfaceRoughnessLength |
const doublereal | logZRefZ0 |
Protected Attributes inherited from WindProfile | |
const Vec3 | X0 |
const Mat3x3 | R0 |
Protected Attributes inherited from Gust | |
const AirProperties * | pAP |
Definition at line 110 of file windprof.h.
LogarithmicWindProfile::LogarithmicWindProfile | ( | const Vec3 & | X0, |
const Mat3x3 & | R0, | ||
const doublereal | dZRef, | ||
const DriveCaller * | pVRef, | ||
const doublereal | dSurfaceRoughnessLength | ||
) |
Definition at line 327 of file windprof.cc.
References ASSERT.
|
virtual |
Definition at line 344 of file windprof.cc.
References NO_OP.
Implements Gust.
Definition at line 350 of file windprof.cc.
References DriveOwner::dGet(), dSurfaceRoughnessLength, Mat3x3::GetVec(), grad::log(), logZRefZ0, WindProfile::R0, VRef, and WindProfile::X0.
|
virtual |
Implements Gust.
Definition at line 365 of file windprof.cc.
References dSurfaceRoughnessLength, dZRef, DriveOwner::pGetDriveCaller(), WindProfile::R0, DriveCaller::Restart(), VRef, and WindProfile::X0.
|
protected |
Definition at line 114 of file windprof.h.
Referenced by GetVelocity(), and Restart().
|
protected |
Definition at line 112 of file windprof.h.
Referenced by Restart().
|
protected |
Definition at line 116 of file windprof.h.
Referenced by GetVelocity().
|
protected |
Definition at line 113 of file windprof.h.
Referenced by GetVelocity(), and Restart().