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

Unsteady kE with scalar transport - Outlet-geometry heavely effects scalar transport

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 25, 2009, 03:00
Default Unsteady kE with scalar transport - Outlet-geometry heavely effects scalar transport
  #1
New Member
 
Christian Andersen
Join Date: Mar 2009
Location: Aalborg, Denmark
Posts: 8
Rep Power: 17
christian_andersen is on a distinguished road
Hi OpenFoamers,
I have a problem getting my custom OpenFOAM solver to transport scalar specie to the outlet!

I have tried several things:
1. It works with steadyState kE, solution converges and scalar is trasported.
2. It works as unsteady - if the outlet is a Ø80 tube and a pressure condition at the end! (no big opening)
3. I have tried symmetry BC, outletInlet BC and pressure Outlet BC for a square box
4. I have tried pressure Outlet BC for a half sphere.
5. I dont know why, but I have seen new variables in the time-folders U_0 and scalar_0 - why is there suddenly thees parallel files?
6. Residuals for specie are 1E-5
7. The falty solution seems to be caused by my outlet?

My custom code is like this:

fvScalarMatrix CH4Eqn
(
fvm::ddt(CH4)
+fvm::div(phi, CH4)
- fvm::laplacian(turbulence->nut()/0.7,CH4)
);
CH4Eqn.solve();

I use QUICK scheme for div and Euler for timestep.

I have attached jpegs of the current solutions.

Any suggestions?

BR Christian
Attached Images
File Type: jpg specie_ss_vector.jpg (23.7 KB, 14 views)
File Type: jpg trans_specie_vector.jpg (16.0 KB, 10 views)
File Type: jpg trans_Umag_vector1.jpg (18.4 KB, 6 views)
File Type: jpg pipe_trans_specie_vector.jpg (8.9 KB, 6 views)
File Type: jpg Umag.jpg (14.9 KB, 6 views)

Last edited by christian_andersen; June 25, 2009 at 05:56. Reason: The outlet was not visible in the first pictures.
christian_andersen 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
Question about scalar transport osimonsimon OpenFOAM Running, Solving & CFD 33 August 21, 2020 10:45


All times are GMT -4. The time now is 14:53.