Hi all,<br><br>I want to apply the calculator filter on the results of some 3D numerical simulation but keep getting the following error message (it appears about fourty times in the Ouput Messages window):<br><br><span style="font-family: courier new,monospace;">ERROR: In /home/berk/Work/ReleaseBuilds/ParaView3/VTK/Graphics/vtkArrayCalculator.cxx, line 305</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">vtkArrayCalculator (0x882fbf8): Invalid array name: VelSca0</span><br><br>About the data: I have opened a file Conc_Anim.pvd with one float (Conc_0) and another file VelScalar_Anim.pvd with three floats (VelSca0, VelSca1, and VelSca2) for the velocities in x, y, and z direction. To be able to do some calculations with data from both files, I used Group Datasets. The calculation should be something like<br>
<br><span style="font-family: courier new,monospace;">Conc_0*(VelSca0*iHat+VelSca1*jHat+VelSca2*kHat)</span><br><br>though the error message appears whatever I enter as a formula.<br><br>Does anybody have any idea what went wrong here?<br>
<br>Thanks,<br>Michael<br>