482
edits
Line 92: | Line 92: | ||
===Additional function: Strut Force=== | ===Additional function: Strut Force=== | ||
JSBSim now allows inclusion of an arbitrary table or function to calculate strut force, rather than using JSBSim's built-in functions to calculate forces and damping on a contact point. This should be operational in Flightgear 2.8 and forward. Include a section like this within your contact definition: | JSBSim now allows inclusion of an arbitrary table or function to calculate strut force, rather than using JSBSim's built-in functions to calculate forces and damping on a contact point. This should be operational in Flightgear 2.8 and forward. Include a section like this within your contact definition: | ||
<syntaxhighlight> | <syntaxhighlight> | ||
<strut_force> | |||
<function> | <function> | ||
<sum> | <sum> | ||
Line 128: | Line 125: | ||
<damping_coeff_rebound unit="LBS/FT/SEC">320</damping_coeff_rebound> | <damping_coeff_rebound unit="LBS/FT/SEC">320</damping_coeff_rebound> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[http://forum.flightgear.org/viewtopic.php?f=49&t=20599 More information and example usage here.] | [http://forum.flightgear.org/viewtopic.php?f=49&t=20599 More information and example usage here.] | ||
edits