-
In the documentation for `multifi_cokriging`, the result from the example is not reproducible. In particular, when I run
```python
np.abs(float(model.predict([0.05])[0])- ((0.05*6-2)**2)*np.sin((0…
-
### Description
Under very specific circumstances, the value of an input to an explicit component is being incorrectly set to its lower bound.
The following reproducing example is the paraboloid opt…
-
For non planar wing configurations (arc wing for example), if one tries to optimize the twist, the optimizer will converge to a wing geometry where the AR is higher than the baseline. Is it possible t…
-
Hello,
I am running Example 02 for controller optimization.
I wanted to compare the optimization results between three merit figures, which are AEP, DEL_RootMyb, and DEL_TwrBsMyt.
If I select DE…
-
http://openmdao.org/
requested by c.d. mclean in sage-cloud list.
-
## Summary of the issue
In a `Multipoint` group with 2 aerostructural scenarios, a and b, the totals from scenario a are incorrect while the totals from scenario b are correct. If the conditions (f…
-
Hello
I think that the design variables along the spanwise are interpolated with interp function which is linear interpolation method with regard to n_span value in the modeling_option.yaml file.…
-
Hello.
When I run nrel5mw.py in the 02_reference_turbines folder, I get an error like this.
How can I fix this error?
```
Traceback (most recent call last):
File "/home/default/WISDEM/examp…
-
### Description
I am running the below problem, and despite the environmental variable set to 'all', no reports are being generated.
When including the argument `reports` in problem: `prob = om.Pr…
-
### Description
The following code functions to set my initial states with Radau, but when I swap over to Explicit Shooting, I can no longer promote `initial_states:x` out of the phase. Looking at …