3.4.0
tigl::generated::CPACSNacelleGuideCurve Class Reference

Guide curve. More...

#include <CPACSNacelleGuideCurve.h>

+ Inheritance diagram for tigl::generated::CPACSNacelleGuideCurve:

Public Member Functions

TIGL_EXPORT CPACSNacelleGuideCurve (CCPACSNacelleGuideCurves *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
 
virtual TIGL_EXPORT const double & GetFromZeta () const
 
virtual TIGL_EXPORT const std::string & GetGuideCurveProfileUID () const
 
virtual TIGL_EXPORT const std::string & GetName () const
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
TIGL_EXPORT CCPACSNacelleGuideCurvesGetParent ()
 
TIGL_EXPORT const CCPACSNacelleGuideCurvesGetParent () const
 
virtual TIGL_EXPORT const std::string & GetStartSectionUID () const
 
virtual TIGL_EXPORT const double & GetToZeta () 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 SetDescription (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetFromZeta (const double &value)
 
virtual TIGL_EXPORT void SetGuideCurveProfileUID (const std::string &value)
 
virtual TIGL_EXPORT void SetName (const std::string &value)
 
virtual TIGL_EXPORT void SetStartSectionUID (const std::string &value)
 
virtual TIGL_EXPORT void SetToZeta (const double &value)
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSNacelleGuideCurve ()
 
- Public Member Functions inherited from tigl::ITiglUIDRefObject
virtual ~ITiglUIDRefObject ()=default
 

Protected Attributes

boost::optional< std::string > m_description
 Description. More...
 
double m_fromZeta
 Curve coordinate of the referenced section profile at which the guide curve shall start. Valid values are in the interval -1,..,1. More...
 
std::string m_guideCurveProfileUID
 UID of the guide curve profile. More...
 
std::string m_name
 Name. More...
 
CCPACSNacelleGuideCurvesm_parent
 
std::string m_startSectionUID
 UID of the start section. More...
 
double m_toZeta
 Curve coordinate of the profile following the referenced section profile. It defines where the guide curve ends. Valid values are in the interval -1,..,1. More...
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSNacelleGuideCurve (const CPACSNacelleGuideCurve &)=delete
 
 CPACSNacelleGuideCurve (CPACSNacelleGuideCurve &&)=delete
 
TIGL_EXPORT const CTiglUIDObjectGetNextUIDObject () const final
 
TIGL_EXPORT void NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final
 
CPACSNacelleGuideCurveoperator= (const CPACSNacelleGuideCurve &)=delete
 
CPACSNacelleGuideCurveoperator= (CPACSNacelleGuideCurve &&)=delete
 

Detailed Description

Guide curve.

The following figure shows the basic setup of the guide curves. They always start at a given ζ-position ( fromZeta ) on the profile of the specified start section ( startSectionUID ) and end at the ζ-position ( toZeta ) on the profile of the subsequent section. The relative coordinates of the guide curves are specified in cpacs/vehicles/profiles/guideCurves and referenced via its uID .

See also
nacelle_guideCurves Note : Guide curves and profiles must result in a valid curve network. The guide curve points are interpreted as ( Δr and Δx ) offsets from a cubic polynomial. This polynomial serves as a baseline for guide curves between segments located on different radial positions with smooth transitions:
nacelle_guideCurve Note : Currently, the nacelles do not have an explicit guide curve type but employ the standard guide curve definition, which is used in wings and profiles. Therefore, the parameters have a different meaning: Standard guide curve parameter Nacelle guide curve equivalent Description rX φ Independent variable normalized to [0,1] rY Δx Orthogonal offset (translation in x -direction) rZ Δr Radial offset

Constructor & Destructor Documentation

◆ CPACSNacelleGuideCurve() [1/3]

TIGL_EXPORT tigl::generated::CPACSNacelleGuideCurve::CPACSNacelleGuideCurve ( CCPACSNacelleGuideCurves parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSNacelleGuideCurve()

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

◆ CPACSNacelleGuideCurve() [2/3]

tigl::generated::CPACSNacelleGuideCurve::CPACSNacelleGuideCurve ( const CPACSNacelleGuideCurve )
privatedelete

◆ CPACSNacelleGuideCurve() [3/3]

tigl::generated::CPACSNacelleGuideCurve::CPACSNacelleGuideCurve ( CPACSNacelleGuideCurve &&  )
privatedelete

Member Function Documentation

◆ GetDescription()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSNacelleGuideCurve::GetDescription ( ) const
virtual

◆ GetFromZeta()

virtual TIGL_EXPORT const double& tigl::generated::CPACSNacelleGuideCurve::GetFromZeta ( ) const
virtual

◆ GetGuideCurveProfileUID()

virtual TIGL_EXPORT const std::string& tigl::generated::CPACSNacelleGuideCurve::GetGuideCurveProfileUID ( ) const
virtual

◆ GetName()

virtual TIGL_EXPORT const std::string& tigl::generated::CPACSNacelleGuideCurve::GetName ( ) const
virtual

◆ GetNextUIDObject()

TIGL_EXPORT const CTiglUIDObject* tigl::generated::CPACSNacelleGuideCurve::GetNextUIDObject ( ) const
finalprivatevirtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSNacelleGuideCurves* tigl::generated::CPACSNacelleGuideCurve::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSNacelleGuideCurves* tigl::generated::CPACSNacelleGuideCurve::GetParent ( ) const

◆ GetStartSectionUID()

virtual TIGL_EXPORT const std::string& tigl::generated::CPACSNacelleGuideCurve::GetStartSectionUID ( ) const
virtual

◆ GetToZeta()

virtual TIGL_EXPORT const double& tigl::generated::CPACSNacelleGuideCurve::GetToZeta ( ) const
virtual

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSNacelleGuideCurve::GetUIDManager ( )

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSNacelleGuideCurve::GetUIDManager ( ) const

◆ NotifyUIDChange()

TIGL_EXPORT void tigl::generated::CPACSNacelleGuideCurve::NotifyUIDChange ( const std::string &  oldUid,
const std::string &  newUid 
)
finalprivatevirtual

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ SetDescription()

virtual TIGL_EXPORT void tigl::generated::CPACSNacelleGuideCurve::SetDescription ( const boost::optional< std::string > &  value)
virtual

◆ SetFromZeta()

virtual TIGL_EXPORT void tigl::generated::CPACSNacelleGuideCurve::SetFromZeta ( const double &  value)
virtual

◆ SetGuideCurveProfileUID()

virtual TIGL_EXPORT void tigl::generated::CPACSNacelleGuideCurve::SetGuideCurveProfileUID ( const std::string &  value)
virtual

◆ SetName()

virtual TIGL_EXPORT void tigl::generated::CPACSNacelleGuideCurve::SetName ( const std::string &  value)
virtual

◆ SetStartSectionUID()

virtual TIGL_EXPORT void tigl::generated::CPACSNacelleGuideCurve::SetStartSectionUID ( const std::string &  value)
virtual

◆ SetToZeta()

virtual TIGL_EXPORT void tigl::generated::CPACSNacelleGuideCurve::SetToZeta ( const double &  value)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_description

boost::optional<std::string> tigl::generated::CPACSNacelleGuideCurve::m_description
protected

Description.

◆ m_fromZeta

double tigl::generated::CPACSNacelleGuideCurve::m_fromZeta
protected

Curve coordinate of the referenced section profile at which the guide curve shall start. Valid values are in the interval -1,..,1.

◆ m_guideCurveProfileUID

std::string tigl::generated::CPACSNacelleGuideCurve::m_guideCurveProfileUID
protected

UID of the guide curve profile.

◆ m_name

std::string tigl::generated::CPACSNacelleGuideCurve::m_name
protected

Name.

◆ m_parent

CCPACSNacelleGuideCurves* tigl::generated::CPACSNacelleGuideCurve::m_parent
protected

◆ m_startSectionUID

std::string tigl::generated::CPACSNacelleGuideCurve::m_startSectionUID
protected

UID of the start section.

◆ m_toZeta

double tigl::generated::CPACSNacelleGuideCurve::m_toZeta
protected

Curve coordinate of the profile following the referenced section profile. It defines where the guide curve ends. Valid values are in the interval -1,..,1.

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSNacelleGuideCurve::m_uidMgr
protected

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