Skip to content
Snippets Groups Projects
Commit d06ad504 authored by Maurice Zimmnau's avatar Maurice Zimmnau
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 7bf42948
No related branches found
No related tags found
5 merge requests!263Apply 1 suggestion(s) to 1 file(s),!261Reintruduced automatic flight condition selection,!245Apply 1 suggestion(s) to 1 file(s),!233Initial open source version,!201aerodynamic_analysis some unit conversions
......@@ -811,7 +811,7 @@ double liftingLineForTAW::getFuselageCM0(const uint16_t& machID) {
double deltaFuselage = -1.8 * (1. - 2.5 * geom2::measure::width_max(theFuselage) / geom2::measure::length(theFuselage))
* (PI * geom2::measure::width_max(theFuselage) * geom2::measure::height_max(theFuselage) * geom2::measure::length(theFuselage))
/ (4. * geom2::measure::reference_area(liftingSurfaces.front()) * geom2::measure::mean_aerodynamic_chord(liftingSurfaces.front()))
* (myLL_vec.at(machID).theLLOutputPt->CLatAoA0 / ( convertRadian(DEGREE, myLL_vec.at(machID).theLLOutputPt->dCLtodAoA_wf)));
* (myLL_vec.at(machID).theLLOutputPt->CLatAoA0 / ( convertUnit(RADIAN, DEGREE, myLL_vec.at(machID).theLLOutputPt->dCLtodAoA_wf)));
return deltaFuselage;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment