Hi, if solving an incompressible flow using ACM method, for time dependent cases, we need to use dual time technique. Can some one explain me for example if I want to solve a simple question du/dt=d2u/dx2. I add a fictional time step as : du/dt1+du/dt=d2u/dx2.
What is the relation between fictious time step t1 and real time step t.
how can I implement this in a code?
Thanks