Welcome to FAST-OAD-CS23-HE
For a description of the features of the FAST-OAD framework, you may explore the official documentation
For a description of models used in FAST-OAD-CS23-HE, you may look at Model documentation.
Note
Models in FAST-OAD-CS23-HE are still a work in progress.
Powertrain builder
The powertrain builder is a novel feature exclusive to FAST-OAD-CS23-HE, enabling flexible configuration of aircraft
powertrain architectures. It offers high flexibility in the definition of the propulsive system. To active this module, simply set the power_train_configuration_file path option to
the model(s) with either or both of these two IDs, fastga_he.power_train.sizing or fastga_he.performances.mission_vector
, in the configuration file.
power_train_sizing:
id: fastga_he.power_train.sizing
power_train_file_path: ./<powertrain_config>.yml
performances:
id: fastga_he.performances.mission_vector
⋮
power_train_file_path: ./<powertrain_config>.yml
sort_component: true
For further details of powertrain builder, you may look at Powertrain builder.