Connection between corrected mass flow and pressure ratio in the Turbine (G) Block
6 views (last 30 days)
Show older comments
Hello,
I was trying to find the equation that describes the connection between corrected mass flow and pressure ratio in the Turbine (G) Block in Simscape if I use the analytical parametrization of the turbine map. Could you please give me the equation the turbine map is based on if the performance parameterization specification is set to "Analytical"?
3 Comments
Yifeng Tang
on 7 Aug 2023
Hi Gero,
I can confirm with you that the equation you shared is indeed the one implemented in the Turbine (G) block, with some modification for numerical stability (e.g. avoiding dividing by zero) and a multiplier for nozzle opening fraction. I'll reach out to the Documentation team and ask for an update.
I'll summarize this conversation and put into the answer section.
Answers (1)
Yifeng Tang
on 7 Aug 2023
Summary from the discussion in the Comments section.
While the formulation isn't given in the Documentation page of the Turbine (G) block, there is an example of a steam turbine that provides some hints. In this example: https://www.mathworks.com/help/releases/R2023a/simscape/ug/rankine-cycle-steam-turbine.html , the turbine is modeled using Simscape language as a custom block and the source code is visible. It's in two-phase domain, but the analytical form, Stodola's ellipse relation accordingly to the notes in the turbine block, is the same as in Turbine (G). The stodola's ellipse correlation is (credit: Gero): m_corr = sqrt(m_corr_Design^2/(1-pi_Design^2))*(1-(pi)^2).
In Turbine (G), the same equation is implemented, with some modification for numerical stability (e.g. avoiding dividing by zero) and a multiplier for nozzle opening fraction.
0 Comments
See Also
Categories
Find more on Gas Library in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!