Andrew Lamkin
Andrew Lamkin
## Purpose This PR fixes multiple bugs with properly passing the `meshFamilyGroup` from the MPhys wrapper to pyADflow function calls. Additionaly, this PR adds a way to add a custom...
## Purpose This PR introduces a new version of OptView that uses an MVC design pattern and PtQt6, built on the pyOptSparse history file api. This new version will fully...
## Purpose This PR fixes a bug where the initial ADflow states were being set to a vector of all ones when running with MPhys. This occurred because OpenMDAO defaults...
# Description We need to add unit and regression testing for the MPhys layer. Once we merge PRs #307, #308, and #321 we should create a new PR to add...
## Purpose This PR addresses a bug where adding multiple BCs of the same type didn't work as expected. Previously, only the first BC of a given type would be...
## Description The `setRoationRate` function in `pyADflow` has a bug that prevents assigning specific rotation rates to individual blocks. Instead, the rate is applied to `n` cgns blocks starting form...
This PR introduces a small change to the aeropropulsive scenario to make he builder names consistent with nomenclature in recent aeropropulsive literature as well as remove confusion with the OpenMDAO...
# Description of feature Following PR #248 we should update the ESP and VSP calls in the MPhys wrapper to remove the `**kwargs` and replace them with the full keyword...