|
[Sponsors] |
December 10, 2022, 02:55 |
complex source term
|
#1 |
New Member
shouvik ghorui
Join Date: Oct 2019
Posts: 15
Rep Power: 7 |
Hi everyone,
I want to implement this(below) scalar transport equation. where Rz is a source term, expressed as below where u_n and u both are particle velocity only. I have implemented fvm::ddt(C) +fvm::div(phiup,C) -fvm::laplacian(gammaPsi,C) == (1/rp)*gammaPsi*Foam::mag(fvc::grad(C)) -fvm::SuSp(Foam::mag(up)/rp,C) my confusion is related to the source term, Is there any other way to work with this source term. (taking mag of velocity is okay?) I am not getting the correct results using this. Any suggestion would be helpful. Thanks. note: I am getting the result(wrong) which may be due to the large sink term(-fvm::SuSp(Foam::mag(up)/rp,C). |
|
Tags |
scalar transport, source, source terms |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] swak4foam for OpenFOAM 4.0 | mnikku | OpenFOAM Community Contributions | 80 | May 17, 2022 09:06 |
[foam-extend.org] problem when installing foam-extend-1.6 | Thomas pan | OpenFOAM Installation | 7 | September 9, 2015 22:53 |
[swak4Foam] Swak4FOAM 0.2.3 / OF2.2.x installation error | FerdiFuchs | OpenFOAM Community Contributions | 27 | April 16, 2014 16:14 |
Adding additional complex source term to BuoyantBoussinesqPisoFoam solver | pajofego | OpenFOAM Programming & Development | 2 | April 9, 2013 18:00 |
[swak4Foam] funkySetFields compilation error | tayo | OpenFOAM Community Contributions | 39 | December 3, 2012 06:18 |