|
FlightGear next
|
#include <AircraftMesh.hxx>
Inherits WakeMesh.
Public Member Functions | |
| AircraftMesh (double _span, double _chord, const std::string &name) | |
| void | setPosition (const SGVec3d &pos, const SGQuatd &orient) |
| SGVec3d | GetForce (const AIWakeGroup &wg, const SGVec3d &vel, double rho) |
| const SGVec3d & | GetMoment (void) const |
Public Member Functions inherited from WakeMesh | |
| WakeMesh (double _span, double _chord, const std::string &aircraft_name) | |
| virtual | ~WakeMesh () |
| double | computeAoA (double vel, double rho, double weight) |
| SGVec3d | getInducedVelocityAt (const SGVec3d &at) const |
Friends | |
| class | FGTestApi::PrivateAccessor::FDM::Accessor |
Additional Inherited Members | |
Protected Attributes inherited from WakeMesh | |
| int | nelm |
| double | span |
| double | chord |
| std::vector< AeroElement_ptr > | elements |
| double ** | influenceMtx |
| double ** | Gamma |
Definition at line 33 of file AircraftMesh.hxx.
| AircraftMesh::AircraftMesh | ( | double | _span, |
| double | _chord, | ||
| const std::string & | name ) |
Definition at line 37 of file AircraftMesh.cxx.
| SGVec3d AircraftMesh::GetForce | ( | const AIWakeGroup & | wg, |
| const SGVec3d & | vel, | ||
| double | rho ) |
Definition at line 60 of file AircraftMesh.cxx.
|
inline |
Definition at line 38 of file AircraftMesh.hxx.
| void AircraftMesh::setPosition | ( | const SGVec3d & | pos, |
| const SGQuatd & | orient ) |
Definition at line 44 of file AircraftMesh.cxx.
|
friend |
Definition at line 41 of file AircraftMesh.hxx.