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

What is the meaning of min(alpha)

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By k.kshitij
  • 1 Post By cfdonline2mohsen
  • 1 Post By k.kshitij

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 14, 2013, 23:22
Default What is the meaning of min(alpha)
  #1
New Member
 
Kshitij kunte
Join Date: Jun 2011
Posts: 18
Rep Power: 14
k.kshitij is on a distinguished road
Hi All,

I'm using interFoam solver in openFoam and the alpha(min) is becoming negative. What is the meaning of the value (mean averaged, or the minimum value of alpha in all the cells). Can any one please help me.

Thanks,
ScarFace likes this.
k.kshitij is offline   Reply With Quote

Old   August 15, 2013, 08:00
Default
  #2
Senior Member
 
cfdonline2mohsen's Avatar
 
Mohsen KiaMansouri
Join Date: Jan 2010
Location: CFD Lab
Posts: 118
Rep Power: 16
cfdonline2mohsen is on a distinguished road
Try to bound Alpha between 0 and 1 by using limited schemes in fvSchemes. e.g:
Code:
div(phi,alpha1) Gauss vanLeer01;             //HTRL to bound the vanLeer scheme strictly between 0 and 1 to avoid negative and higher than 1 alpha
see also section 4.4.1.1 Schemes for strictly bounded scalar fields of the User-Guide for more info
Yage likes this.
__________________
“If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas.”
cfdonline2mohsen is offline   Reply With Quote

Old   August 15, 2013, 08:11
Default
  #3
New Member
 
Kshitij kunte
Join Date: Jun 2011
Posts: 18
Rep Power: 14
k.kshitij is on a distinguished road
Hi,

Thanks for the suggestion, actually I'm simulating diesel flow atomization inside injector atomization. For this kind of approach to handle the advective term they are using NVD(Normalized Variable Diagram) based schemes, like gamma and SFCD. The moment I implement these schemes my volume fraction becomes negative.
Currently I'm using the upwind scheme to keep the alpha bounded.
ScarFace likes this.
k.kshitij 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
TwoPhaseEulerFoam and Boundary conditions raagh77 OpenFOAM Running, Solving & CFD 99 February 6, 2018 18:31
alphaEqn.H in twoPhaseEulerFoam cheng1988sjtu OpenFOAM Bugs 15 May 1, 2016 16:12
Meaning of Ychar and Ypmma aylalisa OpenFOAM Pre-Processing 2 October 20, 2013 05:49
What's meaning of UDF FUNCTION zhaoxinyu Fluent UDF and Scheme Programming 0 March 31, 2010 08:04
What's the meaning of "combustion scalar"and.... cfdbeginner CFX 0 November 27, 2003 09:02


All times are GMT -4. The time now is 04:59.