OpenMDAO / dymos

Open Source Optimization of Dynamic Multidisciplinary Systems
Apache License 2.0
202 stars 65 forks source link

Change Birkhoff transcription interface to be more consistent with others. #1090

Closed robfalck closed 1 month ago

robfalck commented 1 month ago

Proposed feature.

The Birkhoff transcription currently accepts a BirkhoffGrid option specifying its grid data. This is redundant since Birkhoff should only use BirkhoffGrid and never one of the other grid types.

This change will make it so that Birkhoff takes in num_nodes and grid_type and instantiates the grid internally.

Since Birkhoff hasn't been officially released and documented with dymos yet, we will not be preserving the previous behavior.

Example

N./A