|
[Sponsors] |
October 18, 2017, 09:44 |
rhoPimpleFoam - ddt term
|
#1 |
New Member
Ayush
Join Date: May 2017
Posts: 12
Rep Power: 9 |
Hello Friends!
I was trying to understand the code for rhopimplefoam. I was stuck at Ueqn i.e. Code:
tmp<fvVectorMatrix> tUEqn ( fvm::ddt(rho, U) + fvm::div(phi, U) + MRF.DDt(rho, U) + turbulence->divDevRhoReff(U) == fvOptions(rho, U) ); But in above we don't have values of neither rho^{n+1} nor u^{*}. Despite from this fact we know that it solves for U^{*}. So, my question how this is happening and from where is the value of rho^{n+1} is coming into the picture. I hope someone will reply. Thank You! regards |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
momentum source term | zwdi | FLUENT | 14 | June 27, 2017 16:40 |
How does fluent discretize the viscous term? | motorbean | FLUENT | 3 | August 25, 2015 17:38 |
How does fluent handles the momentum source term? | QBeast | FLUENT | 0 | April 22, 2013 15:12 |
Large source term in species equation | MACFD | FLUENT | 4 | January 4, 2011 15:16 |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |