I am doing numerical modeling of pulse tube cryocooler (with oscillating pressure and temperature) with finite volume method. I have successfully implemented it with implicit scheme by use of Gauss Seidel iterative scheme with some relaxation. The code runs successfully for some value of grid and time step without showing any instability issue. But when I change grid size or time step beyond that, the iteration keep on running without convergence. This continues for long time. Please let me know what should I do? As the scheme is of implicit nature, time step size should not matter but it does anyhow. Please guide me.