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

Numerical Method

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 15, 2005, 10:04
Default Numerical Method
  #1
Andrew Hayes
Guest
 
Posts: n/a
I have been working on a simple numerical program to calculate the velocity profile between two plates. I assume the initial Pressure, the exit Pressure=0, plate length,x, and distance between plates,h. I can then calculate an inlet velocity. If I solve the implicit finite difference model in steady state form I get a typical parabolic velocity profile. And, when I average the output velocities I get a velocity very close to the inlet velocity - some error due to small grid size. But, when I move to the time dependent model I cannot get the velocities to average to the inlet velocity any more. I do, however, get the velocity profile shapes (square in the beginning to parabolic). When I evaluate the dP/dx term in the NV equation I simply calculate the deltaP for the whole pipe and then multiply it by the distance at which the velocity profile is being evaluated [(P/x)*dx], then I divide that by the distance, dx. That worked with the steady state model, but doesn't work with the time dependent model.

Any suggestions would be very helpful.

thanks
  Reply With Quote

Old   June 15, 2005, 14:09
Default Re: Numerical Method
  #2
Andrew Hayes
Guest
 
Posts: n/a
NV should be NS..navier-stokes..sorry
  Reply With Quote

Old   June 16, 2005, 14:52
Default Re: Numerical Method
  #3
Mani
Guest
 
Posts: n/a
Provide some details on how you made your model time dependent. The flow itself is still supposed to be steady, since you use steady boundary conditions, correct?
  Reply With Quote

Old   June 17, 2005, 08:30
Default Re: Numerical Method
  #4
Andrew Hayes
Guest
 
Posts: n/a
it is developing flow between 2 plates, 1-d, no-slip boundary condition at the wall. I know the inlet Pressure, P, the length of the plates, x, and the distance between them, h. So, if I were to define a time-step and look at the velocity profile at the first time step it should be square in form, which I get. Then, as the time increases it becomes more parabolic. I get that too. But, I am under the impression that if I average the velocities at all the grid points at a certain time step I should come up with my Vin, which I don't get.

my equation: (standard Navier-Stokes equation)

(dUx/dt) = -(1/rho)(dP/dx) + nu(d^2Ux/dy^2)
  Reply With Quote

Old   June 17, 2005, 09:03
Default Re: Numerical Method
  #5
Jim_Park
Guest
 
Posts: n/a
The advection terms are negligible at steady state, as is the second of the momentum equations. I'd think that, during a startup transient, a lot of things are happening in the entrance region of the flow regime that are not 1-d.

In that case, the terms missing from your equation could screw things up during the startup. Put another way, you'll get that Uinlet = avg(Ux) when dUx/dt = 0 everywhere. Perhaps not before.

If you haven't done so, run your simulation out to convergence and see if that solves your problem.
  Reply With Quote

Old   June 17, 2005, 09:17
Default Re: Numerical Method
  #6
Andrew Hayes
Guest
 
Posts: n/a
I have run it at steady state (dUx/dt = 0) and have gotten the parabolic profile, and when I sum the velocities at each grid point I get the Vin. That was my only question; about the velocities at each grid point at each time step averaging to the Vin. The profiles look as the should, but the velocities do not average.

thanks
  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
numerical method in fluent agungwp FLUENT 0 August 1, 2009 06:16
VOF vs LSM Numerical Method ck5285 Main CFD Forum 2 July 21, 2009 07:21
about the numerical method for the free surface ztdep Main CFD Forum 5 May 1, 2006 16:09
Numerical Method for groundwater flow in 3D Linda Main CFD Forum 0 February 13, 2003 18:55
Numerical method for free surface flow? Oleg Melnik Main CFD Forum 4 January 22, 1999 05:28


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