Honours Project:
OpenFOAM applied in CFD Simulation of Head Pressure Waves of a Train and its Comparisons with CFX
Tao Zhu did his honours project at Deutsche Bahn Mobility Networks Logistics.
With several advantages such as free of charge, OpenFOAM is becoming popular in CFD simulations in industrial applications. Yet its capability remains unanswered within the research group of Deutsche Bahn. In this project the capability of OpenFOAM simulating the head pressure distribution around a high speed train is investigated, and the results are compared with those from a previous research using CFX(ANSYS). First, the quality of the mesh of the domain and the train created by snappyHexMesh, a meshing tool packed in OpenFOAM would be tested. Then capability of different solvers such as simpleFOAM, rhoSimpleFOAM and rhoPisoFOAM would be checked and the results would be analyzed.
SnappyHexMesh defines several refinement regions of the computational domain around the geometry. In the refinement region closest to the geometry the grid of the domain could be mostly refined; and the domain could become coarser when it is further away from the geometry. This feature allows the simulation to represent the close-to-surface viscous sub layer of turbulence more accurately, and the Law Of the Wall (LOTW) could also hold more precisely. This mesh distribution is similar to a streching mesh, in which the mesh is also fine at the geometry surface, and becomes coarser when it goes further away; yet it is more flexible when defining regions where it should be refined, and avoids the situation that at some locations the finest grid resolution in one direction meets the coarse grid resolution in other directions, which leads to very big aspect ratio. Another advantage of applying snappyHexMesh is that at non-orthogonal surfaces, the mesh becomes tetra-like and edges of the mesh do not cut the surface of the geometry, which aviods the number of grids which has half geometry and half fluid inside. This helps improve the accuracy in calculating quatities such as flux, especially if some methods like the Immersed Boundary Method (IBM) are applied.
