Part 3 of research study consists of steady state analysis with superheated steam at 350C to calculate pressure drop required for 0.01 kg/s to flow inside the same pipe with the baffle, and to compute Flow coefficient (Cv).

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.05;  
     rho             0.01;  
    }
    equations
    {
       p            	0.05;  
        U               0.05;
        e               0.001;
        "(k|epsilon)"   0.001;           
    }
}
 