mdolab / OpenAeroStruct

OpenAeroStruct is a lightweight tool that performs aerostructural optimization using OpenMDAO.
Apache License 2.0
196 stars 118 forks source link

Add units to all bspline components #180

Closed johnjasa closed 6 years ago

johnjasa commented 6 years ago

A recent OpenMDAO update allows for unit names for all bspline components. Go through OAS and add the correct units for each bspline component to avoid the unit warnings when running.

johnjasa commented 6 years ago

Fixed by #187