Rotary engine software
#1
Rotary engine software
If anyone is interested I've written an app which simulates the rotary. It started out as what was meant to be a really quick exercise but snowballed a bit. It's only a 2D simulation but you can control it with the mouse, which makes it more useful than most of the simulations I've seen. I've written up a very short help file which I recommend everyone should read as it contains some interesting stuff about the different windows. It has a PDA version also. Pics are below.
BTW, it requires the Microsoft.Net framework to be installed which is a pretty quick painless install and will be good to have installed because more and more apps are starting to rely on it now. Details are on the web page.
http://www.mikesdriveway.com/engineapp
BTW, it requires the Microsoft.Net framework to be installed which is a pretty quick painless install and will be good to have installed because more and more apps are starting to rely on it now. Details are on the web page.
http://www.mikesdriveway.com/engineapp
#7
Windsor, Ont
Joined: Sep 2002
Posts: 1,175
Likes: 0
From: Windsor, Ont
Wow.. that is AMAZING software.. good work!
I'm having a bit too much fun with this :P
you should show the intake and exhaust ports too, because for people who dont know what a rotary is will just be confused and wonder where the heck the air is coming from and where the exhaust is going, and add it into the custom rotary engine builder so we can select different types of porting, (regular, streetport, bridgeport, ect.)
I'm having a bit too much fun with this :P
you should show the intake and exhaust ports too, because for people who dont know what a rotary is will just be confused and wonder where the heck the air is coming from and where the exhaust is going, and add it into the custom rotary engine builder so we can select different types of porting, (regular, streetport, bridgeport, ect.)
Last edited by CompuBob; 04-26-04 at 11:23 AM.
Trending Topics
#8
Thanks, I'm glad you all liked it I was planning to add ports, valves and spark plugs but it is a little complicated because the engine is drawn on the fly by specifying eccentrity, rotor face radius etc. So I can't just draw an inlet port, I have to work out where it is etc. But I will do this.
#9
Wow, nice work!, you should make it into a port simulator/ developer. so you can drawn on your own ports, and then the motor would have the oil seal track, corner seal track, corner seal plug track, leanding side seal path and trailing side seal path and tell you if your port would drop a corner seal, or just a plug, or if your in danger of rounding off a side seal etc, also it could tell you your ports opeing and closing degrees aproxx. that would be alot of work though,.. hmm,..
#10
I want to thank you very much for the free soft ware, to take the time to make it up and pass it freely says you that you are the type of person that is thinking more of other then your self Thank You . I'd showed it to my wife and she knew she was looking at a rotary sim rite of the bat but thoes other thingd going up and down she didn't have a clue what they where, onec agen thank you
#11
Originally posted by drago86
Wow, nice work!, you should make it into a port simulator/ developer. so you can drawn on your own ports, and then the motor would have the oil seal track, corner seal track, corner seal plug track, leanding side seal path and trailing side seal path and tell you if your port would drop a corner seal, or just a plug, or if your in danger of rounding off a side seal etc, also it could tell you your ports opeing and closing degrees aproxx. that would be alot of work though,.. hmm,..
Wow, nice work!, you should make it into a port simulator/ developer. so you can drawn on your own ports, and then the motor would have the oil seal track, corner seal track, corner seal plug track, leanding side seal path and trailing side seal path and tell you if your port would drop a corner seal, or just a plug, or if your in danger of rounding off a side seal etc, also it could tell you your ports opeing and closing degrees aproxx. that would be alot of work though,.. hmm,..
#13
Actually, I'm curious how you came up with the rotor sides, though looking at your page it looks like you're manually specifying the radius for it. I've tried screwing with that in Matlab, but gave up before I came up with a rotor that didn't overlap the housing once in a while.
Can you make it spit out the volume in the individual chambers at a given rotation?
That would be really cool, drawing the port based on timing. I know it's possible, but haven't sat down and put brainsweat into figuring it out.
Another useful thing would be to determine port area at a given rotation, but... well.
Need to go back and relook at my attempts at this kind of stuff now that I've got a couple more semesters of math under my belt.
Can you make it spit out the volume in the individual chambers at a given rotation?
Originally posted by MikeC
I was planning on doing this, so you could draw a port and have it work out the timing, and do it the other way around so that you can specify the timing and have it draw the port.
I was planning on doing this, so you could draw a port and have it work out the timing, and do it the other way around so that you can specify the timing and have it draw the port.
Another useful thing would be to determine port area at a given rotation, but... well.
Need to go back and relook at my attempts at this kind of stuff now that I've got a couple more semesters of math under my belt.
#14
Learned alot | Alot to go
iTrader: (2)
Joined: Apr 2002
Posts: 4,232
Likes: 0
From: Rotaryland, New Hampshire
That has got to be one of the coolets things i have downloaded from this forum
now, for the next version.. let is draw ports and plot seal tracks and timing, then print them out at 100% so we can see how they will work out
now, for the next version.. let is draw ports and plot seal tracks and timing, then print them out at 100% so we can see how they will work out
#15
i think the easiet way to start off with, would be to let it draw the ports in simple triangles - putting the points at the crucial limits. Exact shaping isn't really needed (yet).
Seal tracks could simply be added by letting it "draw" the trail from one point on the rotor.
i've got no idea about programing, but i'm just trying to think about ways to make it easier to work
Seal tracks could simply be added by letting it "draw" the trail from one point on the rotor.
i've got no idea about programing, but i'm just trying to think about ways to make it easier to work
#16
Port drawing is on it's way! I started on it today but I ran out of time. It should be fairly easy to do, I just have to color in the chamber volume for every angle where the port is closed, whatever is not colored in is the port. I'll have to do a bit extra work for the corner seals and oil rings but that shouldn't be too hard.
#17
Originally posted by Kenku
Actually, I'm curious how you came up with the rotor sides, though looking at your page it looks like you're manually specifying the radius for it. I've tried screwing with that in Matlab, but gave up before I came up with a rotor that didn't overlap the housing once in a while.
Can you make it spit out the volume in the individual chambers at a given rotation?
That would be really cool, drawing the port based on timing. I know it's possible, but haven't sat down and put brainsweat into figuring it out.
Another useful thing would be to determine port area at a given rotation, but... well.
Need to go back and relook at my attempts at this kind of stuff now that I've got a couple more semesters of math under my belt.
Actually, I'm curious how you came up with the rotor sides, though looking at your page it looks like you're manually specifying the radius for it. I've tried screwing with that in Matlab, but gave up before I came up with a rotor that didn't overlap the housing once in a while.
Can you make it spit out the volume in the individual chambers at a given rotation?
That would be really cool, drawing the port based on timing. I know it's possible, but haven't sat down and put brainsweat into figuring it out.
Another useful thing would be to determine port area at a given rotation, but... well.
Need to go back and relook at my attempts at this kind of stuff now that I've got a couple more semesters of math under my belt.
I was planning to make it show the chamber volumes in a popup window or something like that. It is fairly easy to calculate once you know the minimum volume.
Thread
Thread Starter
Forum
Replies
Last Post