Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename Aircraft.Wing.MOUNTING_TYPE to Aircraft.Wing.MOUNT_LOCATION #643

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

xjjiang
Copy link
Contributor

@xjjiang xjjiang commented Jan 13, 2025

Summary

This is a very simple PR. The variable Aircraft.Wing.MOUNTING_TYPE is the wing location on fuselage between 0 and 1. Rename it to Aircraft.Wing.MOUNT_LOCATION

Related Issues

  • Resolves #

Backwards incompatibilities

None

New Dependencies

None

meta_data=_MetaData,
historical_name={"GASP": 'INGASP.HWING', "FLOPS": None, "LEAPS1": None},
units='unitless',
desc='wing location on fuselage (0 = low wing, 1 = high wing)',
desc='wing mount location on fuselage (0 = low wing, 1 = high wing)',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a continuous variable. in the description we should add:
"Values between 0 and 1 are acceptable".

Copy link
Contributor

@ehariton ehariton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update description definition slightly to include that values between 0 and 1 are acceptable.

@@ -5775,11 +5775,12 @@
)

add_meta_data(
Aircraft.Wing.MOUNTING_TYPE,
Aircraft.Wing.MOUNT_LOCATION,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VERTICAL_MOUNT_LOCATION

meta_data=_MetaData,
historical_name={"GASP": 'INGASP.HWING', "FLOPS": None, "LEAPS1": None},
units='unitless',
desc='wing location on fuselage (0 = low wing, 1 = high wing)',
desc='wing mount location on fuselage (0 = low wing, 1 = high wing)',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'vertical wing mount location....'

Mention that it is a continuous variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants