<div dir="ltr"><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; ">im trying to generate a simple cone-cyl simulation. here is my geo file:<br>

<br>__________________________________________________ ___________<br>l1 = 0.05;<br>l2 = 0.01;<br>n=10;<br>Point(1) = {-0, -0, 0,l1};<br>Point(2) = {0.4, -0, 0,l2};<br>Point(3) = {0.6, 0.1, 0,l2};<br>Point(4) = {1, 0.1, 0,l2};<br>

Point(5) = {1, 0, 0,l2};<br>Point(6) = {1.3, -0, 0,l1};<br>Point(7) = {1.3, 0.4, 0,l1};<br>Point(8) = {0, 0.4, 0,l1};<br>Line(1) = {1, 2};<br>Line(2) = {2, 3};<br>Line(3) = {3, 4};<br>Line(4) = {4, 5};<br>Line(5) = {5, 6};<br>

Line(6) = {6, 7};<br>Line(7) = {7, 8};<br>Line(8) = {8, 1};<br>Line Loop(9) = {7, 8, 1, 2, 3, 4, 5, 6};<br>Plane Surface(12) = {9};<br><br>Extrude {{1, 0, 0}, {0, 0, 0}, Pi/2} {<br>Surface{12}; Layers {n}; Recombine;<br>
}<br>
Extrude {{1, 0, 0}, {0, 0, 0}, Pi/2} {<br>Surface{44}; Layers {n}; Recombine;<br>}<br>Extrude {{1, 0, 0}, {0, 0, 0}, Pi/2} {<br>Surface{76}; Layers {n}; Recombine;<br>}<br>Extrude {{1, 0, 0}, {0, 0, 0}, Pi/2} {<br>Surface{108}; Layers {n}; Recombine;<br>

}<br><br>Physical Surface("inflow") = {124, 28, 60, 92, 25, 57, 89, 121, 75, 43, 139, 107};<br>Physical Surface("wall") = {64, 32, 96, 128, 68, 132, 36, 100, 71, 39, 135, 103};<br>Physical Volume("vol") = {2, 1, 4, 3};<br>

<br>__________________________________________________ _<br><br>after i 3D mesh it and convering it using gmshToFoam, fixing the boundaries etc., loading the mesh using paraFoam, the inflow and walls apears great.<br>However, <b>there are no inside (volume) cells</b>.<br>

It seems that the msh file does not contain the "vol" cells.<br><br>what am i doing wrong ? im sure its a no brainer<br></span>
<div><span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; "><br></span></div><div><span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; ">Best</span></div>

<div><span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; ">Tal</span></div></div>