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

BuoyantboussinesqPimpleFoam: which velocity is used for scalar transport equation.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 16, 2016, 01:33
Default BuoyantboussinesqPimpleFoam: which velocity is used for scalar transport equation.
  #1
Member
 
Pavan
Join Date: Jan 2016
Posts: 53
Rep Power: 10
pvpnrao is on a distinguished road
Dear All

I have a pretty basic question with regard to buoyantboussinesqPimpleFoam. In the main solver the code is written as (I am using OpoenFOAM 2.2.2)

while (pimple.loop())
{
#include "UEqn.H"
#include "TEqn.H"

// --- Pressure corrector loop
while (pimple.correct())
{
#include "pEqn.H"
....
.....
...
}

My questions is:
1. Since TEqn comes after UEqn (which calculates the predictor velocity).
Does TEqn use the predicted velocity field for calculating the temperature transport or does it use the velocity from the previous time step in its calculation?
In my opinion the predicted velocity field is not divergence free. So, using that for scalar transport does not seem correct.

2. Within a PISO loop, does Openfoam overwrites the velocity field with predictor velocity or does it store u* separately?

Thanks in Advance
pvpnrao is offline   Reply With Quote

Old   August 17, 2016, 15:57
Default
  #2
Member
 
Pavan
Join Date: Jan 2016
Posts: 53
Rep Power: 10
pvpnrao is on a distinguished road
Any ideas?....Can someone please help me?
pvpnrao 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
Boundary conditions for a newly added transport equation Divyaprakash OpenFOAM Running, Solving & CFD 0 May 2, 2016 05:32
how to make a scalar transport equation to be conserved? immortality OpenFOAM Programming & Development 3 May 5, 2013 08:11
Adding transport equation in simpleFoam iqbalsk8 OpenFOAM Programming & Development 0 February 20, 2013 10:01
Poisson equation combined with transport equation Se-Hee CFX 0 December 27, 2007 01:00
Define an equation for the inlet velocity profile Alshroof CFX 3 January 9, 2007 19:34


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