Part D research study involves transient analysis carried out from the already set up flow field of part C to analyze axial velocity variation at three locations in pipe.

How to run this case:

1) Please run Allclean to clean the case.
2) Please run Allrun file to run the case.

If there occurs any error due to divergence, please use below and reduce the relaxation factors further. Once the stability achieved, please use the relaxation factors as mentioned in fvSolution file.

relaxationFactors
{
    fields
    {
        p               0.01;
        rho             0.01;
    }
    equations
    {
        U               0.005;
        e               0.001;
        "(k|epsilon|omega)" 0.001;
    }
}
