Skip to content

Handle unusual FLOPS duplicate variable for takeoff #993

@jkirk5

Description

@jkirk5

Desired capability or behavior.

FLOPS actually has two inputs to set desired max lift coefficient in takeoff: 'AERIN.CLTOM' and 'TOLIN.CLTOM'. The AERIN value is only used for simple takeoff, while the TOLIN value is for detailed takeoff.

Aviary only needs one value (Mission.Takeoff.LIFT_COEFFICIENT_MAX), so we will need to write a special case in fortran_to_aviary to handle this. I am not sure what we should do in the case that both values are present, likely picking one and printing a warning to the user (or adding a comment in-line for that variable, which we currently can't do but would be very helpful)

Is your feature request related to a problem? Please describe.

No response

Associated Bug Report

No response

Metadata

Metadata

Labels

code cleanupCode cleanup, refactoring, or similar helpful reorganization

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions