<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>
<div>I couldn't see the files you posted to dropbox because they were deleted before I got a chance to see them. I also cannot even guess what Star-CCM is doing since I haven't seen that either.</div>
</div>
</div>
<div><br>
</div>
<div>One thing you can try is to apply the loop subdivision filter. That filter subdivides triangles in a polygonal mesh and applies some nonlinear smoothing to the data. To use this filter, first apply the "Extract Surface" filter to your data (to convert
 it to polygons), and then apply "Loop Subdivision."</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Ruggiero Guida <<a href="mailto:ruggiero.guida@gmail.com">ruggiero.guida@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Saturday, September 27, 2014 at 5:41 AM<br>
<span style="font-weight:bold">To: </span>Kenneth Moreland <<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>><br>
<span style="font-weight:bold">Cc: </span>"<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] Re: [Paraview] Fwd: VTK interpolation help<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">Thanks Ken.
<div><br>
</div>
<div>Got it. It makes sense. It seems that the only way to improve the quality is to have a finer grid and a more detailed calculation of the amount of radiation (the previous image included only the direct). New images are at this link</div>
<div><br>
</div>
<div><a href="https://www.dropbox.com/s/z9m2nr7ybj5mqqp/finermesh.zip?dl=0">https://www.dropbox.com/s/z9m2nr7ybj5mqqp/finermesh.zip?dl=0</a></div>
<div><br>
</div>
<div>I was wondering whether there was a way to at least smooth the results (see other attached image). I have looked at the filters available, but there is no such thing. When I import these results onto StarCCM I definitely see a smoother interpolation.</div>
<div><br>
</div>
<div>Thanks</div>
<div>Ruggiero</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On 26 September 2014 19:01, Moreland, Kenneth <span dir="ltr">
<<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>
<div>
<div>Yes, ParaView will use the triangles to interpolate values between points. The interpolation you are getting is exactly as I would expect based on your data and topology. I'm not sure what you mean by "not [interpolating] in the x,y directions". The triangles
 are in the x-y plane and interpolation is happening in this x-y plane.</div>
</div>
</div>
<div><br>
</div>
<div>Moving into guesswork, I am imagining that you are expecting a smooth  and fairly straight contour at some distance from the buildings. The reason you don't see this is due to the representation in your data. I notice that your data contains only two values
 for "RadiationOnPerson." The value is either 0 or 205.7. Presumably there is some contour in space where this field discontinuously transitions from 0 to 205.7, but there is no way to accurately predict where that is from the data you are providing. Instead,
 ParaView is just linearly interpolating between these values, which is wrong but probably the best you can do with the data provided. The problem is made even worse by the irregular sampling of the field.</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
<span>
<div style="font-family:Calibri;font-size:11pt;text-align:left;color:black;BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df 1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
<span style="font-weight:bold">From: </span>Ruggiero Guida <<a href="mailto:ruggiero.guida@gmail.com" target="_blank">ruggiero.guida@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Thursday, September 25, 2014 at 10:44 PM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] [Paraview] Fwd: VTK interpolation help<br>
</div>
<div>
<div class="h5">
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div class="gmail_quote">
<div dir="ltr">Dear group,
<div><br>
</div>
<div>I hope I will be able to find an answer to my problem here. </div>
<div><br>
</div>
<div>I am not sure I understand how the interpolation works. I have generated a VTK file (attached) and I am trying to visualizing it in Paraview. The data represent the solar radiation on the ground around various buildings.</div>
<div><br>
</div>
<div>My algorithm calculates the radiation in each node of a constrained delauney triangulation. The plan is to visualize this in paraview to have a nice smooth fillled contour.</div>
<div><br>
</div>
<div>The image I get though, does not make sense to me; it seems that paraview is interpolating only within the triangles and not in the x,y directions. Am I missing something?</div>
<div><br>
</div>
<div>Thanks a lot for any help</div>
<span><font color="#888888">
<div>Ruggiero</div>
</font></span></div>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</span></div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</span>
</body>
</html>