My method about how to retrieve the parameters of inlet and outlet of one junction #31435
Wang-Yihu
started this conversation in
Show and tell
Replies: 0 comments
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.
-
You guys told me that
SideAverageValueis not correct to retrieve the parameters of inlet and outlet of one junction. TheADFlowJunctionFlux1Phaseis correct. However, it can only retrieve(rho*u*A)_in,(rho*u^2*A+p*A)_in,(m_dot*h0)_in(We can call themm_dot,n_dot, andq_dot). How can we retrieve rho,u,p,T,rho?We can conclude a system of four equations with four unknowns:
And we can derive a quadratic equation in
uWe can solve this equation to get
u.Evidently,
pwill be(-m_dot*u+n_dot)/A,rhowill bem_dot/u/A,Twill bep/rho*M/R_u.Input file is in this example.
#31282 (reply in thread)
And the data processing is shown in this excel. We can see that my guess can be proven with the similarity between the data I calculate and retrieved from MOOSE ( I marked them with colored font)
分析真正的入口参数.xlsm
Beta Was this translation helpful? Give feedback.
All reactions