STEPS TO RUN THIS SIMULATION CASE 


This case study was setup on OpenFOAM v9.

Kindly follow this README file carefully to properly run this case study.

As the solver for this problem is a custom solver, you have to first compile the solver. Follow the steps mentioned below to compile and build the solver on your personal system. 

- Navigate to the Solver_Setup folder, within that the newScalarTransportFoam1Smodified folder. 

- Open the terminal in the above mentioned folder.

- Run the command "wclean" to clean the folder, and then "wmake" to compile the solver.

Once the solver is compiled, you can proceed to the files available in this project.

There are total 4 cases, two for laminar flow and two for plug flow; each flow case consists of two different heating conditions.

Each of these files have an 'Allclean' and 'Allrun' file to clean and run the simulations within them respectively.

For some folders, there are multiple 'Allrun' files. For such cases, a dedicated README file is present. Follow the instructions mentioned within them.


.... Common Errors ......

If you experience errors, check the version of OpenFOAM you're using, as it may differ from the version the case was originally set up for. 
Solutions to other common errors can be obtained in CFD groups/blog posts etc. Documentation on openfoam solvers and boundary conditions can help explain a lot.