|
[Sponsors] | |||||
How to calculate free-surface area in a computational cell |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Join Date: Aug 2017
Posts: 21
Rep Power: 10 ![]() |
hi experts,
I am working on a two-phase (gas-liquid) flow problem using the VOF method. I need to calculate the surface area of the free-surface in a computational cell. I am wondering if there is any macro for this purpose. If not, how can I calculate this surface area? |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Doruk Yelkenci
Join Date: Apr 2017
Posts: 20
Rep Power: 10 ![]() |
I am currently working on a similar case. I am trying to find the surface normal.
They way I see it is very difficult to get it by using ansys fluent. There are no macros except C_VOF which only gives you the volume fraction of the cell. Even tough ansys fluent calculates these values we need (area, normal, curvature of the area etc) they dont let us use them in udf. You have to calculate them again in your own way then use them. I suggest you to find some papers about how to calculate these values. |
|
|
|
|
|
|
|
|
#3 |
|
Member
Daniel Edebro
Join Date: Feb 2016
Location: Gothenburg
Posts: 41
Rep Power: 11 ![]() |
You can calculate the interfacial area density by first calculating the gradient of VOF.
The macro is called "C_VOF_G" The surface area is calculated by taking the absolute value of the components of this. |
|
|
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Aug 2017
Posts: 21
Rep Power: 10 ![]() |
Thanks for your replies. As far as I know, the macro "C_VOF_G"[x] returns the gradients of the VOF function in different directions. A normal to the free-surface can be found by the magnitude of the VOF function.
My problem is how to calculate the free-surface area in a computational cell. |
|
|
|
|
|
|
|
|
#5 |
|
Member
Daniel Edebro
Join Date: Feb 2016
Location: Gothenburg
Posts: 41
Rep Power: 11 ![]() |
||
|
|
|
|
|
|
|
#6 | |
|
New Member
xiatiantian
Join Date: Dec 2017
Posts: 5
Rep Power: 9 ![]() |
Quote:
Could you tell me how to use the macro "C_VOF_G"? When I load the macro by UDF, it always has the error: received a fatal signal (Segmentation fault) |
||
|
|
|
||
|
|
|
#7 | |
|
New Member
Join Date: Aug 2017
Posts: 21
Rep Power: 10 ![]() |
Quote:
You should prevent the solver from freeing up memory. You can do that by answering "yes" to “Keep temporary solver memory from being freed?” from /solve/set/expert. I hope it helps. |
||
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to calculate water average velocity in free surface models | hmasenger | CFX | 22 | October 30, 2019 20:28 |
| Simulating fire in a tunnel | luca1992 | OpenFOAM | 14 | August 16, 2017 14:50 |
| target cell size for the internal free surface | laurent98 | Fidelity CFD | 2 | August 6, 2014 06:48 |
| Cells with t below lower limit | Purushothama | Siemens | 2 | May 31, 2010 22:58 |
| Surface area of free surface | jaswi | OpenFOAM Post-Processing | 0 | July 25, 2007 15:34 |