Skip to content
Snippets Groups Projects

Fix/lifting line without fuselage

Merged Lukas Neuerburg requested to merge fix/liftingLineWithoutFuselage into main
6 files
+ 21
25
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -82,7 +82,7 @@ class LIFTINGLINEINTERFACEDLLEXPORT liftingLineInput {
* \param aCoG {x,y,z}-coordinates of the center of gravity of the aircraft, [m]
*/
void createLiftingLineInput(const std::vector<geom2::MultisectionSurface<geom2::AirfoilSection>>& liftingSurfaces,
const geom2::MultisectionSurface<geom2::PolygonSection>& theFuselage,
const std::vector<double>& fuselageWidths,
const double& aMachNumber, const double& aReynoldsnumber, const double& refArea, const Point& aCoG);
/** \brief Method to initialize liftingLine run.
* \details Method differentiates between compressible and incompressible.
Loading