On Saturday, May 07, 2011 16:13:01 ThorstenB wrote:
> On 18.04.2011 23:13, Maik Justus wrote:
> > By the way: I would prefer to use the old default values for the gear
> > solver. The spring constants of a gear should not be a function of the
> > approach fuel settings. Maybe some gears would need some tuning with the
> > patch otherwise. The
> > _approachWeight = _emptyWeight + totalFuel*_approachFuel;
> > should be moved behind the gear solver call.
> 
> What's the status here, do we want to change this? Would anyone provide
> a patch?
> 
> cheers,
> Thorsten
> 

As far as I can tell, the gear solver needs to work with approachSpeed and 
approachWeight:
float descentRate = 2.0f*_approachSpeed/19.1f;
float energy = 0.5f*_approachWeight*descentRate*descentRate;
Since approachWeight depends on fuel too, it's the old question - fix the 
physics engine and patch all aicraft that use these values, or keep the old 
values in the engine and don't touch the aircraft.
More feedback from aircraft devs would be welcome.

Adrian

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to