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

Condensers. More...

#include <CPACSSysElemCondensers.h>

Public Member Functions

virtual TIGL_EXPORT CPACSVehicleElementBaseAddCondenser ()
TIGL_EXPORT CPACSSysElemCondensers (CPACSSysElemThermoFluidConversionElements *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT CPACSVehicleElementBaseGetCondenser (const std::string &UID)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetCondenser (const std::string &UID) const
virtual TIGL_EXPORT CPACSVehicleElementBaseGetCondenser (size_t index)
virtual TIGL_EXPORT const CPACSVehicleElementBaseGetCondenser (size_t index) const
virtual TIGL_EXPORT size_t GetCondenserCount () const
virtual TIGL_EXPORT size_t GetCondenserIndex (const std::string &UID) const
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetCondensers ()
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & GetCondensers () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSSysElemThermoFluidConversionElementsGetParent ()
TIGL_EXPORT const CPACSSysElemThermoFluidConversionElementsGetParent () 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 RemoveCondenser (CPACSVehicleElementBase &ref)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSSysElemCondensers ()

Protected Attributes

std::vector< std::unique_ptr< CPACSVehicleElementBase > > m_condensers
 Transfers heat to condense a vapor into a liquid.
CPACSSysElemThermoFluidConversionElementsm_parent
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSSysElemCondensers (const CPACSSysElemCondensers &)=delete
 CPACSSysElemCondensers (CPACSSysElemCondensers &&)=delete
CPACSSysElemCondensersoperator= (const CPACSSysElemCondensers &)=delete
CPACSSysElemCondensersoperator= (CPACSSysElemCondensers &&)=delete

Detailed Description

Condensers.

Container for reusable condensers. The surrounding hierarchy determines the physical domain and functional role.

Constructor & Destructor Documentation

◆ CPACSSysElemCondensers() [1/3]

TIGL_EXPORT tigl::generated::CPACSSysElemCondensers::CPACSSysElemCondensers ( CPACSSysElemThermoFluidConversionElements * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSSysElemCondensers()

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

◆ CPACSSysElemCondensers() [2/3]

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

◆ CPACSSysElemCondensers() [3/3]

tigl::generated::CPACSSysElemCondensers::CPACSSysElemCondensers ( CPACSSysElemCondensers && )
privatedelete

Member Function Documentation

◆ AddCondenser()

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemCondensers::AddCondenser ( )
virtual

◆ GetCondenser() [1/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemCondensers::GetCondenser ( const std::string & UID)
virtual

◆ GetCondenser() [2/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemCondensers::GetCondenser ( const std::string & UID) const
virtual

◆ GetCondenser() [3/4]

virtual TIGL_EXPORT CPACSVehicleElementBase & tigl::generated::CPACSSysElemCondensers::GetCondenser ( size_t index)
virtual

◆ GetCondenser() [4/4]

virtual TIGL_EXPORT const CPACSVehicleElementBase & tigl::generated::CPACSSysElemCondensers::GetCondenser ( size_t index) const
virtual

◆ GetCondenserCount()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemCondensers::GetCondenserCount ( ) const
virtual

◆ GetCondenserIndex()

virtual TIGL_EXPORT size_t tigl::generated::CPACSSysElemCondensers::GetCondenserIndex ( const std::string & UID) const
virtual

◆ GetCondensers() [1/2]

virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemCondensers::GetCondensers ( )
virtual

◆ GetCondensers() [2/2]

virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSVehicleElementBase > > & tigl::generated::CPACSSysElemCondensers::GetCondensers ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

◆ GetNextUIDParent() [2/2]

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

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSysElemThermoFluidConversionElements * tigl::generated::CPACSSysElemCondensers::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSysElemThermoFluidConversionElements * tigl::generated::CPACSSysElemCondensers::GetParent ( ) const

◆ GetUIDManager() [1/2]

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

◆ GetUIDManager() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ RemoveCondenser()

virtual TIGL_EXPORT void tigl::generated::CPACSSysElemCondensers::RemoveCondenser ( CPACSVehicleElementBase & ref)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_condensers

std::vector<std::unique_ptr<CPACSVehicleElementBase> > tigl::generated::CPACSSysElemCondensers::m_condensers
protected

Transfers heat to condense a vapor into a liquid.

◆ m_parent

CPACSSysElemThermoFluidConversionElements* tigl::generated::CPACSSysElemCondensers::m_parent
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSysElemCondensers::m_uidMgr
protected

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