MBDyn-1.7.3
|
#include <windprof.h>
Public Member Functions | |
ScalarFuncWindProfile (const Vec3 &X0, const Mat3x3 &R0, const BasicScalarFunction *sf) | |
virtual | ~ScalarFuncWindProfile (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 BasicScalarFunction * | sf |
Protected Attributes inherited from WindProfile | |
const Vec3 | X0 |
const Mat3x3 | R0 |
Protected Attributes inherited from Gust | |
const AirProperties * | pAP |
Definition at line 61 of file windprof.h.
ScalarFuncWindProfile::ScalarFuncWindProfile | ( | const Vec3 & | X0, |
const Mat3x3 & | R0, | ||
const BasicScalarFunction * | sf | ||
) |
|
virtual |
Definition at line 72 of file windprof.cc.
References NO_OP.
Implements Gust.
Definition at line 78 of file windprof.cc.
References Mat3x3::GetVec(), WindProfile::R0, and WindProfile::X0.
|
virtual |
Implements Gust.
Definition at line 90 of file windprof.cc.
References WindProfile::R0, and WindProfile::X0.
|
protected |
Definition at line 63 of file windprof.h.