Metroscope-dev / metroscope-modeling-library

Modelica library to build physical models of nuclear and combined cycle gas power plants. Based on ThermoSysPro library
https://www.metroscope.tech/
Other
25 stars 1 forks source link

[FEATURE] Add some outputs of interest in CCGT components #453

Open pierre-eliep-met opened 1 year ago

pierre-eliep-met commented 1 year ago

What is your precise need ?

We need to create by hand some variables in the models for KPIs, such as Q_reduced = compressor.Q * sqrt(compressor.T_in)/compressor.P_in;, as for the GT, etc.

What solution do you see ?

It would be more handy and robust to have them already created in the components directly

pierre-eliep-met commented 1 year ago

compressor_Qv_in = compressor_Q / compressor.rho_in; also