-
### Describe the enhancement you'd like
If source docs are included in the search index, then doing searches always returns results that include source docs. Sometimes when you are searching a book, …
-
### Description
Several components (AnalyticTimeseriesOutputComp, ExplicitShootingTimeseriesComp,
PseudospectralTimeseriesOutputComp, and SolveIVPTimeseriesOutputComp) have the following logic:
…
-
### Description
In #3272, I showed some testing that indicated a ~1.5x total runtime increase when upgrading from OpenMDAO 3.17 to OpenMDAO 3.33. I mentioned that I'd do some more testing, but unfo…
-
# Description of feature
Currently, the version of SLSQP provided is quite old, and suffers from several bugs that have been fixed elsewhere. See #301 for some discussion. Since SLSQP remains a rathe…
ewu63 updated
1 month ago
-
I have been mainly working with fusedwind.plant_flow so far. I am working to implement my FLORIS wake model, and then later connect it to rotor characteristics (ROTORSE, CC-BLADED). Although the tutor…
-
Propulsion models are managed differently than other disciplines in FAST-OAD and, as @younes-jc suggested to me, a tutorial notebook to explain how to create propulsion models for FAST-OAD would be us…
-
need to develop common environment representation for fusedwind and develop test case where hawc2/fast are swapped to run same case for a variety of input conditions
-
## Description
In the openaerostruct/geometry/utils.py module the Taper Function, _taper,_ that is implemented produces wrong results when the mesh has an offset in the y (spanwise) direction.
###…
-
### Description
When using the `NonlinearBlockGS` class to solve an aero-elastic steady state, we observe that when under FD (approx_totals on the full problem, and yes I know it's a bad idea), the n…
-
We are currently using [`scipy.optimize.minimize`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.minimize.html).
We have previously played with using IPOPT for the pseudo-spec…