|
[Sponsors] |
Where is the solve of UEqn in twoPhaseEulerFoam? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 5, 2012, 10:51 |
Where is the solve of UEqn in twoPhaseEulerFoam?
|
#1 |
New Member
Qingang Xiong
Join Date: May 2012
Location: Ames, IA, USA
Posts: 20
Rep Power: 14 |
Hi Foamers,
In the manual "Derivation, Modelling and Solution of the Conditionally Averaged Two-Phase Flow Equations" by Weller et al. they said that momentum equations are constructed and solved. But in the solver code of twoPhaseEulerFoam, I just see UaEqn.relax(), not solve(). So could anyone explain to me how about this issue? Thank you! |
|
July 8, 2012, 11:51 |
|
#2 |
Member
bruce
Join Date: May 2009
Location: Germany
Posts: 42
Rep Power: 17 |
I think the momentum equation is not predicted and is only corrected in pressure loop which is conservative. (see pEqn.H)
|
|
July 9, 2012, 03:13 |
|
#3 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
The momentum equation is defined (excluding some terms, which are transferred to the pressure equation), and the velocity is predicted with a single Jacobi step.
You could predict the velocity with a direct solution, including the transferred term by means of the reconstruct operator, however this might slow convergence down.
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
June 3, 2019, 10:00 |
|
#4 | |
New Member
Siqi Ma
Join Date: May 2019
Location: Germany
Posts: 4
Rep Power: 7 |
Quote:
could you please explain how to use a reconstruct operator? I am using twoPhaseEulerFoam(5.0) and have read some literatures about the solving process. As you said, the solver only predict the velocity rather than solve it... how could I get the value of velocity? thanks! It would be a lot of help. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Bug in UEqn of twoPhaseEulerFoam? | cheng1988sjtu | OpenFOAM Bugs | 8 | August 26, 2011 07:45 |
solve continiuty for velocity | linch | OpenFOAM Programming & Development | 6 | June 30, 2011 05:04 |
Source term problem in UEqn of simpleFoam | fisch | OpenFOAM Programming & Development | 1 | June 17, 2011 11:57 |
Linearized NS euqations: how to solve them?(problem with Matrix operations..) | matteoL | OpenFOAM Running, Solving & CFD | 0 | November 18, 2009 07:58 |
How to solve another continuum and momentum eqn? | west_wing | FLUENT | 0 | August 25, 2003 11:00 |