Diesel Work Cycle using MATLAB to plot P-v Diagram, Calculate work output, and Plot the work output when diameter of the piston is changed
조회 수: 9 (최근 30일)
이전 댓글 표시
I'm engineering student. I've got this project from my teacher.
The problem is I "never" use MATLAB before and I try to search some informations about Diesel Cycle for MATLAB many times on internet but I can't understand.
Please help me to solve this project, I really need some helps here.
Thank you very much.
PS. Sorry for my bad English
댓글 수: 3
Jason Rodgers
2022년 5월 25일
As another hint, once the P-V curve is developed, trapz can be used to perfrom numerical integration.
답변 (1개)
Rick Rosson
2016년 4월 4일
Here's a start:
theta = (0:0.1:359.9)';
D = 15;
L = 12;
L_TDC = 1.5;
V_TDC = (pi/4)*D^2*L_TDC;
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!