I am trying to switch branches at a fork bifurcation branch point. COCO first tracks the center branch back from the BP point, and only then starts again fron the BP and switches to the second branch.
My dynamic model has been previously analyzed using AUTO (with Dynamic System Tools) and validated by tests.
Fig. 1 shows the two branches: centerline branch and asymmetric branch. The data shows the yaw angle of an aerodynamic load as a function of airspeed, where airspeed is the continuation parameter.
Fig. 2 only shows the second branch produced following the command:
prob2 = ode_BP2ep(prob2,'', 'CenterBranch',labs_BP(1),'-switch');
where 'CenterBranch' hold the solution for the center branch, and labs_BP(1) is the label of the branch point. The '-switch' flag does not seem to have an effect.
The attached files are as follows:
workspace.mat - MATLAB workspace
coco_log1.txt - log file for 'CenterBranch'
coco_log2.txt - log file for 'BP1_U' - second branch (switching from BP at v=144.2 ft/s)
Hi Jacob,
Working backwards:
For me to provide further assistance, I would need access to all the files required to run this example.
Harry