MBDyn-1.7.3
|
#include <windprof.h>
Public Member Functions | |
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 |
virtual bool | GetVelocity (const Vec3 &X, Vec3 &V) const =0 |
virtual std::ostream & | Restart (std::ostream &out) const =0 |
Protected Attributes | |
const Vec3 | X0 |
const Mat3x3 | R0 |
Protected Attributes inherited from Gust | |
const AirProperties * | pAP |
Definition at line 47 of file windprof.h.
|
virtual |
Definition at line 53 of file windprof.cc.
References NO_OP.
|
protected |
Definition at line 50 of file windprof.h.
Referenced by ScalarFuncWindProfile::GetVelocity(), PowerLawWindProfile::GetVelocity(), LogarithmicWindProfile::GetVelocity(), ScalarFuncWindProfile::Restart(), PowerLawWindProfile::Restart(), and LogarithmicWindProfile::Restart().
|
protected |
Definition at line 49 of file windprof.h.
Referenced by ScalarFuncWindProfile::GetVelocity(), PowerLawWindProfile::GetVelocity(), LogarithmicWindProfile::GetVelocity(), ScalarFuncWindProfile::Restart(), PowerLawWindProfile::Restart(), and LogarithmicWindProfile::Restart().