UPDATE *wrong numbers*<br><div>Wire surface should be 12.915E-06 m<br>whole Surface (wire+fluid) should have a radius of 5E-04m<br>am I doing something wrong? because I dont get the expected results?</div><div>PS. the cellsize should decrease the more far it is from 0,0</div>

<div>thanks!</div><br><div class="gmail_quote">On Sun, Jan 20, 2013 at 10:43 PM, John Assael <span dir="ltr"><<a href="mailto:iassael@gmail.com" target="_blank">iassael@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<p style="clear:both;vertical-align:baseline;line-height:17.27272605895996px;font-size:13.63636302947998px;font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;margin:0px 0px 1em;word-wrap:break-word;border:0px;padding:0px">


I have a mesh where the Wire surface should be 1.606793E+09 m and the whole Surface (wire+fluid) should have a radius of 12.915E-06m am I doing something wrong? because I dont get the expected results? PS. the cellsize should decrease the more far it is from 0,0 thanks!</p>


<pre style="margin-top:0px;margin-bottom:10px;padding:5px;border:0px;font-size:13.63636302947998px;vertical-align:baseline;background-color:rgb(238,238,238);font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif;overflow:auto;width:auto;max-height:600px;line-height:17.27272605895996px">

<code style="margin:0px;padding:0px;border:0px;vertical-align:baseline;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif">cellSize = 1E-07;
cellSize2 = 5E-7;
cellSize3 = 1E-5;
cellSize4 = 1E-4;
radius = 12.915E-06;
fluidradius = 5E-04;

Point(1) = {0, 0, 0, cellSize};
Point(2) = {radius, 0, 0, cellSize};
Point(3) = {0, radius, 0, cellSize};
Point(4) = {fluidradius, 0, 0, cellSize4};
Point(5) = {0, fluidradius, 0, cellSize4};

Point(6) = {fluidradius*0.33, 0, 0, cellSize2};
Point(7) = {0, fluidradius*0.33, 0, cellSize2};
Point(8) = {fluidradius*0.66, 0, 0, cellSize3};
Point(9) = {0, fluidradius*0.66, 0, cellSize3};
Circle(1) = {3, 1, 2};
Line(2) = {1, 2};
Line(3) = {1, 3};
Line(4) = {2, 4};
Line(5) = {3, 5};
Circle(6) = {5, 1, 4};
Line Loop(8) = {1, -2, 3};
Plane Surface(8) = {8};
Line Loop(10) = {4, -6, -5, 1};
Plane Surface(10) = {10};
Physical Surface("Wire") = {8};
Physical Surface("Fluid") = {10}</code></pre><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><font face="'courier new', monospace">..:: <a href="http://ic3man.gr" target="_blank">ic3man.gr</a> ::..</font><div>

<font face="'courier new', monospace">software | design | development<br>
_/_/_/ email: <a href="mailto:iassael@gmail.com" target="_blank">iassael@gmail.com</a><br>_/_/_/ www : <a href="http://www.ic3man.gr" target="_blank">http://www.ic3man.gr</a><br>------------------------------------------------------------------<br>


This e-mail and any attachments are confidential. You may not copy<br>or disseminate any information  contained in them  to anyone other<br>than the intended recipient. If you are not the intended recipient<br>please contact the sender by reply  e-mail and destroy all  copies<br>


of the original message immediately.<br>------------------------------------------------------------------</font></div>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><font face="'courier new', monospace">..:: <a href="http://ic3man.gr" target="_blank">ic3man.gr</a> ::..</font><div><font face="'courier new', monospace">software | design | development<br>

_/_/_/ email: <a href="mailto:iassael@gmail.com" target="_blank">iassael@gmail.com</a><br>_/_/_/ www : <a href="http://www.ic3man.gr" target="_blank">http://www.ic3man.gr</a><br>------------------------------------------------------------------<br>

This e-mail and any attachments are confidential. You may not copy<br>or disseminate any information  contained in them  to anyone other<br>than the intended recipient. If you are not the intended recipient<br>please contact the sender by reply  e-mail and destroy all  copies<br>

of the original message immediately.<br>------------------------------------------------------------------</font></div>