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

what is the sigma12/sigma13 in interMixingFoam?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By wyldckat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 26, 2014, 07:32
Default what is the sigma12/sigma13 in interMixingFoam?
  #1
New Member
 
Shiwei Fan
Join Date: Apr 2014
Location: China
Posts: 9
Rep Power: 12
Wais is on a distinguished road
Send a message via Skype™ to Wais
I want to know the meaning of the sigma12/sigma13 in openMixingfoam/constant/transportproperties.

many thx.
Wais is offline   Reply With Quote

Old   May 26, 2014, 10:30
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Wais,

I'm going to have to ask you a few existential questions:
  1. What case are you talking about? I can't find any example case on the Internet named "openMixingfoam".
  2. Which OpenFOAM version are you using?
Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   May 26, 2014, 10:46
Default
  #3
New Member
 
Shiwei Fan
Join Date: Apr 2014
Location: China
Posts: 9
Rep Power: 12
Wais is on a distinguished road
Send a message via Skype™ to Wais
Quote:
Originally Posted by wyldckat View Post
Greetings Wais,

I'm going to have to ask you a few existential questions:
  1. What case are you talking about? I can't find any example case on the Internet named "openMixingfoam".
  2. Which OpenFOAM version are you using?
Best regards,
Bruno
Sorry,it's interMixingfoam, and I use 2.3.0
Wais is offline   Reply With Quote

Old   May 26, 2014, 13:08
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Ah, OK. I've corrected the thread title.

In the tutorial "multiphase/interMixingFoam/laminar/damBreak" it says this:
Quote:
Originally Posted by constant/transportProperties
Code:
// Surface tension coefficients
sigma12           sigma12 [1 0 -2 0 0 0 0] 0.05;
sigma13           sigma13 [1 0 -2 0 0 0 0] 0.04;
My first guess would be that these were the tension coefficients between X and Y and X and Z... but I'm probably wrong here.

In this file: https://github.com/OpenFOAM/OpenFOAM...ceProperties.H - the description is this:
Quote:
Code:
        //- Surface tension 1-2
        dimensionedScalar sigma12_;

        //- Surface tension 1-3
        dimensionedScalar sigma13_;
On the same file is later on this:
Quote:
Code:
        tmp<volScalarField> sigma() const
        {
            volScalarField limitedAlpha2(max(mixture_.alpha2(), scalar(0)));
            volScalarField limitedAlpha3(max(mixture_.alpha3(), scalar(0)));

            return
                (limitedAlpha2*sigma12_ + limitedAlpha3*sigma13_)
               /(limitedAlpha2 + limitedAlpha3 + SMALL);
        }
Therefore, "sigma12" is for the surface tension between the phase 1 and phase 2, while "sigma13" is for the surface tension between the phase 1 and phase 3.

As to what the surface tension is... it should be be explained in papers and CFD documents related to multiphase

Best regards,
Bruno
Wais likes this.
__________________
wyldckat 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 develop a LES interMixingFoam case Wais OpenFOAM Pre-Processing 0 April 29, 2014 22:05
interMixingFoam diverges rapidly jjulien OpenFOAM Running, Solving & CFD 2 June 26, 2013 05:34
Boundedness of alpha1 in twoLiquidMixingFoam and interMixingFoam gopala OpenFOAM Running, Solving & CFD 4 October 25, 2012 06:57
InterMixingFoam - Gravity Currents (bug?) msabger OpenFOAM Bugs 6 April 4, 2011 02:59
InterMixingFoam - Gravity Currents (not working) msabger OpenFOAM Running, Solving & CFD 1 September 29, 2010 12:05


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