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

VOF method and Marangoni flows

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 13, 2021, 05:10
Default Marangoni convection
  #21
New Member
 
Join Date: Apr 2020
Posts: 10
Rep Power: 6
ahomaru is on a distinguished road
Quote:
Originally Posted by BuzzB View Post
Hey again,


just to give an update, i managed to implement the tangential surface tension force in the phaseSystem library. It works reasonable but is not yet validated, though.
Hello, BuzzB!
In the VOF method and Marangoni convection post, I learned that you implemented tangential surface tension in the phase System library of icoReactingMultiphaseInterFOAM.
I'm having trouble implementing it, can you please tell me how?
ahomaru is offline   Reply With Quote

Old   June 3, 2021, 12:52
Default
  #22
New Member
 
Join Date: Jan 2021
Posts: 12
Rep Power: 5
Schmidtgen is on a distinguished road
Quote:
Originally Posted by BuzzB View Post
Hey again,


just to give an update, i managed to implement the tangential surface tension force in the phaseSystem library. It works reasonable but is not yet validated, though.
Hi BuzzB,

how did you manage the Implementaion? Currently, Im starting to work on the same Problem.
Schmidtgen is offline   Reply With Quote

Old   June 3, 2021, 13:59
Default
  #23
New Member
 
Sebastian
Join Date: Sep 2013
Posts: 14
Rep Power: 12
BuzzB is on a distinguished road
Dear Fellow-Foamers,

I received a lot of requests about the tangential surface tension force implementation both in icoReactingMultiphaseInterFoam and condensatingEvaporatingFoam. They both give the exact same results and have been tested with 2 different testcases more or less successfully. Unfortunately, I'm still not allowed to share the code here without publishing it beforehand. I will, however, try to get the permission to share it with you guys asap. It would be nice if we could test and improve it further. Together!

So please excuse the delay and stay tuned!
BuzzB is offline   Reply With Quote

Old   June 3, 2021, 23:12
Default
  #24
New Member
 
Join Date: Jan 2021
Posts: 12
Rep Power: 5
Schmidtgen is on a distinguished road
That's amazing to hear.
Schmidtgen is offline   Reply With Quote

Old   February 2, 2022, 09:52
Default
  #25
New Member
 
Join Date: May 2020
Posts: 6
Rep Power: 6
flo(w) is on a distinguished road
Dear all, I have successfully implemented the Marangi effect in the icoReactingMultiphaseInterFoam solver. If you want to know, how this can be done, you can read that in our most recent publication: https://iopscience.iop.org/article/1...61-651X/ac4a26
flo(w) is offline   Reply With Quote

Old   April 27, 2022, 20:31
Default Marangoni
  #26
Member
 
Anonymous.
Join Date: Sep 2020
Posts: 35
Rep Power: 6
gentodin is on a distinguished road
Quote:
Originally Posted by flo(w) View Post
Dear all, I have successfully implemented the Marangi effect in the icoReactingMultiphaseInterFoam solver. If you want to know, how this can be done, you can read that in our most recent publication: https://iopscience.iop.org/article/1...61-651X/ac4a26
Do you know how to implement it in OF8/9 InterFOAM?

Your version is under ESI which I'm not sure 100% is compatible with OF8/9.
gentodin is offline   Reply With Quote

Old   April 28, 2022, 06:06
Default
  #27
Member
 
Teresa
Join Date: Nov 2015
Location: germany
Posts: 63
Rep Power: 10
TeresaT is on a distinguished road
Hi gentodin,

as far as I know icoReactingMultiphaseInterFoam is not available in OF8/9 and it might be a lot of work to implement it. Please correct me if I am wrong.

If I may ask, why do you want to use OF8/9? Or do you just want the Marangoni Effect with OF8/9 specific solvers?

Regards,
Teresa
TeresaT is offline   Reply With Quote

Old   May 21, 2022, 13:15
Default Compilation and test case
  #28
New Member
 
Berin Šeta
Join Date: Dec 2014
Location: Tarragona
Posts: 8
Rep Power: 11
Berin Šeta is on a distinguished road
Quote:
Originally Posted by flo(w) View Post
Dear all, I have successfully implemented the Marangi effect in the icoReactingMultiphaseInterFoam solver. If you want to know, how this can be done, you can read that in our most recent publication: https://iopscience.iop.org/article/1...61-651X/ac4a26
First of all congrats on your work. Very elegant solution to change phasesystem file instead of changing momentum equation within solver.

I wonder how did you compile newly modified phasesystem file and called it by icoReactingMultiphaseInterFoam? Did you had to change anything apart of that phasesystem file to run those cases from the article?

Moreover, could you share benchmark test case file by Sen&Davis? I would like to know how you defined dsigma/dT in your case.

Best regards,
Berin
Berin Šeta is offline   Reply With Quote

Old   May 23, 2022, 05:28
Default
  #29
New Member
 
Join Date: May 2020
Posts: 6
Rep Power: 6
flo(w) is on a distinguished road
Hi Berin,
I copied the icoReactingMultiphaseInterFoam solver, changed its name, made the changes in the source files and compiled it. That's all. Attached you can find the benchmark test case files. There, I named the new solver floWSolver2.
With the current implementation, you don't specify dsigma/dT, but a table with temperatures and corresponding surface tension values.

Best regards,
Florian
Attached Files
File Type: zip Marangoni_val.zip (23.5 KB, 28 views)
alainislas likes this.
flo(w) is offline   Reply With Quote

Old   August 25, 2022, 02:52
Default Of8
  #30
Member
 
Anonymous.
Join Date: Sep 2020
Posts: 35
Rep Power: 6
gentodin is on a distinguished road
Quote:
Originally Posted by TeresaT View Post
Hi gentodin,

as far as I know icoReactingMultiphaseInterFoam is not available in OF8/9 and it might be a lot of work to implement it. Please correct me if I am wrong.

If I may ask, why do you want to use OF8/9? Or do you just want the Marangoni Effect with OF8/9 specific solvers?

Regards,
Teresa
Hi Teresa,

I chose to work with OF8 initially as I obtained training for it specifically. The other training under ESI I did not realize it until I have already implemented most of my physics.

Nevertheless, I figured out how to implement the physics already.

Cheers.
gentodin is offline   Reply With Quote

Old   October 21, 2022, 01:47
Default
  #31
New Member
 
VINIT
Join Date: Aug 2022
Posts: 10
Rep Power: 4
VINIT is on a distinguished road
Quote:
Originally Posted by flo(w) View Post
Dear all, I have successfully implemented the Marangi effect in the icoReactingMultiphaseInterFoam solver. If you want to know, how this can be done, you can read that in our most recent publication: https://iopscience.iop.org/article/1...61-651X/ac4a26

Hello Florian



I am trying to implement marangoni by adding the equation to phasesystem file but it is a read only file. Could you please let me know how you did you do it?


Is there something I am missing?
VINIT is offline   Reply With Quote

Old   October 21, 2022, 03:02
Default
  #32
Member
 
Teresa
Join Date: Nov 2015
Location: germany
Posts: 63
Rep Power: 10
TeresaT is on a distinguished road
Quote:
Originally Posted by VINIT View Post
Hello Florian



I am trying to implement marangoni by adding the equation to phasesystem file but it is a read only file. Could you please let me know how you did you do it?


Is there something I am missing?
User rights of files are changed with system specific commands. So you could google with the info what system you are using and find out how to change the permissions for the file. Often it makes sense to save files before changing them or to change only copies.
TeresaT is offline   Reply With Quote

Old   August 10, 2023, 06:28
Default
  #33
New Member
 
Krishna Thombare
Join Date: Jul 2023
Posts: 4
Rep Power: 3
Krishna Thombare is on a distinguished road
can you please explain what "kappa" means in this formula?

Thank you.
Krishna Thombare is offline   Reply With Quote

Old   August 10, 2023, 06:46
Default
  #34
New Member
 
Join Date: May 2020
Posts: 6
Rep Power: 6
flo(w) is on a distinguished road
"Kappa" usually denotes the interface curvature.
flo(w) is offline   Reply With Quote

Reply

Tags
marangoni vof


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



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