Exercise
Introduction
The simulation setup of the turbulent, compressible flow through a exhaust gas recirculation system did give reasonable results. However, there are unresolved issues:
- Maximum and minimum temperature within the computational domain where unphysical.
- How does the mixing temperature as well as maximum temperature at the outlet change with varying exhaust gas flow rate?
In order to resolve these issues, additional simulations should be performed.
Tasks
1. Improved Discretization Schemes
Repeat the simulation with a limited gradient scheme to suppress unphysical temperature.
Subtasks
- Duplicate the case folder and rename it to
exhaust_gas_recirculation_gradient_scheme. This way the results of the first simulation do not get overwritten by this second simulation. - Within the
exhaust_gas_recirculation_gradient_schemecase folder, remove all results folders (except0), processor folder, and thepostProcessingfolder for a clean setup. - Set the default gradient scheme in
fvSchemesin thesystemdirectory fromGauss lineartocellLimited Gauss linear 1.0. - Rerun the simulation in parallel:
- Decompose the case with
decomposePar - Run the simulation in parallel with
mpirun -np 4 rhoPimpleFoam -parallel. - Reconstruct the case with
reconstructPar.
- Decompose the case with
- Analyse the simulation results with ParaView similar to the first simulation.
Questions
- Did the limited gradient scheme remove the unphysical temperature?
2. Variation of Exhaust Gas Flow Rate
Repeat the simulations with different volumetric flow rates of the exhaust gas.
Subtasks
- Duplicate the folder with the updated discretization schemes from Task 1 and rename it to
exhaust_gas_recirculation_0.00125. - Within the
exhaust_gas_recirculation_0case folder, remove all results folders (except0), processor folder, and thepostProcessingfolder for a clean setup. - Change the volumetric flow rate of the
inlet_exhaustfrom0.0025to0.00125. - Rerun the simulation in parallel:
- Decompose the case with
decomposePar - Run the simulation in parallel with
mpirun -np 4 rhoPimpleFoam -parallel. - Reconstruct the case with
reconstructPar.
- Decompose the case with
- Analyse the simulation results with ParaView similar to the first simulation.
- Repeat steps 1-5 with volumetric flow rates of 0.005 and 0.0075.
Questions
- How does the maximum and average outlet temperature change with varying exhaust gas flow rate?