Heat Release Rate for IC Engine Spark ingnition (saifsalih1@gmail.com)

22 次查看(过去 30 天)
</matlabcentral/answers/uploaded_files/79339/HRR%20CA%20Modify.jpg> Hello Every one I wrote a matlab code to find the heat release rate vs the crank angle from the pressure trace data and it looks like reasonable Now I want to integrate the heat release rate curve to get the heat release (I was told trapozed method) but I am not sure how to perform this integration in matlab Then I want to normalize the heat release curve to get the mass fraction burned The second question is how can I find the wiebe function parameters from the mass fraction burned (I need to do curve fitting but I am not sure how to do it (It looks like the matlab put some small circles over the curve to see the fitting ) Thank you

回答(1 个)

Syah
Syah 2017-6-7
移动:Steve Miller 2022-12-7
Hi Saif,
Yes, you can perform integration using trapezoidal method as below:
Q_hr( i ) = 1 / 2 * ( dQ_hr( i ) + dQ_hr( i + 1 ) ) * istep ; where istep is the crank resolution.
Then you can calculate the total amount of heat release. To get MBF just normalize it. Hope this answer your question.
Syahar

类别

Help CenterFile Exchange 中查找有关 Chemistry 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by