CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent Multiphase

Interface area

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 17, 2021, 10:07
Unhappy Interface area
  #1
New Member
 
Mohammad Sadegh Badri
Join Date: Jun 2017
Posts: 1
Rep Power: 0
m_sa_badri is on a distinguished road
In simulation of the adiabatic bubble growth in ANSYS Fluent, I need to calculate interface area in each cell (the green line in the picture).
In my search, I found three ways:
  • Using this:
    Code:
    pow(C_VOF_G(cell, thread)[0] * C_VOF_G(cell, thread)[0] + C_VOF_G(cell, thread)[1] * C_VOF_G(cell, thread)[1],0.5) * C_VOLUME(cell, thread)
    I checked this method in 1D Stefan problem, but the result wasn't correct.
  • Using this:
    Code:
    2.0 * pow(C_VOF_G(cell, thread)[0] * C_VOF_G(cell, thread)[0] + C_VOF_G(cell, thread)[1] * C_VOF_G(cell, thread)[1],0.5) * C_VOF(cell, thread)
    I also checked this method in 1D Stefan problem, but the result wasn't correct.
  • Using this:
    Code:
    C_VOF_S(cell, thread)
    I also checked this method, but fluent received an error.

Can anybody help me with this problem, either how to implement the above methods to get the right answer or other methods?
Attached Images
File Type: jpg m2.jpg (28.8 KB, 9 views)
m_sa_badri is offline   Reply With Quote

Reply

Tags
ansys fluent, interfacial area, 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Domain interface at different area CFXer CFX 4 July 21, 2020 09:43
Wind turbine simulation Saturn CFX 58 July 3, 2020 01:13
My radial inflow turbine Abo Anas CFX 27 May 11, 2018 01:44
Two phase interface area Blackhawks84 Fluent UDF and Scheme Programming 0 February 5, 2013 14:47
CFX Solver Memory Error mike CFX 1 March 19, 2008 07:22


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