Dissertation Work - Compressible Channel Flow Solver Flashcards
what you did in Dissertation
My dissertation work was on the DEVELOPMENT OF COMPRESSIBLE TURBULENT CHANNEL FLOW SOLVER.
The solver was written in fortran90 and simulation performed for Ma =1.5 and Re =3000 and results compared with that of Coleman, Kim and Moser.
A part from computing means & rms, we computed 2 point correlations, power spectrum visualized streaks and coherent structures.
Work in Detail
A finite-difference based compressible turbulent channel flow solver.
Convective terms are discretized using QUICK (third-order upwind) or fourth-order central differencing based on cell Peclet based approach.
Diffusive terms are handled using fourth-order central differencing.
Convective & diffusive terms are treated explicitly while Runge-Kutta method (R-K 4) is used for time advancement.
Simulation has been performed at M a = 1.5 and Re b = 3000 and validated with the results of Coleman, Kim and Moser (CKM).
There is a good agreement between our results and that of CKM. Apart from computing mean and rms statistics, we have computed two-point correlations, power spectrum and have drawn near-wall streaks & vortical structures.
Streaks
streaks - are regions of low and high-speed fluid flow along the streamlines.
Coherent structures
A coherent structure is a connected turbulent fluid
mass with instantaneously phase-correlated vorticity over its spatial extent.
Qinvaraint
second invariant of the velocity gradient tensor - (denoted as Q), primarily used for the visualization of coherent structures in turbulent flow.
Finding, future work
Test this solver for various cases like one having discontinuities, etc.
QUICK
QUICK (Quadratic Upwind Interpolation for Convection Kinematics)