Skip to content

Hard coded number of engines in AeroGeom #1080

@xjjiang

Description

@xjjiang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions