auto-07p framework

The framework that we use to solve elastic instability problems has 3 major steps.

  1. To identify the model equations that describe the deformation field in elastic structure, derived either phenomenologically or from first principles. This is the part that captures the physics of the problem.

  2. Using auto-07p to solve the system with the appropriate boundary conditions and continue the solution along a physical parameter in the system to see if the morphology changes with this parameter. auto-07p accepts first-order differential equations of the form u'(t) = f(u(t), p), \quad f(.,.), u(.) \in \text{R}^n, where p are the parameters in the problem. If we have a higher-order system, we need to convert and represent it in this form. auto-07p finds solutions to these equations (i.e. f(u(t),p)=0) and continues along different parameters p in the model. We then post-process the output files to understand the results.

  3. Of course, the last step is to interpret the results and compare with experiments if any. Then go back to step (i) if there is a mismatch.

The step I will be focusing on in these tutorials is (ii) where we assume that the equations are already available. We will extract the bifurcation diagram and plot the solution files.

auto-07p framework overview