<div dir="ltr">Interesting. Is is possible for you to share the data file(s)?<div><br></div><div>Thanks,</div><div>Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 6, 2015 at 10:23 AM, deq11009 <span dir="ltr"><<a href="mailto:deq11009@fe.up.pt" target="_blank">deq11009@fe.up.pt</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Hi,<br>
<br>
Thank you for your reply.<br>
<br>
No, the mistake is not there. In the meantime I did realize what is exactly happening.<br>
<br>
I have, say, 200 timesteps.<br>
>From 0 to 6, data obtained from my code matches the data when I just use the GUI.<br>
Starting in timestep 7 (always) till the end, data (for all timesteps) is the data from the last timestep.<br>
So, when in python shell I go to timestep 6, I see timestep 6. But when I go to timestep 7, or 100, or 133, I see timestep 199. At the same time, if I go to the GUI, everything is ok.<br>
<br>
By coincidence, the ".case" time step data is organized in seven columns. Is this related to the problem?<br>
<br>
Thank you<br>
Filipe Direito<br>
<br>
<br>
On 03.07.2015 15:05, Cory Quammen wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Hi Filipe,<br>
<br>
Perhaps the array at index 7 is not the array you are expecting? Could<br>
you access the array by name instead, .e.g.,<br>
<br></span>
dAxis.GetPointData().GetArray(variable_name).GetValue(150)<span class=""><br>
<br>
and see if that works better?<br>
<br>
Thanks,<br>
Cory<br>
<br></span>
On Wed, Jul 1, 2015 at 1:44 PM, deq11009 <<a href="mailto:deq11009@fe.up.pt" target="_blank">deq11009@fe.up.pt</a> [6]><br>
wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Hi,<br>
<br>
I am currently using Paraview 4.2, 64, in Windows. (but tried 4.3<br>
and same problem happened)<br>
<br>
My case is Ensight transient. Cylinder with 3.6 million cells,<br>
two-phase flow.<br>
<br>
I created a python code, which I run from the shell in the GUI.<br>
<br>
The main parts of the code are:<br>
<br></span>
enscase = EnSightReader(CaseFileName = direcp + ensfinal.case)<span class=""><br>
...<br>
axis = Line()<br>
...<br>
rAxis = ResampleWithDataset(Input = enscase , Source = axis)<br>
...<br>
rAxis.SMProxy.UpdatePipeline(7) # enscase.SMProxy yields same<br>
problem<br>
rAxis.UpdatePipelineInformation()<br>
dAxis = servermanager.Fetch(rAxis)<br>
<br>
Now, for example:<br>
print dAxis.GetPointData().GetArray(7).GetValue(150)<br>
which gives me the value 150 of the phase array.<br>
<br>
This data is wrong. On the other hand, if I go to the GUI Pipeline<br>
and create a Spreadsheet, the values are the real ones (confirmed in<br>
Fluent).<br>
<br>
So, the fetched data in the python shell is, for some reason,<br>
wrong.<br>
What is my mistake?<br>
<br>
Thanks<br>
Filipe Direito<br>
<br>
_______________________________________________<br></span>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a> [1]<span class=""><br>
<br>
Visit other Kitware open-source projects at<br>
</span><a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a> [2]<span class=""><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at:<br>
</span><a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a> [3]<span class=""><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br></span>
[4]<span class=""><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
</span><a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a> [5]<br>
</blockquote></blockquote><div class="HOEnZb"><div class="h5">
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>