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

icofoam = DNS?

Register Blogs Community New Posts Updated Threads Search

Like Tree8Likes
  • 2 Post By sharonyue
  • 2 Post By santiagomarquezd
  • 4 Post By itchy

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 19, 2013, 04:21
Default icofoam = DNS?
  #1
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
hey guys,

In OpenFOAM, icofoam solve N-S equations with no additional models, AFAIK, its the same with DNS, so can I use icoFoam to simulate turbulence? Just by set delta t is very small such as:1e-7?

Thanks.
sharonyue is offline   Reply With Quote

Old   July 2, 2013, 23:05
Default
  #2
Senior Member
 
santiagomarquezd's Avatar
 
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 23
santiagomarquezd will become famous soon enough
http://www.tfd.chalmers.se/~hani/kur...de_Mare_v3.pdf
__________________
Santiago MÁRQUEZ DAMIÁN, Ph.D.
Research Scientist
Research Center for Computational Methods (CIMEC) - CONICET/UNL
Tel: 54-342-4511594 Int. 7032
Colectora Ruta Nac. 168 / Paraje El Pozo
(3000) Santa Fe - Argentina.
http://www.cimec.org.ar
santiagomarquezd is offline   Reply With Quote

Old   July 8, 2013, 23:33
Default
  #3
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
Quote:
Originally Posted by santiagomarquezd View Post
Hi Santiago,

I know there is a dnsFoam, but to my experience and Versteeg's book page 110:
Code:
The instantaneous continuity and Navier–Stokes equations (3.23) and
(3.24a–c) for an incompressible turbulent flow form a closed set of four equations
with four unknowns u, v, w and p. Direct numerical simulation
(DNS) of turbulent flow takes this set of equations as a starting point and
develops a transient solution on a sufficiently fine spatial mesh with
sufficiently small time steps to resolve even the smallest turbulent eddies and
the fastest fluctuations.
Equations 3.23 and 3.24 a-c is just what is implanted into icoFoam, so does it mean icoFoam= DNS?

Anyway Im not familar with dnsDoam.
Thanks.
hemanthgrylls and Hughtong like this.
sharonyue is offline   Reply With Quote

Old   July 9, 2013, 00:04
Default
  #4
Senior Member
 
santiagomarquezd's Avatar
 
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 23
santiagomarquezd will become famous soon enough
If you check the code for dnsFoam you will see that it is similar to icoFoam, except for a source term which adds turbulence to the system. Without it the problem would evolve to a resting system due the dissipative effect of the viscosity.

Regards
8cold8hot and Hughtong like this.
__________________
Santiago MÁRQUEZ DAMIÁN, Ph.D.
Research Scientist
Research Center for Computational Methods (CIMEC) - CONICET/UNL
Tel: 54-342-4511594 Int. 7032
Colectora Ruta Nac. 168 / Paraje El Pozo
(3000) Santa Fe - Argentina.
http://www.cimec.org.ar
santiagomarquezd is offline   Reply With Quote

Old   February 1, 2014, 19:18
Default
  #5
ooo
Member
 
Join Date: Feb 2012
Posts: 49
Rep Power: 14
ooo is on a distinguished road
Quote:
Originally Posted by santiagomarquezd View Post
If you check the code for dnsFoam you will see that it is similar to icoFoam, except for a source term which adds turbulence to the system. Without it the problem would evolve to a resting system due the dissipative effect of the viscosity.

Regards
I would appreciate if you answer these 2 questions :

1)should we except same result if we solve a laminar case by icoFoam and dnsFoam?Does that extra source term influences on the result for a laminar case?

2)Is there any difference between the cost of dnsFoam and icoFoam for a identical laminar test case?
for example that extra source term might decrease the cost or not...?

Thanks in advance
ooo is offline   Reply With Quote

Old   March 7, 2014, 22:48
Default
  #6
Senior Member
 
santiagomarquezd's Avatar
 
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 23
santiagomarquezd will become famous soon enough
Hi,

1) It depends on the relative intensity of the source term, but in general, yes.
2) They are the same solvers, the source terms add a little more cost.

Regards
__________________
Santiago MÁRQUEZ DAMIÁN, Ph.D.
Research Scientist
Research Center for Computational Methods (CIMEC) - CONICET/UNL
Tel: 54-342-4511594 Int. 7032
Colectora Ruta Nac. 168 / Paraje El Pozo
(3000) Santa Fe - Argentina.
http://www.cimec.org.ar
santiagomarquezd is offline   Reply With Quote

Old   March 17, 2014, 06:08
Default
  #7
Senior Member
 
Huang Xianbei
Join Date: Sep 2013
Location: Yangzhou,China
Posts: 302
Rep Power: 13
huangxianbei is on a distinguished road
Quote:
Originally Posted by santiagomarquezd View Post
If you check the code for dnsFoam you will see that it is similar to icoFoam, except for a source term which adds turbulence to the system. Without it the problem would evolve to a resting system due the dissipative effect of the viscosity.

Regards
Hi,Santiago:
Ichecked the DNS solver and found a force add to the r.h.s of the UEqn, and find the definition:
Code:
 volVectorField force
    (
        U/dimensionedScalar("dt", dimTime, runTime.deltaTValue())
    );
What's the reason to add this term? And what does this term mean?

I've looked into someone's code in this forum about channel flow DNS, the 'force' is not added, so I'd like to know is it necessary to do so?
huangxianbei is offline   Reply With Quote

Old   June 8, 2014, 05:01
Default
  #8
Member
 
Florian Ries
Join Date: Feb 2014
Location: Darmstadt, Germany
Posts: 88
Rep Power: 12
itchy is on a distinguished road
Hi,

in the description of dnsFoam.c you can find:

Application
dnsFoam

Description
Direct numerical simulation solver for boxes of isotropic turbulence


In my opinion you only need this force, if you don't have shear or a wall that gives you shear. So dnsFoam is proper for the boxturb16 and for no other case.

In the tutorial of Martin de Mare, he mentioned that the force term is to keep the turbulence alive.
You only need this force, if you have no shear of e.g.shear at a wall? Because if you have a wall, turbulence keep alive by the shear, right?

I want to simulate a quasi-DNS of pipeflow. From the description, dnsFoam solver is for DNS of isotropic turbulence in boxes. So this solver is not suitable for my case.

Now my question:
Is icoFoam the right solver for DNS in complex geometries with shear at a wall??

kind regards
Florian
itchy is offline   Reply With Quote

Old   April 3, 2021, 23:28
Default
  #9
New Member
 
Nidal
Join Date: Nov 2018
Posts: 17
Rep Power: 7
Nidalsb is on a distinguished road
Hi, have you figured this out yet? As I have a similar problem to solve and Im not sure whether I can use icofoam for such a case.
Nidalsb 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
Everything you need to compute DNS in channel vs OF 2.1.0 levka OpenFOAM Running, Solving & CFD 41 October 30, 2023 11:17
DNS of Re 3900 cylinder flow cfdnewbie Main CFD Forum 8 May 30, 2013 15:30
Density in icoFoam Densidad en icoFoam manuel OpenFOAM Running, Solving & CFD 8 September 22, 2010 04:10
Kubuntu uses dash breaks All scripts in tutorials platopus OpenFOAM Bugs 8 April 15, 2008 07:52
DNS in Turbulent S.O.S. Urgent Hengky FLUENT 11 September 28, 2006 10:07


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