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

Add test and docs for rectangular horizontal stabilizer #281

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CassianoMontibeller
Copy link
Collaborator

Fixes #266

tests/Components/test_Aerodynamic.py Outdated Show resolved Hide resolved
tests/Components/test_Aerodynamic.py Show resolved Hide resolved
tests/Components/test_Aerodynamic.py Outdated Show resolved Hide resolved
tests/Components/test_Aerodynamic.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@joaofoes joaofoes left a comment

Choose a reason for hiding this comment

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

Agreed with the @rafaellehmkuhl comments, besides that, everythings good :)

@CassianoMontibeller CassianoMontibeller force-pushed the add_test_and_docs_for_RectangularHorizontalStabilizer branch from 4dc85c4 to 3e7e8c0 Compare October 1, 2020 00:44
tests/Components/test_Aerodynamic.py Outdated Show resolved Hide resolved
tests/Components/test_Aerodynamic.py Outdated Show resolved Hide resolved
@CassianoMontibeller CassianoMontibeller force-pushed the add_test_and_docs_for_RectangularHorizontalStabilizer branch from 3e7e8c0 to 6dbb988 Compare October 4, 2020 19:17
@@ -0,0 +1,32 @@
## RectangularHorizontalStabilizer
This class is responsible for creating a rectangular horizontal stabilizer type component. For this, it is necessary to pass as parameters the position and the angle in relation to the parent component, as well as the chord and span of the rectangular horizontal stabilizer.
Copy link
Member

Choose a reason for hiding this comment

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

Last change: missing the instruction to pass mass and name parameters.

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.

Add tests and docs for RectangularHorizontalStabilizer
3 participants