Skip to content

Commit

Permalink
Modified the initial guess of the aircraft pitch to help convergence
Browse files Browse the repository at this point in the history
Otherwise the trim solver fails to find a solution.
  • Loading branch information
bcoconni committed Dec 6, 2020
1 parent bcd3f98 commit e0f1449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aircraft/Short_S23/reset01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<latitude unit="DEG"> 37.86 </latitude>
<longitude unit="DEG">-122.34 </longitude>
<phi unit="DEG"> 0.0 </phi>
<theta unit="DEG"> -1.0 </theta>
<theta unit="DEG"> -1.5 </theta>
<psi unit="DEG"> 180.0 </psi>
<altitude unit="FT"> 3000.0 </altitude>
</initialize>
2 changes: 1 addition & 1 deletion aircraft/Short_S23/reset02.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<latitude unit="DEG"> 37.86 </latitude>
<longitude unit="DEG">-122.34 </longitude>
<phi unit="DEG"> 0.0 </phi>
<theta unit="DEG"> -1.0 </theta>
<theta unit="DEG"> -2.0 </theta>
<psi unit="DEG"> 180.0 </psi>
<altitude unit="FT"> 5500.0 </altitude>
</initialize>

0 comments on commit e0f1449

Please sign in to comment.