Connection between corrected mass flow and pressure ratio in the Turbine (G) Block

3 次查看(过去 30 天)
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 个评论
Gero
Gero 2023-8-7
it works with stodola's ellipse. The correlation is:
m_corr = sqrt(m_corr_Design^2/(1-pi_Design^2))*(1-(pi)^2)
Tank you for tip it was very helpfull.
Yifeng Tang
Yifeng Tang 2023-8-7
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.

请先登录,再进行评论。

回答(1 个)

Yifeng Tang
Yifeng Tang 2023-8-7
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.

类别

Help CenterFile Exchange 中查找有关 Thermal Liquid Library 的更多信息

产品


版本

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by