|
MBDyn-1.7.3
|
#include <gust.h>


Public Member Functions | |
| 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 AirProperties * | pAP |
|
virtual |
Definition at line 55 of file gust.cc.
References Zero3.
Implemented in LogarithmicWindProfile, PowerLawWindProfile, Gust1D, and ScalarFuncWindProfile.
|
pure virtual |
Implemented in LogarithmicWindProfile, PowerLawWindProfile, Gust1D, and ScalarFuncWindProfile.
| void Gust::SetAirProperties | ( | const AirProperties * | pap | ) |
|
protected |
Definition at line 46 of file gust.h.
Referenced by SetAirProperties().