FlightGear next
WakeMesh Class Reference

#include <WakeMesh.hxx>

Inherits SGReferenced.

Inherited by AircraftMesh.

Public Member Functions

 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
 

Protected Attributes

int nelm
 
double span
 
double chord
 
std::vector< AeroElement_ptrelements
 
double ** influenceMtx
 
double ** Gamma
 

Friends

class FGTestApi::PrivateAccessor::FDM::Accessor
 

Detailed Description

Definition at line 33 of file WakeMesh.hxx.

Constructor & Destructor Documentation

◆ WakeMesh()

WakeMesh::WakeMesh ( double _span,
double _chord,
const std::string & aircraft_name )

Definition at line 36 of file WakeMesh.cxx.

◆ ~WakeMesh()

WakeMesh::~WakeMesh ( )
virtual

Definition at line 80 of file WakeMesh.cxx.

Member Function Documentation

◆ computeAoA()

double WakeMesh::computeAoA ( double vel,
double rho,
double weight )

Definition at line 86 of file WakeMesh.cxx.

◆ getInducedVelocityAt()

SGVec3d WakeMesh::getInducedVelocityAt ( const SGVec3d & at) const

Definition at line 113 of file WakeMesh.cxx.

Friends And Related Symbol Documentation

◆ FGTestApi::PrivateAccessor::FDM::Accessor

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

Definition at line 41 of file WakeMesh.hxx.

Member Data Documentation

◆ chord

double WakeMesh::chord
protected

Definition at line 44 of file WakeMesh.hxx.

◆ elements

std::vector<AeroElement_ptr> WakeMesh::elements
protected

Definition at line 45 of file WakeMesh.hxx.

◆ Gamma

double ** WakeMesh::Gamma
protected

Definition at line 46 of file WakeMesh.hxx.

◆ influenceMtx

double** WakeMesh::influenceMtx
protected

Definition at line 46 of file WakeMesh.hxx.

◆ nelm

int WakeMesh::nelm
protected

Definition at line 43 of file WakeMesh.hxx.

◆ span

double WakeMesh::span
protected

Definition at line 44 of file WakeMesh.hxx.


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