Creating a Turbocharger maps through M-script

Hello concern,
We have a GT power model of Diesel engine with Turbocharger. We are finding a solution to create Turbocharger maps for Compressor and Turbine in Matlab though M-script.
What could be the solution that through M-script, we can generate Turbocharger maps for Compressor as well as Turbine and eliminate the use of GT power tool.

3 Comments

"What could be the solution that through M-script, we can generate Turbocharger maps for Compressor as well as Turbine and eliminate the use of GT power tool."
You could implement all of the required models, heuristics, and algorithms in your own functions, classes and scripts.
I doubt that it would be a trivial project.
(GT power model appears to refer to https://www.gtisoft.com/gt-power/ )
I wonder what information is provided to the GT models to parametrize the compressor and turbines. And what format you want them through .m scripts? The most typical way I see uses a local variable "beta": pressure ratio and corrected flow rate are then described as functions of shaft speed and beta. This is the same way Simscape Fluids compressor and turbine blocks will allow you do. If you could clarify a bit, I may be able to make it more specific.

Sign in to comment.

Answers (0)

Categories

Products

Release

R2022b

Asked:

on 23 Feb 2026 at 4:54

Commented:

about 8 hours ago

Community Treasure Hunt

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

Start Hunting!