-
Notifications
You must be signed in to change notification settings - Fork 25
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
Chamber pairs of radial leakage do not change after the discharge angle #40
Comments
Can you please show your code for what you did? I am having a hard time to understand what precisely your question is. |
20200327-Question.pptx |
examples.zip |
Interesting... I couldn't make out from your picture in the PPT whether the very high radial flow rate was the total radial flow rate or the integrated one over the entire rotation. It would indeed be surprising if the leakage flow was as high as you mention, but instantaneously it certainly could be. Getting these chambers right for the leakage paths is something that I've been working on for many years, and I thought that I had it sorted finally, but perhaps not. |
Thank you! Your work is really amazing! The radial flow rate is the average value, which is the integrated one over the entire rotation over 2 PI. |
I want to know the radial leakage situation after the discharge angle, but I don't know which part of the code I need to change.
I ran "scroll_compressor.py" under file "examples", and opened the h5 file to check the radial leakage situation. Here's the thing. The scroll compressor I set had only 1 compression chamber pair at maximum, and everything before the discharge angle (theta_d) is fine. Main radial leakage chamber pairs before theta_d are (1) suction chamber--suction channel (s1/s2--sa) , (2) compression chamber--suction chamber (c1/c2--s2/s1).
But after theta_d, it should be (1) suction chamber--suction channel (s1/s2--sa) , (2) discharge chamber--suction chamber (d1/d2--s2/s1). And I chased back to the "core.py" under file "scroll", and the code related to how to assign radial leakage chamber pairs has no problem. And I can't figure out how the main function works. Would you like to give me some help?
The text was updated successfully, but these errors were encountered: