-
hey
do you have any plans for supporting FAST 8 and/or openFAST soon?
-
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.
-
This is not so much an issue as an idea for improvement. I was working on a script the past weeks and to add a design variable I used:
`p.model.add_design_var('z_hat_str', lower=np.array([0.2, 0.66…
-
Taking the latest version of OpenMDAO at the moment I am not able to collect the lower and upper bounds of variables from the recorder. As a test I use the example in the documentation (found [here](h…
-
With the new OpenMDAO version 2.3.0 the special recorders developed in OpenLEGO are not working anymore.
-
I'm encountering the following error when attempting to run `make all` in `openmdao/docs`, despite having installed sphinx and mock via pip.
```
$ make all
touch make_sourcedocs
The 'mock' packa…
-
Currently, if an output is added to a MetaModelUnStructuredComp component that uses a surrogate model that does not support analytical partials (aka did not override SurrogateModel.linearize), an opti…
-
For unknown reasons the scipyoptimizedriver breaks when used with Scipy 1.1 or higher. This is probably an openmdao bug but can't be sure
-
In version 2.4.0 AnalysisError is raised (line 277), but the AnalysisError is not imported.
Adding to the import statements solves the issue:
from openmdao.core.analysis_error import AnalysisErro…
-
Since some users still rely on Python 2.7 written code it would make sense to provide also 2.7 compatibility for pycalculix, especially when many different tools are coupled into optimization framewor…