-
Notifications
You must be signed in to change notification settings - Fork 55
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
Comments
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 |
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. |
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. |
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!
The text was updated successfully, but these errors were encountered: