Axial Turbocharger Modelling in C++

In summary, converting an Excel file into C++ requires a basic understanding of the C++ language and the use of libraries to read in the data and manipulate it.
  • #1
chowchekkee
7
0
Hi, currently i am studying the performance of axial turbocharger, and i have formulate the equation and all the data in Microsoft excel, and i want it to be convert into C++ language, could anyone teach me how to start by doing this, because i am totally new in C++...please...i already upload the excel file along with this post..
i really appreciate the help from u guys.

note: the file was too big in size for upload in here, about 1MB if anyone want to c the file please reply me with your email.

thanks
 
Physics news on Phys.org
  • #2
. To start converting an Excel file into C++, you will need to have a basic understanding of the C++ language and how it works. It is important to understand the syntax and data types that are available in C++. Once you have an understanding of the C++ language, you can begin to write code to read in the data from your Excel file. You can use libraries such as ODBC or Boost to help you read in the data and parse it into variables that can be used in your program. Once you have the data parsed, you can then use standard C++ programming techniques to manipulate the data as required and produce the desired result.
 

1. What is an axial turbocharger?

An axial turbocharger is a type of supercharger used in internal combustion engines to increase the amount of air entering the engine, resulting in improved performance and efficiency. It consists of a compressor wheel and a turbine wheel connected by a shaft, with the compressor wheel driven by the engine's exhaust gases.

2. How is an axial turbocharger modelled in C++?

An axial turbocharger can be modelled in C++ by creating a class that represents the turbocharger and its components, such as the compressor wheel and turbine wheel. The class can also include methods for calculating the performance of the turbocharger, such as boost pressure and efficiency, based on input parameters.

3. What are the advantages of modelling an axial turbocharger in C++?

Modelling an axial turbocharger in C++ allows for a more accurate representation of its performance compared to other methods, such as using lookup tables. It also allows for more flexibility in adjusting parameters and testing different scenarios, making it a valuable tool for engineers and researchers.

4. Are there any limitations to modelling an axial turbocharger in C++?

One limitation is the complexity of the model, which may require advanced knowledge of C++ and turbocharger systems. Additionally, the accuracy of the model is highly dependent on the quality of the input data and assumptions made during the modelling process.

5. How can the accuracy of an axial turbocharger model in C++ be validated?

The accuracy of an axial turbocharger model in C++ can be validated by comparing its results to real-world data from actual turbocharger testing. This can help identify any discrepancies and improve the model's accuracy. Additionally, the model can be validated by comparing its results to other existing models or simulations.

Similar threads

  • Programming and Computer Science
Replies
15
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
3
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Programming and Computer Science
Replies
29
Views
2K
  • Programming and Computer Science
3
Replies
81
Views
5K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
1K
  • Programming and Computer Science
Replies
1
Views
681
  • Mechanical Engineering
Replies
7
Views
5K
  • Programming and Computer Science
Replies
1
Views
916
  • Programming and Computer Science
Replies
13
Views
3K
Back
Top