This includes a host of new features, including transport aircraft weight and drag buildups. It also changes the range of required OpenMDAO versions to between 3.21 and 3.30 (inclusive) because of a previous GitHub Actions testing bug that wasn't actually testing the correct versions (the previous range didn't actually work despite passing tests).
What's Changed * Lots of new models for clean sheet aircraft design by eytanadler in https://github.com/mdolab/openconcept/pull/64
What's Changed * New 2024 Eytan 1st paper by mariejvaucher in https://github.com/mdolab/openconcept/pull/60 * Remove IndepVarComp from heat exchanger model so users can connect things to the DV values by eytanadler in https://github.com/mdolab/openconcept/pull/61 * Sparse partials for ExecComps by kanekosh in https://github.com/mdolab/openconcept/pull/63 * Changed Hx Value error to Analysis error for 3 instances. by mariejvaucher in https://github.com/mdolab/openconcept/pull/62
New Contributors * mariejvaucher made their first contribution in https://github.com/mdolab/openconcept/pull/60
Fixed duct with integrated heat exchanger (`ImplicitCompressibleDuct`).
What's Changed * Update codecov action version by eytanadler in https://github.com/mdolab/openconcept/pull/52 * Fix OpenMDAO install in GitHub Actions build by eytanadler in https://github.com/mdolab/openconcept/pull/53 * Adding OS specification to readthedocs build by eytanadler in https://github.com/mdolab/openconcept/pull/55 * RTD config update by kanekosh in https://github.com/mdolab/openconcept/pull/56 * Fix the failed GHA build by eytanadler in https://github.com/mdolab/openconcept/pull/58 * Fix duct by eytanadler in https://github.com/mdolab/openconcept/pull/59
What's Changed * updated aerodynamics init by kanekosh in https://github.com/mdolab/openconcept/pull/43 * Fixed heat exchanger coefficient used for pressure drop by eytanadler in https://github.com/mdolab/openconcept/pull/44
New Contributors * kanekosh made their first contribution in https://github.com/mdolab/openconcept/pull/43