3.5.0-rc1
Loading...
Searching...
No Matches
tigl::generated::CPACSControlSurfaceTrackType Class Reference

Control surface tracks (mechnaical link between control surface and parent). More...

#include <CPACSControlSurfaceTrackType.h>

Inheritance diagram for tigl::generated::CPACSControlSurfaceTrackType:

Public Member Functions

TIGL_EXPORT CPACSControlSurfaceTrackType (CPACSControlSurfaceTracks *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT boost::optional< CPACSTrackActuator > & GetActuator ()
virtual TIGL_EXPORT const boost::optional< CPACSTrackActuator > & GetActuator () const
virtual TIGL_EXPORT CPACSTrackActuatorGetActuator (CreateIfNotExistsTag)
virtual TIGL_EXPORT CCPACSEtaIsoLineGetEtaPosition ()
virtual TIGL_EXPORT const CCPACSEtaIsoLineGetEtaPosition () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSControlSurfaceTracksGetParent ()
TIGL_EXPORT const CPACSControlSurfaceTracksGetParent () const
virtual TIGL_EXPORT boost::optional< CPACSTrackStructure > & GetTrackStructure ()
virtual TIGL_EXPORT const boost::optional< CPACSTrackStructure > & GetTrackStructure () const
virtual TIGL_EXPORT CPACSTrackStructureGetTrackStructure (CreateIfNotExistsTag)
virtual TIGL_EXPORT const boost::optional< CPACSControlSurfaceTrackType_trackSubType > & GetTrackSubType () const
virtual TIGL_EXPORT const CPACSControlSurfaceTrackType_trackTypeGetTrackType () const
virtual TIGL_EXPORT const std::string & GetUID () const
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
virtual TIGL_EXPORT void RemoveActuator ()
virtual TIGL_EXPORT void RemoveTrackStructure ()
virtual TIGL_EXPORT void SetTrackSubType (const boost::optional< CPACSControlSurfaceTrackType_trackSubType > &value)
virtual TIGL_EXPORT void SetTrackType (const CPACSControlSurfaceTrackType_trackType &value)
virtual TIGL_EXPORT void SetUID (const std::string &value)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSControlSurfaceTrackType ()
Public Member Functions inherited from tigl::CTiglReqUIDObject
boost::optional< std::string > GetObjectUID () const
virtual ~CTiglReqUIDObject ()=default
Public Member Functions inherited from tigl::CTiglUIDObject
TIGL_EXPORT void Invalidate (const boost::optional< std::string > &source=boost::none) const

Protected Attributes

boost::optional< CPACSTrackActuatorm_actuator
CCPACSEtaIsoLine m_etaPosition
 Relative chordwise position of the track. Eta refers to the control surface.
CPACSControlSurfaceTracksm_parent
boost::optional< CPACSTrackStructurem_trackStructure
boost::optional< CPACSControlSurfaceTrackType_trackSubTypem_trackSubType
 Type of the track. Please refer to the remarks of the controlSrufaceTrackTypeType for details.
CPACSControlSurfaceTrackType_trackType m_trackType
 Type of the track. Please refer to the remarks of the controlSrufaceTrackTypeType for details.
std::string m_uID
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSControlSurfaceTrackType (const CPACSControlSurfaceTrackType &)=delete
 CPACSControlSurfaceTrackType (CPACSControlSurfaceTrackType &&)=delete
CPACSControlSurfaceTrackTypeoperator= (const CPACSControlSurfaceTrackType &)=delete
CPACSControlSurfaceTrackTypeoperator= (CPACSControlSurfaceTrackType &&)=delete

Additional Inherited Members

Protected Member Functions inherited from tigl::CTiglUIDObject
 ~CTiglUIDObject ()=default

Detailed Description

Control surface tracks (mechnaical link between control surface and parent).

A track generally describes the structural connection between a control surface and a wing (or parent element). For example, a track can be a flap track, a revolute joint connecting an aileron or spoiler, or the kinematics of slats on a wing. The spanwise position of the track is defined by etaPosition , which refers to the control surface dimensions. The structural properties of the track (e.g. materials) are defined in trackStructure . If an actuator is included into the the track, a reference is given in actuator . The principal kinematic of the track is defined by setting the trackType and trackSubType . Please refer to the tables below for setting the trackType and trackSubType parameter. Note, those tables are not final - they are extended continuously. Trailing edge track types trackType picture description trackSubType picture description 1

See also
TrackType1 Revolute joint; no actuators; the revolute joint is on TED hinge line. 1
TrackType1 Revolute attached at the wings rear spar and the TEDs front spar respectively the load carrying ribs of the TED. 2
TrackType2 Revolute joint; dropped hinge; linear or rotary actuator (subtype-dependent) included. The drive strut (if any) is defined as strut1. 1
TrackType2 Box beam design as wing attachment; rotary drive attached at wing rear spar. 2
TrackType2_SubType2 Wing attachment at wing rear spar; rotary drive attached at wing rear spar 3 Track mounted inside the fuselage at wing root. 3
TrackType3 Upside-down, forward link in conjunction with a straight track on a fixed structure as aft. support; including rotary drive. 1
TrackType3 Wing attachment using a box beam design where track is mounted; rotary actuator mounted at the wing rear spar. 2 Track mounted inside the fuselage at wing root. 4
TrackType4 Straight and sloped track on a fixed structure as forward support and an upright link as aft. support; linear or rotary actuator (subtype-dependent) included. 1
TrackType4 Wing attachment using a box beam design where the track is mounted; rotary actuator at the wing rear spar. 2
TrackType4_SubType2 Wing attachment using a box beam design where track is mounted; rotary actuator mounted on the track. 3 Track mounted inside the fuselage at wing root.

Constructor & Destructor Documentation

◆ CPACSControlSurfaceTrackType() [1/3]

TIGL_EXPORT tigl::generated::CPACSControlSurfaceTrackType::CPACSControlSurfaceTrackType ( CPACSControlSurfaceTracks * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSControlSurfaceTrackType()

virtual TIGL_EXPORT tigl::generated::CPACSControlSurfaceTrackType::~CPACSControlSurfaceTrackType ( )
virtual

◆ CPACSControlSurfaceTrackType() [2/3]

tigl::generated::CPACSControlSurfaceTrackType::CPACSControlSurfaceTrackType ( const CPACSControlSurfaceTrackType & )
privatedelete

◆ CPACSControlSurfaceTrackType() [3/3]

tigl::generated::CPACSControlSurfaceTrackType::CPACSControlSurfaceTrackType ( CPACSControlSurfaceTrackType && )
privatedelete

Member Function Documentation

◆ GetActuator() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSTrackActuator > & tigl::generated::CPACSControlSurfaceTrackType::GetActuator ( )
virtual

◆ GetActuator() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSTrackActuator > & tigl::generated::CPACSControlSurfaceTrackType::GetActuator ( ) const
virtual

◆ GetActuator() [3/3]

virtual TIGL_EXPORT CPACSTrackActuator & tigl::generated::CPACSControlSurfaceTrackType::GetActuator ( CreateIfNotExistsTag )
virtual

◆ GetEtaPosition() [1/2]

virtual TIGL_EXPORT CCPACSEtaIsoLine & tigl::generated::CPACSControlSurfaceTrackType::GetEtaPosition ( )
virtual

◆ GetEtaPosition() [2/2]

virtual TIGL_EXPORT const CCPACSEtaIsoLine & tigl::generated::CPACSControlSurfaceTrackType::GetEtaPosition ( ) const
virtual

◆ GetNextUIDParent() [1/2]

virtual TIGL_EXPORT CTiglUIDObject * tigl::generated::CPACSControlSurfaceTrackType::GetNextUIDParent ( )
virtual

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

virtual TIGL_EXPORT const CTiglUIDObject * tigl::generated::CPACSControlSurfaceTrackType::GetNextUIDParent ( ) const
virtual

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CPACSControlSurfaceTracks * tigl::generated::CPACSControlSurfaceTrackType::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSControlSurfaceTracks * tigl::generated::CPACSControlSurfaceTrackType::GetParent ( ) const

◆ GetTrackStructure() [1/3]

virtual TIGL_EXPORT boost::optional< CPACSTrackStructure > & tigl::generated::CPACSControlSurfaceTrackType::GetTrackStructure ( )
virtual

◆ GetTrackStructure() [2/3]

virtual TIGL_EXPORT const boost::optional< CPACSTrackStructure > & tigl::generated::CPACSControlSurfaceTrackType::GetTrackStructure ( ) const
virtual

◆ GetTrackStructure() [3/3]

virtual TIGL_EXPORT CPACSTrackStructure & tigl::generated::CPACSControlSurfaceTrackType::GetTrackStructure ( CreateIfNotExistsTag )
virtual

◆ GetTrackSubType()

virtual TIGL_EXPORT const boost::optional< CPACSControlSurfaceTrackType_trackSubType > & tigl::generated::CPACSControlSurfaceTrackType::GetTrackSubType ( ) const
virtual

◆ GetTrackType()

virtual TIGL_EXPORT const CPACSControlSurfaceTrackType_trackType & tigl::generated::CPACSControlSurfaceTrackType::GetTrackType ( ) const
virtual

◆ GetUID()

virtual TIGL_EXPORT const std::string & tigl::generated::CPACSControlSurfaceTrackType::GetUID ( ) const
virtual

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager & tigl::generated::CPACSControlSurfaceTrackType::GetUIDManager ( )
virtual

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager & tigl::generated::CPACSControlSurfaceTrackType::GetUIDManager ( ) const
virtual

Implements tigl::CTiglUIDObject.

◆ operator=() [1/2]

CPACSControlSurfaceTrackType & tigl::generated::CPACSControlSurfaceTrackType::operator= ( const CPACSControlSurfaceTrackType & )
privatedelete

◆ operator=() [2/2]

CPACSControlSurfaceTrackType & tigl::generated::CPACSControlSurfaceTrackType::operator= ( CPACSControlSurfaceTrackType && )
privatedelete

◆ ReadCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSControlSurfaceTrackType::ReadCPACS ( const TixiDocumentHandle & tixiHandle,
const std::string & xpath )
virtual

◆ RemoveActuator()

virtual TIGL_EXPORT void tigl::generated::CPACSControlSurfaceTrackType::RemoveActuator ( )
virtual

◆ RemoveTrackStructure()

virtual TIGL_EXPORT void tigl::generated::CPACSControlSurfaceTrackType::RemoveTrackStructure ( )
virtual

◆ SetTrackSubType()

virtual TIGL_EXPORT void tigl::generated::CPACSControlSurfaceTrackType::SetTrackSubType ( const boost::optional< CPACSControlSurfaceTrackType_trackSubType > & value)
virtual

◆ SetTrackType()

virtual TIGL_EXPORT void tigl::generated::CPACSControlSurfaceTrackType::SetTrackType ( const CPACSControlSurfaceTrackType_trackType & value)
virtual

◆ SetUID()

virtual TIGL_EXPORT void tigl::generated::CPACSControlSurfaceTrackType::SetUID ( const std::string & value)
virtual

◆ WriteCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSControlSurfaceTrackType::WriteCPACS ( const TixiDocumentHandle & tixiHandle,
const std::string & xpath ) const
virtual

Field Documentation

◆ m_actuator

boost::optional<CPACSTrackActuator> tigl::generated::CPACSControlSurfaceTrackType::m_actuator
protected

◆ m_etaPosition

CCPACSEtaIsoLine tigl::generated::CPACSControlSurfaceTrackType::m_etaPosition
protected

Relative chordwise position of the track. Eta refers to the control surface.

◆ m_parent

CPACSControlSurfaceTracks* tigl::generated::CPACSControlSurfaceTrackType::m_parent
protected

◆ m_trackStructure

boost::optional<CPACSTrackStructure> tigl::generated::CPACSControlSurfaceTrackType::m_trackStructure
protected

◆ m_trackSubType

boost::optional<CPACSControlSurfaceTrackType_trackSubType> tigl::generated::CPACSControlSurfaceTrackType::m_trackSubType
protected

Type of the track. Please refer to the remarks of the controlSrufaceTrackTypeType for details.

◆ m_trackType

CPACSControlSurfaceTrackType_trackType tigl::generated::CPACSControlSurfaceTrackType::m_trackType
protected

Type of the track. Please refer to the remarks of the controlSrufaceTrackTypeType for details.

◆ m_uID

std::string tigl::generated::CPACSControlSurfaceTrackType::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSControlSurfaceTrackType::m_uidMgr
protected

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