<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Hi Elizabeth,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">userbc is called only for "v  " BCs (for velocity) or for "t  " (for temperature),</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">or other similar BCs that require user input.   "W   " BCs do not get passed</p>
<p style="margin-top:0;margin-bottom:0">to userbc, nor do "O   ".</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">"o   " BCs do, however.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">The rule is that lower case characters indicate user-defined values in userbc.</p>
<p style="margin-top:0;margin-bottom:0">There is no lower case Wall BC, however.    Note that "W  " is effectively the</p>
<p style="margin-top:0;margin-bottom:0">same as:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"> "v   "</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">with ux=0, uy=0, uz=0.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Paul</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Nek5000-users <nek5000-users-bounces@lists.mcs.anl.gov> on behalf of nek5000-users@lists.mcs.anl.gov <nek5000-users@lists.mcs.anl.gov><br>
<b>Sent:</b> Wednesday, November 15, 2017 11:29:17 AM<br>
<b>To:</b> nek5000-users<br>
<b>Subject:</b> [Nek5000-users] Question about iside value</font>
<div> </div>
</div>
<div><br>
<span style="font-family:Arial,Tahoma,Verdana,sans-serif">Hi, Neks!</span><br style="font-family:Arial,Tahoma,Verdana,sans-serif">
<br style="font-family:Arial,Tahoma,Verdana,sans-serif">
<span style="font-family:Arial,Tahoma,Verdana,sans-serif">I am working with a complex geometry witch was built in gambit. I want to know a parameter "iside" for each of faces ( outflow, inflow and all walls) on zero step. If I ask in userbc ( in *.usr file)
 write "iside", I receive only iside=1, that matches inflow. It means that faces with type "wall" don't have "iside" value,am i right? <br>
<br>
</span><span style="font-family:Arial,Tahoma,Verdana,sans-serif">And how each surface is assigned value "iside"?</span><br style="font-family:Arial,Tahoma,Verdana,sans-serif">
<br style="font-family:Arial,Tahoma,Verdana,sans-serif">
<span style="font-family:Arial,Tahoma,Verdana,sans-serif">Best regards,</span><br style="font-family:Arial,Tahoma,Verdana,sans-serif">
<span style="font-family:Arial,Tahoma,Verdana,sans-serif">Elizabeth</span><br>
<br>
</div>
</body>
</html>