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

Solving after mapping results

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 11, 2014, 06:34
Default Solving after mapping results
  #1
New Member
 
Simone
Join Date: Dec 2014
Posts: 3
Rep Power: 11
SPK33 is on a distinguished road
Hello everybody,

I know that this argument has been already discussed, but I can't find the answer I'm searching for.
I think the problem is general so it will probably be very interesting.

I run a steady-state RANS simulation (simpleFoam) and I mapped the results on a sub-domain with a finer mesh in order to run a transient DES simulation (pimpleFoam).

The question is: after I mapped the results on the sub-domain, how can I run the new simulation? I mean, which are the BC types I need to put on the boundary of the sub-domain?

Thanks for the answers,

Simone
SPK33 is offline   Reply With Quote

Old   December 11, 2014, 07:13
Default
  #2
Senior Member
 
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 15
babakflame is on a distinguished road
Greetings Simone

You need to change some files in your start time for DES simulation. Sine your k file in RAS is different from k file in DES (incompressible LES case). k in RAS refers to turbulent intensity and in LES cases refers to subgrid scale kinetic energy. The order of magnitude of these values are completely different.
Moreover, you need to apply some changes in your U file. The values obtained from RAS simulation are your mean values \overline U, you need to define fluctuation scale and values.

Your velocity B.C. for inflow streams should be sth like this:

Code:
FUEL
    {
        type            turbulentInlet;
        referenceField  nonuniform List<vector>
252
(
(-0.296506256 142.798641 0.146544894)


);

    fluctuationScale (0.03 0.1 0.03);    //Define the highest value in the stream orientation
    value uniform (0 0 0)   
}
Best,

Bobi
babakflame is offline   Reply With Quote

Old   December 11, 2014, 08:01
Default
  #3
New Member
 
Simone
Join Date: Dec 2014
Posts: 3
Rep Power: 11
SPK33 is on a distinguished road
Thanks for the reply!

I explain you more in details.
I did a similar simulation with CFD++ and I wanted to know if it is possible even with OF.
I studied the aeroacoustics of a car using CFD++. Firstly I run a RANS simulation in the whole domain and then I used the obtained results to initialize a transient DES simulation only on a sub-domain near the car-mirror. To do this I put as BC on the whole external sud-domain boundary a particular condition, called NLAS outer boundary.

I don't know where the inlet and the outlet are in the sub-domain. Probably the most matching BC is to consider all the boundary as an opening.
SPK33 is offline   Reply With Quote

Old   December 11, 2014, 08:24
Default
  #4
Senior Member
 
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 15
babakflame is on a distinguished road
Greetings Simone

Your case is not actually my type. However, I think you should have an outlet for your air stream traversing beside the car mirror. I don't think that you could define inflow streams in your case without defining any outflow.

Best,
Bobi
babakflame is offline   Reply With Quote

Old   December 11, 2014, 08:27
Default
  #5
New Member
 
Simone
Join Date: Dec 2014
Posts: 3
Rep Power: 11
SPK33 is on a distinguished road
Ok, I'll try as you previously suggested.

Thanks,

Simone
SPK33 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
simpleFoam error - "Floating point exception" mbcx4jc2 OpenFOAM Running, Solving & CFD 12 August 4, 2015 02:20
Help for the small implementation in turbulence model shipman OpenFOAM Programming & Development 25 March 19, 2014 10:08
Micro Scale Pore, icoFoam gooya_kabir OpenFOAM Running, Solving & CFD 2 November 2, 2013 13:58
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
Error while running rhoPisoFoam.. nileshjrane OpenFOAM Running, Solving & CFD 8 August 26, 2010 12:50


All times are GMT -4. The time now is 15:09.