CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

3D bubble rising

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 18, 2019, 07:14
Unhappy 3D bubble rising
  #1
New Member
 
John
Join Date: Mar 2019
Posts: 26
Rep Power: 7
thintn222 is on a distinguished road
Dear all Foamers,

Im trying to place a 3d sphere bubble inside a box using sphereToCell command to simulate a 3d bubble rising in interFoam
The point is the simulation run well but when i see it in Paraview i cannot see the 3d sphere only the box .

Please help me, i attached the blockMesh and setFields below:

Code:
vertices
(
      (0 0 0)
      (1 0 0)
      (1 1 0)
      (0 1 0)
      (0 0 2)
      (1 0 2)
      (1 1 2)
      (0 1 2)
);
blocks
(
     hex (0 1 2 3 4 5 6 7) (50 50 25) simpleGrading (1 1 1)
);

edges
(
);
setFieldDicts
Code:
defaultFieldValues
(
    volScalarFieldValue alpha.water 0
);

regions
(
    sphereToCell
    {
        centre (0.5 0.5 0.5);
        radius 0.25;
        fieldValues
        (
            volScalarFieldValue alpha.water 1
        );
    }
);
thintn222 is offline   Reply With Quote

Old   June 18, 2019, 08:58
Default
  #2
New Member
 
John
Join Date: Mar 2019
Posts: 26
Rep Power: 7
thintn222 is on a distinguished road
It solved, by creat a contour in paraView so that you can see the bubble, for anyone have met this kind of problem
thintn222 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
Rising bubble with interFoam tayo OpenFOAM Running, Solving & CFD 16 March 12, 2020 12:11
A rising bubble in a stagnant liquid with two-fluid-model fs82 OpenFOAM Running, Solving & CFD 30 August 18, 2016 12:27
bubble rising problem swamysrikanth ANSYS Meshing & Geometry 3 May 31, 2016 11:09
2D bubble rising through a column of water vof64 Fluent Multiphase 0 August 19, 2014 23:42
bubble rising in a column swamysrikanth Main CFD Forum 2 September 27, 2010 08:59


All times are GMT -4. The time now is 13:36.