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

Beamsolver #28

Merged
merged 22 commits into from Jul 23, 2019
Merged

Beamsolver #28

merged 22 commits into from Jul 23, 2019

Conversation

helo9
Copy link
Member

@helo9 helo9 commented Jul 21, 2019

No description provided.

@helo9 helo9 requested a review from dernatsch July 21, 2019 15:18
from wingstructure.structure.stickmodel import transform_loads

wing = Wing()
wing.append()
Copy link
Member

Choose a reason for hiding this comment

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

was wird hier appended?

Copy link
Member Author

Choose a reason for hiding this comment

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

eine section mit default values!

Copy link
Member Author

Choose a reason for hiding this comment

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

def append(self, pos=(0.0, 0.0, 0.0), chord=1.0, twist=0.0, airfoil=''):
self.sections.append(
self._Section(Point(*pos), chord, twist, airfoil)
)

Copy link
Member

@dernatsch dernatsch left a comment

Choose a reason for hiding this comment

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

When a Wing object is created the class member append is called without a parameter.
Can you explain what is appended there?

@helo9 helo9 merged commit da7cf35 into master Jul 23, 2019
@helo9 helo9 deleted the beamsolver branch July 23, 2019 11:41
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.

None yet

2 participants