Bertrand Coconnier
Bertrand Coconnier
Just for fun. Some of the things that can be achieved with JSBSim/Python/Jupyter lab. On this YouTube video, the bottom curve displays the aircraft altitude as the simulation progresses (the...
@seanmcleod What is the way forward about this issue ?
Following discussions in issue #1037: * The engine power is basically computed from the mixture efficiency correlation, the fuel and the specific fuel consumption: https://github.com/JSBSim-Team/jsbsim/blob/b9bfc2350e0e00e53246b65979cc18df2922a88d/src/models/propulsion/FGPiston.cpp#L786-L796 So basically we have `power...
Also according to the following lines of code: https://github.com/JSBSim-Team/jsbsim/blob/b9bfc2350e0e00e53246b65979cc18df2922a88d/src/models/propulsion/FGPiston.cpp#L755-L757 and https://github.com/JSBSim-Team/jsbsim/blob/b9bfc2350e0e00e53246b65979cc18df2922a88d/src/models/propulsion/FGPiston.cpp#L786 The computation of the mixture efficiency correlation can be simplified to the equivalent code: ```c++ ME = Mixture_Efficiency_Correlation->GetValue(1.3 *...
Closing the issue as no further comments have been made since the comment I have posted one year ago.
> **What is the motivation / use case for changing the behavior?** Better support for real use cases. An example is Diamond DA40NG. Given the landing gears configuration of this...
> It may be a language barrier, but I meant an unsteered front wheel, free to rotate around its (almost)vertical rotation axis. Of the fact it is unsteered I am...
> ```xml > 1.0 > 30 > ``` > > Edit: Nevermind, this doesn't work as a limit. I misunderstood some old code. `` does not work as a limit...
> What will happen when the nose wheel angle is constrained as in the code above, but the aircraft trajectory path is such, that a larger angle would have been...
> Do you want to submit a pull request (PR) or do you want me to go ahead and generate a pull request? I guess you can submit the PR...