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

Temperature dependant surface tension - icoReactingMultiphaseInterFoam - Usage

Register Blogs Community New Posts Updated Threads Search

View Poll Results: Was this thread helpful in solving your problem?
Partially helpful 0 0%
I came for something else and found this 0 0%
Not useful 0 0%
Solved my problem 2 100.00%
Voters: 2. You may not vote on this poll

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 14, 2021, 09:47
Post Temperature dependant surface tension - icoReactingMultiphaseInterFoam - Usage
  #1
New Member
 
Harris Daniel S
Join Date: Oct 2017
Posts: 8
Rep Power: 8
Harris_Daniel is on a distinguished road
Dear OpenFOAM users,
I am trying to implement Marangoni effect within icoReactingMultiphaseInterFoam solver(OpenFOAM-v2012). Currently, I am trying to make use of the temperature dependent surface tension model within OpenFOAM. I have declared surface tension as follows in the phase properties file,

Code:
surfaceTension
(
    (solid and liquid)
    {
        type            temperatureDependent;
        sigma           constant 0.7;
    }

    (liquid and gas)
    {
        type            temperatureDependent;
        sigma           constant 0.05;
    }

    (gas and solid)
    {
        type            constant;
        sigma           0.0;//0
    }
);
But I am not sure if this evaluates surface tension based on change in temperature. Having a look at temperatureDependantSurfaceTension.C file, I conclude that the surface tension coefficient can be read from a dictionary but I am not sure how to use it. I know that the temperatureDependantSurfaceTension.C file computes surface tension coefficients based on Foam::Function1 which can read temperature dependent properties in a functional(polynomial, sine) form from either a dictionary or a csv file.

Question: Can someone please explain how to make use of this and define surface tension as a function of temperature?

Reference:
https://develop.openfoam.com/Develop...rfaceTension.C

https://www.openfoam.com/documentati...Dependent.html

https://www.openfoam.com/documentati...Function1.html
Harris_Daniel is offline   Reply With Quote

Old   July 2, 2021, 03:32
Default
  #2
New Member
 
Xiao Mingkun
Join Date: Jul 2021
Posts: 3
Rep Power: 4
xiaomk is on a distinguished road
Hello!

I have met the same problem, have you solved it ?

Regards,

Mingkun
xiaomk is offline   Reply With Quote

Old   January 22, 2022, 11:38
Default
  #3
Senior Member
 
rupak504's Avatar
 
Lolita
Join Date: Aug 2016
Posts: 115
Rep Power: 9
rupak504 is on a distinguished road
hi Harris and Xiao


were you able to solve this issue?


As far as i understand, there are two says to tackle this problem.


1. add the tangential stress term in the momentum equation.
2. or, this temperatureDependent, which depends upon the Function1, but how to add the polynomial function in the phaseProperties ?



Code:
surfaceTension
(
         (gas and liquid)
    {
        type            temperatureDependent;
        sigma           polynomial?;
        
        {
            sigmaCoeff ? 
        #{
                   
        #};
        
        }
    }
rupak504 is offline   Reply With Quote

Old   July 1, 2022, 10:21
Default
  #4
New Member
 
mldrmz
Join Date: Jan 2021
Posts: 2
Rep Power: 0
mldrmz is on a distinguished road
Hello
could you apply your changes? would you please share your achievement?
mldrmz is offline   Reply With Quote

Reply

Tags
function1, multi phase, opeanfoam, surface tension model


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
SU2 7.0.7 Built on CentOS 7, parallel computation pyscript mpi exit error? EternalSeekerX SU2 3 October 9, 2020 18:28
Help!! customize surface tension term in interFoam w051cxw OpenFOAM Programming & Development 5 February 12, 2016 14:56
unexpected constant Temperature on a clip surface Sungki OpenFOAM Running, Solving & CFD 0 August 4, 2015 04:50
Surface tension - normal or tangential ? manxu Main CFD Forum 5 October 23, 2013 12:39
Turbulence model in flow driven by surface tension Z. ZENG Main CFD Forum 7 April 28, 1999 07:18


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