|
[Sponsors] |
June 18, 2019, 08:14 |
3D bubble rising
|
#1 |
New Member
John
Join Date: Mar 2019
Posts: 26
Rep Power: 7 |
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 ( ); Code:
defaultFieldValues ( volScalarFieldValue alpha.water 0 ); regions ( sphereToCell { centre (0.5 0.5 0.5); radius 0.25; fieldValues ( volScalarFieldValue alpha.water 1 ); } ); |
|
June 18, 2019, 09:58 |
|
#2 |
New Member
John
Join Date: Mar 2019
Posts: 26
Rep Power: 7 |
It solved, by creat a contour in paraView so that you can see the bubble, for anyone have met this kind of problem
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Rising bubble with interFoam | tayo | OpenFOAM Running, Solving & CFD | 16 | March 12, 2020 13:11 |
A rising bubble in a stagnant liquid with two-fluid-model | fs82 | OpenFOAM Running, Solving & CFD | 30 | August 18, 2016 13:27 |
bubble rising problem | swamysrikanth | ANSYS Meshing & Geometry | 3 | May 31, 2016 12:09 |
2D bubble rising through a column of water | vof64 | Fluent Multiphase | 0 | August 20, 2014 00:42 |
bubble rising in a column | swamysrikanth | Main CFD Forum | 2 | September 27, 2010 09:59 |