|
[Sponsors] |
July 25, 2019, 04:37 |
3D simulation of bubble boiling in paraview
|
#1 |
Member
FaRa
Join Date: Jul 2019
Posts: 33
Rep Power: 7 |
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 ( ); 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); } } ); 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) ); } ); |
|
July 25, 2019, 04:58 |
|
#2 |
Member
Rodrigo
Join Date: Mar 2010
Posts: 98
Rep Power: 16 |
NOTE: Already answered in 3D semisphere in openfoam
|
|
July 25, 2019, 05:46 |
|
#3 |
Member
FaRa
Join Date: Jul 2019
Posts: 33
Rep Power: 7 |
Thank you
|
|
|
|
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 10:37 |
Eulerian CFD simulation of rise of a spherical bubble in a continuous denser medium | nomi.tahir | Fluent Multiphase | 0 | March 7, 2016 08:57 |
Air-Water bubble plume simulation using LES | m00nmun | OpenFOAM Running, Solving & CFD | 0 | November 8, 2013 09:22 |
Bubble Column Simulation: Different Turbulence Models different results | zobekenobe | CFX | 5 | January 28, 2013 10:02 |
Flow boiling & bubble formation | Venkat | CFX | 1 | July 23, 2009 10:20 |