How to use n1spindown/n2spindown #997
Replies: 6 comments 2 replies
-
How did you come up with your very small spin down values? So taking a look, these are the default values if you don't specify any. jsbsim/src/models/propulsion/FGTurbine.cpp Lines 74 to 75 in 056bb71 And they're used in the call to jsbsim/src/models/propulsion/FGTurbine.cpp Lines 172 to 184 in 056bb71 And this is the implementation of jsbsim/src/models/propulsion/FGTurbine.cpp Lines 400 to 410 in 056bb71 Note how the deceleration factor is calculated when calling Now I noticed in the jsbsim/src/models/propulsion/FGTurbine.cpp Lines 273 to 278 in 056bb71 |
Beta Was this translation helpful? Give feedback.
-
Hi Sean, There doesn't seem to be any documentation on the thing: https://jsbsim.sourceforge.net/JSBSim/classJSBSim_1_1FGTurbine.html hence how I missed it. I will recalculate everything and try again tomorrow. Thank you! |
Beta Was this translation helpful? Give feedback.
-
I guess we should also double-check why the spinup and spindown values are used differently and whether they shouldn't be consistent. |
Beta Was this translation helpful? Give feedback.
-
Since it's been so many years since implemented (2018) I think we probably should just leave it how it is and just document that it works that way. Kind Regards, |
Beta Was this translation helpful? Give feedback.
-
You know what - it's actually better like this. That way the shutdown curve is somewhat realistic instead of linear. Kind Regards, |
Beta Was this translation helpful? Give feedback.
-
One more thing - would it be possible to have this value on a table lookup? So that my panel state loading system can override the value with a very fast value for quickly shutting down the engine - as the real takes long. For startup, set-running works fine but I guess also having spinup and startrate on a table might be useful. Kind Regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to adjust the shutdown speed of the FGTurbine, and are using FlightGear v Next (2020.4).
However, these tags seem to have no effect on the turbine. No matter how low I set them, the turbine still shuts down at a wrong speed. I'm not sure if I am doing something wrong?
A weird thing also, with these tags in place and smaller values set, the "set-running" property no longer works. The engine blips in RPM and then shuts back down.
The tags I am using are
<n1spindown>
and<n2spindown>
. The spinup versions work perfectly.Kind Regards,
Josh
Beta Was this translation helpful? Give feedback.
All reactions