Share an example only consists of one compressor and one motor written by me #30942
Wang-Yihu
started this conversation in
Show and tell
Replies: 1 comment
-
|
Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
From the MOOSE code IdealGasFluidProperties.C, ADShaftConnectedCompressor1PhaseUserObject.C, the equations for compressor are:
(only for the steady)
There are 18 equations and 22 variables:
In MOOSE, we always know p0_1, T0_1, τ, p_2
I write a python code to solve this equation group
And MOOSE input file
And you will find that the final result from MOOSE is similar to that from this Python
Beta Was this translation helpful? Give feedback.
All reactions