|
[Sponsors] |
BuoyantboussinesqPimpleFoam: which velocity is used for scalar transport equation. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 16, 2016, 02:33 |
BuoyantboussinesqPimpleFoam: which velocity is used for scalar transport equation.
|
#1 |
Member
Pavan
Join Date: Jan 2016
Posts: 53
Rep Power: 10 |
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 |
|
August 17, 2016, 16:57 |
|
#2 |
Member
Pavan
Join Date: Jan 2016
Posts: 53
Rep Power: 10 |
Any ideas?....Can someone please help me?
|
|
|
|
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 06:32 |
how to make a scalar transport equation to be conserved? | immortality | OpenFOAM Programming & Development | 3 | May 5, 2013 09:11 |
Adding transport equation in simpleFoam | iqbalsk8 | OpenFOAM Programming & Development | 0 | February 20, 2013 11:01 |
Poisson equation combined with transport equation | Se-Hee | CFX | 0 | December 27, 2007 02:00 |
Define an equation for the inlet velocity profile | Alshroof | CFX | 3 | January 9, 2007 20:34 |