|
[Sponsors] |
October 30, 2006, 06:25 |
grid deformation technique
|
#1 |
Guest
Posts: n/a
|
Dear CFD People,
I have my 2D Navier-Stokes solver (structured grids) based on cell-centered finite volume employing central differecing and upwind schemes for the evaluation of convective fluxes and Green-Gauss aproach for evaluation of diffusive fluxes with convergence acceleration techniques such as local time stepping, enthalpy damping, residual smoothing and multigrid. I am trying to implement ALE method to handle moving grid problems. I want to use algebraic grid generation procedure based on Transfinite Interpolation (TFI) to allow rapid generation of structured moving grids. In this respect, could you please recommend me any articles, papers and reports, which clearly explains grid deformation technique on structured grids? Any help is greatly appreciated. CFD Student. |
|
November 2, 2006, 11:30 |
Re: grid deformation technique
|
#2 |
Guest
Posts: n/a
|
TFI is borderline useless for generation of grids (except for very simple geometries, or as a preprocessor for elliptic grid generation). However, it is useful for grid deformation, and that's what you should consider: Don't use TFI to "generate" the grids, but use it to interpolate specified boundary displacements onto the 3D domain. Then you superimpose these displacements on the steady-state grid. There are many articles you can read on this technique. Try this one:
Wong, A., Tsai, H.,Cai, J., Zhu,Y., and Liu, F., "Unsteady Flow Calculations with a Multiblock Moving Mesh Algorithm," AIAA Paper 2000-1002 |
|
November 4, 2006, 02:37 |
Re: grid deformation technique
|
#3 |
Guest
Posts: n/a
|
Thanks Mani,
I will follow your suggestion. regards. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Weighted Deformation Mesh technique in Fine/Marine | naimishharpal | Fidelity CFD | 8 | December 11, 2010 18:03 |
non-planar faces due to the deformation of grid | gonski | Main CFD Forum | 5 | November 12, 2007 16:25 |
queries Cartesian grid with adaptive technique | Harry | Main CFD Forum | 3 | July 12, 2006 06:25 |
GRID TO GRID INTERPOLATION in FLUENT | calogero | FLUENT | 3 | June 4, 2003 09:32 |
Combustion Convergence problems | Art Stretton | Phoenics | 5 | April 2, 2002 06:59 |