CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > FLOW-3D

projection method(3D)

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 14, 2010, 21:37
Default projection method(3D)
  #1
New Member
 
Ehsan
Join Date: Aug 2010
Location: QC, Canada
Posts: 29
Rep Power: 15
ehsan_am86 is on a distinguished road
Hi

I want to simulation the flow in helical pipe.
I have one Continuity equation and three momentum equations in s=>(u),r=>(v),teta=>(w).
I used staggered mesh and descritized all of terms in central(finite difference).
I want to use projection method for solution these navier-stokes equations.

first problem:
What is stability condition for helical coordinates (three dimensional)in projection method?because I don’t know which number of interval in s,r,teta causes convergence!

second problem :
In descritized scheme we have i+2,i-2,j+2,j-2,k+2,k-2 indexes for u,v and w.
what do I have to do for the nodes of near the boundary? It means that two nodes produced out of domain but I don’t know value of them and they are unknowns.

Third problem:
We have to apply boundary conditions.in s and teta I have to apply periodic
Conditions.what are periodic boundary conditions for u,v and w in s and teta?

Is there any paper or books(references) for programming of projection method(three dimensional)?

Thanks for your guidance and aid
ehsan_am86 is offline   Reply With Quote

Old   August 28, 2010, 21:45
Default
  #2
Senior Member
 
michael barkhudarov
Join Date: Mar 2009
Location: Sante Fe, New Mexico, USA
Posts: 336
Rep Power: 18
MuxaB is on a distinguished road
Quote:
Originally Posted by ehsan_am86 View Post
Hi

I want to simulation the flow in helical pipe.
I have one Continuity equation and three momentum equations in s=>(u),r=>(v),teta=>(w).
I used staggered mesh and descritized all of terms in central(finite difference).
I want to use projection method for solution these navier-stokes equations.

first problem:
What is stability condition for helical coordinates (three dimensional)in projection method?because I don’t know which number of interval in s,r,teta causes convergence!

second problem :
In descritized scheme we have i+2,i-2,j+2,j-2,k+2,k-2 indexes for u,v and w.
what do I have to do for the nodes of near the boundary? It means that two nodes produced out of domain but I don’t know value of them and they are unknowns.

Third problem:
We have to apply boundary conditions.in s and teta I have to apply periodic
Conditions.what are periodic boundary conditions for u,v and w in s and teta?

Is there any paper or books(references) for programming of projection method(three dimensional)?

Thanks for your guidance and aid
One possible way to resolve the second problem is to define so-called fictitious or ghost cells on each side of the mesh - two layers in your case. You will solve the equations in real cells, say up to index IMAX in the x-direction, and the ghost cells will store variable values in cells IMAX+1 and IMAX+2, so that you can reach out to use them without worrying about exceeding array dimensions.

The ghost cells may also help in imposing periodic boundary conditions.
MuxaB is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
projection method for helical pipe(3D) ehsan_am86 Main CFD Forum 0 August 14, 2010 21:30
[blockMesh] BlockMeshmergePatchPairs hjasak OpenFOAM Meshing & Mesh Conversion 11 August 15, 2008 07:36
projection method sudhakar Main CFD Forum 4 December 8, 2007 01:25
free surface flow and projection methods sylvain Main CFD Forum 2 April 26, 2002 09:45
A Second-Order Projection Method for Incompressibl Ivan Main CFD Forum 5 April 29, 2001 07:27


All times are GMT -4. The time now is 21:51.