fastga.models.aerodynamics.aerodynamics module

FAST - Copyright (c) 2016 ONERA ISAE.

class fastga.models.aerodynamics.aerodynamics.Aerodynamics(**kwargs)[source]

Bases: openmdao.core.group.Group

Computes the aerodynamic properties of the aircraft in cruise conditions and in low speed conditions. Calls the AerodynamicHighSpeed and AerodynamicsLowSpeed sub-groups.

Set the solvers to nonlinear and linear block Gauss–Seidel by default.

initialize()[source]

Definition of the options for the group.

setup()[source]

Add the LowSpeed and HighSpeedAerodynamics subsystems.