|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Hrushi
Join Date: Jan 2013
Posts: 58
Rep Power: 15 ![]() |
Dear all,
I have developed a variant of interFOAM solver that solves multiphase flows. It uses PIMPLE algorithm to solve pressure-velocity coupling of Navier-Stokes solver. While my divergence of surface flux is very low (fvc::div(phi) is of the order of 10^-12) and my global continuity as spat out by continuityErr.H is of the order of 10^-20-10^-18; my divergence in velocity is very high (fvc::div(U) is of the order of 10^2). I was wondering if there are any settings available in the OpenFOAM that can reduce the divergence of velocity U. I do not use div(U) at any point in my solution of the Navier-Stokes solver, but I would still like to reduce my divergence in velocity. All the current settings can only affect calculation of phi and not the calculation of div(U) directly, so I am really confused where to start modifying the solver settings. Regards, Hrushi |
|
|
|
|
|
![]() |
| Tags |
| continu, continuity error |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [OpenFOAM] Take derivative of mean velocity in paraFoam | hiuluom | ParaView | 13 | April 26, 2016 07:44 |
| Derivative of velocity and mean velocity | hiuluom | OpenFOAM Post-Processing | 1 | May 30, 2015 00:42 |
| A question on the PIMPLE algorithm | GerhardHolzinger | OpenFOAM Running, Solving & CFD | 4 | February 13, 2015 07:49 |
| On the PIMPLE compressible algorithm | ssss | OpenFOAM Programming & Development | 1 | September 13, 2014 16:15 |
| On the PIMPLE algorithm | vkrastev | OpenFOAM Running, Solving & CFD | 7 | April 16, 2012 12:13 |