Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to visualize a map #65

Open
NJC1012 opened this issue Jun 13, 2024 · 4 comments
Open

How to visualize a map #65

NJC1012 opened this issue Jun 13, 2024 · 4 comments

Comments

@NJC1012
Copy link

NJC1012 commented Jun 13, 2024

In the MAP file provided by PYCYCLE, there are five dimensional variables. How can we draw the image like this? If possible, it is best to provide a specific example. Looking forward to your help.
thanks!
map

@arushkumarsingh
Copy link

The input of compressor map is Wc(mass flow corrected), PR(pressure ratio) and efficiency. We need two points to get any point on the map and they could be PR and Wc, but you will get two Wc at one PR. So the concept of Rline was introduced. So we can get any point on map using Rline and Ncline. The third variable is for inlet guide vane angle, so you can input multiple maps for multiple inlet angles.

So three training parametre are Rline, Ncline, alphaline and the trained data are Wc,PR,eff.

You can read the NPSS pdf: https://ntrs.nasa.gov/api/citations/20070018165/downloads/20070018165.pdf
to get more info about input format.

@arushkumarsingh
Copy link

You can input any another map from your side, u can call the functions plot_compressor_maps, plot_turbine_maps from viewer.py to plot your maps.

@NJC1012
Copy link
Author

NJC1012 commented Jun 13, 2024

Thank you for your reminder. I already knew the corresponding relationships between the parameters in MAP before, but I didn't see any relevant examples in the viewer.py file, so I don't know how to implement them. If possible, could you provide a specific example of calculating MAP correction for off-design points. I already know the principles and basic concepts, but it is still quite difficult to implement. How can I get in touch with you? Communication is inconvenient here.
Thank you!

@NJC1012
Copy link
Author

NJC1012 commented Jun 13, 2024

You can input any another map from your side, u can call the functions plot_compressor_maps, plot_turbine_maps from viewer.py to plot your maps.

Thank you for your reminder. I already knew the corresponding relationships between the parameters in MAP before, but I didn't see any relevant examples in the viewer.py file, so I don't know how to implement them. If possible, could you provide a specific example of calculating MAP correction for off-design points. I already know the principles and basic concepts, but it is still quite difficult to implement. How can I get in touch with you? Communication is inconvenient here.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants