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

Use direct numerical simulation on engineFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 20, 2013, 10:15
Default Use direct numerical simulation on engineFoam
  #1
New Member
 
Lachapelle Maxime
Join Date: Oct 2013
Posts: 5
Rep Power: 12
Chapelle is on a distinguished road
Hi everyones,

I'm a new user and I'm working on the tutorial engineFoam to simulate the flow around the valves, but i need to change the Reynolds number at around 50 or 100.

For that i have to change the viscosity and the pitch of the mesh.

So i was looking at the transport properties file but i didn't found it.

If someone can explain to me how to proceed cause i really have no idea.

Thanks,

Maxime.
Chapelle is offline   Reply With Quote

Old   October 21, 2013, 14:54
Default Use direct numerical simulation on engineFoam
  #2
New Member
 
Lachapelle Maxime
Join Date: Oct 2013
Posts: 5
Rep Power: 12
Chapelle is on a distinguished road
I make a copy of the engineFoam solver and modify the Ueq.H file like this:

PHP Code:

 fvVectorMatrix UEqn
    
(
        
fvm::ddt(rhoU)
      + 
fvm::div(phiU)
      + 
turbulence->divDevRhoReff(U)
      - 
fvm::laplacian(nuU)
    );

    if (
pimple.momentumPredictor())
    {
        
solve(UEqn == -fvc::grad(p));
        
0.5*magSqr(U);
    } 
I also rename in the folder "make " the "files" engineFoam by engineFoamdns, then i change in all the controlDict the solver name application by engineFoamdns.

I also add in combustion properties the value of nu.

But when i'm running i got an error: " can't found engineFoamdns".

If someone has an idea of the source of the problem or tell me what i'm doing wrong ?

Thanks you!

Maxime.
Chapelle 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
TimeVaryingMappedFixedValue for Direct Numerical Simulation inlet johndeas OpenFOAM 5 May 21, 2014 07:11
Direct Simulation Monte Carlo in Fluent? spk FLUENT 0 September 9, 2011 08:59
About numerical filtering in direct simulation? leaf Main CFD Forum 0 June 20, 2006 01:57
numerical simulation of sails Jerome JOURNADE Main CFD Forum 6 June 3, 1999 13:30
Solid-Liquid Two Phase Flow Numerical Simulation with the Finite Element Method Qing Hao Main CFD Forum 2 January 8, 1999 23:31


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