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

Derivative of speed of sound as output #879

Merged
merged 4 commits into from
Dec 7, 2022

Conversation

kaushikponnapalli
Copy link
Contributor

Summary

Added optional computation of dsos_dh as an output to USatm1976Data. Added interpolated data for derivative of temperature

Related Issues

Backwards incompatibilities

None

New Dependencies

None

Copy link
Contributor

@robfalck robfalck left a comment

Choose a reason for hiding this comment

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

We need to test the drhos_dh and dsos_dh outputs. I'd recommend fitting some scipy interpolant to those outputs, getting its derivative at certain altitudes, and then asserting drhos_dh and dsos_dh against those. It was an omission that this assert wasn't included previously.

@robfalck robfalck merged commit dd28cd4 into OpenMDAO:master Dec 7, 2022
@kaushikponnapalli kaushikponnapalli deleted the mach_number_as_state branch November 29, 2023 21:08
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 ability to output d[sos]/dh from 1976 atmosphere model.
2 participants