Description
In GASP based aerodynamics component AeroGeom, the number of engines was hard coded as 2. For now, it was changed to
total_num_engines = sum(self.options[Aircraft.Engine.NUM_ENGINES])
This most likely need further modification and a multi-engines unit test.
Example
Try with:
Aircraft,Engine:NUM_ENGINES = [3, 2]
Aviary Version
0.10.0.dev0
Relevant environment information
No response
Description
In GASP based aerodynamics component
AeroGeom, the number of engines was hard coded as 2. For now, it was changed tototal_num_engines = sum(self.options[Aircraft.Engine.NUM_ENGINES])This most likely need further modification and a multi-engines unit test.
Example
Try with:
Aircraft,Engine:NUM_ENGINES = [3, 2]Aviary Version
0.10.0.dev0
Relevant environment information
No response