|
[Sponsors] |
turbulent scalartransportfoam and mixing time calculation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 6, 2024, 08:08 |
turbulent scalartransportfoam and mixing time calculation
|
#1 |
Senior Member
Join Date: Dec 2019
Location: Cologne, Germany
Posts: 369
Rep Power: 8 |
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) ); 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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Turbulent scalar mixing | pippo2013 | OpenFOAM Running, Solving & CFD | 5 | February 24, 2015 08:37 |