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

delete unncessary args; loading model #135

Merged
merged 4 commits into from
Nov 12, 2017
Merged

delete unncessary args; loading model #135

merged 4 commits into from
Nov 12, 2017

Conversation

mjburton11
Copy link

No description provided.

@mjburton11
Copy link
Author

test models please

2 similar comments
@mjburton11
Copy link
Author

test models please

@mjburton11
Copy link
Author

test models please

@mjburton11
Copy link
Author

test models please

@mjburton11 mjburton11 requested a review from bqpd November 11, 2017 16:08
* allow for any airfoil data

* add tau as independent var if fit has d=3
@mjburton11
Copy link
Author

test models please

@mjburton11
Copy link
Author

test models please

Copy link
Contributor

@bqpd bqpd left a comment

Choose a reason for hiding this comment

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

Looks great!

constraints = [
Cd >= cdp + CL**2/np.pi/static["AR"]/e,
Re == state["\\rho"]*state["V"]*static["c_{MAC}"]/state["\\mu"],
# XfoilFit(fd, cdp, [CL, Re], airfoil="jho1.dat"),
XfoilFit(fd, cdp, [CL, Re]),
XfoilFit(fd, cdp, independentvars),
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd rather these be passed in as optional arguments I think....Cl=, Re=, tau= etc

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