CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Elliptic Grid Generation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 25, 2017, 19:31
Default Elliptic Grid Generation
  #1
New Member
 
Anonymous
Join Date: Sep 2014
Posts: 3
Rep Power: 11
mu13792 is on a distinguished road
I'm working on generating a grid between a rectangular domain and the surface of an airfoil using Laplace's Equations. I'm trying to convert the physical domain into the computational domain, but I'm struggling with the co-ordinate transformation - I understand how it works but I'm unable to convert the Boundary Conditions. Could anyone walk me through this? How do Xi and Eta from the computational domain relate to x and y in the physical space? Is there a way I can identify the mapping between Xi(x,y), Eta(x,y) and X(Xi,Eta), Y(Xi,Eta)?

Thanks.
mu13792 is offline   Reply With Quote

Old   April 30, 2017, 13:22
Default
  #2
Senior Member
 
Tom-Robin Teschner
Join Date: Dec 2011
Location: Cranfield, UK
Posts: 204
Rep Power: 16
t.teschner is on a distinguished road
Du you have access to the book "Computational Fluid Dynamics for Engineers, Vol 1" by Hoffmann and Chiang? I could try to give an answer as excellent as they provided in Chapter 9. Alternatively, the book of Anderson (Computational Fluid Dynamics: The Basics with Applications) is a bit less explanatory but equally good on the topic of mesh transformation from physical to computational space with a walk through example for the Prandtl-Meyer expansion wave.

Basically you transform your governing equations into curvelinear form which will feature your metric coefficients (dXi/dx, dEta/dx, dXi/dy, dEta/dy etc.) or the other way around (dx/dXi, dx/dEta, dy/dXi, dy/dEta etc.) depending on your transformation. The latter case will usually have the Jacobian in your governing system and it is this system that you want to aim form, as you can evaluate your metric coefficients here directly on your computational mesh. I.e. dx/dXi, for example, becomes (x_i+1,j - x_i-1,j)/dXi. Since dXi is a constant which you can freely choose, it is usually set to 1 so that dx/dXi = (x_i+1,j - x_i-1,j). Now plug in your x coordinate in for x, di the same for the other metric coefficients and you can solve your governing equations in the computational mesh (rectangular mesh). Your boundary conditions are then imposed at the same boundaries as the physical mesh.
t.teschner is offline   Reply With Quote

Reply

Tags
elliptic pde, grid generation


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Elliptic and hyperbolic grid generation mechiebud Main CFD Forum 0 October 21, 2015 10:14
Elliptic grid generation mechiebud Main CFD Forum 0 October 18, 2015 02:10
elliptic grid generation prapanj Main CFD Forum 1 November 19, 2007 16:53
Elliptic Grid Generation Clausius Main CFD Forum 0 August 2, 2004 13:36
3D Hyperbolic Grid Generation - Help Requested... Marcus Lobbia Main CFD Forum 2 November 9, 2003 05:53


All times are GMT -4. The time now is 05:01.