|
[Sponsors] |
Question about the difference between buoyantBoussinesqPimpleFoam and pimpleFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 21, 2017, 14:15 |
Question about the difference between buoyantBoussinesqPimpleFoam and pimpleFoam
|
#1 |
New Member
TSE Kwan Shu
Join Date: Sep 2016
Posts: 10
Rep Power: 10 |
Hi everyone,
I found that 1. buoyantBoussinesqPimpleFoam is a "Transient solver for buoyant, turbulent flow of incompressible fluids", while 2. pimpleFoam is a "Large time-step transient solver for incompressible, turbulent flow, using the PIMPLE (merged PISO-SIMPLE) algorithm". When I look at the code, I found that buoyantBoussinesqPimpleFoam solves the A. continuity equation B. momentum equation with body force, i.e. buoyancy. with the use of Boussinesq approximation C. energy equation While pimpleFoam only solves for A. continuity equation B. momentum equation without buoyancy. If I remembered correctly, the energy equation should be independent of the continuity equation and the momentum equation. What if I use buoyantBoussinesqPimpleFoam and set the gravity to be zero in the "g" file in "constant" folder? Will I obtain U and p the same as I use pimpleFoam if I am solving the same problem(same mesh, boundary condition and numerical schemes)? Besides, I checked out the website of Fumiya Nozaki: HTML Code:
http://caefn.com/openfoam/solvers-buoyantboussinesqpimplefoam |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
question regarding LES of pipe flow - pimpleFoam | Dan1788 | OpenFOAM Running, Solving & CFD | 37 | December 26, 2017 15:42 |
pimpleFoam: turbulence->correct(); is not executed when using residualControl | hfs | OpenFOAM Running, Solving & CFD | 3 | October 29, 2013 09:35 |
Differences simpleFoam vs. pimpleFoam / RASModel.H vs turbulenceModel.H | uli | OpenFOAM Programming & Development | 7 | January 26, 2013 16:01 |
On the pimpleFoam solution algorithm | vkrastev | OpenFOAM Running, Solving & CFD | 17 | November 15, 2012 05:25 |
On the pimpleFoam solution algorithm | vkrastev | OpenFOAM | 1 | February 1, 2011 09:25 |