CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[OpenFOAM] Multiphase 3D free wave surface post-processing visualization in paraview

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree37Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 10, 2012, 18:14
Default Multiphase 3D free wave surface post-processing visualization in paraview
  #1
Senior Member
 
David Long
Join Date: May 2012
Location: Germany
Posts: 104
Rep Power: 13
keepfit is on a distinguished road
Hi OpenFoamers,

I made a simple 3D multiphase case to test different ways of generating mesh (snappyHexMesh, blockMesh, Gmsh, etc). So far I am satisfied with the paraView, but I am still confused about how to visualize the free wave surface in 3D.

1. Free wave surface
3D damBreak case

Cull surface view


Transparent view

We can see from the above figures, the water wave surface (aplha1 in this case) is basically in 2D, so I was wondering how do I make it in 3D like this:



2. Velocity field

Since there are 2 phases (air & water), and the air velocity is much faster than the water velocity, so we can only see the result on top.



Is it possible to realize that only the water velocity field (vector or contour) visible? Because the velocity filed of water is of interest.

Regards,

David.
Iose likes this.
keepfit is offline   Reply With Quote

Old   September 11, 2012, 05:59
Default
  #2
Member
 
Jan
Join Date: Dec 2009
Location: Berlin
Posts: 50
Rep Power: 19
SirWombat is on a distinguished road
Send a message via Skype™ to SirWombat
easily done!

1. Make sure your have the "internalMesh" loaded from the "Mesh Parts"
2. Also select "alpha1" to load from the "Volume Fields"

Now use the "Threshold"-Filter with "alpha1".

Use 0.5 for the "Lower Threshold" and 1.5 for the "Upper Threshold"

(Although alpha should be in the range of 0 - 1 sometimes there are larger numbers than 1.)

You should get a resulting surface that you can even make semi transparent with the "opacity"-setting under the display-tab. And of course you can set it to show the velocity.

Greetings,
Jan
lth, Rafael_Coelho, JR22 and 7 others like this.
__________________
~~~_/)~~~
SirWombat is offline   Reply With Quote

Old   September 11, 2012, 06:30
Default
  #3
Senior Member
 
David Long
Join Date: May 2012
Location: Germany
Posts: 104
Rep Power: 13
keepfit is on a distinguished road
Quote:
Originally Posted by SirWombat View Post
easily done!

1. Make sure your have the "internalMesh" loaded from the "Mesh Parts"
2. Also select "alpha1" to load from the "Volume Fields"

Now use the "Threshold"-Filter with "alpha1".

Use 0.5 for the "Lower Threshold" and 1.5 for the "Upper Threshold"

(Although alpha should be in the range of 0 - 1 sometimes there are larger numbers than 1.)

You should get a resulting surface that you can even make semi transparent with the "opacity"-setting under the display-tab. And of course you can set it to show the velocity.

Greetings,
Jan
thanks for your tips, Jan.

It seems that the "surface" is only an assemble of "blocks/cells", there is no interpolation between these blocks, how do you figure this out?

keepfit is offline   Reply With Quote

Old   September 11, 2012, 06:50
Default
  #4
Member
 
Jan
Join Date: Dec 2009
Location: Berlin
Posts: 50
Rep Power: 19
SirWombat is on a distinguished road
Send a message via Skype™ to SirWombat
if you are only interested in the actual interpolated surface, then use the "contour" filter and set the value to 0.5

G Jan
__________________
~~~_/)~~~
SirWombat is offline   Reply With Quote

Old   September 11, 2012, 07:49
Default
  #5
Senior Member
 
David Long
Join Date: May 2012
Location: Germany
Posts: 104
Rep Power: 13
keepfit is on a distinguished road
Quote:
Originally Posted by SirWombat View Post
if you are only interested in the actual interpolated surface, then use the "contour" filter and set the value to 0.5

G Jan
i tried it, and it looks better. However....



there is still no smooth face .

Thank you so much anyway.
keepfit is offline   Reply With Quote

Old   September 11, 2012, 09:03
Default
  #6
Senior Member
 
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 21
MartinB will become famous soon enough
Hi David,

you can apply the "Filters->Alphabetical->smooth" filter with 200 iterations on the contour filter to improve the visualization.

Martin
MartinB is offline   Reply With Quote

Old   September 11, 2012, 11:55
Default
  #7
Senior Member
 
David Long
Join Date: May 2012
Location: Germany
Posts: 104
Rep Power: 13
keepfit is on a distinguished road
Quote:
Originally Posted by MartinB View Post
Hi David,

you can apply the "Filters->Alphabetical->smooth" filter with 200 iterations on the contour filter to improve the visualization.

Martin
thanks Martin, it works like charm. The surface looks much better than before.

There is still an annoying problem, with regard to the " Smooth - number of iterations". As it increasing the surface becomes smoother, but when the number reaches up to around 500-1000, the surface does not get smoother, e.g. n=500, n = 1000 and n = 5000, you can not see big difference between them.

At n = 1000, we can still notice the obvious edges on the surface.



I looked up the para view manual, but unfortunately there is no such example about visualization such 3D surface. I wonder how you guys make this job done perfectly.

Regards,

David
Yage likes this.
keepfit is offline   Reply With Quote

Old   September 11, 2012, 12:07
Default
  #8
Senior Member
 
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 21
MartinB will become famous soon enough
You can try to "subdivide" (Filters->Alphabetical->Subdivide) the smoothed interface and smooth the result again.

Or you can switch to an hexahedral mesh (with blockMesh) and with more elements.

Martin
hojjat.m and Bali like this.
MartinB is offline   Reply With Quote

Old   September 11, 2012, 12:59
Default
  #9
Senior Member
 
Kent Wardle
Join Date: Mar 2009
Location: Illinois, USA
Posts: 219
Rep Power: 21
kwardle is on a distinguished road
You have used the contour filter, which shows only the iso-surface for alpha=0.5, but you could also use the 'clip' filter instead and clip by the scalar alpha. This would show the full 'liquid' region. Again, you will still have the problem of interpolation on the surface and smoothing as you have done if you require it. If the surface is choppy, that just means your mesh should probably be refined for the simulation, no? Post-processing the surface to make it appear smoother is OK if you are just making a pretty picture, but...

Anyway, just wanted to suggest this as another option which may be useful since you would then from the clip have the liquid volume and could then use transparency (set opacity to less than 1) and make it look more like your example. Here is an example of my own with multiple clips (no post-smoothing) and opacity:

-Kent
msabger, chienfm, dupeng and 2 others like this.
kwardle is offline   Reply With Quote

Old   September 12, 2012, 08:48
Default
  #10
Senior Member
 
David Long
Join Date: May 2012
Location: Germany
Posts: 104
Rep Power: 13
keepfit is on a distinguished road
thanks, kent.

It really helped. When the mesh is refined, the results look fantastic.


-Daivd

Last edited by keepfit; September 12, 2012 at 10:00.
keepfit is offline   Reply With Quote

Old   November 23, 2012, 13:21
Default
  #11
New Member
 
niall o sullivan
Join Date: Jan 2011
Posts: 2
Rep Power: 0
niallosully is on a distinguished road
Hi David,

I am working on trying to implement an airflow over ocean waves which i have completed, i was wondering how you applied the airflow over the 3d dam break water surface.

Thanks Niall
niallosully is offline   Reply With Quote

Old   December 21, 2012, 06:10
Default
  #12
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
Quote:
Originally Posted by kwardle View Post
You have used the contour filter, which shows only the iso-surface for alpha=0.5, but you could also use the 'clip' filter instead and clip by the scalar alpha. This would show the full 'liquid' region. Again, you will still have the problem of interpolation on the surface and smoothing as you have done if you require it. If the surface is choppy, that just means your mesh should probably be refined for the simulation, no? Post-processing the surface to make it appear smoother is OK if you are just making a pretty picture, but...

Anyway, just wanted to suggest this as another option which may be useful since you would then from the clip have the liquid volume and could then use transparency (set opacity to less than 1) and make it look more like your example. Here is an example of my own with multiple clips (no post-smoothing) and opacity:

-Kent
Kent

Did you use MRFInterFoam simulating this? How many cells in your mesh?
sharonyue is offline   Reply With Quote

Old   December 21, 2012, 09:46
Default
  #13
Senior Member
 
Kent Wardle
Join Date: Mar 2009
Location: Illinois, USA
Posts: 219
Rep Power: 21
kwardle is on a distinguished road
This was done using multiphaseInterFoam, version 1.5.x. The mesh had ~2.5M poly cells (made in ccm+). More on this and related simulations in:

K. E. Wardle. "Open-Source CFD Simulations of Liquid–Liquid Flow in the Annular Centrifugal Contactor," Sep. Sci. Technol. 46, 2409-2417 (2011). (doi:10.1080/01496395.2011.600748)
kwardle is offline   Reply With Quote

Old   December 21, 2012, 23:58
Default
  #14
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
Quote:
Originally Posted by kwardle View Post
This was done using multiphaseInterFoam, version 1.5.x. The mesh had ~2.5M poly cells (made in ccm+). More on this and related simulations in:

K. E. Wardle. "Open-Source CFD Simulations of Liquid–Liquid Flow in the Annular Centrifugal Contactor," Sep. Sci. Technol. 46, 2409-2417 (2011). (doi:10.1080/01496395.2011.600748)
thank you Kent, Thats a splendid post-processing job u have done. I am do the simulation using MRFInterFoam or twophaseeulerfoam, but I have big problems in MRFzones.

I generated mesh via ICEM, but I can only make the solver working without exploding by the same mesh in ratate zone and stationary zone. for example: I generate block in the entire zone and name it seperately rotatezone the stationaryzone. then set the innerface as interior or interface. then run it by MRFInterfoanm it works. or just generate tow bodies called rotate and stationary. then compute mesh in unstructured mesh. It works too but a smaller time step.

but problems arise when I am using hybird meshs. such as unstructured mesh in rotatezone and structured mesh in stationaryzone. There is always an innerface which can not be deleted. but this innerface should not emerge in the boundary dictionary.you can see it here http://www.cfd-online.com/Forums/ope...tml#post396032.

but CFX or Fluent can handle this easily in their pre-process.while its tough in OpenFOAM.

do you know how to handle this? by the way, you have so many cells, how small is your time step? and which program are you use to generate mesh?
sharonyue is offline   Reply With Quote

Old   March 23, 2013, 11:57
Default
  #15
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
Hi Kent,

Your work is quite good! Clip of scalar is a good guide for me.

Just wondering if I am working on a case with two different phase, say , oil and water (oil droplet into water), do you think is there any way to visualize the simulation results? My case is like below, where I use contour to see the results.

Quote:
Originally Posted by kwardle View Post
You have used the contour filter, which shows only the iso-surface for alpha=0.5, but you could also use the 'clip' filter instead and clip by the scalar alpha. This would show the full 'liquid' region. Again, you will still have the problem of interpolation on the surface and smoothing as you have done if you require it. If the surface is choppy, that just means your mesh should probably be refined for the simulation, no? Post-processing the surface to make it appear smoother is OK if you are just making a pretty picture, but...

Anyway, just wanted to suggest this as another option which may be useful since you would then from the clip have the liquid volume and could then use transparency (set opacity to less than 1) and make it look more like your example. Here is an example of my own with multiple clips (no post-smoothing) and opacity:

-Kent
Attached Images
File Type: jpg ani2.0001.jpg (9.9 KB, 211 views)
liguifan is offline   Reply With Quote

Old   March 25, 2013, 09:40
Default
  #16
Senior Member
 
Kent Wardle
Join Date: Mar 2009
Location: Illinois, USA
Posts: 219
Rep Power: 21
kwardle is on a distinguished road
THANKS!
Have you tried using a scalar clip as I mentioned? This should work fine for your case assuming you are using an interFoam based solver and expect the phase interface to remain sharp. The image you have posted uses a contour so it only shows the single iso-surface for the given value. If you instead use a clip on the scalar you will get everything up to that value. I am not quite sure what you have shown in your image. You say oil droplet in water, but unless it is upside down or gravity is up, it looks like maybe you have instead a descending water drop in oil and a bulk water phase at the bottom that is not shown by the contour.
kwardle is offline   Reply With Quote

Old   March 25, 2013, 21:22
Default
  #17
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
Hello Kent,

Thanks very much for the help and you really gave me a good way to start with.

you are correct, the base is oil and the droplet is made of water.

For the clip scalar, I am not sure what should I choose( alphas, alpha oil or alpha water?) to render and what value should I put ( I tried alphoil with value of 0.5 as in photes). Can you please explain how this value matters?

if I use contour the result would be like the first photo I use three value 1.0 1.1 1.2 to make sure you can see the surface of the oil.

The rest is to use the clip to scalar option

BUT, only I can see the water-in red color when it falls into the oil, how can I see the effect like the one plotted by the contour but with different color?

for Water-Base case

I use the same method, but this time I can only see the water base but without and different colored oil on surface of the water.

Wondering I chosen the wrong value for clip scalars, however, before knowing the mechanism, I am not sure what is right to choose.....


Btw, the solver what I used is multiphaseEulerFoam

Best regards,




Quote:
Originally Posted by kwardle View Post
THANKS!
Have you tried using a scalar clip as I mentioned? This should work fine for your case assuming you are using an interFoam based solver and expect the phase interface to remain sharp. The image you have posted uses a contour so it only shows the single iso-surface for the given value. If you instead use a clip on the scalar you will get everything up to that value. I am not quite sure what you have shown in your image. You say oil droplet in water, but unless it is upside down or gravity is up, it looks like maybe you have instead a descending water drop in oil and a bulk water phase at the bottom that is not shown by the contour.
Attached Images
File Type: jpg Screenshot from 2013-03-25 22:15:54.jpg (36.1 KB, 153 views)
File Type: jpg Screenshot from 2013-03-25 22:13:46.jpg (33.1 KB, 147 views)
File Type: jpg Screenshot from 2013-03-25 22:27:14.jpg (35.7 KB, 120 views)
File Type: jpg Screenshot from 2013-03-25 22:27:28.jpg (33.4 KB, 98 views)
liguifan is offline   Reply With Quote

Old   March 28, 2013, 15:26
Default
  #18
Senior Member
 
Kent Wardle
Join Date: Mar 2009
Location: Illinois, USA
Posts: 219
Rep Power: 21
kwardle is on a distinguished road
Well, it sort of depends on what you are actually trying to simulate which is still not super clear to me. If you have just the two phases (oil, water) AND you are using interfaceCompression between them (this can be switched off in multiphaseEulerFoam) then you could use a clip on the scalar alphawater (0.5 is fine) and then color as a solid color. For example, in your second image you have clipped by alphaoil but then colored by alphawater which isn't so useful if the interface is staying sharp. On the other hand, if you are mixing the two fluids Euler-Euler style (i.e. you have set the interfaceCompression coefficient for the (water oil) pair in constant/transportProperties to be 0) then you would want to color by the dispersed phase fraction. For example, here is an image from a recent paper (see this thread for links) in which I am simulating three phases (air, water, oil) but maintaining a sharp interface for air-water and air-oil only.

In this case, I have clipped by alphaair (I think I used a small value of 0.1 to capture more of the liquid near the spinning inner cylinder) and then colored the result by alphaoil. This is a full 360-degree model and so I also clipped in the vertical direction to show the cross-section.
If what you are doing is simulating a droplet of water, initially suspended in oil, falling down into a water layer and impacting the oil-water interface then you should be able to get what you want by clipping by alphaoil=0.5 which will clip off everything that is on the oil side of the interface(s) and then color the remaining parts, which are now just water only as a solid color.
-Kent
kwardle is offline   Reply With Quote

Old   March 30, 2013, 18:16
Default
  #19
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
Hi Kent,

I appreciated your very detailed explanation.

To be more clear, what I am simulating is a droplet of oil about 0.6cm height with radius of 0.2cm, which is on top of pure water of 0.3cm height with 12 cm in radius.
I am trying to view the results like the image you showed by clipping the alphaair with value of 0.1 and colored by alphaoil, however, it seems to be not working.


As you can see. at t=0
Screenshot from 2013-03-30 19:01:40.jpg
water+air+oil rendered
Screenshot from 2013-03-30 19:00:46.jpg
Only water base rendered
Screenshot from 2013-03-30 18:59:04.jpg
By using clip by alphaair=0.1, setting opacity =0.1

I use the Euler-Euler between water and oil setup as follow.
Quote:
interfaceCompression
(
(air water) 1
(air oil) 1
(water oil) 0
);
Then I tried to just render alphaoil with value 0.5, after a few steps, the droplet became smaller and it finally disappeared.

Screenshot from 2013-03-30 19:11:06.jpg

Screenshot from 2013-03-30 19:11:24.jpg


Quote:
Originally Posted by kwardle View Post
Well, it sort of depends on what you are actually trying to simulate which is still not super clear to me. If you have just the two phases (oil, water) AND you are using interfaceCompression between them (this can be switched off in multiphaseEulerFoam) then you could use a clip on the scalar alphawater (0.5 is fine) and then color as a solid color. For example, in your second image you have clipped by alphaoil but then colored by alphawater which isn't so useful if the interface is staying sharp. On the other hand, if you are mixing the two fluids Euler-Euler style (i.e. you have set the interfaceCompression coefficient for the (water oil) pair in constant/transportProperties to be 0) then you would want to color by the dispersed phase fraction. For example, here is an image from a recent paper (see this thread for links) in which I am simulating three phases (air, water, oil) but maintaining a sharp interface for air-water and air-oil only.

In this case, I have clipped by alphaair (I think I used a small value of 0.1 to capture more of the liquid near the spinning inner cylinder) and then colored the result by alphaoil. This is a full 360-degree model and so I also clipped in the vertical direction to show the cross-section.
If what you are doing is simulating a droplet of water, initially suspended in oil, falling down into a water layer and impacting the oil-water interface then you should be able to get what you want by clipping by alphaoil=0.5 which will clip off everything that is on the oil side of the interface(s) and then color the remaining parts, which are now just water only as a solid color.
-Kent
liguifan is offline   Reply With Quote

Old   March 30, 2013, 18:34
Default
  #20
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
continued..
Screenshot from 2013-03-30 19:11:49.jpg

Screenshot from 2013-03-30 19:12:36.jpg

Screenshot from 2013-03-30 19:12:50.jpg

Apologize for the long post. but there are two things I am not clear are:

In your paper, I saw your did use contactAngle setup. To be more realistic, I also would like to include them as well. Like in alphas file.
Quote:
sideWall
{
type alphaContactAngle;
thetaProperties
(
( water air ) 90 0 0 0
( oil air ) 90 0 0 0
( water oil ) 90 0 0 0
);
value uniform 1;
}
Where did you find the suitable angle for, say, (water air) x x x x?


and in sigmas section,
if I want to put surface tension of water is 0.07N/m, oil is 0.045N/m.
Is this the correct way to define it?
Quote:
sigmas
(
(air water) 0.075
(air oil) 0.04
(water oil) 0.075/0.04=1.875
);
Best regards,
liguifan is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
fluent DPM - post processing ParaView gigivmasche FLUENT 4 October 23, 2019 03:05
Free Surface - Wave model - VOF raquelcfd STAR-CCM+ 3 September 26, 2018 03:11
[waves2Foam] simulate a nonlinear regular wave: strange increase in free surface Kun_zheng OpenFOAM Community Contributions 0 January 19, 2018 10:42
[General] Present the animation of water free surface around marine structure in Paraview Lewis Liang ParaView 4 May 14, 2017 03:33
Free surface wave pattern generation sam FLUENT 1 January 2, 2004 16:12


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