This is an implementation of the CADRE CubeSat problem for OpenMDAO 3.x.
It is no longer in active development.
Instructions for the latest development version:
git clone [email protected]:OpenMDAO/CADRE
cd CADRE
pip install -e .
You will also need MBI:
pip install git+https://github.com/OpenMDAO/MBI
And for parallel execution you will need petsc4py:
pip install petsc4py