- http://www.corvetteforum.com/forums/c3-tech-performance/3489278-camshaft-effects-on-compression-and-vacuum.html (see post #2)
- http://members.uia.net/pkelley2/DynamicCR.html
When I started this whole restomod process, I would've never guessed that I would be whipping out some trig to figure out engine design! Thankfully, as a former engineer and current high school physics teacher I'm pretty comfortable with the math and spreadsheets. If you're interested in making your own spreadsheet, type in the setup you see in the pic below and then there are 4 equations to copy & paste into your sheet...
For engine CID in cell E3 of the sheet...
copy & paste... =((PI()*($B$3/2)^2*$B$1))*8
For dynamic stroke, that starts in B10...
copy & paste... =$B$1+$B$2-SQRT($B$2^2-(0.5*$B$1*SIN(RADIANS($A10))))-(0.5*$B$1-0.5*$B$1*COS(RADIANS($A10)))
then drag/extend it downwards to get the different values for intake valve closing points
For SCR, that starts in C10...
copy & paste... =((PI()*($B$3/2)^2*$B$1)/(($B$4*(1/2.54)^3)+(PI()*($B$5/2)^2*$B$6)+(PI()*($B$3/2)^2*$B$8)+($B$7*(1/2.54)^3)))+1
For DCR, that starts in D10...
copy & paste... =((PI()*($B$3/2)^2*$B10)/(($B$4*(1/2.54)^3)+(PI()*($B$5/2)^2*$B$6)+(PI()*($B$3/2)^2*$B$8)+($B$7*(1/2.54)^3)))+1
then drag/extend it downwards to get different answers at different intake valve closing points
No comments:
Post a Comment