Dymos: Change initial conditions while using a restart file
15:32 20 Jan 2026

When using dm.run_problem() with the restart option, the simulation data overwrites the values that are prescribed by means of phase.set_state_val() (etc.) in the input file. If you wanted to use an existing restart file but change the initial conditions of one of the phases (say, update the liftoff mass in a rocket trajectory), is it possible to specify that new initial condition while still utilizing the restart file? Thanks.

openmdao