convertUNICADO2CPACS
cpacsAcft::cpacsTrajectory::EmissionValues Class Reference

Class which represents the CPACS emissions XML block. More...

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::cpacsTrajectory::EmissionValues:
Collaboration graph

Public Member Functions

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

Public Attributes

std::vector< double > total
 
std::vector< double > cO2
 
std::vector< double > h2O
 
std::vector< double > o3
 
std::vector< double > cH4
 
std::vector< double > cont
 
std::vector< double > pmo
 

Detailed Description

Class which represents the CPACS emissions XML block.

Constructor & Destructor Documentation

◆ EmissionValues()

cpacsAcft::cpacsTrajectory::EmissionValues::EmissionValues ( )

Constructor of class EmissionValues.

◆ ~EmissionValues()

cpacsAcft::cpacsTrajectory::EmissionValues::~EmissionValues ( )
virtual

Destructor of class EmissionValues.

Member Data Documentation

◆ cH4

std::vector<double> cpacsAcft::cpacsTrajectory::EmissionValues::cH4

Vector of CH4 (Methan) emissions [kg]

◆ cO2

std::vector<double> cpacsAcft::cpacsTrajectory::EmissionValues::cO2

Vector of CO2 emissions [kg]

◆ cont

std::vector<double> cpacsAcft::cpacsTrajectory::EmissionValues::cont

Vector of CONT emissions [kg]

◆ h2O

std::vector<double> cpacsAcft::cpacsTrajectory::EmissionValues::h2O

Vector of H2O emissions [kg]

◆ o3

std::vector<double> cpacsAcft::cpacsTrajectory::EmissionValues::o3

Vector of O3 (Ozone) emissions [kg]

◆ pmo

std::vector<double> cpacsAcft::cpacsTrajectory::EmissionValues::pmo

Vector of PMO emissions [kg]

◆ total

std::vector<double> cpacsAcft::cpacsTrajectory::EmissionValues::total

Vector of total emissions [kg]


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