|
[Sponsors] |
September 3, 2020, 15:23 |
surface film thickness visualisation
|
#1 |
Member
Riddhideep Biswas
Join Date: May 2020
Posts: 30
Rep Power: 6 |
Hello foamers. I am working on sprayFoam and I have started working on surface film modeling and droplet impingement interaction with the film.
Please tell me what I have to do (what options/data/filters I have to apply) in order to visualise the surface film thickness as shown in figure 4. b. (the right hand side figure) of the image that I have attached below in paraview. Last edited by -mAx-; September 22, 2022 at 03:19. |
|
September 3, 2020, 17:19 |
|
#2 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 |
Checking out one of the film models (e.g. kinematic single layer, https://github.com/OpenFOAM/OpenFOAM...cSingleLayer.H), we see :
Code:
//- Film thickness [m] volScalarField delta_; Caelan |
|
September 4, 2020, 14:05 |
|
#3 |
Member
Riddhideep Biswas
Join Date: May 2020
Posts: 30
Rep Power: 6 |
Thank you Caelan sir very much for your reply. Now I understand what film thickness is.
But my question is how can I visualise the film in paraview the exact same way as shown in my previous attached figure. I have converted the film region to VTK and opened it in paraview but I only get a contour visualisation of the thickness (like the figure attached below). What extra filters/data I have to apply to get the physical visualisation of the film as given in my previous attached figure. Last edited by -mAx-; September 22, 2022 at 03:19. |
|
September 4, 2020, 14:13 |
|
#4 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 |
I am not familiar with that image (or what paper it came from) so it is hard to say. However, you can load the film region into paraview (e.g. with paraFoam -region filmRegion) and then experiment with different filters. If I had to guess the film region was clipped to some value and the resulting surface was then colored by delta.
Caelan |
|
Tags |
paraview, postprocessing; openfoam;, surface film thickness |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Gmsh] gmshToFoam generates patches with 0 faces and 0 points | Simurgh | OpenFOAM Meshing & Mesh Conversion | 4 | August 25, 2023 08:58 |
Water film thickness measurement over the cylinder | Prudviraj | FLUENT | 42 | May 2, 2020 23:50 |
surface film in reactingParcelFilmFoam | aee | OpenFOAM Running, Solving & CFD | 10 | February 1, 2019 17:29 |
[snappyHexMesh] Snap Precision to a STL Surface | malaboss | OpenFOAM Meshing & Mesh Conversion | 16 | July 26, 2013 02:44 |
film thickness using cell wall distance | RAHULME | FLUENT | 0 | June 27, 2011 08:25 |