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

rhoPimpleFoam - ddt term

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 18, 2017, 08:44
Default rhoPimpleFoam - ddt term
  #1
New Member
 
Ayush
Join Date: May 2017
Posts: 12
Rep Power: 8
upadhyay.1 is on a distinguished road
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)
);
Thing which I was unable to figure out was that how DDT term in the above equation solves for both U^* and rho^{n+1}(assuming one outer corrector). I checked in programer's guide there this ddt term was solved as ((rho*u)^{n+1} - (rho*u)^{n})/dt.
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
upadhyay.1 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
momentum source term zwdi FLUENT 14 June 27, 2017 15:40
How does fluent discretize the viscous term? motorbean FLUENT 3 August 25, 2015 16:38
How does fluent handles the momentum source term? QBeast FLUENT 0 April 22, 2013 14:12
Large source term in species equation MACFD FLUENT 4 January 4, 2011 14:16
ATTENTION! Reliability problems in CFX 5.7 Joseph CFX 14 April 20, 2010 15:45


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