Harald67 / c150

Flightgear Cessna 150
4 stars 1 forks source link

Shorter engine start time? #43

Closed ghost closed 7 years ago

ghost commented 7 years ago

And another issue ;) as seen in many yt videos of c150 engine startups, the time before the engine catches and runs is much lower than we have atm. Can this be changed? Also, can the battery discharge be faster when starter is running, as it takes very much energy?

Harald67 commented 7 years ago

I don't know how jsbsim handles the engine start, I'll have to look into the code.

The starter is not modeled yet in the electrical circuit. The battery should discharge a lot faster as soon as the started is added.

Harald67 commented 7 years ago

Looking at jsbsim code I saw that the engine in running when rpm > 0.8 * idle rpm, so I reduced the value of Idle rpm. I hope that there is no side effect.

gilbertohasnofb commented 7 years ago

:+1:

I hope that there is no side effect.

Let's keep our eyes opened then.

ghost commented 7 years ago

As a side effect for sure the Idle rpm will be lower but as long as it's realistic

gilbertohasnofb commented 7 years ago

for sure the Idle rpm will be lower

Why? Which property are you thinking about changing which would have such side effect?

ghost commented 7 years ago

"so I reduced the value of Idle rpm." Harald changed the value of idle rpm so the engine starts faster, but at the same time the idle RPM will be lower, because he reduced the value of idle RPM. If the idle RPM is still realistic that's just fine.