FlightGear next
AircraftMesh Class Reference

#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_ptrelements
 
double ** influenceMtx
 
double ** Gamma
 

Detailed Description

Definition at line 33 of file AircraftMesh.hxx.

Constructor & Destructor Documentation

◆ AircraftMesh()

AircraftMesh::AircraftMesh ( double _span,
double _chord,
const std::string & name )

Definition at line 37 of file AircraftMesh.cxx.

Member Function Documentation

◆ GetForce()

SGVec3d AircraftMesh::GetForce ( const AIWakeGroup & wg,
const SGVec3d & vel,
double rho )

Definition at line 60 of file AircraftMesh.cxx.

◆ GetMoment()

const SGVec3d & AircraftMesh::GetMoment ( void ) const
inline

Definition at line 38 of file AircraftMesh.hxx.

◆ setPosition()

void AircraftMesh::setPosition ( const SGVec3d & pos,
const SGQuatd & orient )

Definition at line 44 of file AircraftMesh.cxx.

Friends And Related Symbol Documentation

◆ FGTestApi::PrivateAccessor::FDM::Accessor

friend class FGTestApi::PrivateAccessor::FDM::Accessor
friend

Definition at line 41 of file AircraftMesh.hxx.


The documentation for this class was generated from the following files: