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

How could I modify the pEqn.H by adding ajustPhi() in twoPhaseEulerFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 2, 2013, 11:32
Default How could I modify the pEqn.H by adding ajustPhi() in twoPhaseEulerFoam
  #1
Member
 
Charlie
Join Date: Dec 2010
Location: USA
Posts: 85
Rep Power: 15
cheng1988sjtu is on a distinguished road
Hi Foamers,

When I use zeroGradient pressure condition at the wall, I could see pressure sigularity at the pReff(), and I searched in the forum, and found that that's due to that fact that there is no adjustPhi after the buoyancy term.

So, I added the following lines before phi = alphaf*phia + betaf*phib;

adjustPhi(phia, Ua, p);
adjustPhi(phib, Ub, p);

however, after I added this lines, I could see that my Dispersed volume fraction is decreasing though slowly.

Could anyone give me a hint on how adjustPhi() should work?

Thanks

Zhen Cheng
cheng1988sjtu is offline   Reply With Quote

Old   April 2, 2013, 15:36
Default
  #2
Member
 
Charlie
Join Date: Dec 2010
Location: USA
Posts: 85
Rep Power: 15
cheng1988sjtu is on a distinguished road
Never mind, I figured out that the mass reduction is not due to the adjustPhi, and FYI, this approach do eliminate the pressure singularity at the zeroGradient boundary (p).

Charlie
cheng1988sjtu is offline   Reply With Quote

Old   April 3, 2013, 11:05
Default
  #3
Senior Member
 
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0
chegdan will become famous soon enoughchegdan will become famous soon enough
Greetings Zhen Cheng,

Just curious about your findings,

Quote:
Never mind, I figured out that the mass reduction is not due to the adjustPh
What was the source of mass reduction in your simulations? Just in case others run into the same issue.

Dan
chegdan is offline   Reply With Quote

Old   March 3, 2014, 09:13
Default
  #4
New Member
 
Josebus van Zyl
Join Date: Jan 2013
Location: Stellenbosch
Posts: 1
Rep Power: 0
Popmech is on a distinguished road
Hi, I am using a modified version of the twoPhaseEulerFoam solver to model a mixing vessel with settling particles. I have a zero-gradient pressure condition on all surfaces including the free-surface which is represented by a symmertryPlane type boundary condition. I suffer from a similar problem with a singularity occurring at the pReffCell in the simulation which causes the volume fractions to be solved incorrectly. I have tried implementing the adjustPhi call as described in this thread, though this causes an error stating there is no outflow boundary to adjust. Does someone know how to work around this problem?

Kind Regards, JVZ
Popmech 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
how to set periodic boundary conditions Ganesh FLUENT 15 November 18, 2020 06:09
alphaEqn.H in twoPhaseEulerFoam cheng1988sjtu OpenFOAM Bugs 15 May 1, 2016 16:12
Help with chtMultiRegionFoam jbvw96 OpenFOAM Running, Solving & CFD 2 December 26, 2010 17:16
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


All times are GMT -4. The time now is 21:58.