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

Solid-Wall boundary Condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 14, 2007, 09:54
Default Solid-Wall boundary Condition
  #1
CG CHEN
Guest
 
Posts: n/a
Hello! I met a problem about solid wall boundary condition. In the Cartesian coordinates, the symmetry technique can be used to construct sveral rows ghost points for the boundary, then the points on the boundary are updated by the same methods as inner points. But in a general curvilinear coordinates, it seems this method cannot work because the numerical result of velocity compenent normal to the boundary will not keep the zero during the comptation.

Are there any suggestions or recommended references? Thanks in advance!

By the way, in general curvilinear coordinates, I wrote the governing equation in strong conservative form and solve it on a logical rectangle grid.
  Reply With Quote

Old   February 14, 2007, 11:38
Default Re: Solid-Wall boundary Condition
  #2
Harish
Guest
 
Posts: n/a
In the transformed domain ( assuming its a rectangular one and assuming you use finite difference), you have the velocity component U2=0.Since velocity is a contravariant vector you can relate the components in the two coordinates cartesian (u,v) and transformed ( U1,U2).

U2(x2,x1)=dx2/dx * u(x,y) +dx2/dy *v(x,y)

so your condition is dx2/dx*u(x,y)+dx2/dy*v(x,y)=0. The way to implement this would be

If (dx2/dx) is larger calculate u=-(dx2/dy)*v/(dx2/dx) and extrapolate v=2*v_2 -v_3 else v=-(dx2/dx)*u/(dx2/dy) and extrapolate u=2*u_2-u_3

  Reply With Quote

Reply


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
UDF setting wall boundary condition with a DEFINE_PROFILE NLao FLUENT 3 September 2, 2019 00:33
wall boundary condition safa_c Main CFD Forum 1 August 9, 2010 12:55
Wall boundary condition in cylindrical co-ordinate shekharc Main CFD Forum 3 December 2, 2009 08:20
UDF hook on the WALL boundary condition Luke FLUENT 0 June 7, 2006 11:54
applying boundary condition on rotating wall Haris Maharana Siemens 2 January 16, 2001 12:03


All times are GMT -4. The time now is 22:42.