convertUNICADO2CPACS
cpacsAcft::controlSurface Class Reference

Class that represents the CPACS Control Surface XML Block. Definition of the outer shape, structure and deflection of all control surfaces (flaps, slats, spoiler, ailerons...) of the wing. More...

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::controlSurface:
Collaboration graph

Classes

class  border
 Class which contains the borders around the control surface. More...
 
class  hingePoint
 Gathers the parameters which describe a hinge in CPACS. More...
 
class  intermediateAirfoil
 Class which describes the airfoil definition of a control surface between inner and outer border. More...
 

Public Member Functions

 controlSurface ()
 Constructor of class controlSurface. More...
 
virtual ~controlSurface ()
 Destructor of class controlSurface. More...
 

Public Attributes

information info
 
std::string parentUID
 
std::vector< double > hingeLineRotation
 
hingePoint innerHingePoint
 
hingePoint outerHingePoint
 
border innerBorder
 
border outerBorder
 

Detailed Description

Class that represents the CPACS Control Surface XML Block. Definition of the outer shape, structure and deflection of all control surfaces (flaps, slats, spoiler, ailerons...) of the wing.

Constructor & Destructor Documentation

◆ controlSurface()

cpacsAcft::controlSurface::controlSurface ( )

Constructor of class controlSurface.

◆ ~controlSurface()

cpacsAcft::controlSurface::~controlSurface ( )
virtual

Destructor of class controlSurface.

Member Data Documentation

◆ hingeLineRotation

std::vector<double> cpacsAcft::controlSurface::hingeLineRotation

Rotation angle around the hinge line of the device [deg]

◆ info

information cpacsAcft::controlSurface::info

Object of the information class that provides the CPACS controlSurface infos like uID and description

◆ innerBorder

border cpacsAcft::controlSurface::innerBorder

border class object to describe the inner border of the control surface

◆ innerHingePoint

hingePoint cpacsAcft::controlSurface::innerHingePoint

hingePoint class object to describe the inner hinge point

◆ outerBorder

border cpacsAcft::controlSurface::outerBorder

border class object to describe the outer border of the control surface

◆ outerHingePoint

hingePoint cpacsAcft::controlSurface::outerHingePoint

hingePoint class object to describe the outer hinge point

◆ parentUID

std::string cpacsAcft::controlSurface::parentUID

uID of the component on which the control surface is mounted


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