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

turbulent scalartransportfoam and mixing time calculation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 6, 2024, 08:08
Default turbulent scalartransportfoam and mixing time calculation
  #1
Senior Member
 
Join Date: Dec 2019
Location: Cologne, Germany
Posts: 369
Rep Power: 8
geth03 is on a distinguished road
hi all,

i am basically simulating the mixing time behaviour in a closed stirred tank.
to account for turbulent diffusion i modified the scalartransportfoam code:
Code:
            fvScalarMatrix TEqn
            (
                fvm::ddt(T)
              + fvm::div(phi, T)
              + fvm::SuSp(-fvc::div(phi), T)
              - fvm::laplacian(DTt, T)
             ==
                fvModels.source(T)
            );
the third term in the equation is to bound T according to ScalarTransportFoam for RTD calculations. i did test the code without this term, unfortunately T explodes, so this term is helping with that.

so, for mixing time analysis i check the concentration at various locations. i saw that concentration converges to low values everywhere. so i was curious and i intergrated the T value over the whole domain and saw that the total amount of T is reducing during the simulation!

does anybody know the reason for that strange behaviour?

kind regards
geth03 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
Turbulent scalar mixing pippo2013 OpenFOAM Running, Solving & CFD 5 February 24, 2015 08:37


All times are GMT -4. The time now is 13:47.