CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

4th order central scheme

Register Blogs Community New Posts Updated Threads Search

Like Tree11Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 1, 2010, 23:25
Default
  #21
Senior Member
 
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36
alberto will become famous soon enoughalberto will become famous soon enough
Quote:
Originally Posted by lakeat View Post
Hey, what! I feel I left behind in life. Any Good papers on that? Could you share some links? And why you think it's not easy to implement them?
Well, "a good paper on that" is hard to find given that there are many. You can start looking here (warning, marketing of stuff done in the university where I work ) http://zjw.public.iastate.edu/papers.htm

It is not easy to implement them in OF because it would mean a redesign of the data storage (DG and IP methods require more storage than standard FV), operators and such.

Best,
__________________
Alberto Passalacqua

GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541)
OpenQBMM - An open-source implementation of quadrature-based moment methods.

To obtain more accurate answers, please specify the version of OpenFOAM you are using.
alberto is offline   Reply With Quote

Old   August 1, 2010, 23:26
Default
  #22
Senior Member
 
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36
alberto will become famous soon enoughalberto will become famous soon enough
Quote:
Originally Posted by lakeat View Post
Again, I heard a rumor that openfoam will adopt cmake instead of wmake, is it true? Any other rumors

Do you know who is key writer of so many shell scripts in openfoam? Very good jobs, you know, Brilliant!

This has nothing to do with this thread. Why did you ask this here?
__________________
Alberto Passalacqua

GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541)
OpenQBMM - An open-source implementation of quadrature-based moment methods.

To obtain more accurate answers, please specify the version of OpenFOAM you are using.
alberto is offline   Reply With Quote

Old   August 2, 2010, 12:15
Default I am confused
  #23
Member
 
Join Date: Mar 2009
Posts: 46
Rep Power: 17
mmahdinia is on a distinguished road
Dear Alberto,

I ran the simulations according to your instructions. And here are the results:

http://mech.sharif.edu/~mahdinia/Q.htm

The span-wise instabilities in the QUICK case are called lobe and Cleft instabilities and should exist. The linear case has no lobe and cleft and the cubic case has unreal disturbances.

There is a small point that I should mention. The maximum speed in our simulation is nearly the speed of the head of the current (foremost point of the heavy fluid), which is 0.1 m/s. Assuming the viscosity doesn't change for solution, it has a value of 10^-6 m^/s of water. The horizontal length of the domain is 2 m. So in order to get Pe=2, one has to have 100000 cells in the horizontal direction (without refinement near the walls!). If we assume that we have a small number of cells, namely 80 cells in the span-wise and 80 cells in the vertical direction, then this give 640 million meshes. So I think no one would be able have to such mesh. Also there are articles published with 30 million cells for the exact same case:

S. K. Ooi, G. Constantinescu, and L. Weber, “Numerical simulations of lock-exchange compositional gravity current,” J. Fluid Mech. 635, 361 (2009).

They use QUICK for convection in concentration equation but not in the momentum (they use central here).

Currently my mesh is 800*80*80, with the refinement near walls so that y+=1 near all the walls. And my result match well both with experiments and the above work (as you know my mesh is coarser, so I can't see some small vortexes, but the agreement nevertheless is quite good).

What do you think? For my case with Pe>2, should the QUICK method give more acceptable results since convection>>diffusion (Pe>>2) ?

Sincerely,
Maani.

Last edited by mmahdinia; August 2, 2010 at 13:12.
mmahdinia is offline   Reply With Quote

Old   August 2, 2010, 23:50
Default
  #24
Senior Member
 
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36
alberto will become famous soon enoughalberto will become famous soon enough
Hi,

the grid requirement is indeed Dx < 2e-5 m in your case, which might be challenging.

In such a case you are forced to use limiters or some high-order upwind scheme. If you are interested, you might investigate what happens with the limitedLinearV scheme for the convection, which is a linear scheme with a limiter to avoid oscillations where Pe > 2. It is not usually recommended for LES, but it might be competitive with QUICK, and it seems to be less diffusive than the linearUpwind (second order upwind like scheme).
With this you should have a good view of the most frequently used schemes in OF, and find out which one gives the best results for your case.

Best,
maysmech and vishwakarma like this.
__________________
Alberto Passalacqua

GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541)
OpenQBMM - An open-source implementation of quadrature-based moment methods.

To obtain more accurate answers, please specify the version of OpenFOAM you are using.
alberto is offline   Reply With Quote

Old   August 3, 2010, 01:28
Default your phone
  #25
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi Mani
Your phone is switched off or the number is incorrect.
Best regards

Ata
ata is offline   Reply With Quote

Old   August 3, 2010, 13:16
Default Dynamic Model
  #26
Member
 
Join Date: Mar 2009
Posts: 46
Rep Power: 17
mmahdinia is on a distinguished road
Dear Alberto,

I know that this might not be correlated to the topic, but I have a little question about dynamic LES itself. Since this model may become unstable, people use averaging. I have two questions:

1) In one of the posts you mentioned that to stabilize the code in the case of total inhomogeneity (all directions), one may clip nuEff to be non-zero. Is averaging necessary in this case? or is the averaging done on a small neighborhood of the particles? If yes how much should be the size of this neighborhood?

I'd really appreciate it, if you could also mention an article about the clipping of nuEff (was it done before?)

2) Some people use temporal averaging. For example if C is the dyn. coeff., then:

C(n+1)=(1-eps)*c(n)+eps*c(n+1,calculated);

where n is the time step an eps is nearly 10^-3.

Is this applicable for unsteady flows like mine?

Sincerely,
Maani
mmahdinia is offline   Reply With Quote

Old   August 4, 2010, 06:05
Default Clipping
  #27
Member
 
Join Date: Mar 2009
Posts: 46
Rep Power: 17
mmahdinia is on a distinguished road
Hi,

Does anyone has a journal paper for "clipping" of effective viscosity such that (nuSGS+nu)>0 in dynamic LES mehod?

Sincerely,
Maani
mmahdinia is offline   Reply With Quote

Old   August 21, 2013, 14:59
Default fourth order
  #28
Senior Member
 
Ehsan
Join Date: Mar 2009
Posts: 112
Rep Power: 17
ehsan is on a distinguished road
Dear all

I need to know the exact formula for fourth order discritization of P gradient in OpenFOAM. Could you be of any help?

Best Regards
Ehsan
ehsan is offline   Reply With Quote

Old   February 8, 2017, 23:32
Default
  #29
Senior Member
 
Ehsan
Join Date: Mar 2009
Posts: 112
Rep Power: 17
ehsan is on a distinguished road
Hello,

If anyone could advise whether there is any similar to discretization scheme described in

Symmetry-preserving discretization of turbulent flow

http://www.sciencedirect.com/science...21999103001268

in OpenFOAM?

Regards
ehsan is offline   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
AUSM scheme ? Central Scheme boling Main CFD Forum 7 January 7, 2016 02:41
Definition of limiter function for central dirrerencing scheme sebastian_vogl OpenFOAM Running, Solving & CFD 0 January 5, 2009 11:08
CENTRAL STENCIL FOR WENO 4th ORDER SCHEMES Alberto Main CFD Forum 0 July 20, 2008 14:19
4th and 5th Order TVD Runge-Kutta Methods saygin Main CFD Forum 2 January 30, 2006 11:45
Discretisation scheme in CFX-1st or 2nd order? Pete CFX 10 January 12, 2005 12:48


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