Numerically Integrating Engine P-v diagram
이전 댓글 표시
I am currently trying to find the net work out of an engine power stroke by numerically integrating a pressure vs volume diagram I have made. Currently, I belive the trapz function is not finding the net area/not subtracting the area as the integration sweeps back to towards the starting point since the value I am getting is much higher than my calculation using Mean Effective Pressure. Is there a easy way to numerically integrate to find net/enclosed area? Thanks!
p0apsi=p0a.*bar; %pressure 0 advance in psi
power0a=(trapz(V,p0apsi))/12; %net work out [ft-lb]
output:363.5378
MEP Calculation: 275.5214

댓글 수: 2
David Goodmanson
2022년 3월 30일
HI Evan,
Is the squished ellipse at the bottom of the plot an intentional part of the cycle?
Daniel Dos Santos
2023년 4월 3일
I believe that it is 

답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!