CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

3D simulation of bubble boiling in paraview

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By guin

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 25, 2019, 03:37
Default 3D simulation of bubble boiling in paraview
  #1
Member
 
FaRa
Join Date: Jul 2019
Posts: 33
Rep Power: 6
Fahmida is on a distinguished road
Hello everyone,
I am new in this forum and field too so i am just still learning. I am trying to simulate nucleate boiling in 3D with VOF and also I am at my initial stage. Initially I wanted to create just a semi-spherical bubble at the bottom plane of a cube.

The problem is the bubble does not show when I try to visualize it in paraview. I tried reducing the opacity. But nothing showed up.
Any help would be appreciated.

Here is my blockMesh file:

Code:
convertToMeters 1;

vertices
(
    (0 0 0)
    (0.031 0 0)
    (0.031 0.031 0)
    (0 0.031 0)
    (0 0 0.031)
    (0.031 0 0.031)
    (0.031 0.031 0.031)
    (0 0.031 0.031)
);

blocks
(
     hex (0 1 2 3 4 5 6 7) (10 10 10) simpleGrading (1 1 1)
);

edges
(
);

boundary
(
    bottom
    {
        type wall;
        faces
        (
            (1 5 4 0)
        );
    }
    outlet
    {
        type patch;
        faces
        (
            (3 7 6 2)
        );
    }
    walls
    {
        type wall;
        faces
        (
            (0 4 7 3)
            (2 6 5 1)
        );
    }
);

mergePatchPairs
(
);
and here is my toposetDict:

Code:
actions
(
    {
        name c0;
        type cellSet;
        action new;
        source sphereToCell;
        sourceInfo
        {
            centre (0.0155 0.0155 0);
            radius 0.001;
        }
    }

    {
        name c0;
        type cellSet;
        action delete;
        source boxToCell;
        sourceInfo
        {
           
              box (0.0145 0.0145 -0.001) (0.0165 0.0165 0);
        }
    }

);
Also here is the setFieldDict file:

Code:
defaultFieldValues
(
        volScalarFieldValue alpha1 1
        volScalarFieldValue T 559.95
        volVectorFieldValue U (0 0 0)
);

regions
(

    boxToCell
    {
        box (0 0.026 0) (0.031 0.031 .031);
        fieldValues
        (
            volScalarFieldValue alpha1 0
            volScalarFieldValue T 559.95
            volVectorFieldValue U (0 0 0)
        );
    }
   
    cellToCell
    {
        set c0;

        fieldValues
        (
            volScalarFieldValue alpha1 0
            volScalarFieldValue T 559.95
            volVectorFieldValue U (0 0 0)
        );
    }
);
The simulation ran properly but I really do not know where the bubble has gone when I visualize this in paraview
Fahmida is offline   Reply With Quote

Old   July 25, 2019, 03:58
Default
  #2
Member
 
Rodrigo
Join Date: Mar 2010
Posts: 98
Rep Power: 16
guin is on a distinguished road
NOTE: Already answered in 3D semisphere in openfoam
Fahmida likes this.
guin is offline   Reply With Quote

Old   July 25, 2019, 04:46
Default
  #3
Member
 
FaRa
Join Date: Jul 2019
Posts: 33
Rep Power: 6
Fahmida is on a distinguished road
Thank you
Fahmida is offline   Reply With Quote

Reply


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
Eulerian CFD simulation of rise of a spherical bubble in a continuous denser medium nomi.tahir FLUENT 7 March 8, 2016 09:37
Eulerian CFD simulation of rise of a spherical bubble in a continuous denser medium nomi.tahir Fluent Multiphase 0 March 7, 2016 07:57
Air-Water bubble plume simulation using LES m00nmun OpenFOAM Running, Solving & CFD 0 November 8, 2013 08:22
Bubble Column Simulation: Different Turbulence Models different results zobekenobe CFX 5 January 28, 2013 09:02
Flow boiling & bubble formation Venkat CFX 1 July 23, 2009 09:20


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