Prototyping automobile components

AI Thread Summary
The discussion focuses on creating software-based simulations for automobile components, specifically engine dynamics, gear trains, and car body mechanics. Key points include understanding how to calculate torque and RPM from engine power, which is influenced by fuel consumption, and the implications of engaging gears at different RPMs, which can lead to mechanical failure. The conversation also addresses the relationship between engine torque and vehicle acceleration, emphasizing the importance of feedback mechanisms for accurate modeling. Additionally, the need for a clutch subsystem to manage speed mismatches during gear changes is highlighted. Overall, the discussion aims to refine the simulation model by clarifying these interdependencies and mechanics.
kvkskumar
Messages
3
Reaction score
0
Hi,
I'm creating software based simulations for different components of a car. I've some query regarding this. Also please let me know if what I'm doing is correct or not

1. Engine component

It would take the acceleration request and fuel injection(set at the beginning) and would compute output power accordingly. (power = some factor * fuel * request)

Here my query is if I'm considering that engine is not connected to anything. Its output is a shaft turning at some rpm with some torque. How do I know what torque is it generating and what is the rpm

2. gear train

It is combination of gears that connects to shafts. According to the gear ratio, the output torque and rpm would change.

Here my query is what would happen if the two ends at the time of engaging them are at different rpms or torque (not related by the gear ratio)

3. car body

It takes the input torque from engine via gear and performs motion

Here I'm taking the torque from engine via gear(with gear ratio) and converting it to drive force. I'm subtracting the resistive forces(drag, friction...) and then dividing it with mass to get acceleration

I've read from some forums that drive speed of wheels may be calculated from rpm of shaft from engine via gears.

I'm thinking that, the speed of car would start from zero to increase with the acceleration obtained from engine torque and would go till the max value of drive speed from engine rpm. Am I correct? If I'm correct what would happen if the speed goes beyond drive speed found from the engine rpm using the formula(already have it)

Please remember I need to create each component thinking that are not connected to anything and I cannot depend on numbers from other components for generating torque/power/rpm in engine

Any formulas/references may be helpful

Thanks in advance
 
Engineering news on Phys.org
Q1 said:
How do I know what torque is it generating and what is the rpm
An engine has a power determined by the rate of fuel consumption. Power = torque * RPM. Because the car has inertia, the motor will have to travel at the road speed, (so long as the tyres grip the road). That sets the engine RPM from which you can imply the torque, from known fuel consumption. An engine has a maximum torque curve that depends on RPM.
Q2 said:
what would happen if the two ends at the time of engaging them are at different rpms or torque (not related by the gear ratio)
It will make a crashing noise as the gears start to mesh. If they mesh it may break a gear, slip a tyre or stall the engine.
Q3 said:
what would happen if the speed goes beyond drive speed found from the engine rpm using the formula(already have it)
An engine can brake as well as accelerate. If you provide insufficient fuel the torque in the engine output will be negative and the engine will absorb power. The RPM to torque curve specifies the maximum, it does not show the negative torque possibilities.
 
Thanks a ton Baluncore. You've helped me a lot.
 
Baluncore said:
An engine has a power determined by the rate of fuel consumption. Power = torque * RPM. Because the car has inertia, the motor will have to travel at the road speed, (so long as the tyres grip the road). That sets the engine RPM from which you can imply the torque, from known fuel consumption. An engine has a maximum torque curve that depends on RPM.

So You mean to say that at the time of starting the car(when car is not moving), there will be high torque (and engine shaft will rotate with what rpm ? ). this torque makes the car wheels to move (taking drag and friction into consideration), due to which the shaft connected between car wheels and engine will move at the rpm given by some ratio of wheel radius ( assuming no other gears and transmission systems). When the rpm is increased, beyond a certain limit, the engine would give some noise (how do I know what rpm it is). for eliminating the sound we change the gear. So I need to send the feedback speed of wheels to engine module to find out its rpm?

It will make a crashing noise as the gears start to mesh. If they mesh it may break a gear, slip a tyre or stall the engine.

If I have a gear train with two nodes. you said it might mesh or slip or stall. Is it not possible to make something like an average of the two or something like that?

Please let me know. I'm sorry if I'm bugging you or posting stupid questions. Thanks in advance
 
Your engine model will have parameters and state variables. Engine RPM is a state variable. It effects many things. You should identify all parameters, state variables and variables needed for your model. The state variables will be needed to communicate between your sub-models as they will fully specify the operation of the system.

When starting, the difference between engine RPM and road speed through the gearbox will be made up by slip in the clutch. If fuel is insufficient to maintain torque required then RPM will fall.

I think the clutch should be modeled as a sub-system. That will allow you to slip the clutch or stall the motor if there is a speed mismatch while changing gear. You can then assume the gearbox is a perfect synchromesh box if the differential speed is less than a certain percentage. If outside that band you should be unable to change gear.
 
How did you find PF?: Via Google search Hi, I have a vessel I 3D printed to investigate single bubble rise. The vessel has a 4 mm gap separated by acrylic panels. This is essentially my viewing chamber where I can record the bubble motion. The vessel is open to atmosphere. The bubble generation mechanism is composed of a syringe pump and glass capillary tube (Internal Diameter of 0.45 mm). I connect a 1/4” air line hose from the syringe to the capillary The bubble is formed at the tip...
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...
I'd like to create a thread with links to 3-D Printer resources, including printers and software package suggestions. My motivations are selfish, as I have a 3-D printed project that I'm working on, and I'd like to buy a simple printer and use low cost software to make the first prototype. There are some previous threads about 3-D printing like this: https://www.physicsforums.com/threads/are-3d-printers-easy-to-use-yet.917489/ but none that address the overall topic (unless I've missed...

Similar threads

Back
Top