Tweaked with drag and thrust.
This commit is contained in:
parent
846ac621a2
commit
0a97fc1dcc
2 changed files with 3 additions and 2 deletions
|
@ -181,7 +181,8 @@ void aero( SCALAR dt, int Initialize ) {
|
|||
CLob=0;
|
||||
|
||||
|
||||
Cdob=0.031;
|
||||
/* original /* /* Cdob=0.031; */
|
||||
Cdob=0.046;
|
||||
Cda=0.13; /*Not used*/
|
||||
Cdde=0.06;
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ void engine( SCALAR dt, int init ) {
|
|||
|
||||
/* F_X_engine = Throttle[3]*813.4/0.2; */ /* original code */
|
||||
/* F_Z_engine = Throttle[3]*11.36/0.2; */ /* original code */
|
||||
F_X_engine = Throttle[3]*350/0.83;
|
||||
F_X_engine = Throttle[3]*400/0.83;
|
||||
F_Z_engine = Throttle[3]*4.9/0.83;
|
||||
M_m_engine = F_X_engine*0.734*cbar;
|
||||
/* 0.734 - estimated (WAGged) location of thrust line in the z-axis*/
|
||||
|
|
Loading…
Add table
Reference in a new issue