|
[Sponsors] |
Temperature dependant surface tension - icoReactingMultiphaseInterFoam - Usage |
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 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 14, 2021, 10:47 |
Temperature dependant surface tension - icoReactingMultiphaseInterFoam - Usage
|
#1 |
New Member
Harris Daniel S
Join Date: Oct 2017
Posts: 8
Rep Power: 9 |
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 } ); 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 |
|
July 2, 2021, 04:32 |
|
#2 |
New Member
Xiao Mingkun
Join Date: Jul 2021
Posts: 3
Rep Power: 5 |
Hello!
I have met the same problem, have you solved it ? Regards, Mingkun |
|
January 22, 2022, 12:38 |
|
#3 |
Senior Member
Lolita
Join Date: Aug 2016
Posts: 118
Rep Power: 10 |
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 ? #{ #}; } } |
|
July 1, 2022, 11:21 |
|
#4 |
New Member
mldrmz
Join Date: Jan 2021
Posts: 2
Rep Power: 0 |
Hello
could you apply your changes? would you please share your achievement? |
|
Tags |
function1, multi phase, opeanfoam, surface tension model |
|
|
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 19:28 |
Help!! customize surface tension term in interFoam | w051cxw | OpenFOAM Programming & Development | 5 | February 12, 2016 15:56 |
unexpected constant Temperature on a clip surface | Sungki | OpenFOAM Running, Solving & CFD | 0 | August 4, 2015 05:50 |
Surface tension - normal or tangential ? | manxu | Main CFD Forum | 5 | October 23, 2013 13:39 |
Turbulence model in flow driven by surface tension | Z. ZENG | Main CFD Forum | 7 | April 28, 1999 08:18 |