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

comparison of discretization scheme

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 19, 2017, 11:26
Default
  #21
Senior Member
 
Martin Hegedus
Join Date: Feb 2011
Posts: 500
Rep Power: 19
Martin Hegedus is on a distinguished road
When you add dT/dt into the equation you get

(Fe - Fw +1/delta_t + Fn - Fs) * Tp = Fw*TW - Fe*TE + Fs*TS - Fn*TN

If you made delta_t equal to infinity, you recover your equation (which is Newtonian iteration). Unfortunately, as you noticed, the determinant of that is zero.

As a general statement for central differencing one should add dissipation and march forward in time with a reasonable time step, i.e. large but not very large. Non-linear equations can have multiple solutions and marching forward in time (in a reasonable way) helps insure that a solution is found that one can actually get to.
Martin Hegedus is offline   Reply With Quote

Old   December 21, 2017, 10:34
Default
  #22
Senior Member
 
A. Min
Join Date: Mar 2015
Posts: 305
Rep Power: 12
alimea is on a distinguished road
Quote:
Originally Posted by Martin Hegedus View Post
When you add dT/dt into the equation you get

(Fe - Fw +1/delta_t + Fn - Fs) * Tp = Fw*TW - Fe*TE + Fs*TS - Fn*TN

If you made delta_t equal to infinity, you recover your equation (which is Newtonian iteration). Unfortunately, as you noticed, the determinant of that is zero.

As a general statement for central differencing one should add dissipation and march forward in time with a reasonable time step, i.e. large but not very large. Non-linear equations can have multiple solutions and marching forward in time (in a reasonable way) helps insure that a solution is found that one can actually get to.
if we write your eqn:
(Fe - Fw +1/delta_t + Fn - Fs) * Tp = Fw*TW - Fe*TE + Fs*TS - Fn*TN

in this form:

ap*Tp=aE*TE + aW*TW + aN*TN + aS*TS + b

we can find a negetive coeff for aE and aN for posetive dirrection of flow:
aE = - Fe <0 , aN = - Fn <0
so certainly or solution will be diverged!

I want to conclude that we never can solve pure advection eqn with central scheme.

is it correct?

thanks
alimea is offline   Reply With Quote

Old   December 21, 2017, 11:41
Default
  #23
Senior Member
 
Martin Hegedus
Join Date: Feb 2011
Posts: 500
Rep Power: 19
Martin Hegedus is on a distinguished road
Central schemes are the border between upwind and downwind. I'm not sure of what they are capable of without dissipation.
Martin Hegedus is offline   Reply With Quote

Old   December 21, 2017, 16:27
Default
  #24
Senior Member
 
Martin Hegedus
Join Date: Feb 2011
Posts: 500
Rep Power: 19
Martin Hegedus is on a distinguished road
Overall, it will depend on your boundary conditions. For example lets look at the determinant of the left hand matrix for Newtonian iteration on a 1-D case with five nodes. Also, lets fix the temperature at the left and the flow moves from left to right.

The LHS matrix for the case where the right hand side temperature (along with left hand side) is fixed is

1 0 0 0 0
-1 0 1 0 0
0 -1 0 1 0
0 0 -1 0 1
0 0 0 0 1

the determinant for that is 0. However, if you had four points, the determinant would be 1. So, that is not robust.

Now lets use first order upwind at the last point

1 0 0 0 0
-1 0 1 0 0
0 -1 0 1 0
0 0 -1 0 1
0 0 0 0-1 1

The determinant of that is 1.

Not sure how well that example transfers over to 2-D, but it's a start and should be straight forward to test.
Martin Hegedus is offline   Reply With Quote

Reply

Tags
central, discretization, openfoam, unboundedness, upwind

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
comparison of discretization scheme alimea OpenFOAM Running, Solving & CFD 0 December 14, 2017 09:42
Temporal discretization Scheme CoEuler vsammartano OpenFOAM Running, Solving & CFD 0 April 12, 2016 07:06
Discretization Scheme dinesh FLUENT 0 August 31, 2013 04:52
Time discretization scheme HaKu Main CFD Forum 1 June 12, 2011 02:06
MARS discretization scheme raymond Siemens 3 February 1, 2002 05:33


All times are GMT -4. The time now is 12:37.