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

a more reasonable lower bound for J #168

Merged
merged 3 commits into from
Apr 28, 2018
Merged

a more reasonable lower bound for J #168

merged 3 commits into from
Apr 28, 2018

Conversation

bqpd
Copy link
Contributor

@bqpd bqpd commented Apr 28, 2018

No description provided.

@bqpd
Copy link
Contributor Author

bqpd commented Apr 28, 2018

test models please

@bqpd
Copy link
Contributor Author

bqpd commented Apr 28, 2018

test models please

@bqpd bqpd requested a review from mjburton11 April 28, 2018 18:05
@@ -161,7 +160,7 @@ def setup(self, tailboom, htail, state):

self.tailboomJ = hasattr(tailboom, "J")
if self.tailboomJ:
constraints.append(tailboom.J >= 1e-50*units("m^4"))
constraints.append(tailboom.J >= 1e-10*units("m^4"))

Choose a reason for hiding this comment

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

was e-50 causing issues?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was showing up in Bounded since it's below our default threshold of 1e-30

@bqpd bqpd merged commit b205f11 into master Apr 28, 2018
@bqpd bqpd deleted the boundj branch April 28, 2018 21:02
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